chore(deps): batch minor dependency updates across root and web packages#1076
Merged
zbigniewsobiecki merged 1 commit intodevfrom Apr 2, 2026
Merged
chore(deps): batch minor dependency updates across root and web packages#1076zbigniewsobiecki merged 1 commit intodevfrom
zbigniewsobiecki merged 1 commit intodevfrom
Conversation
nhopeatall
approved these changes
Apr 2, 2026
Collaborator
nhopeatall
left a comment
There was a problem hiding this comment.
LGTM — straightforward batch dependency update with no source code changes beyond the lucide-react range bump in web/package.json.
Verified:
- The
lucide-reactrange bump (^0.475.0→^0.577.0) is necessary since0.xsemver ranges don't auto-resolve across minor versions. CI's TypeScript compilation confirms no icon renames/removals affect the 20+ consuming files. @tailwindcss/oxide4.2.2 now requires Node >= 20; project requires Node >= 22 and CI uses Node 22 — fully compatible.@tanstack/react-router1.168.x now requires Node >= 20.19 — also compatible.@trpc/client,@trpc/server, and@trpc/tanstack-react-queryall resolve to 11.16.0 in both workspaces, maintaining version alignment.- All 7 CI checks pass (lint, typecheck, unit tests, integration tests, Docker builds, CodeQL).
- Major version bumps (zod 4.x, vitest 4.x, typescript 6.x, etc.) are correctly excluded per the PR description.
🕵️ claude-code · claude-opus-4-6 · run details
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
Batch minor/patch dependency updates across root and web
package.jsonfiles — all within semver-compatible ranges. No major version bumps.Card: https://trello.com/c/CHTKn96B/588-multiple-minor-dependency-updates-pending-oclif-core-opencode-ai-sdk-lucide-react-vitejs-plugin-react-various-tanstack-packages
Root package updates (package-lock.json)
@oclif/core: 4.8.0 → 4.10.3@opencode-ai/sdk: 1.2.24 → 1.3.13@anthropic-ai/claude-agent-sdk: 0.2.42 → 0.2.90@trpc/client+@trpc/server: 11.10.0 → 11.16.0@sentry/node: 10.39.0 → 10.47.0bullmq: 5.66.4 → 5.72.0pg: 8.18.0 → 8.20.0llmist+@llmist/cli: 16.1.0 → 16.2.0hono: 4.12.7 → 4.12.9drizzle-orm: 0.45.1 → 0.45.2marklassian: 1.1.0 → 1.2.1dockerode: 4.0.9 → 4.0.10jira.js: 5.3.0 → 5.3.1eta: 4.5.0 → 4.5.1@commitlint/cli+@commitlint/config-conventional,@types/pg,@types/adm-zip,commander,drizzle-kitWeb package updates (web/package-lock.json + web/package.json)
@tanstack/react-query: 5.75.5 → 5.96.1@tanstack/react-router: 1.121.0 → 1.168.10@trpc/client+@trpc/tanstack-react-query: 11.10.0 → 11.16.0tailwindcss+@tailwindcss/vite: 4.1.7 → 4.2.2lucide-react: 0.475.0 → 0.577.0 (manual range bump in package.json:^0.475.0→^0.577.0)tailwind-merge: 3.3.0 → 3.5.0recharts: 3.8.0 → 3.8.1react-hook-form: 7.71.1 → 7.72.0Excluded (major version bumps — not updated)
zod4.x,vitest4.x,typescript6.x,@biomejs/biome2.x,jsdom29.x,lefthook2.x,@vitejs/plugin-react6.x,vite8.x,lucide-react1.x,@types/dockerode4.xTest plan
npm run typecheck— passes with zero errorsnpm run lint— passes with 2 pre-existing warnings (no new issues)npm test— 369 test files, 7262 tests all passingcd web && npm run build— builds successfully (Vite 6.4.1 + Tailwind 4.2.2 + TanStack 1.168.10)🤖 Generated with Claude Code
🕵️ claude-code · claude-sonnet-4-6 · run details