deps: upgrade all dependencies to latest#492
Merged
Merged
Conversation
Upgrade github.com/dlclark/regexp2/v2 from v2.2.2 to v2.3.0 via go get -u. TypeScript 7.0.2 and eslint 10.7.0 skipped: published within the 7-day release-age cooldown. web/ and cli/dashboard JS deps otherwise at latest. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
|
🚀 Website Preview
Preview has been cleaned up as the PR was closed. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #492 +/- ##
=======================================
Coverage 60.77% 60.77%
=======================================
Files 223 223
Lines 28527 28527
=======================================
Hits 17337 17337
Misses 10010 10010
Partials 1180 1180
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Automated dependency upgrade sweep.
Changes
cli/go.mod): bumpgithub.com/dlclark/regexp2/v2fromv2.2.2tov2.3.0(indirect), viago get -u ./... && go mod tidy.Intentionally skipped (7-day release-age cooldown)
typescript6.0.3 -> 7.0.2: published 2026-07-08 (major rewrite, inside cooldown).eslint10.6.0 -> 10.7.0: published 2026-07-10 (inside cooldown).Already current
web/dependencies: all at latest stable.cli/dashboardandcli/package.jsonJS deps: latest except the cooldown items above.Verification (local)
go build ./...: passgo vet ./src/...: passgo test -short ./src/...: pass (portmanager re-run passed in isolation; the one flaky failure was port 8080 contention on the shared dev machine, unrelated to this bump).pnpm build: pass.