Skip to content

Update webpack to the latest version 🚀 #1184

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

Merged
2 commits merged into from
Jul 26, 2019
Merged

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jul 26, 2019

The devDependency webpack was updated from 4.37.0 to 4.38.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: sokra
License: MIT

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 🌴

@ghost ghost added the Merge On Green label Jul 26, 2019
@ghost ghost merged commit 71e3524 into master Jul 26, 2019
@greenkeeper greenkeeper bot deleted the greenkeeper/webpack-4.38.0 branch July 26, 2019 07:59
beiguancyc pushed a commit to beiguancyc/parse-dashboard that referenced this pull request Aug 25, 2019
* commit 'f74c4f38755f900b4b05653ce2e1f9c5b8904081': (40 commits)
  1.4.3 (parse-community#1192)
  Version bump for 1.4.2 (parse-community#1190)
  1.4.2 Release 🚀 (parse-community#1189)
  Update parse to the latest version 🚀 (parse-community#1188)
  Update query-string to the latest version 🚀 (parse-community#1186)
  Update eslint-plugin-jest to the latest version 🚀 (parse-community#1185)
  Update webpack to the latest version 🚀 (parse-community#1184)
  Update eslint-plugin-jest to the latest version 🚀 (parse-community#1183)
  feat: Include count CLP option (parse-community#1180)
  Update webpack to the latest version 🚀 (parse-community#1179)
  Update package-json to the latest version 🚀 (parse-community#1178)
  Update puppeteer to the latest version 🚀 (parse-community#1177)
  Update eslint-plugin-jest to the latest version 🚀 (parse-community#1176)
  Update eslint-plugin-react to the latest version 🚀 (parse-community#1175)
  Update eslint-plugin-jest to the latest version 🚀 (parse-community#1174)
  Update eslint to the latest version 🚀 (parse-community#1168)
  Update eslint-plugin-jest to the latest version 🚀 (parse-community#1171)
  Update prismjs to the latest version 🚀 (parse-community#1170)
  Update eslint-plugin-jest to the latest version 🚀 (parse-community#1169)
  Update eslint-plugin-jest to the latest version 🚀 (parse-community#1166)
  ...

# Conflicts:
#	package-lock.json
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants