An in-range update of webpack is breaking the build π¨
Closed this issue Β· 1 comments
greenkeeper commented
Version 4.11.1 of webpack was just published.
Branch | Build failing π¨ |
---|---|
Dependency |
webpack
|
Current Version | 4.11.0 |
Type | devDependency |
This version is covered by your current version range and after updating it in your project the build failed.
webpack is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β continuous-integration/travis-ci/push The Travis CI build failed Details
Release Notes
v4.11.1Features
- add
optimization.mangleWasmImports
option to disable mangling of wasm imports
Bugfixes
- disable wasm import mangling temporary because of bugs in the underlying wasm processing
Commits
The new version differs by 3 commits.
956c0b1
4.11.1
5fee19d
Merge pull request #7487 from webpack/bugfix/no-wasm-import-mangle
8e3be48
allow to disable wasm import mangle
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot π΄
greenkeeper commented
After pinning to 4.11.0 your tests are passing again. Downgrade this dependency π.