chore(deps): update uncovered dependencies#395
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates a small set of “uncovered” dependencies across the Go root module and the web/ dashboard to pick up patch/minor releases, along with the corresponding lockfile refresh for the web app.
Changes:
- Bump
github.com/klauspost/compressfromv1.18.6→v1.18.7in the root Go module (go.mod/go.sum). - Bump
@tanstack/react-query,lucide-react,react, andreact-domversions used by the dashboard. - Regenerate
web/package-lock.jsonto reflect the updated dependency graph and resolved tarballs.
Show a summary per file
| File | Description |
|---|---|
go.mod |
Updates github.com/klauspost/compress to v1.18.7. |
go.sum |
Refreshes checksums for github.com/klauspost/compress v1.18.7. |
web/package.json |
Bumps dashboard runtime dependencies (react*, @tanstack/react-query, lucide-react). |
web/package-lock.json |
Updates resolved versions/integrity metadata for the bumped web dependencies. |
Review details
Files not reviewed (1)
- web/package-lock.json: Generated file
- Files reviewed: 2/4 changed files
- Comments generated: 0
- Review effort level: Low
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
github.com/klauspost/compressfromv1.18.6tov1.18.7in the root Go module.@tanstack/react-queryfrom^5.101.1to^5.101.2lucide-reactfrom^1.21.0to^1.22.0react/react-domfrom^19.1.0to^19.2.7web/package-lock.jsonfor the updated web dependencies.Existing dependency PRs intentionally skipped
github.com/azure/azure-dev/cli/azd1.25.6->1.26.0.github.com/github/copilot-sdk/go1.0.2->1.0.4.site/package.json/site/package-lock.jsonAstro, Starlight, and sharp updates.webtypescript-eslintupdates.Validation
go test ./internal/embeddedcd web && npm ci --ignore-scriptscd web && npm run buildcd web && npm run lintcd web && npm audit --json(0 vulnerabilities)Note: I did not run
make testbecause it runs the full all-package race suite and the prior session observed validation removing the active worktree. The targeted Go package importinggithub.com/klauspost/compressand the affected web package were validated instead.