An in-range update of webpack is breaking the build π¨
greenkeeper opened this issue Β· 3 comments
Version 4.6.0 of webpack was just published.
Branch | Build failing π¨ |
---|---|
Dependency | webpack |
Current Version | 4.5.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
Release Notes
v4.6.0Features
- improve stats output alignment
- improve stats text output when all exports are used
- add
webpackPrefetch
/webpackPreload
magic comments toimport()
- add
stats.entrypoints[].children
andstats.entrypoints[].childAssets
to stats json - add prefetched/preloaded chunks and assets to stats text output
- Performance improvements
Bugfixes
- Escape chunk ids for
target: "webworker"
- fix
this
toundefined
ESM replacement in function default values new require(...)
is weird, but now behaves like in node.js- fix behavior of
export * from "commonjs"
with partial override - fixed build time output in current locale in stats text output
- fixed ChunkModuleIdRangePlugin and add tests
- avoid race condition when using the loadModule loader API
- fix default value of
output.globalObject
intarget: "node-webkit"
- fix a bug with
loadModules
and dependencies in these modules - fix hot.accept parser plugin to allow defined values as argument
- print
unknown size
when size is unknown - fix a bug where some chunks were missing in the "single" runtime chunk
- fix cloning of
optimization
configuration
Internal changes
- Set up infrastructure for linting typings with TypeScript
Commits
The new version differs by 161 commits.
e7c8fa4
4.6.0
941be29
Merge pull request #7063 from webpack/bugfix/clone-optimization
3a5fda9
Merge pull request #7062 from webpack/bugfix/issue-6931
c47150c
Clone optimization config in Defaulter
3f99517
Merge pull request #6905 from xtuc/fix-handle-unknown-size
aee2491
Merge pull request #6962 from justinhelmer/bug/6919
ec4ec8e
Merge pull request #7056 from webpack/feature/preload
0ff2901
Merge pull request #7060 from webpack/test/any-comment-in-import
58ba91d
fix bug which prevented some chunks to show up in Chunk.getAllAsyncChunks
946c4df
add test case for comments in import()
8e2e19b
fix unstable sorting of ChunkGroups and add test
205ca62
fix reversed order in Chunk.compareTo
babc8a4
Merge pull request #7059 from bastimeyer/bugfix/loaderplugin-recursive
be79d6d
add mixed test case which also tests equal order sorting
873d7d4
show preload and prefetch in stats
There are 161 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 4.5.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Version 4.8.2 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version π
Release Notes
v4.8.2Bugfixes
- WASM parser bugfixes
- fix edge case when replacing top-level this in IIFE
- avoid parser wasm many times
Commits
The new version differs by 339 commits.
c92eabd
4.8.2
8d2f421
Merge pull request #7254 from xtuc/feat-remove-extra-wasm-decodings
e2c8f3d
remove passing AST, redecode AST in Generator
38456ea
chore: bump webassemblyjs
912a1a6
chore: update lock
3be112b
Merge remote-tracking branch 'upstream/master' into feat-remove-extra-wasm-decodings
91b6480
chore: bump webassemblyjs
0eeea0f
Merge pull request #7266 from webpack/tests/remove_jade
85ef634
remove _ast variable, add WeakMap
ea26eac
Merge pull request #7257 from webpack/fix/7255
9b37c6b
Replace Jade by Pug
78423b0
Update rc and deep-extend
8bdc8ad
refactor: remove type cast
d72f7c6
feat: store wasm ast on the module
d491fdc
feat: uses new APIs
There are 250 commits in total.
See the full diff
Version 4.8.3 just got published.
Your tests are still failing with this version. Compare the changes π¨
Release Notes
v4.8.3Bugfixes
- fix missing
debug
dependency - support arrays in
output.library.root
Commits
The new version differs by 352 commits.
9a72294
4.8.3
de27f03
Merge pull request #7282 from xtuc/chore-bump-webassemblyjs5
51073cd
chore: bump webassemblyjs
d5a648b
Merge pull request #7184 from byzyk/fix/allow-array-in-lib-root
9337295
Merge pull request #7280 from webpack/feature/update-ts-nightly-dep
e312d62
Merge pull request #7241 from lencioni/test-docs
ea7d08c
Merge pull request #7277 from webpack/lint/cache
81de2d4
chore(deps): upgrade typescript nightly
c92eabd
4.8.2
8d2f421
Merge pull request #7254 from xtuc/feat-remove-extra-wasm-decodings
e2c8f3d
remove passing AST, redecode AST in Generator
38456ea
chore: bump webassemblyjs
17bcc3c
enable eslint caching
912a1a6
chore: update lock
3be112b
Merge remote-tracking branch 'upstream/master' into feat-remove-extra-wasm-decodings
There are 250 commits in total.
See the full diff