deps: upgrade all dependencies to latest#280
Merged
Merged
Conversation
Go: - golang.org/x/net: v0.56.0 -> v0.57.0 npm (web/) held this cycle: - typescript 6.0.3 -> 7.0.2 held: major bump, @astrojs/check peer-requires typescript ^5 || ^6 (TS7 not yet supported), and published <7 days ago. - marked 18.0.6 held: published <7 days ago (release-age cooldown). Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.
Recurring dependency upgrade.
Go
golang.org/x/net: v0.56.0 to v0.57.0 (viago get -u ./...+go mod tidy)npm (web/), held this cycle
typescript6.0.3 to 7.0.2: held. Major bump, and@astrojs/check@0.9.9(latest) peer-requirestypescript ^5 || ^6, so TS 7 isn't supported by the Astro tooling yet. Also published under 7 days ago.marked18.0.6: held. Published under 7 days ago (release-age cooldown).Verification (local, CI-equivalent)
go mod tidy: stable (only the x/net change)mage deadcode: OKgo build ./...+ cross-compile (darwin/amd64, darwin/arm64, windows/amd64, windows/arm64): passgo vet ./...: passgo test ./...: pass, 79.5% total coverageRace detector tests run in CI (they need CGO/gcc, which isn't available on the local Windows box).
Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com