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

chore(deps): update dependency bullmq to v4 - autoclosed #228

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bullmq (source) ^3.15.8 -> ^4.17.0 age adoption passing confidence

Release Notes

taskforcesh/bullmq (bullmq)

v4.17.0

Compare Source

Features
  • job: add isWaitingChildren method [python] (#​2345) (e9c1fa1)
  • sandbox: support URL (local files) as processor file (7eea670)

v4.16.0

Compare Source

Features

v4.15.4

Compare Source

Bug Fixes
  • flows: update constructor and methods to match queue base (#​2324) (d6c2064)
Features

v4.15.3

Compare Source

Bug Fixes
  • retry: pass right redis command name into retryJob script (#​2321) [python] (6bb21a0)
  • sandboxed: better compatibility with esbuild (8eaf955)
Features

v4.15.2

Compare Source

Bug Fixes
  • child-processor: preserve dynamic imports in commonjs (d97a5e0)

v4.15.1

Compare Source

Bug Fixes
  • flows: add meta key to queues created with flows (272ec69)

v4.15.0

Compare Source

Features
  • sandboxes: use the more compatible dynamic import instead of require (6d2fe6e)

v4.14.4

Compare Source

Bug Fixes

v4.14.3

Compare Source

Bug Fixes

v4.14.2

Compare Source

Bug Fixes
  • worker: should cap update progress events (2cab9e9)

v4.14.1

Compare Source

Bug Fixes

v4.14.0

Compare Source

Features
  • worker: better handling of concurrency when fetching jobs (#​2242) (d2e2035)

v4.13.3

Compare Source

Bug Fixes
  • utils: use EventEmitter as a type instead of a namespace (#​2283) (41c9d1d)

v4.13.2

Compare Source

Bug Fixes
  • backoff: fix builtin backoff type (#​2265) [python] (76959eb)
  • job: set delay value on current job instance when it is retried (#​2266) (python) (76e075f)

v4.13.1

Compare Source

Bug Fixes
  • connection: better handling of attached listeners (02474ad)
  • connection: move redis instance check to queue base (13a339a)

v4.13.0

Compare Source

Features

v4.12.10

Compare Source

Bug Fixes
  • update delay job property when moving to delayed set (#​2261) (69ece08)

v4.12.9

Compare Source

Bug Fixes
  • add-job: trim events when waiting-children event is published (#​2262) (python) (198bf05)

v4.12.8

Compare Source

Bug Fixes

v4.12.7

Compare Source

Performance Improvements
  • redis-connection: check redis version greater or equal than v6 only once (#​2252) (a09b15a)

v4.12.6

Compare Source

Bug Fixes
  • sandbox: do not return empty object result when it is undefined (#​2247) (308db7f)

v4.12.5

Compare Source

Performance Improvements

v4.12.4

Compare Source

Bug Fixes
  • events: do not publish removed event on non-existent jobs (#​2227) (c134606)

v4.12.3

Compare Source

Bug Fixes

v4.12.2

Compare Source

Bug Fixes

v4.12.1

Compare Source

Bug Fixes
  • delayed: trim events when moving jobs to delayed (python) (#​2211) (eca8c2d)

v4.12.0

Compare Source

Bug Fixes
Features

v4.11.4

Compare Source

Bug Fixes

v4.11.3

Compare Source

Bug Fixes

v4.11.2

Compare Source

Bug Fixes

v4.11.1

Compare Source

Bug Fixes

v4.11.0

Compare Source

Features
  • sandbox: convert wrapJob method as protected for extension (#​2182) (1494b55)

v4.10.0

Compare Source

Bug Fixes
  • move-to-finished: consider addition of prioritized jobs when processing last active job (#​2176) (python) (4b01f35)
  • remove: change error message when job is locked (python) (#​2175) (2f5628f)
Features

v4.9.0

Compare Source

Features

v4.8.0

Compare Source

Features

v4.7.4

Compare Source

Bug Fixes

v4.7.3

Compare Source

Bug Fixes
  • worker: abort rate-limit delay when closing worker (264a81c)

v4.7.2

Compare Source

Bug Fixes

v4.7.1

Compare Source

Features
Performance Improvements

v4.7.0

Compare Source

Features

v4.6.3

Compare Source

Performance Improvements

v4.6.2

Compare Source

Performance Improvements
  • retry: compare prev state instead of regex expression (#​2099) (c141283)

v4.6.0

Compare Source

Features
  • queue: add promoteJobs to promote all delayed jobs (6074592)

v4.5.0

Compare Source

Bug Fixes
Features
  • job: add option for removing children in remove method (python) (#​2064) (841dc87)

v4.4.0

Compare Source

Features

v4.3.0

Compare Source

Features

v4.2.1

Compare Source

Bug Fixes
Features

v4.2.0

Compare Source

Bug Fixes
  • python: add recommended pyproject.toml configuration (#​2029) (d03ffc9)
  • python: nuild egg-info at the root location (3c2d06e)
Features

v4.1.0

Compare Source

Features
  • queue: add getPrioritized and getPrioritizedCount methods (#​2005) (7363abe)

v4.0.0

Compare Source

Bug Fixes
Performance Improvements
BREAKING CHANGES
  • priority: priority is separeted in its own zset, no duplication needed

  • feat(queue): add removeDeprecatedPriorityKey method

  • refactor: change job method name update to updateData

ref faster priority jobs


Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" in timezone Asia/Seoul, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/bullmq-4.x branch 7 times, most recently from 8dd6061 to 89a2bce Compare July 17, 2023 11:36
@renovate renovate bot force-pushed the renovate/bullmq-4.x branch 2 times, most recently from 108a12c to c8fc9ec Compare July 19, 2023 23:04
@renovate renovate bot force-pushed the renovate/bullmq-4.x branch 2 times, most recently from 84c5d3c to 52cda6a Compare July 28, 2023 20:05
@renovate renovate bot force-pushed the renovate/bullmq-4.x branch 2 times, most recently from 5e19951 to 7f7576c Compare August 12, 2023 04:49
@renovate renovate bot force-pushed the renovate/bullmq-4.x branch 3 times, most recently from 284366a to 2363d5d Compare August 21, 2023 01:18
@renovate renovate bot force-pushed the renovate/bullmq-4.x branch 2 times, most recently from 0371130 to 9a4509d Compare September 12, 2023 06:33
@renovate renovate bot force-pushed the renovate/bullmq-4.x branch 5 times, most recently from ad9e8ac to e564684 Compare September 22, 2023 11:02
@renovate renovate bot force-pushed the renovate/bullmq-4.x branch 3 times, most recently from acf6ad3 to 09ff7e6 Compare October 5, 2023 14:21
@renovate renovate bot force-pushed the renovate/bullmq-4.x branch 2 times, most recently from 98de18d to a9794e1 Compare October 29, 2023 06:59
@renovate renovate bot force-pushed the renovate/bullmq-4.x branch 8 times, most recently from 7b11d5c to 5d5f9a0 Compare November 9, 2023 15:20
@renovate renovate bot force-pushed the renovate/bullmq-4.x branch 3 times, most recently from a0331eb to 7d3d9c3 Compare November 19, 2023 19:17
@renovate renovate bot force-pushed the renovate/bullmq-4.x branch 7 times, most recently from b5ea1d6 to 901ed39 Compare November 28, 2023 22:18
@renovate renovate bot force-pushed the renovate/bullmq-4.x branch 3 times, most recently from 4fe02a6 to 88db537 Compare December 7, 2023 17:01
@renovate renovate bot force-pushed the renovate/bullmq-4.x branch 2 times, most recently from 7829153 to 5dea06e Compare December 18, 2023 13:58
@renovate renovate bot changed the title chore(deps): update dependency bullmq to v4 chore(deps): update dependency bullmq to v4 - autoclosed Dec 21, 2023
@renovate renovate bot closed this Dec 21, 2023
@renovate renovate bot deleted the renovate/bullmq-4.x branch December 21, 2023 22:36
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.

1 participant