-
Notifications
You must be signed in to change notification settings - Fork 1
An in-range update of webpack is breaking the build 🚨 #40
Comments
After pinning to 4.20.2 your tests are passing again. Downgrade this dependency 📌. |
Your tests are still failing with this version. Compare changes CommitsThe new version differs by 15 commits.
See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v4.23.0Features
Bugfixes
Internal changes
CommitsThe new version differs by 35 commits.
There are 35 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v4.23.1Bugfixes
|
Your tests are still failing with this version. Compare changes Release Notes for v4.24.0Features
Bugfixes
CommitsThe new version differs by 24 commits.
There are 24 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.25.0Features
Bugfixes
CommitsThe new version differs by 38 commits.
There are 38 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.25.1Bugfixes
CommitsThe new version differs by 44 commits.
There are 44 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 CommitsThe new version differs by 51 commits.
There are 51 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.26.1Bugfixes
CommitsThe new version differs by 60 commits.
There are 60 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.27.0Features
Bugfixes
CommitsThe new version differs by 72 commits.
There are 72 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.27.1Bugfixes
CommitsThe new version differs by 75 commits.
There are 75 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.28.0Features
Bugfixes
CommitsThe new version differs by 86 commits.
There are 86 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.28.1Bugfixes
CommitsThe new version differs by 89 commits.
There are 89 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.28.2Bugfixes
CommitsThe new version differs by 92 commits.
There are 92 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.28.3Bugfixes
CommitsThe new version differs by 99 commits.
There are 99 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.29.0Features
CommitsThe new version differs by 123 commits.
There are 123 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.29.1Bugfixes
CommitsThe new version differs by 137 commits.
There are 137 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.29.2Internal changes
CommitsThe new version differs by 212 commits.
There are 212 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.29.3Bugfixes
CommitsThe new version differs by 226 commits.
There are 226 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.29.4Bugfixes
CommitsThe new version differs by 255 commits.
There are 250 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.29.5Bugfixes
CommitsThe new version differs by 264 commits.
There are 250 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.29.6Bugfixes
Contributing
CommitsThe new version differs by 308 commits.
There are 250 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.30.0Features
Bugfixes
Performance
Contributing
CommitsThe new version differs by 410 commits.
There are 250 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.31.0Features
Bugfixes
CommitsThe new version differs by 433 commits.
There are 250 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.32.0Features
Bugfixes
Contribute
CommitsThe new version differs by 492 commits.
There are 250 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.32.1Bugfixes
CommitsThe new version differs by 495 commits.
There are 250 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.32.2Bugfixes
CommitsThe new version differs by 505 commits.
There are 250 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.33.0Features
Bugfixes
CommitsThe new version differs by 526 commits.
There are 250 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.34.0Features
Bugfixes
CommitsThe new version differs by 556 commits.
There are 250 commits in total. See the full diff |
The devDependency webpack was updated from
4.20.2
to4.21.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
Release Notes for v4.21.0
Features
output.libraryTarget: "amd-require"
which generates a AMDrequire([], ...)
wrapper instead of adefine([], ...)
wrapperoutput.library
, which exposes the library to a subpropertyBugfixes
__webpack_require__.e
is used at runtime but is not defined in the bundleglobal
typePerformance
Commits
The new version differs by 37 commits.
432d2a3
4.21.0
0fb6c60
Merge pull request #7038 from marcusdarmstrong/marcusdarmstrong-external-module-fix
15b6f8b
make afterEach async
7bc5c98
Merge branch 'master' into marcusdarmstrong-external-module-fix
2228daf
Merge pull request #8230 from webpack/revert-8120-rh-silent-reporter
fadf875
remove dependency
7c0b209
Revert "Re-enable jest-silent-reporter #hacktoberfest"
a868789
Merge pull request #8143 from MLoughry/miclo/optimize-chunk-graph-generation
1d71ede
Make changes suggested by @sokra to optimize chunk graph generation
4d3fe00
Merge pull request #8134 from fscherwi/update-coveralls
86f56bf
update coveralls
4c461e2
Merge pull request #8120 from rickhanlonii/rh-silent-reporter
9fe42e7
Merge pull request #8118 from webpack/bugfix/issue-8110
0b6ad2a
Don't be clever with the set command because idk windows
148016e
Rerun yarn
There are 37 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 🌴
The text was updated successfully, but these errors were encountered: