Venatum / bull-board-docker

Docker image for bull-board
https://hub.docker.com/r/venatum/bull-board
MIT License
5 stars 3 forks source link

chore(deps): update dependency bullmq to v4.14.2 - autoclosed #80

Closed Venatum closed 11 months ago

Venatum commented 1 year ago

This PR contains the following updates:

Package Type Update Change
bullmq (source) dependencies minor 4.12.5 -> 4.14.2

Release Notes

taskforcesh/bullmq (bullmq) ### [`v4.14.2`](https://togithub.com/taskforcesh/bullmq/releases/tag/v4.14.2) [Compare Source](https://togithub.com/taskforcesh/bullmq/compare/v4.14.1...v4.14.2) ##### Bug Fixes - **worker:** should cap update progress events ([2cab9e9](https://togithub.com/taskforcesh/bullmq/commit/2cab9e94f65c7bdd053e3fb5944bcda6e3ebaa39)) ### [`v4.14.1`](https://togithub.com/taskforcesh/bullmq/releases/tag/v4.14.1) [Compare Source](https://togithub.com/taskforcesh/bullmq/compare/v4.14.0...v4.14.1) ##### Bug Fixes - **worker:** do not wait for slow jobs fixes [#​2290](https://togithub.com/taskforcesh/bullmq/issues/2290) ([568d758](https://togithub.com/taskforcesh/bullmq/commit/568d7585edb1f2ef15991d4ae4a2425e6834046a)) ### [`v4.14.0`](https://togithub.com/taskforcesh/bullmq/releases/tag/v4.14.0) [Compare Source](https://togithub.com/taskforcesh/bullmq/compare/v4.13.3...v4.14.0) ##### Features - **worker:** better handling of concurrency when fetching jobs ([#​2242](https://togithub.com/taskforcesh/bullmq/issues/2242)) ([d2e2035](https://togithub.com/taskforcesh/bullmq/commit/d2e203588878ee64cb21e67141f73b32867dfb40)) ### [`v4.13.3`](https://togithub.com/taskforcesh/bullmq/releases/tag/v4.13.3) [Compare Source](https://togithub.com/taskforcesh/bullmq/compare/v4.13.2...v4.13.3) ##### Bug Fixes - **utils:** use EventEmitter as a type instead of a namespace ([#​2283](https://togithub.com/taskforcesh/bullmq/issues/2283)) ([41c9d1d](https://togithub.com/taskforcesh/bullmq/commit/41c9d1d05eedc7351272708e667e8d65eb6773fc)) ### [`v4.13.2`](https://togithub.com/taskforcesh/bullmq/releases/tag/v4.13.2) [Compare Source](https://togithub.com/taskforcesh/bullmq/compare/v4.13.1...v4.13.2) ##### Bug Fixes - **backoff:** fix builtin backoff type ([#​2265](https://togithub.com/taskforcesh/bullmq/issues/2265)) \[python] ([76959eb](https://togithub.com/taskforcesh/bullmq/commit/76959eb9d9495eb1b6d2d31fab93c8951b5d3b93)) - **job:** set delay value on current job instance when it is retried ([#​2266](https://togithub.com/taskforcesh/bullmq/issues/2266)) (python) ([76e075f](https://togithub.com/taskforcesh/bullmq/commit/76e075f54d5745b6cec3cb11305bf3110d963eae)) ### [`v4.13.1`](https://togithub.com/taskforcesh/bullmq/releases/tag/v4.13.1) [Compare Source](https://togithub.com/taskforcesh/bullmq/compare/v4.13.0...v4.13.1) ##### Bug Fixes - **connection:** better handling of attached listeners ([02474ad](https://togithub.com/taskforcesh/bullmq/commit/02474ad59a7b340d7bb2a7415ae7a88e14200398)) - **connection:** move redis instance check to queue base ([13a339a](https://togithub.com/taskforcesh/bullmq/commit/13a339a730f46ff22acdd4a046e0d9c4b7d88679)) ### [`v4.13.0`](https://togithub.com/taskforcesh/bullmq/releases/tag/v4.13.0) [Compare Source](https://togithub.com/taskforcesh/bullmq/compare/v4.12.10...v4.13.0) ##### Features - **queue:** improve clean to work iteratively ([#​2260](https://togithub.com/taskforcesh/bullmq/issues/2260)) ([0cfa66f](https://togithub.com/taskforcesh/bullmq/commit/0cfa66fd0fa0dba9b3941f183cf6f06d8a4f281d)) ### [`v4.12.10`](https://togithub.com/taskforcesh/bullmq/releases/tag/v4.12.10) [Compare Source](https://togithub.com/taskforcesh/bullmq/compare/v4.12.9...v4.12.10) ##### Bug Fixes - update delay job property when moving to delayed set ([#​2261](https://togithub.com/taskforcesh/bullmq/issues/2261)) ([69ece08](https://togithub.com/taskforcesh/bullmq/commit/69ece08babd7716c14c38c3dd50630b44c7c1897)) ### [`v4.12.9`](https://togithub.com/taskforcesh/bullmq/releases/tag/v4.12.9) [Compare Source](https://togithub.com/taskforcesh/bullmq/compare/v4.12.8...v4.12.9) ##### Bug Fixes - **add-job:** trim events when waiting-children event is published ([#​2262](https://togithub.com/taskforcesh/bullmq/issues/2262)) (python) ([198bf05](https://togithub.com/taskforcesh/bullmq/commit/198bf05fa5a4e1ce50081296033a2e0f26ece498)) ### [`v4.12.8`](https://togithub.com/taskforcesh/bullmq/releases/tag/v4.12.8) [Compare Source](https://togithub.com/taskforcesh/bullmq/compare/v4.12.7...v4.12.8) ##### Bug Fixes - **worker:** keep extending locks while closing workers ([#​2259](https://togithub.com/taskforcesh/bullmq/issues/2259)) ([c4d12ea](https://togithub.com/taskforcesh/bullmq/commit/c4d12ea3a9837ffd7f58e2134796137c4181c3de)) ### [`v4.12.7`](https://togithub.com/taskforcesh/bullmq/releases/tag/v4.12.7) [Compare Source](https://togithub.com/taskforcesh/bullmq/compare/v4.12.6...v4.12.7) ##### Performance Improvements - **redis-connection:** check redis version greater or equal than v6 only once ([#​2252](https://togithub.com/taskforcesh/bullmq/issues/2252)) ([a09b15a](https://togithub.com/taskforcesh/bullmq/commit/a09b15af0d5dedfa83bce7130ee9094f3fb69e10)) ### [`v4.12.6`](https://togithub.com/taskforcesh/bullmq/releases/tag/v4.12.6) [Compare Source](https://togithub.com/taskforcesh/bullmq/compare/v4.12.5...v4.12.6) ##### Bug Fixes - **sandbox:** do not return empty object result when it is undefined ([#​2247](https://togithub.com/taskforcesh/bullmq/issues/2247)) ([308db7f](https://togithub.com/taskforcesh/bullmq/commit/308db7f58758a72b8abb272da8e92509813a2178))

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 Renovate Bot.