module-federation / reunited

Module federation and unit tests
MIT License
34 stars 4 forks source link

Update dependency workerpool to v8 - autoclosed #31

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
workerpool ^6.1.4 -> ^8.0.0 age adoption passing confidence

Release Notes

josdejong/workerpool (workerpool) ### [`v8.0.0`](https://togithub.com/josdejong/workerpool/blob/HEAD/HISTORY.md#2023-10-25-version-800) [Compare Source](https://togithub.com/josdejong/workerpool/compare/v7.0.0...v8.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 [`ea5368c`](https://togithub.com/josdejong/workerpool/commit/ea5368c5e53d97120b952ffad151a318c1ff073c)). - Fix: [#​56](https://togithub.com/josdejong/workerpool/issues/56) document the return type of all functions. - Docs: added a full usage example with Vite and Webpack5 ([#​408](https://togithub.com/josdejong/workerpool/issues/408)), thanks [@​KonghaYao](https://togithub.com/KonghaYao). ### [`v7.0.0`](https://togithub.com/josdejong/workerpool/blob/HEAD/HISTORY.md#2023-10-25-version-700) [Compare Source](https://togithub.com/josdejong/workerpool/compare/v6.5.1...v7.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. - Switched build setup from Webpack to Rollup, see [#​403](https://togithub.com/josdejong/workerpool/issues/403). Thanks [@​KonghaYao](https://togithub.com/KonghaYao).

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.



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