deps: upgrade all dependencies to latest#317
Merged
Merged
Conversation
Go (cli/go.mod, indirect): - github.com/dlclark/regexp2/v2 2.5.1 -> 2.5.2 - github.com/go-logr/logr 1.4.3 -> 1.4.4 - github.com/charmbracelet/x/exp/slice -> latest pseudo - google.golang.org/genproto/googleapis/rpc -> latest pseudo Web (web/package.json): - @astrojs/mdx 7.0.2 -> 7.0.3 Held back by the 7-day npm cooldown: astro 7.1.x, tailwindcss and @tailwindcss/vite 4.3.3, astro-expressive-code 0.44.1. Validation: go build, vet, unit tests, and govulncheck pass; astro build passes. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 32487a15-4cdf-4e02-8809-4a858dc4d96f
Contributor
|
🚀 Website Preview Your PR preview is ready! 📎 Preview URL: https://jongio.github.io/azd-rest/pr/317/ This preview will be automatically cleaned up when the PR is closed. |
Contributor
🚀 Test This PRA preview build ( One-Line Install (Recommended)PowerShell (Windows): iex "& { $(irm https://raw.githubusercontent.com/jongio/azd-rest/main/scripts/install-pr.ps1) } -PrNumber 317 -Version 0.5.0-pr317"Bash (macOS/Linux): curl -fsSL https://raw.githubusercontent.com/jongio/azd-rest/main/scripts/install-pr.sh | bash -s 317 0.5.0-pr317UninstallPowerShell (Windows): iex "& { $(irm https://raw.githubusercontent.com/jongio/azd-rest/main/scripts/uninstall-pr.ps1) } -PrNumber 317"Bash (macOS/Linux): curl -fsSL https://raw.githubusercontent.com/jongio/azd-rest/main/scripts/uninstall-pr.sh | bash -s 317Build Info:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Routine dependency refresh to latest installable versions.
Go (
cli/go.mod, indirect)github.com/dlclark/regexp2/v2github.com/go-logr/logrgithub.com/charmbracelet/x/exp/slicegoogle.golang.org/genproto/googleapis/rpcWeb (
web/package.json)@astrojs/mdxHeld back by the 7-day npm cooldown: astro 7.1.x, tailwindcss and
@tailwindcss/vite4.3.3, astro-expressive-code 0.44.1.Validation: go build, vet, unit tests, and govulncheck pass; astro build passes.