Skip to content

fix: patching formatWebpackMessages #10773

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

Closed
wants to merge 3 commits into from
Closed

fix: patching formatWebpackMessages #10773

wants to merge 3 commits into from

Conversation

chrisarevir
Copy link

@chrisarevir chrisarevir commented Apr 2, 2021

fixes: #9880

Changes:

  • Message is now an object, and as such this method should be made backwards compatible
  • Adding missing dependency hinted at from the following error:
Error: Package "[email protected]" (via "/home/vsts/work/1/yarn-cache/v6/npm-postcss-browser-comments-3.0.0-1248d2d935fb72053c8e1f61a84a57292d9f65e9-integrity/node_modules/postcss-browser-comments/index.cjs.js") is trying to require the package "browserslist" (via "browserslist") without it being listed in its dependencies (postcss, postcss-browser-comments)

Testing strategy

Looking at the main branch, it seems like the failures on this branch are expected for the time being?

Running yarn e2e:docker yields

lerna ERR! EPUBLISHCONFLICT Cannot publish babel-plugin-named-asset-import@undefined over existing version.

as an error. If I modify the command to run e2e-kitchensink individually it works, but for the azure pipeline it is failing.

fixes #9880

Message is now an object, and as such this method should be made backwards compatible
@chrisarevir chrisarevir marked this pull request as ready for review April 5, 2021 16:06
@chrisarevir chrisarevir deleted the patching-formatwebpackmessage branch April 13, 2021 18:56
@manasb-uoe
Copy link

Was this closed because no one reviewed?

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

Successfully merging this pull request may close these issues.

[V4] Message formatting is incompatible with Webpack v5
3 participants