Skip to content
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

Update to webpack@5.42.0 #723

Merged
merged 33 commits into from Jul 6, 2021
Merged

Update to webpack@5.42.0 #723

merged 33 commits into from Jul 6, 2021

Conversation

guybedford
Copy link
Contributor

@guybedford guybedford commented Jul 3, 2021

Featuring improved ESM output support per webpack/webpack#13622.

This PR also separates the test suites, done as part of debugging a Node.js 14 regression that was happening on CI when not running against latest Node.js. The CI workflow is updated to always run on the latest of the current Node.js major.

@@ -27,6 +27,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
check-latest: true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which version was it using before this option?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it bumped from 14.17.1 to 14.17.3 and that fixed a bug?

Copy link
Member

@styfle styfle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants