-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An in-range update of webpack is breaking the build 🚨 #121
Comments
After pinning to 4.20.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results. |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 CommitsThe new version differs by 15 commits.
See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.23.0Features
Bugfixes
Internal changes
CommitsThe new version differs by 50 commits.
There are 50 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v4.23.1Bugfixes
CommitsThe new version differs by 53 commits.
There are 53 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 62 commits.
There are 62 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 68 commits.
There are 68 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.0Features
Note: While they are officially backward-compatible, it can still happen that a new bugs occurs with terser, which break your production builds. Make sure to validate your production builds after upgrading to this version. (Note that it's always a good idea to test your output assets before deploying.) If you want to report bugs to terser (https://github.com/terser-js/terser), please provide a minimal repro case with minimized and non-minimized code. You can configure webpack to generate non-minimized code in production mode by setting See 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.26.1Bugfixes
CommitsThe new version differs by 84 commits.
There are 84 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v4.27.0Features
Bugfixes
CommitsThe new version differs by 96 commits.
There are 96 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
|
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 14 commits.
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 17 commits.
There are 17 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 20 commits.
There are 20 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 27 commits.
There are 27 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 65 commits.
There are 65 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 140 commits.
There are 140 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 154 commits.
There are 154 commits in total. See the full diff |
The dependency 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 direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
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: