An in-range update of webpack is breaking the build π¨
greenkeeper opened this issue Β· 3 comments
Version 3.9.0 of webpack was just published.
Branch | Build failing π¨ |
---|---|
Dependency | webpack |
Current Version | 3.8.1 |
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
v3.9.0Features
- add more descriptions to the schema for better validation errors
- Handle arrow functions in AMD define/require
Bugfixes
- added
stats.all
option to schema - UMD uses
self
beforethis
as global object - Use
window
instead of this in JSONP - handle
null
in SourceMap correctly - Use Error name instead of instanceof to check for validation Error
- Respect node.js deprecation configuration for some deprecation messages in webpack
- Generate shorter identifiers for ConcatenatedModules to save memory
- fix increasing delay when using HMR with
multiStep: true
Commits
The new version differs by 52 commits.
73e34a7
3.9.0
05c5479
Merge pull request #5849 from cdata/fix-5843
801a253
Merge pull request #5862 from Slashgear/fix-hmr-es6-bundles
9c1f9fe
Merge pull request #6018 from webpack/ci/webpack-sources-upgrade
c23cf31
upgrade webpack-sources in lockfile
2525466
Merge pull request #6001 from lencioni/concatenation-efficiency
37d70bd
Avoid calling hash.update multiple times in ConcatenatedModules
8fdf411
Simplify identifier creation in ConcatenatedModules
7bbf31e
Merge pull request #6007 from webpack/bugfix/multi-step-hmr
78d6ba8
Merge pull request #6005 from madeinfree/fix-parser-apply
991ec20
fix increasing delay with multiStep HMR
f9d797f
fix: Compiler parser.apply bug
885e9ee
Merge pull request #5985 from EugeneHlushko/respect-no-deprecation-flag
20759bb
Merge pull request #5997 from filipesilva/concatenated-module-identifier
aef6f19
Use shorter identifier for ConcatenatedModules
There are 52 commits in total.
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 π΄
After pinning to 3.8.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Version 3.9.1 just got published.
Your tests are still failing with this version. Compare the changes π¨
Release Notes
v3.9.1Bugfixes:
- add
ignored
andstdin
to schema ofwatchOptions
Updated manually