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

fix(deps): update dependency webpack to v5.64.1 #1384

Merged
merged 1 commit into from Nov 18, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack 5.58.2 -> 5.64.1 age adoption passing confidence

Release Notes

webpack/webpack

v5.64.1

Compare Source

Bugfixes
  • fix regexp in managedPaths to exclude additional slash
  • make module.accept errorHandler optional in typings
  • correctly create an async chunk when using a require(...).property in require.ensure
  • fix cleaning of symlinks in output.clean: true
  • fix change detection with unsafeCache within managedPaths (node_modules)
  • bump webpack-sources for Stack Overflow bugfix

v5.64.0

Compare Source

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

v5.63.0

Compare Source

Features

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

Bugfixes

  • fix import 'single-quote' in esm build dependencies

v5.62.2

Compare Source

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

v5.62.1

Compare Source

Bugfix

  • fix invalid generated code when omitting ;

v5.62.0

Compare Source

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

v5.61.0

Compare Source

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

v5.60.0

Compare Source

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

v5.59.1

Compare Source

Bugfixes

  • fix regexp in managedPaths
  • fix hanging when trying to write lockfile for experiments.buildHttp

v5.59.0

Compare Source

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

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency webpack to v5.59.0 fix(deps): update dependency webpack to v5.59.1 Oct 20, 2021
@renovate renovate bot changed the title fix(deps): update dependency webpack to v5.59.1 fix(deps): update dependency webpack to v5.60.0 Oct 25, 2021
@renovate renovate bot changed the title fix(deps): update dependency webpack to v5.60.0 fix(deps): update dependency webpack to v5.61.0 Oct 29, 2021
@renovate renovate bot changed the title fix(deps): update dependency webpack to v5.61.0 fix(deps): update dependency webpack to v5.62.0 Nov 5, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 2 times, most recently from d81b02c to 6e6eea4 Compare November 5, 2021 17:44
@renovate renovate bot changed the title fix(deps): update dependency webpack to v5.62.0 fix(deps): update dependency webpack to v5.62.1 Nov 5, 2021
@renovate renovate bot changed the title fix(deps): update dependency webpack to v5.62.1 fix(deps): update dependency webpack to v5.62.2 Nov 9, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 2 times, most recently from 1629fa1 to 1243919 Compare November 9, 2021 20:04
@renovate renovate bot changed the title fix(deps): update dependency webpack to v5.62.2 fix(deps): update dependency webpack to v5.63.0 Nov 9, 2021
@renovate renovate bot changed the title fix(deps): update dependency webpack to v5.63.0 fix(deps): update dependency webpack to v5.64.0 Nov 11, 2021
@renovate renovate bot changed the title fix(deps): update dependency webpack to v5.64.0 fix(deps): update dependency webpack to v5.64.1 Nov 15, 2021
@kamilmysliwiec kamilmysliwiec merged commit 68851eb into master Nov 18, 2021
@delete-merged-branch delete-merged-branch bot deleted the renovate/webpack-5.x branch November 18, 2021 09:18
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.

None yet

2 participants