deps: update dependencies to latest#370
Merged
Merged
Conversation
- actions/checkout: v7.0.0 -> v7.0.1 - goreleaser: v2.16.0 -> v2.17.0 - govulncheck: v1.5.0 -> v1.6.0 - deadcode (x/tools): v0.47.0 -> v0.48.0 - golang.org/x/exp: 20260709172345 -> 20260718201538 - charmbracelet/x/exp/golden: 20260705004817 -> 20260720091843 - CI Node: 22 -> 24 (current Active LTS) Security (npm audit, 3 HIGH resolved, now 0 vulnerabilities): - fast-uri: 3.1.3 -> 3.1.4 (GHSA-v2hh-gcrm-f6hx) - postcss: -> 8.5.23 (GHSA-r28c-9q8g-f849) - svgo: -> 4.0.2 (GHSA-2p49-hgcm-8545) TypeScript 7.0 side-by-side layout in web: - "@typescript/native": "npm:typescript@^7.0.2" - "typescript": "npm:@typescript/typescript6@^6.0.2" typescript 7 is the native Go compiler and ships without the JS compiler API (ts.sys, ts.findConfigFile). astro check reaches that API through @astrojs/language-server and @volar/kit, so a plain typescript 7 install crashed "npm run test" in AstroCheck.getTsconfig. The side-by-side layout keeps the real TypeScript 7 compiler as tsc while leaving a 6.0 API surface available for programmatic type analysis. npx tsc --version reports 7.0.2 and astro check passes with 0 errors. All other Go and npm dependencies already sit at latest. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2127a7a3-47c9-410a-9f75-7eaf08125751
jongio
force-pushed
the
deps/update-2026-07-25
branch
from
July 25, 2026 20:24
443b632 to
6ac41d5
Compare
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.
Updates every dependency and pinned tool that had a newer stable release, and moves the
webproject onto the TypeScript 7.0 side-by-side layout.What moved
actions/checkoutgoreleasergovulncheckdeadcode(x/tools)golang.org/x/expcharmbracelet/x/exp/goldenSecurity
npm auditreported 3 HIGH advisories onmain. All resolved through lockfile-only semver-compatible bumps, now 0 vulnerabilities.fast-uripostcsssvgogovulncheck ./...reports no vulnerabilities.TypeScript 7.0 side-by-side
TypeScript 7 is the native Go compiler and ships without the JS compiler API (
ts.sys,ts.findConfigFile).astro checkreaches that API through@astrojs/language-serverand@volar/kit, so a plain TypeScript 7 install crashednpm run testinAstroCheck.getTsconfigonmain. The side-by-side layout keeps the real TypeScript 7 compiler astscwhile leaving a 6.0 API surface available for programmatic type analysis.npx tsc --versionreports 7.0.2 andastro checkpasses with 0 errors.Held back
Nothing.
Validation
mage preflight13/13 pass: build, vet, gofmt, gofumpt, golangci-lint v2.12.2, deadcode, go test (Windows and WSL Linux), govulncheck.web:astro check0 errors, 0 warnings, 0 hints, andastro buildcompletes on Node 24. Race detector isn't runnable on this machine (no C toolchain), CI's Ubuntu runner covers it.