deps: upgrade all dependencies to latest#337
Merged
Merged
Conversation
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
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.
Autonomous dependency upgrade across all ecosystems in the repo.
Go modules
anthropics/anthropic-sdk-gov1.57.0 -> v1.58.0github/copilot-sdk/gov1.0.6 -> v1.0.7charmbracelet/ultraviolet,charmbracelet/x/exp/slice,dlclark/regexp2/v2v2.5.0 -> v2.5.1 (new indirectebitengine/puregov0.10.1 pulled in by tidy)GitHub Actions
actions/setup-gov6.5.0 -> v7.0.0 (bench, ci, release) — ESM migration, inputs/outputs unchangedactions/setup-nodev6.4.0 -> v7.0.0 (deploy-web) — ESM migration, inputs/outputs unchangedIntentionally held back
typescriptstays^6.0.3: latest@astrojs/check@0.9.9declares peertypescript@^5 || ^6; typescript 7.0.2 breaksastro check(language-servergetTsconfig->Cannot read properties of undefined (reading 'fileExists')). Will move to 7 once astro tooling supports it.astrostays^7.0.7: 7.0.8 through 7.1.1 were all published within the npm 7-daymin-release-agecooldown.cmd/screenshotsdeps already at latest.Verification
go build ./...cleango vet ./...cleango test ./... -timeout 30mall packages passastro check && astro buildgreen