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 worker-plugin to the latest version 🚀 #920

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Dec 14, 2018

The devDependency worker-plugin was updated from 2.0.1 to 3.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for 3.0.0

Plugins are no longer inherited by default. This behaviour had been added in 2.0.0, but proved problematic in many configurations.

Instead, a new plugins option allows specifying which plugins to inherit, or custom plugins to add when bundling workers (#16 #17). Big thanks to @3846masa for making this work!

Commits

The new version differs by 6 commits.

  • 023f466 3.0.0
  • 593a5e3 Document the new "plugins" option
  • 4454968 Merge pull request #17 from 3846masa-tmp/plugins-option
  • 4004d7c Add plugins option
  • 1c992d5 Add tests for plugins option
  • 073c72b Disable chrome sandbox in tests

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Feb 19, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 19, 2019

  • The devDependency worker-plugin was updated from 2.0.1 to 3.1.0.

Update to this version instead 🚀

Release Notes for 3.1.0
  • Fixes wasm support (#15, thanks @3846masa!)
  • New globalObject option (#20) - pass false to disable warnings.
Commits

The new version differs by 8 commits.

  • 7ea61fb Add globalObject configuration option (fixes #20)
  • 6a903d5 Fix incorrect names in warnings (ref: #20)
  • ac6f768 3.1.0
  • cb00d31 Merge pull request #15 from 3846masa-tmp/support-wasm-import
  • d824934 Merge remote-tracking branch 'master' into support-wasm-import
  • 75f44a0 Merge branch 'master' into support-wasm-import
  • 6945b64 Add test for webassembly
  • 7a60f5b Enable FetchCompileWasmTemplatePlugin

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 27, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 27, 2019

  • The devDependency worker-plugin was updated from 2.0.1 to 3.2.0.

Update to this version instead 🚀

Release Notes for 3.2.0

This release fixes two bugs relating to worker filename generation when no name is provided.

  • Fixes unnamed workers being duplicated when webpack is in watch mode
  • Fixes filename generation when using multiple unnamed workers (#35, thanks @alan-agius4!)
Commits

The new version differs by 5 commits.

  • 7c353d5 3.2.0
  • 6b925d4 adjust test timing
  • 0314df0 Fix watch mode filename generation
  • 8dadf08 Merge pull request #35 from alan-agius4/worker-id-multiple
  • c918693 fix: using multiple unnamed Web Workers mixes them up

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 10, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 10, 2020

  • The devDependency worker-plugin was updated from 2.0.1 to 4.0.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 10, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 10, 2020

  • The devDependency worker-plugin was updated from 2.0.1 to 4.0.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 10, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 10, 2020

  • The devDependency worker-plugin was updated from 2.0.1 to 4.0.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 1, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 1, 2020

  • The devDependency worker-plugin was updated from 2.0.1 to 4.0.3.

Update to this version instead 🚀

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

Successfully merging this pull request may close these issues.

0 participants