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.50.0 to 5.64.0 #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Dec 4, 2021

Snyk has created this PR to upgrade webpack from 5.50.0 to 5.64.0.

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 25 versions ahead of your current version.
  • The recommended version was released 23 days ago, on 2021-11-11.
Release notes
Package name: webpack
  • 5.64.0 - 2021-11-11

    Features

    • add asyncChunks: boolean option to disable creation of async chunks

    Bugfixes

    • fix ProfilingPlugin for experiments.backCompat: false

    Performance

    • avoid running regexp twice over the file list
  • 5.63.0 - 2021-11-09

    Features

    • allow passing chunkLoading: false to disable on-demand loading

    Bugfixes

    • fix import 'single-quote' in esm build dependencies
  • 5.62.2 - 2021-11-09

    Bugfixes

    • fix __system_context__ injection when using the library option on entrypoint
    • enable exportsPresence: "error" by default in futureDefaults
    • fix bad performance for a RegExp in Stats printing (with large error messages)
    • fix exportPresence -> exportsPresence typo
    • fix a bug with module invalidation when only module id changes with experiments.cacheUnaffected
  • 5.62.1 - 2021-11-05

    Bugfix

    • fix invalid generated code when omitting ;
  • 5.62.0 - 2021-11-05

    Features

    • add options to configure export presence checking
      • parser.javascript.reexportExportsPresence: false allows to disable warnings for non-existing exports during the migration from export ... from "..." to export type ... from "..." for type reexports in TypeScript
    • add experiments.backCompat: false to disable some expensive deprecations for better performance

    Bugfixes

    • use ['catch'] instead of .catch for better ES3 support
    • fix removed parentheses when using new (require("...")).Something()
    • fix { require } object literals
    • splitChunks.chunks option is now correctly used for splitChunks.fallbackCacheGroup.maxSize too
    • fix schema of listen option, allow to omit port
    • add better support for Promises from different isolates

    Developer Experience

    • add typings for the webpack API that is available within modules
      • use /// <reference types="webpack/module" /> to use the typings in typescript modules
      • or "types": [..., "webpack/module"] in tsconfig
  • 5.61.0 - 2021-10-29

    Bugfixes

    • use a wasm md4 implementation for node 17 support
    • include the path submodules in the node.js default externals

    Performance

    • improve string to binary conversion performance for hashing

    Contribution

    • CI runs on node.js 17
  • 5.60.0 - 2021-10-25

    Features

    • Allow to pass more options to experiments.lazyCompilation. e. g. port, https stuff

    Bugfixes

    • fix output.hashFunction used to persistent caching too
    • Initialize buildDependencies Set correctly when loaders are added in beforeLoaders hook
  • 5.59.1 - 2021-10-20

    Bugfixes

    • fix regexp in managedPaths
    • fix hanging when trying to write lockfile for experiments.buildHttp
  • 5.59.0 - 2021-10-19

    Features

    • add /*#__PURE__*/ for Object() in generated code
    • add RegExp and function support for managed/immutablePaths
    • add hooks for multiple phases in module build
    • improvements to experiments.buildHttp
      • allow to share cache
      • add allowlist
    • add splitChunks.minSizeReduction option

    Bugfixes

    • fix memory caching for Data URLs
    • fix crash in waitFor when modules are unsafe cached
    • fix bug in build cycle detection
  • 5.58.2 - 2021-10-13

    Bugfixes

    • fix serialization context passed
    • fix a bug which caused module duplication when using persistent caching, unsafe cache and memory cache with GC
    • fix validation of snapshots of non-existing directories

    Performance

  • 5.58.1 - 2021-10-08
  • 5.58.0 - 2021-10-07
  • 5.57.1 - 2021-10-05
  • 5.57.0 - 2021-10-05
  • 5.56.1 - 2021-10-04
  • 5.56.0 - 2021-10-01
  • 5.55.1 - 2021-09-29
  • 5.55.0 - 2021-09-28
  • 5.54.0 - 2021-09-24
  • 5.53.0 - 2021-09-16
  • 5.52.1 - 2021-09-10
  • 5.52.0 - 2021-09-03
  • 5.51.2 - 2021-09-02
  • 5.51.1 - 2021-08-19
  • 5.51.0 - 2021-08-19
  • 5.50.0 - 2021-08-10
from webpack GitHub release notes
Commit messages
Package name: webpack

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

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.

1 participant