The devDependency webpack was updated from 4.37.0 to 4.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
- ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).
- ✅ coverage/coveralls: First build on greenkeeper/webpack-4.38.0 at 92.308% (Details).
Release Notes for v4.38.0
Performance
- Improved performance of ProgressPlugin
- Improved performance of chunk graph generation
- This can boost performance when many chunks are used, especially incremental build performance
- Modules from parent chunks are now tracked during chunk graph generation, which allows to skip these modules in async chunks. This often renders
optimization.removeAvailableModules unneeded, expect in scenarios where chunks are merged during optimization.
optimization.removeAvailableModules is now disabled in development mode by default
optimization.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 devDependency webpack was updated from
4.37.0to4.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.removeAvailableModulesunneeded, expect in scenarios where chunks are merged during optimization.optimization.removeAvailableModulesis now disabled in development mode by defaultoptimization.removeAvailableModuleswill 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.
ae3db134.38.09741565Merge pull request #9472 from webpack/performance/chunk-group-available81017d5update stats snapshot because of additional logginga2c0461disable optimization.removeAvailableModules in development by default2e0ce0dless memory, reduce timing verbosity126fb99move chunk graph building into separate file2686bafMerge pull request #9469 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.7.255f034bchore(deps-dev): bump eslint-plugin-jsdoc from 15.7.1 to 15.7.2b088914Merge pull request #9466 from webpack/performance/progress5a27b8fMerge pull request #9462 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.7.1fde3f62fix low hanging performance problems with ProgressPluginae97676chore(deps-dev): bump eslint-plugin-jsdoc from 15.5.3 to 15.7.1See 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 🌴