deps: update dependencies to latest - #83
Merged
Merged
Conversation
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
Contributor
|
🚀 Website Preview
Preview has been cleaned up as the PR was closed. |
Contributor
🚀 Test This PRA preview build ( 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-pr83UninstallPowerShell (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 83Build 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 across the Go modules and the Astro website. No code changes were needed.
Go (
cli)golang.org/x/exp2026071820153820260727155853google.golang.org/genproto/googleapis/rpc2026072416243520260727163830github.com/charmbracelet/x/exp/slice2026072600434120260727090823Go (
tools/scenario)modernc.org/libcv1.74.3v1.74.4Web (pnpm)
astro7.1.37.1.4@astrojs/mdx7.0.37.0.4@types/node26.1.126.1.2yargs(transitive)17.7.318.1.0string-width(transitive)4.2.37.2.0wrap-ansi(transitive)7.0.09.0.2cliui(transitive)8.0.19.0.1ansi-regex(transitive)5.0.16.2.2ansi-styles(transitive)4.3.06.2.3strip-ansi(transitive)6.0.17.2.0emoji-regex(transitive)8.0.010.6.0smol-toml(transitive)1.7.01.7.1Notes
Every direct Go requirement was already at its latest published tag, so only transitive pseudo-versions moved.
cli/package-lock.jsonwas already current. Actions pins stay with Dependabot.ajv>fast-uristays on^3(resolves3.1.4).ajv@8.20.0declaresfast-uri: ^3.0.1and hasn't adopted the v4 major yet.govulncheckflags 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-platformgo build,astro build,pnpm install --frozen-lockfile,pnpm audit). Zero errors, zero warnings.