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

[DEPENDENCY] Bump workerpool from 6.5.1 to 8.0.0 #950

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2023

Bumps workerpool from 6.5.1 to 8.0.0.

Changelog

Sourced from workerpool's changelog.

2023-11-25, version 8.0.0

BREAKING CHANGE: the library now throws an Error when passing unknown or inherited properties for workerOpts, workerThreadOpts and forkOpts.

  • Fix: throw an error in case of unknown properties or inherited properties in workerOpts, workerThreadOpts and forkOpts to protect against security issues related to prototype pollution (see ea5368c5e53d97120b952ffad151a318c1ff073c).
  • Fix: #56 document the return type of all functions.
  • Docs: added a full usage example with Vite and Webpack5 (#408), thanks @​KonghaYao.

2023-11-25, version 7.0.0

BREAKING CHANGE: The setup to bundle workerpool has been replaced. This should be a drop-in replacement, but it may have impact depending on your setup.

Commits
  • 7c32f49 chore: publish v8.0.0
  • 37ea11e docs: add examples with Vite and Webpack5 (#408)
  • ea5368c fix: throw an error in case of unknown properties or inherited properties in ...
  • 99ea396 chore: cleanup redundant gulpfile.js
  • 438769e fix: #56 document the return types of all methods
  • 5f42eb1 chore: publish v7.0.0
  • 8dcc0fc chore: change version numbers of devDependencies to exact numbers
  • 82e9ee0 chore: replace Webpack setup with Rollup (#403)
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Oct 29, 2023
@dependabot dependabot bot requested review from matz3 and RandomByte October 29, 2023 10:26
@coveralls
Copy link

coveralls commented Oct 29, 2023

Coverage Status

coverage: 94.443%. remained the same
when pulling 726ad5c on dependabot/npm_and_yarn/workerpool-8.0.0
into 5199a99 on main.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/workerpool-8.0.0 branch from 62b5696 to 1aaf3d4 Compare November 5, 2023 03:23
@flovogt flovogt added the blocked Pull requests that are blocked label Nov 13, 2023
@flovogt flovogt added this to the ui5-builder v4 milestone Nov 13, 2023
@flovogt
Copy link
Member

flovogt commented Nov 13, 2023

workerpool does not maintain an supported engine section in their code, but have excluded node v16 from testing (see josdejong/workerpool@b846659). Therefore I would handle this the same as other deps dropping node v16 support.

Bumps [workerpool](https://github.com/josdejong/workerpool) from 6.5.1 to 8.0.0.
- [Changelog](https://github.com/josdejong/workerpool/blob/master/HISTORY.md)
- [Commits](josdejong/workerpool@v6.5.1...v8.0.0)

---
updated-dependencies:
- dependency-name: workerpool
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/workerpool-8.0.0 branch from 1aaf3d4 to 726ad5c Compare November 20, 2023 08:07
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 24, 2023

Superseded by #970.

@dependabot dependabot bot closed this Dec 24, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/workerpool-8.0.0 branch December 24, 2023 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Pull requests that are blocked dependencies javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants