-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump babel-related dependencies to latest version #3714
chore(deps): bump babel-related dependencies to latest version #3714
Conversation
🦋 Changeset detectedLatest commit: 077674a The changes in this PR will be included in the next version bump. This PR includes changesets to release 206 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #3714 +/- ##
==========================================
+ Coverage 57.59% 58.12% +0.52%
==========================================
Files 672 643 -29
Lines 17794 17173 -621
Branches 3876 3757 -119
==========================================
- Hits 10249 9982 -267
+ Misses 6934 6589 -345
+ Partials 611 602 -9 ☔ View full report in Codecov by Sentry. |
Summary
@babel/xxx
packages to the latest version.@babel/xxx
packages from the prebundle config, because they are dependencies of@babel/core
(which can not be prebundled). If we prebundle these@babel/xxx
packages, there will be multiple copies.babel-plugin-lodash
.Details
🤖 Generated by Copilot at 6f5cc6f
builder-rspack-provider/package.json
to enhance TypeScript support (link)builder-shared/compiled
directory (link, link, link, link, link, link, link, link, link)Related Issue
isModuleDeclaration
has been deprecated lodash/babel-plugin-lodash#259isModuleDeclaration
method to recommended replacements lodash/babel-plugin-lodash#261Checklist
pnpm run change
.