An in-range update of webpack is breaking the build π¨
greenkeeper opened this issue Β· 0 comments
greenkeeper commented
Version 3.5.6 of webpack just got published.
Branch | Build failing π¨ |
---|---|
Dependency | webpack |
Current Version | 3.5.5 |
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
- β continuous-integration/travis-ci/push The Travis CI build failed Details
Release Notes
v3.5.6Bugfixes
--watch-poll
also accepts a number now (@civalin)- optimization bailout messages are now correctly cleared on incremental compilation (@STRML)
- (back)slashes in querystring are not correctly handled when making the request relative to context (@donocode)
orginalError
->originalError
in HMR API (@sokra)- fix
Cannot read property '0' of undefined
in harmony modules (@sokra) - Handle
require
to root of concatenated module correctly and don't generate__webpack_require__(null)
(@sokra) - No longer use
async
as variable name (@sokra) - Object in options are now cloned when applying defaults (@sokra)
Performance
- Performance improvements for SourceMap devtool (@filipesilva)
Commits
The new version differs by 31 commits.
92d5c20
3.5.6
978e9f9
Merge pull request #5635 from webpack/bugfix/clone-options
5020104
allow boolean values for node and performance
a4cf91f
Merge pull request #5633 from webpack/bugfix/indirect-import
f04cce8
clone options and don't modify them
1fb9eb1
fixes #5624
fb8afe7
Merge pull request #5623 from webpack/bugfix/concat-require-root
1b85726
Merge pull request #5621 from webpack/bugfix/hmr-api
af470a5
handle inner non-harmony dependencies correctly in ConcatenatedModule
ccc4317
fix typo in HMR API
9d9ac3b
Merge pull request #5608 from xekri/patch-1
633eac4
typo fix
b75b20b
Merge pull request #5595 from filipesilva/fix-deopts
c8fd542
Merge pull request #5599 from donocode/master
174fd4e
Prevent NormalModule contextify from contextifying query parameters
There are 31 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 π΄