An in-range update of webpack is breaking the build π¨
Closed this issue Β· 1 comments
greenkeeper commented
Version 3.5.4 of webpack just got published.
| Branch | Build failing π¨ |
|---|---|
| Dependency | webpack |
| Current Version | 3.5.3 |
| Type | devDependency |
This version is covered by your current version range and after updating it in your project the build failed.
As webpack is βonlyβ a devDependency of this project it might not break production or downstream projects, but βonlyβ your build or test tools β preventing new deploys or publishes.
I recommend you give this issue a high priority. Iβm sure you can resolve this πͺ
Status Details
Release Notes
v3.5.4Bugfixes
- Warnings and errors contribute to hash, which shows stats on warning-only change
- HMR: avoid crash when calling accept handler on disposed module
- HMR: disable Scope Hoisting for modules using HMR
- restore backwards compatibility of ConcatenatedModule (@kisenka)
Features:
- Add option to limit the number of parallel processed modules (
parallelism)
Commits
The new version differs by 22 commits.
990563f3.5.42475c6aMerge pull request #5506 from webpack/bugfix/concat-hmr0ea37a5Disallow Scope Hoisting when using HMR287d587Merge pull request #5480 from kisenka/concatenated-module-in-3.5-compat3d272acfix: restoremodulesproperty of ConcatenatedModule (fixes #5477)7a36951Merge branch 'master' of https://github.com/webpack/webpack into concatenated-module-in-3.5-compat839915cMerge pull request #5501 from webpack/bugfix/hash-watch-warnings-errors93af585fix stats tests3820157fix lint problem0925a9dMerge pull request #5502 from webpack/feature/limit-processed-modules09c34cfremove hash from stats test with error930c019fix validation output testf9bf8a9Limit the number of parallel processed modules7905bf5Warnings and Errors contribute to hashf7bcba7Merge pull request #5500 from webpack/bugfix/hmr-disposed-handler
There are 22 commits in total.
See the full diff
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot π΄
greenkeeper commented
After pinning to 3.5.3 your tests are passing again. Downgrade this dependency π.