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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency webpack to v5.28.0 #316

Merged
merged 1 commit into from
Mar 26, 2021
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 5, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack 5.24.2 -> 5.28.0 age adoption passing confidence

Release Notes

webpack/webpack

v5.28.0

Compare Source

Features

  • add module.generator.asset.publicPath to configure a different publicPath for assets

Bugfixes

  • fixes a watch mode caching problem which was introduced in 5.26.0 when using the unsafe cache

Performance

  • improve serialization performance

v5.27.2

Compare Source

Bugfixes

  • fix error reporting when errors happen in beforeLoaders hook
  • avoid crash when experiments.lazyCompilation is used (regression)
  • fix lazy compilation opt-out when HMR accept/decline is used on an import()
  • fix new URL(new URL generated by worker handing

v5.27.1

Compare Source

Bugfix

  • allow invalidation after first watch run in MultiCompilers

v5.27.0

Compare Source

Features

  • add utils: { contextify(context, absolutePath), absolutify(context, request) } to loader context

Bugfixes

  • fix caching bug when split chunks of an entrypoint change and modules of the entrypoint stay equal
  • fix imports field handling
  • fix incorrect id assignment of record ids plugin
    • this causes ids changing unnecessary during watch mode
  • fix library exports when using onChunks in entry
    • This prevented using libraries with web target when using splitChunks for the initial chunks

v5.26.3

Compare Source

Bugfix

  • fix race condition in MultiCompiler queueing

v5.26.2

Compare Source

Bugfixes

  • fix problem with new line after comment
  • fix assign libraries with runtime chunk

v5.26.1

Compare Source

Bugfixes
  • avoid using strict mode runtime for assign libraries to allow assigning not existing variables
  • avoid collision with Set.addAll polyfill
  • allow filenames starting with ../ when generation the undo path for non-web targets

v5.26.0

Compare Source

Features

  • handle cache version automatically for DefinePlugin
    • Values no longer need to be defined as build dependencies
  • add more options for DefinePlugin.runtimeValue (file/context/missing/buildDependencies, version)

Bugfixes

  • fix a memory leak which happens in watch mode with caching when modules are removed from the compilation
  • fix usage of some arrow functions when es5 target is selected
  • chunk loading in workers now uses publicPath instead of relative paths
    • fixes a problem when worker file is in a child directory

v5.25.1

Compare Source

Bugfixes

  • fix startup logic when non-js chunks are in the entrypoint
  • remove type: "module" for Workers when generating classic scripts

v5.25.0

Compare Source

Features

  • Refactor the startup logic to improve library support
  • add __webpack_runtime_id__ to access the current runtime id
  • improve error handling for HMR
    • add second argument to self accept error handler to pass new module and module id
    • add error handler argument to dependency accept, passing error and module ids
  • add output.strictModuleErrorHandling to opt into stricter evaluation error handling semantics according to ESM spec
    • used by default when HMR is enabled
  • when ignoring a module used by new URL() this will result in an url to a empty file ("data:,")
  • add module.generator.asset.emit option to disable creating assets from asset modules (e. g. for SSR)

Bugfixes

  • fix problem when library options apply to a non-runtime chunk
  • fix crash in splitChunks.maxSize where negative indicies are accessed
  • fix sub-optimal splitting of splitChunks.maxSize in some cases when multiple size types are involved
  • fix a memory leak in AssetGenerator
  • fix usage of runtime globals in SharedPlugin to support HMR updates

Deprecations

  • deprecate output.strictModuleExceptionHandling (this is the CommonJS way of handling errors, and the name is weird)

v5.24.4

Compare Source

Bugfixes

  • fix overridding built-in externals via externals
  • fix handling UNC paths as windows paths
  • Improve error when passing an empty array as library name
  • avoid adding the package.json from compilation context as build dependency
  • fix expansion of "..." in array configuration options when it's not at the start

v5.24.3

Compare Source

Bugfixes

  • fix contenthash when a file is emitted twice with different filenames but that same contenthash

Renovate configuration

馃搮 Schedule: "every weekend" in timezone Asia/Tokyo.

馃殾 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, check this box

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

@renovate renovate bot added the deps Pull requests that update a dependency file label Mar 5, 2021
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.24.3 chore(deps): update dependency webpack to v5.24.4 Mar 8, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 2 times, most recently from e50f7c8 to a65ed30 Compare March 12, 2021 11:13
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.24.4 chore(deps): update dependency webpack to v5.25.0 Mar 12, 2021
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.25.0 chore(deps): update dependency webpack to v5.25.1 Mar 14, 2021
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.25.1 chore(deps): update dependency webpack to v5.26.0 Mar 15, 2021
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.26.0 chore(deps): update dependency webpack to v5.26.1 Mar 16, 2021
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.26.1 chore(deps): update dependency webpack to v5.26.2 Mar 16, 2021
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.26.2 chore(deps): update dependency webpack to v5.26.3 Mar 17, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 2 times, most recently from d2aa4f5 to d0299d8 Compare March 18, 2021 16:13
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.26.3 chore(deps): update dependency webpack to v5.27.0 Mar 19, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 2 times, most recently from c0e93b1 to 7f1773e Compare March 20, 2021 21:23
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.27.0 chore(deps): update dependency webpack to v5.27.1 Mar 20, 2021
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.27.1 chore(deps): update dependency webpack to v5.27.2 Mar 22, 2021
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.27.2 chore(deps): update dependency webpack to v5.28.0 Mar 24, 2021
@ruedap ruedap merged commit 88e55a0 into main Mar 26, 2021
@ruedap ruedap deleted the renovate/webpack-5.x branch March 26, 2021 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants