Update Babel deps (and group similar updates)#69
Conversation
Added dependency groups for Babel, ESLint, Stylelint, and Vitest in the Dependabot configuration to improve organization and simplify updates. (This commit message was AI-generated.) Signed-off-by: Jens Oliver Meiert <jens@meiert.com>
Upgraded Babel core and preset-env to v8, along with other related dependencies, for improved compatibility and maintenance. Added package overrides for consistent dependency resolution. (This commit message was AI-generated.) Signed-off-by: Jens Oliver Meiert <jens@meiert.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
@CodeRabbit review |
✅ Action performedReview finished.
|
|
Important Review skippedNo new commits to review since the last review. ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughBumps Babel devDependencies ( ChangesDependency updates and tooling config
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@package.json`:
- Around line 71-75: The override forcing `@babel/core` into `@rollup/plugin-babel`
should be removed or adjusted because plugin-babel is still on the Babel
7-compatible release. Update the dependency path in package.json so
`@rollup/plugin-babel` is either upgraded to a Babel 8-compatible version or left
to resolve its declared `@babel/core` range, and verify the Rollup setup in
rollup.config.js continues to work with the selected version.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro
Run ID: 9cd6355a-8bce-4f89-8948-d328884de124
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (2)
.github/dependabot.ymlpackage.json
Resolves #67, #68
Summary by CodeRabbit