Skip to content

deps: upgrade all dependencies to latest#337

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

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

Conversation

@jongio

@jongio jongio commented Jul 19, 2026

Copy link
Copy Markdown
Owner

Autonomous dependency upgrade across all ecosystems in the repo.

Go modules

  • anthropics/anthropic-sdk-go v1.57.0 -> v1.58.0
  • github/copilot-sdk/go v1.0.6 -> v1.0.7
  • indirect bumps: charmbracelet/ultraviolet, charmbracelet/x/exp/slice, dlclark/regexp2/v2 v2.5.0 -> v2.5.1 (new indirect ebitengine/purego v0.10.1 pulled in by tidy)

GitHub Actions

  • actions/setup-go v6.5.0 -> v7.0.0 (bench, ci, release) — ESM migration, inputs/outputs unchanged
  • actions/setup-node v6.4.0 -> v7.0.0 (deploy-web) — ESM migration, inputs/outputs unchanged
  • pins kept as full commit SHAs for supply-chain safety

Intentionally held back

  • web typescript stays ^6.0.3: latest @astrojs/check@0.9.9 declares peer typescript@^5 || ^6; typescript 7.0.2 breaks astro check (language-server getTsconfig -> Cannot read properties of undefined (reading 'fileExists')). Will move to 7 once astro tooling supports it.
  • 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.
  • cmd/screenshots deps already at latest.

Verification

  • go build ./... clean
  • go vet ./... clean
  • go test ./... -timeout 30m all packages pass
  • web astro check && astro build green

Go modules:
- anthropics/anthropic-sdk-go v1.57.0 -> v1.58.0
- github/copilot-sdk/go v1.0.6 -> v1.0.7
- indirect: charmbracelet/ultraviolet, charmbracelet/x/exp/slice, dlclark/regexp2/v2 v2.5.0 -> v2.5.1 (added ebitengine/purego)

GitHub Actions:
- actions/setup-go v6.5.0 -> v7.0.0 (bench, ci, release)
- actions/setup-node v6.4.0 -> v7.0.0 (deploy-web)

Held back:
- web typescript stays ^6.0.3: @astrojs/check@0.9.9 peer range is ^5 || ^6; typescript 7 breaks astro check (language-server getTsconfig).
- web astro stays ^7.0.7: 7.0.8+ published within npm 7-day min-release-age cooldown.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: cb5ff8e8-416f-4937-9c8c-ead4fd793356
@jongio jongio self-assigned this Jul 19, 2026
@jongio jongio added the deps Dependency updates label Jul 19, 2026
@jongio
jongio merged commit b867dcc 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