-
Notifications
You must be signed in to change notification settings - Fork 377
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
fix: fix @modern-js/utils
subpath exports
#3733
Conversation
🦋 Changeset detectedLatest commit: ad5c695 The changes in this PR will be included in the next version bump. This PR includes changesets to release 208 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 #3733 +/- ##
==========================================
+ Coverage 57.59% 58.17% +0.57%
==========================================
Files 672 643 -29
Lines 17794 17189 -605
Branches 3876 3750 -126
==========================================
- Hits 10249 9999 -250
+ Misses 6934 6589 -345
+ Partials 611 601 -10 ☔ View full report in Codecov by Sentry. |
Summary
🤖 Generated by Copilot at 4ede1a8
This pull request removes an unused dependency, updates the patch versions of two packages, and fixes a module alias conflict in the
plugin-runtime
package. These changes improve the performance and compatibility of themodern.js
toolkit.Details
🤖 Generated by Copilot at 4ede1a8
@modern-js/runtime
and@modern-js/utils
packages with fix messages in English and Chinese (link)@modern-js/utils/runtime-node
inplugin-runtime
package to avoid conflicts with subpath exports (link)react-router-dom
dependency from@modern-js/utils
package in bothoptionalDependencies
anddependencies
fields (link, link)Related Issue
Checklist
pnpm run change
.