-
-
Notifications
You must be signed in to change notification settings - Fork 7
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 🚨 #1
Comments
After pinning to 4.37.0 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 🚀 Release Notes for v4.39.0Features
Bugfixes
Dependencies
CommitsThe new version differs by 55 commits.
There are 55 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.39.1Bugfixes
CommitsThe new version differs by 61 commits.
There are 61 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.39.2Bugfixes
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.39.3Bugfixes
CommitsThe new version differs by 142 commits.
There are 142 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.40.0Features
CommitsThe new version differs by 172 commits.
There are 172 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.40.1Bugfixes
CommitsThe new version differs by 177 commits.
There are 177 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.40.2Bugfixes
CommitsThe new version differs by 180 commits.
There are 180 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.41.0Developer Experience
Performance
CommitsThe new version differs by 198 commits.
There are 198 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.41.1Bugfixes
CommitsThe new version differs by 238 commits.
There are 238 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.41.2Bugfixes
CommitsThe new version differs by 249 commits.
There are 249 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.41.3Security
Funding
CommitsThe new version differs by 254 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.41.4Bugfixes
Performance
CommitsThe new version differs by 262 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.41.5Bugfixes
CommitsThe new version differs by 269 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.41.6Bugfixes
CommitsThe new version differs by 281 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.42.0Bugfixes
CommitsThe new version differs by 292 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.42.1Bugfixes
CommitsThe new version differs by 299 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.43.0Features
Dependencies
CommitsThe new version differs by 316 commits.
There are 250 commits in total. See the full diff |
The devDependency webpack was updated from
4.37.0
to4.38.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.38.0
Performance
optimization.removeAvailableModules
unneeded, expect in scenarios where chunks are merged during optimization.optimization.removeAvailableModules
is now disabled in development mode by defaultoptimization.removeAvailableModules
will be disabled for all modes in next major release, feel free to disable it in production too if you want extra performance.Commits
The new version differs by 12 commits.
ae3db13
4.38.0
9741565
Merge pull request #9472 from webpack/performance/chunk-group-available
81017d5
update stats snapshot because of additional logging
a2c0461
disable optimization.removeAvailableModules in development by default
2e0ce0d
less memory, reduce timing verbosity
126fb99
move chunk graph building into separate file
2686baf
Merge pull request #9469 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.7.2
55f034b
chore(deps-dev): bump eslint-plugin-jsdoc from 15.7.1 to 15.7.2
b088914
Merge pull request #9466 from webpack/performance/progress
5a27b8f
Merge pull request #9462 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.7.1
fde3f62
fix low hanging performance problems with ProgressPlugin
ae97676
chore(deps-dev): bump eslint-plugin-jsdoc from 15.5.3 to 15.7.1
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: