Skip to content
This repository was archived by the owner on Jan 27, 2022. It is now read-only.

build(deps): update dependency webpack to v5.65.0 #961

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack 5.59.1 -> 5.65.0 age adoption passing confidence

Release Notes

webpack/webpack

v5.65.0

Compare Source

Features
  • static evaluation understands undefined now
  • reduce container entry code by a few chars
  • use template literals when available and they make sense
Bugfixes
  • handle singleton flag without requiredVersion in Module Federation
  • upgrade watchpack for context time info bugfix
Performance
  • improve RegExp in error message formating for non-quadratic performance
Developer Experience
  • automatically insert brackets when output.globalObject contains a non-trival expression
  • show error when using script type external with invalid syntax
  • expose types for Resolver, StatsOptions and ResolvePluginInstance
Preparations for the future
  • hashDigestLength will default to 16 in webpack 6 (experiments.futureDefaults)

v5.64.4

Compare Source

Bugfixes

  • fix tagged template literal evaluation
  • fix ModuleFederation with ESM
  • fix outputModule with intial splitChunks

Performance

  • upgrade watchpack for faster watcher updating
  • track file and directory timestamps separately in watchpack and webpack

Developer Experience

  • show origin of singleton shared module in mismatch warning

v5.64.3

Compare Source

Performance

  • allow to use pre-compiled schema when Infinity is used in configuration
  • allow to use pre-compiled schema for configuration arrays

v5.64.2

Compare Source

Bugfixes

  • avoid double initial compilation due to invalid dependencies with managedPaths

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

Configuration

📅 Schedule: "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/Tijuana.

🚦 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 f001502 to 5e64df4 Compare October 26, 2021 20:45
@renovate renovate bot changed the title build(deps): update dependency webpack to v5.60.0 build(deps): update dependency webpack to v5.61.0 Oct 29, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 5e64df4 to 8740c7a Compare October 29, 2021 14:30
@renovate renovate bot changed the title build(deps): update dependency webpack to v5.61.0 build(deps): update dependency webpack to v5.62.1 Nov 5, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 3 times, most recently from fcd736e to 7e5ed52 Compare November 9, 2021 12:09
@renovate renovate bot changed the title build(deps): update dependency webpack to v5.62.1 build(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 c1d4014 to 06146df Compare November 9, 2021 19:54
@renovate renovate bot changed the title build(deps): update dependency webpack to v5.62.2 build(deps): update dependency webpack to v5.63.0 Nov 9, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 3 times, most recently from 574b8e4 to 5f43fe6 Compare November 11, 2021 15:42
@renovate renovate bot changed the title build(deps): update dependency webpack to v5.63.0 build(deps): update dependency webpack to v5.64.0 Nov 11, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 5f43fe6 to 5bf6425 Compare November 15, 2021 18:44
@renovate renovate bot changed the title build(deps): update dependency webpack to v5.64.0 build(deps): update dependency webpack to v5.64.1 Nov 15, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 5bf6425 to beb0ac9 Compare November 20, 2021 15:21
@renovate renovate bot changed the title build(deps): update dependency webpack to v5.64.1 build(deps): update dependency webpack to v5.64.2 Nov 20, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from beb0ac9 to 638241b Compare November 24, 2021 09:32
@renovate renovate bot changed the title build(deps): update dependency webpack to v5.64.2 build(deps): update dependency webpack to v5.64.3 Nov 24, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 638241b to 32350e2 Compare November 25, 2021 17:57
@renovate renovate bot changed the title build(deps): update dependency webpack to v5.64.3 build(deps): update dependency webpack to v5.64.4 Nov 25, 2021
@renovate renovate bot changed the title build(deps): update dependency webpack to v5.64.4 build(deps): update dependency webpack to v5.65.0 Dec 6, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 32350e2 to 6e02dd4 Compare December 6, 2021 14:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant