Skip to content

deps: update dependencies to latest - #386

Merged
jongio merged 1 commit into
mainfrom
deps/update-2026-08-02
Aug 3, 2026
Merged

deps: update dependencies to latest#386
jongio merged 1 commit into
mainfrom
deps/update-2026-08-02

Conversation

@jongio

@jongio jongio commented Aug 2, 2026

Copy link
Copy Markdown
Owner

Routine dependency refresh across the Go module and the Astro website lockfile.

package from to
github.com/lucasb-eyer/go-colorful v1.4.0 v1.4.1
github.com/google/pprof (indirect) 20260709232956 20260802141513
vite 8.1.3 8.2.0
rolldown 1.1.5 1.2.1
lightningcss 1.32.0 1.33.0
@astrojs/language-server 2.16.11 2.16.13
postcss 8.5.23 8.5.25
prettier 3.9.4 3.9.6
@babel/parser, @babel/types 7.29.7 7.29.8
ultrahtml 1.6.0 1.7.0
devalue 5.8.1 5.9.0
entities 4.5.0 6.0.1
@oxc-project/types 0.139.0 0.142.0
p-queue 9.3.1 9.3.3
package-manager-detector 1.7.0 1.8.0

51 lock entries changed; the table lists the notable ones. No manifest edits needed: every declared range is already at latest.

Lockfile correction. node_modules/typescript now resolves to the alias package.json actually declares, @typescript/typescript6@6.0.2 (published 2026-07-06), instead of the stale hoisted typescript@6.0.3 (published 2026-04-16). The TypeScript 6 line moved to the scoped package after 6.0.3, so this moves forward despite the lower number, and the classic build still ships nested as @typescript/old.

Held back. cosign stays on v2.6.4 in release.yml; v3 forces the single-file bundle format and breaks the detached .sig/.pem signatures that install.sh and install.ps1 verify.

Already at latest and untouched: every pinned GitHub Action, golangci-lint v2.12.2, gofumpt v0.11.0, mage v1.17.2, goreleaser v2.17.1, govulncheck v1.6.0, deadcode (x/tools v0.48.0), Node 24 LTS, Go 1.26.5.

typecheck/lint/build/test: pass. Local sweep: gofmt, gofumpt, go mod tidy, go vet, go build, go test, golangci-lint (0 issues), govulncheck (0 vulns), deadcode, cross-compile for all release targets, npm ci, npm audit (0 vulns), astro check (0 errors), astro build. Race tests need gcc and run in CI.

Go:
- github.com/lucasb-eyer/go-colorful: v1.4.0 -> v1.4.1
- github.com/google/pprof (indirect): 20260709232956 -> 20260802141513

Web (npm lockfile refresh, 51 transitive packages):
- vite: 8.1.3 -> 8.2.0
- rolldown: 1.1.5 -> 1.2.1
- lightningcss: 1.32.0 -> 1.33.0
- @astrojs/language-server: 2.16.11 -> 2.16.13
- postcss: 8.5.23 -> 8.5.25
- prettier: 3.9.4 -> 3.9.6
- @babel/parser, @babel/types: 7.29.7 -> 7.29.8
- ultrahtml: 1.6.0 -> 1.7.0
- devalue: 5.8.1 -> 5.9.0
- entities: 4.5.0 -> 6.0.1
- @oxc-project/types: 0.139.0 -> 0.142.0
- p-queue: 9.3.1 -> 9.3.3
- package-manager-detector: 1.7.0 -> 1.8.0

Lockfile correction: node_modules/typescript now resolves to the alias
package.json actually declares, @typescript/typescript6@6.0.2 (published
2026-07-06), instead of the stale hoisted typescript@6.0.3 (published
2026-04-16). The TypeScript 6 line moved to the scoped package after
6.0.3, so this is a forward move despite the lower version number. The
classic build still ships nested as @typescript/old.

Held back: cosign stays on v2.6.4 in release.yml. v3 forces the
single-file bundle format and breaks the detached .sig/.pem signatures
that install.sh and install.ps1 verify.

Already at latest, no change needed: both package.json manifests, every
pinned GitHub Action, golangci-lint v2.12.2, gofumpt v0.11.0, mage
v1.17.2, goreleaser v2.17.1, govulncheck v1.6.0, deadcode (x/tools
v0.48.0), Node 24 LTS, Go 1.26.5.

Validation: gofmt, gofumpt, go mod tidy, go vet, go build, go test,
golangci-lint (0 issues), govulncheck (0 vulnerabilities), deadcode,
cross-compile for all release targets, npm ci, npm audit (0
vulnerabilities), astro check (0 errors), astro build.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 7e11817c-e867-4318-a609-a1bb68bf206d
@jongio jongio self-assigned this Aug 2, 2026
@jongio jongio added the deps Dependency updates label Aug 2, 2026
@jongio
jongio merged commit 77f2ab9 into main Aug 3, 2026
2 checks passed
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