Skip to content

deps: update dependencies to latest - #83

Merged
jongio merged 1 commit into
mainfrom
deps/update-2026-07-27
Jul 29, 2026
Merged

deps: update dependencies to latest#83
jongio merged 1 commit into
mainfrom
deps/update-2026-07-27

Conversation

@jongio

@jongio jongio commented Jul 27, 2026

Copy link
Copy Markdown
Owner

Routine dependency refresh across the Go modules and the Astro website. No code changes were needed.

Go (cli)

Package From To
golang.org/x/exp 20260718201538 20260727155853
google.golang.org/genproto/googleapis/rpc 20260724162435 20260727163830
github.com/charmbracelet/x/exp/slice 20260726004341 20260727090823

Go (tools/scenario)

Package From To
modernc.org/libc v1.74.3 v1.74.4

Web (pnpm)

Package From To
astro 7.1.3 7.1.4
@astrojs/mdx 7.0.3 7.0.4
@types/node 26.1.1 26.1.2
yargs (transitive) 17.7.3 18.1.0
string-width (transitive) 4.2.3 7.2.0
wrap-ansi (transitive) 7.0.0 9.0.2
cliui (transitive) 8.0.1 9.0.1
ansi-regex (transitive) 5.0.1 6.2.2
ansi-styles (transitive) 4.3.0 6.2.3
strip-ansi (transitive) 6.0.1 7.2.0
emoji-regex (transitive) 8.0.0 10.6.0
smol-toml (transitive) 1.7.0 1.7.1

Notes

Every direct Go requirement was already at its latest published tag, so only transitive pseudo-versions moved. cli/package-lock.json was already current. Actions pins stay with Dependabot.

ajv>fast-uri stays on ^3 (resolves 3.1.4). ajv@8.20.0 declares fast-uri: ^3.0.1 and hasn't adopted the v4 major yet.

govulncheck flags one uncallable advisory (GO-2026-5932, x/crypto/openpgp) that has no fixed version.

Validation

typecheck/lint/build/test: pass (gofmt, golangci-lint, staticcheck, gosec, govulncheck, go vet, go test ./src/... for both modules, cross-platform go build, astro build, pnpm install --frozen-lockfile, pnpm audit). Zero errors, zero warnings.

Go (cli):
- golang.org/x/exp: 20260718201538 -> 20260727155853
- google.golang.org/genproto/googleapis/rpc: 20260724162435 -> 20260727163830
- github.com/charmbracelet/x/exp/slice: 20260726004341 -> 20260727090823

Go (tools/scenario):
- modernc.org/libc: v1.74.3 -> v1.74.4

Web (pnpm):
- astro: 7.1.3 -> 7.1.4
- @astrojs/mdx: 7.0.3 -> 7.0.4
- @types/node: 26.1.1 -> 26.1.2
- transitive: yargs 17.7.3 -> 18.1.0, string-width 4.2.3 -> 7.2.0,
  wrap-ansi 7.0.0 -> 9.0.2, cliui 8.0.1 -> 9.0.1, ansi-regex 5.0.1 -> 6.2.2,
  ansi-styles 4.3.0 -> 6.2.3, strip-ansi 6.0.1 -> 7.2.0,
  emoji-regex 8.0.0 -> 10.6.0, smol-toml 1.7.0 -> 1.7.1

No code changes were needed. All direct Go module requirements were already
at their latest tags, and cli/package-lock.json was already current.

Verified: gofmt, golangci-lint, staticcheck, gosec, govulncheck, go vet,
go test (cli + tools/scenario), cross-platform go build, astro build,
pnpm install --frozen-lockfile, pnpm audit.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 7b365a6a-506f-4d86-a9d3-a7bdbbf9ee5b
@jongio jongio added the deps Dependency updates label Jul 27, 2026
@jongio jongio self-assigned this Jul 27, 2026
@github-actions

github-actions Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

🚀 Website Preview

Your PR preview was available here.

Preview has been cleaned up as the PR was closed.

github-actions Bot added a commit that referenced this pull request Jul 27, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🚀 Test This PR

A preview build (0.2.4-pr83) is ready for testing!

One-Line Install (Recommended)

PowerShell (Windows):

iex "& { $(irm https://raw.githubusercontent.com/jongio/azd-copilot/main/cli/scripts/install-pr.ps1) } -PrNumber 83 -Version 0.2.4-pr83"

Bash (macOS/Linux):

curl -fsSL https://raw.githubusercontent.com/jongio/azd-copilot/main/cli/scripts/install-pr.sh | bash -s 83 0.2.4-pr83

Uninstall

PowerShell (Windows):

iex "& { $(irm https://raw.githubusercontent.com/jongio/azd-copilot/main/cli/scripts/uninstall-pr.ps1) } -PrNumber 83"

Bash (macOS/Linux):

curl -fsSL https://raw.githubusercontent.com/jongio/azd-copilot/main/cli/scripts/uninstall-pr.sh | bash -s 83

Build Info:

@jongio
jongio merged commit b207996 into main Jul 29, 2026
14 checks passed
@jongio
jongio deleted the deps/update-2026-07-27 branch July 29, 2026 23:31
github-actions Bot added a commit that referenced this pull request Jul 29, 2026
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