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

[Snyk] Upgrade worker-loader from 0.6.0 to 3.0.8 #6

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

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade worker-loader from 0.6.0 to 3.0.8.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 17 versions ahead of your current version.
  • The recommended version was released 2 years ago, on 2021-02-11.
Release notes
Package name: worker-loader
  • 3.0.8 - 2021-02-11

    3.0.8 (2021-02-11)

    Bug Fixes

    • make inline workers work from inside workers (#307) (2abd129)
  • 3.0.7 - 2020-12-23

    3.0.7 (2020-12-23)

    Bug Fixes

  • 3.0.6 - 2020-12-02

    3.0.6 (2020-12-02)

    Bug Fixes

  • 3.0.5 - 2020-10-16

    3.0.5 (2020-10-16)

    Bug Fixes

    • determine webpack peer dependency version (#296) (8c63449)
  • 3.0.4 - 2020-10-09

    3.0.4 (2020-10-09)

    Chore

    • update schema-utils
  • 3.0.3 - 2020-09-22

    3.0.3 (2020-09-22)

    Bug Fixes

  • 3.0.2 - 2020-08-22

    3.0.2 (2020-08-22)

    Bug Fixes

  • 3.0.1 - 2020-08-05

    3.0.1 (2020-08-05)

    Bug Fixes

    • compatibility with webpack@5 cache (#279) (ee519b1)
    • interpolation [name] for the filename option (#277) (5efa77a)
  • 3.0.0 - 2020-08-01

    3.0.0 (2020-08-01)

    ⚠ 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
  • 2.0.0 - 2018-05-27

    Updates

    • refactor(index): remove Tapable.apply calls (#121)
    • docs: use ES6 import in TypeScript README example (#140) …
    • docs(README): add note about omitted hashes (options.name) (#131)
    • fix(package): homepage URL typo (#130)

    Breaking Changes

    Drops support for Webpack versions < 3.0.0

  • 1.1.1 - 2018-02-25
  • 1.1.0 - 2017-10-24
  • 1.0.0 - 2017-09-25
  • 0.8.1 - 2017-07-05
  • 0.8.0 - 2017-02-25
  • 0.7.1 - 2016-07-13
  • 0.7.0 - 2015-11-23
  • 0.6.0 - 2015-04-29
from worker-loader GitHub release notes
Commit messages
Package name: worker-loader
  • 22275e9 chore(release): 3.0.8
  • ad3ee93 chore(deps): update (#308)
  • 2abd129 fix: make inline workers work from inside workers (#307)
  • edca167 chore(release): 3.0.7
  • a0de29b fix: serializing big strings (#304)
  • d4fa470 chore(release): 3.0.6
  • 08fa5c5 chore(deps): update (#300)
  • 15cf407 fix: set a name to exported function (#299)
  • 464bf30 chore(release): 3.0.5
  • 8c63449 fix: determine webpack peer dependency version (#296)
  • ae94796 ci: updated webpack versions (#294)
  • cc0ec33 chore(release): 3.0.4
  • 81b61b7 chore(deps): update (#293)
  • 2448e13 chore(deps): update (#290)
  • 2974de4 chore(release): 3.0.3
  • eef2757 fix: remove webpack sourceURL (#289)
  • 0d4624c fix: working with eval source maps (#286)
  • 6c8f8ef test: chunkfilename query parameters
  • 17f81c1 chore(release): 3.0.2
  • ca4a963 fix: SSR compatibility (#284)
  • 725e57d docs: add missing escape char (#280)
  • ec8cb5f chore(release): 3.0.1
  • ee519b1 fix: compatibility with webpack@5 cache (#279)
  • 9ed9e42 test: resolve todo (#278)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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

Successfully merging this pull request may close these issues.

1 participant