chore: update all dependencies to latest major versions#12
Merged
Conversation
- Vite 7 → 8 (Rolldown-based, 6x faster builds) - TypeScript 5 → 6 (remove deprecated baseUrl) - Vitest 3 → 4 (separate vitest.config.ts for Vite 8 compat) - lucide-react 0.577 → 1.7 (replace removed Github/Linkedin brand icons with custom SVG components) - @vitejs/plugin-react 5 → 6 - @tanstack/eslint-config 0.3 → 0.4 - @types/node 22 → 25 - vite-tsconfig-paths 5 → 6 (removed from vite.config.ts, using Vite 8 native resolve.tsconfigPaths) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.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.
Summary
Consolidates all 8 Dependabot npm PRs into a single update with necessary migration fixes:
resolve.tsconfigPathsinstead ofvite-tsconfig-pathspluginbaseUrlfrom tsconfig (paths work without it since TS 4.1)vitest.config.tsto avoid Vite 8/Vitest type conflictsGithub/Linkedinbrand icons with custom SVG components insrc/components/icons.tsxTest plan
bun run typecheckpassesbun run lintpassesbun run testpasses (14/14)bun run buildsucceeds (237ms)Closes #4, closes #5, closes #6, closes #7, closes #8, closes #9, closes #10, closes #11
🤖 Generated with Claude Code