deps: upgrade all dependencies to latest#348
Merged
Merged
Conversation
Go modules: - indirect: dlclark/regexp2/v2 v2.5.1 -> v2.5.2 (transitive via alecthomas/chroma) Already at latest (no change): - All direct Go modules, GitHub Actions pins, cmd/screenshots npm deps. Held back: - 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. - web typescript stays ^6.0.3: typescript 7 breaks astro check (language-server getTsconfig); 6.0.3 is the latest 6.x. 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.
Summary
Routine dependency sweep. Everything else was already brought to latest by #337 (merged earlier today); this picks up the one new update since.
Go modules
dlclark/regexp2/v2v2.5.1 to v2.5.2 (transitive viaalecthomas/chroma, pulled in bygo get -u+go mod tidy)Already at latest (verified, no change)
cmd/screenshotsnpm dependencies.Held back (intentional)
webastro stays^7.0.7: versions 7.0.8 through 7.1.1 were all published within the npm 7-day min-release-age cooldown.webtypescript stays^6.0.3: typescript 7 breaksastro check(language-server getTsconfig); 6.0.3 is the latest 6.x.Verification
go build ./...cleango vet ./...cleango test ./...green (one load-induced flake inTestLuaRuntime_SandboxOsBlockedconfirmed passing in isolation, unrelated to this change)