Skip to content

Update dependency worker-loader to v3

Administrator requested to merge renovate/worker-loader-3.x into main

Created by: renovate[bot]

This PR contains the following updates:

Package Type Update New value References Sourcegraph
worker-loader devDependencies major ^3.0.1 source code search for "worker-loader"

Release Notes

webpack-contrib/worker-loader

v3.0.1

Compare Source

v3.0.0

Compare Source

BREAKING CHANGES
  • minimum supported Node.js version is 10.13
  • minimum supported webpack version is 4
  • the name option was renamed to the filename option
  • switch on ES module syntax by default, use the esModule option if you need backward compatibility with Common JS modules
  • the fallback option was removed in favor the inline option, the inline option accepts only fallback and no-fallback values
  • the publicPath option default value based on output.publicPath
  • the filename option default value based on output.filename
Features
  • added the worker option (replaces #​178) (#​247) (f03498d)
  • added the chunkFilename option, default value based on output.chunkFilename (905ed7b)
  • added the esModule option
  • allow to use any web worker constructor and options for constructor
  • the publicPath option can be Function
  • the filename (previously name) option can be Function
Bug Fixes
  • support WASM (152634c)
  • respect externals (#​264) (1e761ed)
  • memory leak for inline web workers (#​252) (f729e34)
  • source maps when inline using without fallback (#​269) (5047abb)
  • the publicPath options works fine with async web workers chunks
  • compatibility with webpack@5 (#​259) (e0d9887)
  • always use self as global object
  • compatibility with webpack-dev-server
  • increase performance

Renovate configuration

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

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

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 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.

Merge request reports

Loading