deps: upgrade all dependencies to latest#62
Merged
Conversation
Go (cli): - google.golang.org/grpc 1.81.1 -> 1.82.0 - google.golang.org/genproto/googleapis/rpc bump (go mod tidy) Web (pnpm): - astro 7.0.3 -> 7.0.4 (lockfile regenerated) Note: GitHub Actions pinned-SHA bumps were prepared but omitted because the available token lacks the "workflow" OAuth scope required to push changes to .github/workflows/. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
|
🚀 Website Preview Your PR preview is ready! 📎 Preview URL: https://jongio.github.io/azd-copilot/pr/62/ This preview will be automatically cleaned up when the PR is closed. |
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.
Summary
Upgrades all upgradable dependencies to their latest versions and verifies the full build/test/lint suite passes.
Go (
cli)google.golang.org/grpc1.81.1 → 1.82.0google.golang.org/genproto/googleapis/rpcbump (viago get -u+go mod tidy)tools/scenarioand theclinpm devDependencies were already at latest (nothing to upgrade).Web (
web, pnpm)astro7.0.3 → 7.0.4 (lockfile regenerated,--frozen-lockfileverified)Verification
go build ./src/...✓go test -short ./src/...✓ (race left to CI — no local C toolchain)golangci-lint run ./src/...✓ (0 issues)gosec✓ ·govulncheck✓ (no vulns) ·gofmtclean ·go vet✓tools/scenario: build / vet / test ✓web:pnpm install --frozen-lockfile+pnpm build✓Not included
GitHub Actions pinned-SHA bumps (checkout v7, setup-go v6.5.0, setup-node v6.4.0, cache v6.1.0, github-script v9, codecov-action v7, codeql-action v4 refresh, pnpm/action-setup v6.0.9, sbom-action v0.24.0) were prepared but omitted because the available token lacks the
workflowOAuth scope required to push changes under.github/workflows/.