Skip to content

deps: upgrade all dependencies to latest#348

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

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

Conversation

@jongio

@jongio jongio commented Jul 19, 2026

Copy link
Copy Markdown
Owner

Summary

Routine dependency sweep. Everything else was already brought to latest by #337 (merged earlier today); this picks up the one new update since.

Go modules

  • indirect: dlclark/regexp2/v2 v2.5.1 to v2.5.2 (transitive via alecthomas/chroma, pulled in by go get -u + go mod tidy)

Already at latest (verified, no change)

  • All direct Go modules, GitHub Actions pins, and cmd/screenshots npm dependencies.

Held back (intentional)

  • web astro stays ^7.0.7: versions 7.0.8 through 7.1.1 were all published within the npm 7-day min-release-age cooldown.
  • web typescript stays ^6.0.3: typescript 7 breaks astro check (language-server getTsconfig); 6.0.3 is the latest 6.x.

Verification

  • go build ./... clean
  • go vet ./... clean
  • go test ./... green (one load-induced flake in TestLuaRuntime_SandboxOsBlocked confirmed passing in isolation, unrelated to this change)

Go modules:
- indirect: dlclark/regexp2/v2 v2.5.1 -> v2.5.2 (transitive via alecthomas/chroma)

Already at latest (no change):
- All direct Go modules, GitHub Actions pins, cmd/screenshots npm deps.

Held back:
- web astro stays ^7.0.7: 7.0.8 through 7.1.1 were all published within the npm 7-day min-release-age cooldown.
- web typescript stays ^6.0.3: typescript 7 breaks astro check (language-server getTsconfig); 6.0.3 is the latest 6.x.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@jongio jongio added the deps Dependency updates label Jul 19, 2026
@jongio jongio self-assigned this Jul 19, 2026
@jongio
jongio merged commit 9cad8c7 into main Jul 19, 2026
4 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