Skip to content

deps: upgrade all dependencies to latest#67

Merged
jongio merged 1 commit into
mainfrom
deps/upgrade-all
Jul 5, 2026
Merged

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

Conversation

@jongio

@jongio jongio commented Jul 5, 2026

Copy link
Copy Markdown
Owner

Upgrades all dependencies to their latest versions across every package manager in the repo.

Changes

  • go (cli): bump indirect github.com/charmbracelet/x/exp/slice to v0.0.0-20260705004817
  • web (pnpm-lock): refresh transitive deps — astro toolchain, shiki 4.3.1, vite 8.1.3, picomatch 4.0.5, yaml 2.9.0, @astrojs/language-server 2.16.11
  • cli (package-lock): refresh transitive deps — sharp native bindings et al.

Manifests (package.json, direct go.mod requires) were already at latest, so only lockfiles + one Go indirect entry changed. Packages published within the last 7 days are intentionally skipped (npm min-release-age cooldown). tools/scenario go.mod had no upgradable build-graph deps (MVS-pinned indirects only).

Validation

  • go build ./..., go vet, go test -short ./src/... — cli ✅
  • go build/vet/test — tools/scenario ✅
  • govulncheck ./src/... — no vulnerabilities ✅
  • pnpm build (web) ✅

Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com

- go (cli): bump indirect github.com/charmbracelet/x/exp/slice to v0.0.0-20260705004817
- web (pnpm-lock): refresh transitive deps (astro toolchain, shiki 4.3.1, vite 8.1.3, picomatch 4.0.5, yaml 2.9.0, @astrojs/language-server 2.16.11)
- cli (package-lock): refresh transitive deps (sharp native bindings et al.)

Manifests unchanged - all direct deps already at latest (npm min-release-age 7d cooldown honored).
Validated: go build/vet/test (cli + tools/scenario), govulncheck clean, pnpm build (web).

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@jongio jongio added the deps Dependency updates label Jul 5, 2026
@jongio jongio self-assigned this Jul 5, 2026
@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

🚀 Website Preview

Your PR preview is ready!

📎 Preview URL: https://jongio.github.io/azd-copilot/pr/67/

This preview will be automatically cleaned up when the PR is closed.

github-actions Bot added a commit that referenced this pull request Jul 5, 2026
@jongio
jongio merged commit 4b8e7ff into main Jul 5, 2026
14 checks passed
@jongio
jongio deleted the deps/upgrade-all branch July 5, 2026 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deps Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant