An in-range update of webpack is breaking the build π¨
Closed this issue Β· 3 comments
The devDependency webpack was updated from 4.27.1
to 4.28.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 failed (Details).
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
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.27.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.28.0
to4.28.1
.
Your tests are still failing with this version. Compare changes
Release Notes for v4.28.1
Bugfixes
- fix error in IgnorePlugin when no contextRegExp is passed
- The
devDependency
webpack was updated from4.28.1
to4.28.2
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.28.2
Bugfixes
- fixes a crash when multiple IgnorePlugins are used