chore(deps): upgrade dev tools and dependencies#65
Conversation
Upgrade Biome 1.2 to 2.4 (migrate config, --apply to --write), husky 8 to 9 (simplify hooks, remove husky.sh), commitlint 17 to 20, cross-env 7 to 10, concurrently 8 to 9, TypeScript 5.0 to 6.0, inquirer 9 to 13, Emotion CSS to 11.13, style-dictionary to 5.4. Remove unused webpack-bundle-analyzer. Closes #46
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThis pull request upgrades development tools and dependencies to newer versions, including Biome (1.2.2 → 2.4.11), CommitLint, Husky (8.0.3 → 9.1.7), and others. Husky hook scripts are simplified, and Biome configuration is migrated to the new schema format. The bundle analyzer plugin is removed as unused. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Config changes
ignore→includes,organizeImports→assist)lint --apply→lint --writehusky.shsourcing, simplified hook scripts,husky install→huskywebpack-bundle-analyzerTest plan
bun run lint— passes, no warningsbun run format:write— worksbun run test— all 18 tests passbun run build— production build succeedsCloses #46
Summary by CodeRabbit
Release Notes