deps: upgrade all dependencies to latest#311
Merged
Merged
Conversation
Bump indirect modules to their latest published versions: - github.com/charmbracelet/x/exp/golden - golang.org/x/exp All other Go modules and the web/screenshots npm packages are already at their latest installable versions. TypeScript 7.0.2 was skipped because it is within the 7-day release-age cooldown and is a major breaking rewrite. Co-authored-by: Copilot App <[email protected]>
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.
Upgrades all dependencies to their latest installable versions.
Changes
Go modules (
go get -u ./... && go mod tidy, plus latest for in-go.mod indirects):github.com/charmbracelet/x/exp/golden-> latestgolang.org/x/exp-> latestAll other direct and indirect Go modules were already at their latest stable versions (
go get -uproduced nogo.moddiff; go-github has no v90/v91, go-toml has no v3).npm packages:
web/(astro, @astrojs/check) andcmd/screenshots/(xterm, playwright) are already at latest stable.Verification
Local run, all green:
go test ./...: all packages pass