-
Notifications
You must be signed in to change notification settings - Fork 368
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
feat(builder): bump webpack v5.88, support top level await #4102
feat(builder): bump webpack v5.88, support top level await #4102
Conversation
🦋 Changeset detectedLatest commit: cc37c56 The changes in this PR will be included in the next version bump. This PR includes changesets to release 205 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 #4102 +/- ##
==========================================
- Coverage 57.59% 57.49% -0.11%
==========================================
Files 672 648 -24
Lines 17794 17662 -132
Branches 3876 3858 -18
==========================================
- Hits 10249 10155 -94
+ Misses 6934 6875 -59
- Partials 611 632 +21 ☔ View full report in Codecov by Sentry. |
Summary
🤖 Generated by Copilot at 2d0fae5
This pull request adds support for top level await in webpack, which allows using the
await
keyword outside of async functions. It updates the webpack dependency version to 5.88.1 in all the packages that use it, and adds a changeset file to document the changes. It also adds a new e2e test case to verify the functionality of the feature.Details
🤖 Generated by Copilot at 2d0fae5
scripts/prebundle/package.json
(link)Related Issue
Checklist
pnpm run change
.