Skip to content
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

[Snyk] Upgrade webpack from 5.1.1 to 5.3.2 #500

Merged
merged 1 commit into from
Dec 2, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade webpack from 5.1.1 to 5.3.2.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 7 versions ahead of your current version.
  • The recommended version was released 25 days ago, on 2020-10-29.
Release notes
Package name: webpack
  • 5.3.2 - 2020-10-29

    Bugfixes

    • runtime-dependent concatenated modules can generate code for runtime-dependent execution order of concatenated modules
  • 5.3.1 - 2020-10-28

    Bugfixes

    • fix incorrect concatenation of modules when multiple runtimes are involved
      • fixes a "This should not happen" error
      • fixes a __webpack_require__(null) problem
    • run CLI correctly after installing
    • fixes a huge performance issue when processing minimized code with SourceMap
    • Use string[] types instead of [string, ...string[]] for arrays that must not be empty
      • this is more convinient to use

    Performance

    • avoid incorrect store of counts in the ProgressPlugin, which causes unneeded serialization of the Persistent Cache
    • upgrade terser-webpack-plugin for performance improvements
    • upgrade webpack-sources for performance improvements
  • 5.3.0 - 2020-10-27

    Features and Bugfixes

    • generate runtime conditional code when modules are forcefully merged from multiple runtimes
      • This fixes a Cannot read property 'call' of undefined error in webpack runtime, because modules are used that are not in the graph in one runtime
    • disabled source code analysis for side effects in non-production modes
      • this causes unnecessary changes to parent modules in development
      • add optimization.sideEffects: "flag" as option for this
  • 5.2.1 - 2020-10-27

    Bugfixes

    • add watchOptions.followSymlinks option to schema
    • fix hard crash when calling resolve with undefined value
    • fix emit problem when files have hash in query string
    • fix unneeded generation of SourceMaps when no devtool is used
      • fixes a huge performance regression with terser-webpack-plugin
  • 5.2.0 - 2020-10-22

    Features

    • add sourceFilename and javascriptModule to asset info for plugins

    Bugfixes

    • fix variable name collision when using module concatenation
    • fix arrow functions in ie 11
    • fix this externals with module concatenation
    • force update for enhanced-resolve for critical bugfixes (see changelog)
  • 5.1.3 - 2020-10-16

    Bugfixes

    • omit unused modules from chunks when modules are only unused in some runtimes
      • fixes Self-reference dependency has unused export name error
    • fix order of asset optimization to fix conflict between compression-plugin and real hash plugin
  • 5.1.2 - 2020-10-15

    Bugfixes

    • revert: omit unused modules from chunk when modules are only unused in some runtimes
      • caused issues with mini-css modules
  • 5.1.1 - 2020-10-15

    Bugfixes

    • fix order of chunk hashing to allow to uses hashes in WebWorkers
    • update to terser-webpack-plugin 5
      • reduces number of dependencies by dropping webpack 4 support
    • omit unused modules from chunk when modules are only unused in some runtimes
      • fixes Self-reference dependency has unused export name error
    • fix hanging production builds because of infinite loop in inner graph optimization
    • Compilation.deleteAsset updates chunk to file mappings
from webpack GitHub release notes
Commit messages
Package name: webpack
  • 3df96f4 5.3.2
  • 64f84a2 Merge pull request #11873 from webpack/bugfix/11863
  • 1849515 handle the case when execution order in a concatenated module is runtime-dependent
  • 9ed55a0 Merge pull request #11865 from webpack/dependabot/npm_and_yarn/types/node-13.13.30
  • 2c26576 chore(deps-dev): bump @types/node from 13.13.29 to 13.13.30
  • dfae6f0 5.3.1
  • 0bfb4e9 Merge pull request #11862 from webpack/deps/tooling
  • 103a052 Merge pull request #11861 from webpack/bugfix/11856
  • 6762521 upgrade tooling for improved array types
  • b792749 Merge pull request #11854 from webpack/issue-11836
  • 7e4e7d6 Merge pull request #11858 from webpack/deps/terser-soures
  • 9874390 fix incorrect concatenation when module runtime are merged
  • 31beb02 update terser-webpack-plugin and webpack-sources
  • 6394e2d Merge pull request #11857 from webpack/bugfix/unneeded-store-child-compiler
  • 5644ac1 fix a unneeded cache store when using child compilers
  • 68ffb15 Merge pull request #11808 from webpack/dependabot/npm_and_yarn/ts-loader-8.0.7
  • 8bf658b Merge pull request #11795 from webpack/dependabot/npm_and_yarn/pretty-format-26.6.1
  • 46bc80f Merge pull request #11731 from webpack/dependabot/npm_and_yarn/worker-loader-3.0.5
  • 33a9e87 fix: run cli after installed
  • 4d6a57d Merge pull request #11847 from webpack/dependabot/npm_and_yarn/eslint-config-prettier-6.15.0
  • fbf2851 Merge pull request #11845 from webpack/dependabot/npm_and_yarn/types/node-13.13.29
  • 4c8993d chore(deps-dev): bump eslint-config-prettier from 6.14.0 to 6.15.0
  • f9372d1 Merge pull request #11842 from webpack/dependabot/npm_and_yarn/lint-staged-10.5.0
  • 973e9d3 chore(deps-dev): bump @types/node from 13.13.28 to 13.13.29

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@lholmquist lholmquist force-pushed the snyk-upgrade-981083296540cef54c270b42758c12d1 branch from e7e16e0 to 3002400 Compare December 2, 2020 15:23
@lholmquist lholmquist merged commit 1562a41 into master Dec 2, 2020
@lholmquist lholmquist deleted the snyk-upgrade-981083296540cef54c270b42758c12d1 branch December 2, 2020 15:25
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.

2 participants