An in-range update of webpack is breaking the build π¨
greenkeeper opened this issue Β· 4 comments
The devDependency webpack was updated from 4.26.1
to 4.27.0
.
π¨ View failing branch.
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 could not complete due to an error (Details).
Release Notes for v4.27.0
Features
- When using functions as plugins they are now also called with the compiler as parameter
- This make it possible to use arrow functions as plugins
- splitChunks.maxSize now emits a warning when minSize > maxSize
- Loaders have now access to a
getResolve
method to create their own resolver function with custom options
Bugfixes
- splitChunks.cacheGroups.xxx.enforce now behaves as documented and enforce chunk creation
- splitChunks.cacheGroups.xxx.enforce now no longer deletes minSize for maxSize
- fixes a bug where splitChunks cause cacheGroups to be incorrectly merged when using the same name
- now conditions are considered per cacheGroup
- the correct cache group comment is displayed in stats
- fixes a bug which causes providedExports not to be updated on rebuilds when using
export * from
Commits
The new version differs by 12 commits.
f47bf8b
4.27.0
a67ffcd
Merge pull request #8452 from webpack/feature/resolveWithOptions
96f625c
Merge pull request #8457 from webpack/bugfix/rebuild-provided-exports
56feccc
convert test case to normal function for node.js 6 support
2f4296e
fix a bug which causes incorrect providedExports for cached modules
f944002
Merge pull request #8451 from webpack/bugfix/split-chunks
162da1c
add getResolve method to loader context
3b46b48
enforce doesn't affect minSize for maxSize
72a8a1f
Merge pull request #8440 from Connormiha/oprimize-chunk-can-be-integrated
537d3e4
Cache hasRunstime in chunk
e3e8a68
Merge pull request #8405 from xiaoxiaojx/fix-function-plugin-apply
70b9a1b
fix parameter missing when plugin type is a funtion
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.26.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependency
webpack was updated from4.27.0
to4.27.1
.
Your tests are still failing with this version. Compare changes
Release Notes for v4.27.1
Bugfixes
- v4.27.1 accidentially introduced a breaking change. This reverts the change and restores the original behavior for
splitChunks
enforce
.
- The
devDependency
webpack was updated from4.27.1
to4.28.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.28.0
Features
- IgnorePlugin:
checkResource
has an additionalcontext
argument
Bugfixes
- Injection of node.js globals has been disabled for
.mjs
files as it's crashing
Commits
The new version differs by 11 commits.
e871eeb
4.28.0
f6d67b6
update examples
573d2da
Merge pull request #8511 from isiahmeadows/fix-erroneous-injection
6b54a46
Fix failing test.
14ef010
Fix nits, block
require
to prevent false positivef2f62c7
Merge pull request #8516 from iliakan/master
a9d465f
IgnorePlugin: add context argument to checkResource, deprecate checkContext
31de553
Add test
18d7396
Remove a broken hook
d5e26f7
Merge pull request #8467 from Connormiha/simplify-append-head
6f5c5ef
Use document.head instead of getElementsByTagName
See the full diff
- The
devDependency
webpack was updated from4.28.0
to4.28.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.28.1
Bugfixes
- fix error in IgnorePlugin when no contextRegExp is passed
Commits
The new version differs by 14 commits.
7a6a71f
4.28.1
068fe24
Merge pull request #8530 from webpack/bugfix/ignore-plugin
6c22ca2
fix issue when contextRegExp is undefined
e871eeb
4.28.0
f6d67b6
update examples
573d2da
Merge pull request #8511 from isiahmeadows/fix-erroneous-injection
6b54a46
Fix failing test.
14ef010
Fix nits, block
require
to prevent false positivef2f62c7
Merge pull request #8516 from iliakan/master
a9d465f
IgnorePlugin: add context argument to checkResource, deprecate checkContext
31de553
Add test
18d7396
Remove a broken hook
d5e26f7
Merge pull request #8467 from Connormiha/simplify-append-head
6f5c5ef
Use document.head instead of getElementsByTagName
See the full diff