chore(deps): bump nine npm packages in one branch - #62
Merged
Merged
Conversation
Dependabot opened #60 (production, 3) and #61 (development, 6) against the same base. Merging them one at a time would make the other wait for a rebase and burn a second CI round, so consolidate both into a single green tree. - Production: @tanstack/react-virtual 3.14.11 -> 3.14.13, lucide-react 1.43.0 -> 1.46.0, tailwind-merge 3.6.0 -> 3.7.0 - Development: vite 8.2.2 -> 8.3.0, oxlint 1.82.0 -> 1.83.0, @types/node 26.5.1 -> 26.6.1, @testing-library/dom 10.4.1 -> 10.4.2, @vitest/coverage-v8 5.0.0 -> 5.0.1 - No majors; every bump stays inside its existing semver range - Regenerating the lock floated lucide-react to 1.47.0 inside ^1.46.0; pinned back to the 1.46.0 Dependabot verified, so the tree that merges is the tree CI checked. All 531 lock entries then match #60 or #61 exactly, with zero unexplained drift - Gates on the merged tree: lint clean, build ok, 152 tests pass, and vitest run --coverage passes as well since npm test never loads @vitest/coverage-v8 - Bundle 516.18 -> 517.35 kB (gzip 163.20 -> 163.50) Closes #60 Closes #61 Tags: #deps #dependabot Co-Authored-By: htjulia <htjulia1@gmail.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.
Dependabot opened two PRs against the same base commit (
e6fa9a3): #60 (production, 3 packages) and #61 (development, 6 packages). Merging them one at a time would make the other wait for a rebase and burn a second CI round, so this consolidates both into a single green tree.What changed
Production (from #60)
@tanstack/react-virtuallucide-reacttailwind-mergeDevelopment (from #61)
viteoxlint@types/node@testing-library/dom@vitest/coverage-v8Plus
@jridgewell/sourcemap-codec1.5.5 -> 1.6.0 as a transitive update. No majors — every bump stays inside its existing semver range.Lock integrity
Regenerating the lock floated
lucide-reactto 1.47.0 inside^1.46.0. It is pinned back to the 1.46.0 Dependabot verified, so the tree that merges is the tree CI checked.All 531 lock entries were then compared against the
main, #60 and #61 locks: every version difference is attributable to #60 or #61, with zero unexplained drift.Verification on the merged tree
npm run lint— clean (the 7only-export-componentswarnings are pre-existing onmain)npm run build— oknpm test— 15 files / 152 tests passnpx vitest run --coverage— 15 files pass (Statements 79.3%, Lines 81.3%). Run separately becausenpm testnever loads@vitest/coverage-v8, so CI alone would not exercise that bump.Not caused by this PR
npm auditreports 3 advisories (moderatehono, highjs-yaml, moderateqs). The identical 3 are present onmainate6fa9a3, and they reach the tree throughshadcn->@modelcontextprotocol/sdk->hono/qs— dev-only, never in the shipped bundle. Tracked separately.Closes #60
Closes #61