Skip to content

chore(deps): update uncovered dependencies#395

Merged
spboyer merged 1 commit into
mainfrom
spboyer-dependency-updates
Jun 30, 2026
Merged

chore(deps): update uncovered dependencies#395
spboyer merged 1 commit into
mainfrom
spboyer-dependency-updates

Conversation

@spboyer

@spboyer spboyer commented Jun 30, 2026

Copy link
Copy Markdown
Member

Summary

  • Bump github.com/klauspost/compress from v1.18.6 to v1.18.7 in the root Go module.
  • Bump web runtime dependencies:
    • @tanstack/react-query from ^5.101.1 to ^5.101.2
    • lucide-react from ^1.21.0 to ^1.22.0
    • react / react-dom from ^19.1.0 to ^19.2.7
  • Refresh web/package-lock.json for the updated web dependencies.

Existing dependency PRs intentionally skipped

Validation

  • go test ./internal/embedded
  • cd web && npm ci --ignore-scripts
  • cd web && npm run build
  • cd web && npm run lint
  • cd web && npm audit --json (0 vulnerabilities)

Note: I did not run make test because it runs the full all-package race suite and the prior session observed validation removing the active worktree. The targeted Go package importing github.com/klauspost/compress and the affected web package were validated instead.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 30, 2026 13:30

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/compress from v1.18.6v1.18.7 in the root Go module (go.mod / go.sum).
  • Bump @tanstack/react-query, lucide-react, react, and react-dom versions used by the dashboard.
  • Regenerate web/package-lock.json to 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

@spboyer spboyer merged commit 7ec436b into main Jun 30, 2026
10 checks passed
@spboyer spboyer deleted the spboyer-dependency-updates branch June 30, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants