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

Update dependency webpack to v5.62.1 #128

Merged
merged 1 commit into from
Nov 8, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack 5.58.1 -> 5.62.1 age adoption passing confidence

Release Notes

webpack/webpack

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

v5.58.2

Compare Source

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


Configuration

📅 Schedule: "every weekend" (UTC).

🚦 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 force-pushed the renovate/webpack-5.x branch from 75a88bb to 5b791eb Compare October 19, 2021 18:31
@renovate renovate bot changed the title Update dependency webpack to v5.58.2 Update dependency webpack to v5.59.0 Oct 19, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 5b791eb to 7b9d50f Compare October 20, 2021 23:04
@renovate renovate bot changed the title Update dependency webpack to v5.59.0 Update dependency webpack to v5.59.1 Oct 20, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 7b9d50f to 23f7f0e Compare October 25, 2021 18:22
@renovate renovate bot changed the title Update dependency webpack to v5.59.1 Update dependency webpack to v5.60.0 Oct 25, 2021
@renovate renovate bot changed the title Update dependency webpack to v5.60.0 Update dependency webpack to v5.61.0 Oct 29, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 23f7f0e to a9f06a9 Compare October 29, 2021 14:30
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from a9f06a9 to 43e8557 Compare November 5, 2021 16:23
@renovate renovate bot changed the title Update dependency webpack to v5.61.0 Update dependency webpack to v5.62.0 Nov 5, 2021
Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 43e8557 to 4d6fbdc Compare November 5, 2021 18:29
@renovate renovate bot changed the title Update dependency webpack to v5.62.0 Update dependency webpack to v5.62.1 Nov 5, 2021
@lucasbrunozup lucasbrunozup merged commit 8109132 into main Nov 8, 2021
@lucasbrunozup lucasbrunozup deleted the renovate/webpack-5.x branch November 8, 2021 17:19
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