chore(deps): update vite+ - #3205
Conversation
Thanks for opening this pull request! 🎉We really appreciate you taking the time to contribute, @fengmk2. A maintainer will take a look as soon as they can. In the meantime, please make sure that:
If anything needs adjusting we'll leave comments here. Thanks again! |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (8)
Included review availability: Your plan provides up to 8 included reviews per hour; 6 remain after this review. 📝 WalkthroughSummary by CodeRabbit
WalkthroughThe changes update Vite Plus and Vitest versions, group related Renovate updates, simplify contributor sorting data, and remove or rename unused callback parameters. ChangesMaintenance updates
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches🧪 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 |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
e18e dependency analysisNo dependency warnings found. |
Update
vite-plusand@voidzero-dev/vite-plus-coreto0.3.0. Alignvitest,@vitest/browser-playwright, and@vitest/coverage-v8at4.1.11.Add a Renovate
vite+group for the Vite+ and Vitest package families. This group keeps the pinned Vitest packages in one update PR.The dependency update changes
oxlintfrom1.77.0to1.79.0. Version1.79.0changeseslint/no-unused-varsto report bare_parameters (release notes). The code changes remove these parameters and unused destructured bindings. They preserve the handler and fixture behavior.Related to #3201.