deps: upgrade all dependencies to latest#333
Merged
Merged
Conversation
Go modules: - github.com/github/copilot-sdk/go v1.0.6 -> v1.0.7 - modernc.org/sqlite v1.53.0 -> v1.54.0 - indirect: charmbracelet/ultraviolet, charmbracelet/x/exp/slice, dlclark/regexp2/v2, mattn/go-isatty, modernc.org/libc; adds indirect ebitengine/purego v0.10.1 (new dep of modernc.org/libc) GitHub Actions: - actions/setup-go v6.5.0 -> v7.0.0 (ci.yml x2, release.yml) - actions/setup-node v6.4.0 -> v7.0.0 (pages.yml) npm (web/): no eligible upgrades. astro 7.1.x is within the 7-day release-age cooldown; all other packages already at latest. Validation: go build, go vet, golangci-lint (0 issues), go test ./..., govulncheck (no vulnerabilities), gofumpt (clean), deadcode (OK), and astro build all pass. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: a11db554-391f-41d3-9be1-7fd3bc7739c3
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.
Routine dependency refresh across all ecosystems.
Go modules
Indirect bumps: charmbracelet/ultraviolet, charmbracelet/x/exp/slice, dlclark/regexp2/v2, mattn/go-isatty, modernc.org/libc. Adds indirect ebitengine/purego v0.10.1 (new transitive dep of modernc.org/libc).
GitHub Actions
Both v7 bumps are ESM migrations plus dependency updates, with no workflow-facing config changes. cosign-installer stays pinned with cosign-release v2.6.4 (v3 breaks detached .sig/.pem signing).
npm (web/)
No eligible upgrades. astro 7.1.x is within the 7-day release-age cooldown; all other packages already at latest.
Held back
astro 7.1.1 (published 2 days ago) held by the 7-day cooldown.
Validation
go build, go vet, golangci-lint (0 issues), go test ./..., govulncheck (no vulnerabilities), gofumpt, deadcode, and astro build all pass.
Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com