Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Aug 1, 2020

This PR contains the following updates:

Package Type Update Change
worker-loader devDependencies major 2.0.0 -> 3.0.5

Release Notes

webpack-contrib/worker-loader

v3.0.5

Compare Source

v3.0.4

Compare Source

v3.0.3

Compare Source

v3.0.2

Compare Source

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

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

@renovate renovate bot force-pushed the renovate/worker-loader-3.x branch from 8a46461 to 0df5c71 Compare August 5, 2020 16:42
@renovate renovate bot force-pushed the renovate/worker-loader-3.x branch from 0df5c71 to 90f7a52 Compare August 22, 2020 12:56
@renovate renovate bot force-pushed the renovate/worker-loader-3.x branch from 90f7a52 to b5d4eb9 Compare September 22, 2020 13:33
@renovate renovate bot force-pushed the renovate/worker-loader-3.x branch from b5d4eb9 to f07fbe2 Compare October 9, 2020 16:43
@renovate renovate bot force-pushed the renovate/worker-loader-3.x branch from f07fbe2 to 00a44c2 Compare October 16, 2020 12:39
@stale
Copy link

stale bot commented Dec 19, 2020

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the wontfix This will not be worked on label Dec 19, 2020
@stale stale bot closed this Dec 31, 2020
@renovate
Copy link
Author

renovate bot commented Feb 8, 2021

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

wontfix This will not be worked on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants