Skip to content

deps: upgrade all dependencies to latest#62

Merged
jongio merged 1 commit into
mainfrom
jongio-deps-upgrade-all
Jun 30, 2026
Merged

deps: upgrade all dependencies to latest#62
jongio merged 1 commit into
mainfrom
jongio-deps-upgrade-all

Conversation

@jongio

@jongio jongio commented Jun 30, 2026

Copy link
Copy Markdown
Owner

Summary

Upgrades all upgradable dependencies to their latest versions and verifies the full build/test/lint suite passes.

Go (cli)

  • google.golang.org/grpc 1.81.1 → 1.82.0
  • google.golang.org/genproto/googleapis/rpc bump (via go get -u + go mod tidy)

tools/scenario and the cli npm devDependencies were already at latest (nothing to upgrade).

Web (web, pnpm)

  • astro 7.0.3 → 7.0.4 (lockfile regenerated, --frozen-lockfile verified)

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) · gofmt clean · 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 workflow OAuth scope required to push changes under .github/workflows/.

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>
@jongio jongio self-assigned this Jun 30, 2026
@github-actions

Copy link
Copy Markdown
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.

github-actions Bot added a commit that referenced this pull request Jun 30, 2026
@jongio jongio merged commit 097c356 into main Jun 30, 2026
11 checks passed
@jongio jongio deleted the jongio-deps-upgrade-all branch June 30, 2026 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant