[PR #6105] [CLOSED] fix(deps): update dependency bullmq to v5 #11074

Closed
opened 2026-02-05 14:33:06 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/6105
Author: @renovate[bot]
Created: 1/1/2024
Status: Closed

Base: mainHead: renovate/bullmq-5.x


📝 Commits (1)

  • 212d5ea fix(deps): update dependency bullmq to v5

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 server/package.json (+1 -1)

📄 Description

Mend Renovate

This PR contains the following updates:

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

Release Notes

taskforcesh/bullmq (bullmq)

v5.1.0

Compare Source

Features

v5.0.0

Compare Source

Bug Fixes
  • connection: require connection to be passed (#​2335) (1867dd1)
  • job: revert console warn custom job ids when they represent integers (#​2312) (84015ff)
  • python: unify redis connection args for Queue and Worker (#​2282) (8eee20f)
  • worker: throw error if connection is missing (6491a18)
Features
  • job: provide skipAttempt option when manually moving a job (#​2203) (0e88e4f)
  • python: use new queue markers (b0a13e8)
  • python: use new queue markers (4276eb7)
  • worker: improved markers handling (73cf5fc)
  • worker: improved markers handling (0bac0fb)
BREAKING CHANGES
  • worker: Markers use now a dedicated key in redis instead of using a special Job ID.
  • worker: Markers use now a dedicated key in redis instead of using a special Job ID.

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)

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.


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

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/6105 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 1/1/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `renovate/bullmq-5.x` --- ### 📝 Commits (1) - [`212d5ea`](https://github.com/immich-app/immich/commit/212d5eaf8b4a810f3886b19974c9c71984421415) fix(deps): update dependency bullmq to v5 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/package.json` (+1 -1) </details> ### 📄 Description [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [bullmq](https://bullmq.io/) ([source](https://togithub.com/taskforcesh/bullmq)) | [`^4.8.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/bullmq/4.14.4/5.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/bullmq/5.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/bullmq/5.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/bullmq/4.14.4/5.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/bullmq/4.14.4/5.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>taskforcesh/bullmq (bullmq)</summary> ### [`v5.1.0`](https://togithub.com/taskforcesh/bullmq/releases/tag/v5.1.0) [Compare Source](https://togithub.com/taskforcesh/bullmq/compare/v5.0.0...v5.1.0) ##### Features - **job:** add isActive method \[python] ([#&#8203;2352](https://togithub.com/taskforcesh/bullmq/issues/2352)) ([afb5e31](https://togithub.com/taskforcesh/bullmq/commit/afb5e31484ed2e5a1c381c732321225c0a8b78ff)) - **repeatable:** allow saving custom key ([#&#8203;1824](https://togithub.com/taskforcesh/bullmq/issues/1824)) ([8ea0e1f](https://togithub.com/taskforcesh/bullmq/commit/8ea0e1f76baf36dab94a66657c0f432492cb9999)) ### [`v5.0.0`](https://togithub.com/taskforcesh/bullmq/releases/tag/v5.0.0) [Compare Source](https://togithub.com/taskforcesh/bullmq/compare/v4.17.0...v5.0.0) ##### Bug Fixes - **connection:** require connection to be passed ([#&#8203;2335](https://togithub.com/taskforcesh/bullmq/issues/2335)) ([1867dd1](https://togithub.com/taskforcesh/bullmq/commit/1867dd107d7edbd417bf6918354ae4656480a544)) - **job:** revert console warn custom job ids when they represent integers ([#&#8203;2312](https://togithub.com/taskforcesh/bullmq/issues/2312)) ([84015ff](https://togithub.com/taskforcesh/bullmq/commit/84015ffa04216c45d8f3181a7f859b8c0792c80d)) - **python:** unify redis connection args for Queue and Worker ([#&#8203;2282](https://togithub.com/taskforcesh/bullmq/issues/2282)) ([8eee20f](https://togithub.com/taskforcesh/bullmq/commit/8eee20f1210a49024eeee6647817f0659b8c3893)) - **worker:** throw error if connection is missing ([6491a18](https://togithub.com/taskforcesh/bullmq/commit/6491a185268ae546baa9b95a20b95d63c0e27915)) ##### Features - **job:** provide skipAttempt option when manually moving a job ([#&#8203;2203](https://togithub.com/taskforcesh/bullmq/issues/2203)) ([0e88e4f](https://togithub.com/taskforcesh/bullmq/commit/0e88e4fe4ed940487dfc79d1345d0686de22d0c6)) - **python:** use new queue markers ([b0a13e8](https://togithub.com/taskforcesh/bullmq/commit/b0a13e86285998ce0524eb443d732bce91e9b6c5)) - **python:** use new queue markers ([4276eb7](https://togithub.com/taskforcesh/bullmq/commit/4276eb725ca294ddbfc00c4edc627bb2cb5d403a)) - **worker:** improved markers handling ([73cf5fc](https://togithub.com/taskforcesh/bullmq/commit/73cf5fc1e6e13d8329e1e4e700a8db92173e0624)) - **worker:** improved markers handling ([0bac0fb](https://togithub.com/taskforcesh/bullmq/commit/0bac0fbb97afa968aa7644f1438b86d7bc18bbc5)) ##### BREAKING CHANGES - **worker:** Markers use now a dedicated key in redis instead of using a special Job ID. - **worker:** Markers use now a dedicated key in redis instead of using a special Job ID. ### [`v4.17.0`](https://togithub.com/taskforcesh/bullmq/releases/tag/v4.17.0) [Compare Source](https://togithub.com/taskforcesh/bullmq/compare/v4.16.0...v4.17.0) ##### Features - **job:** add isWaitingChildren method \[python] ([#&#8203;2345](https://togithub.com/taskforcesh/bullmq/issues/2345)) ([e9c1fa1](https://togithub.com/taskforcesh/bullmq/commit/e9c1fa10b258ebe171a0396c29b6ccb05aef2608)) - **sandbox:** support URL (local files) as processor file ([7eea670](https://togithub.com/taskforcesh/bullmq/commit/7eea6700b33bfd7f36b030b647b819a4c5fd9606)) ### [`v4.16.0`](https://togithub.com/taskforcesh/bullmq/releases/tag/v4.16.0) [Compare Source](https://togithub.com/taskforcesh/bullmq/compare/v4.15.4...v4.16.0) ##### Features - **job:** add isFailed method \[python] ([#&#8203;2333](https://togithub.com/taskforcesh/bullmq/issues/2333)) ([19bfccc](https://togithub.com/taskforcesh/bullmq/commit/19bfccc2d7734b150a5fbb6ea720fcd9887c9dd3)) - **queue:** add a paginated getDependencies ([#&#8203;2327](https://togithub.com/taskforcesh/bullmq/issues/2327)) ([c5b8ba3](https://togithub.com/taskforcesh/bullmq/commit/c5b8ba318b12a84a3a6a928345377fa0eaa08ee3)) - **queue:** add getRateLimitTtl method \[python] ([#&#8203;2340](https://togithub.com/taskforcesh/bullmq/issues/2340)) ([f0a1f70](https://togithub.com/taskforcesh/bullmq/commit/f0a1f7084478f7899233021fbb4d4307c94dfead)) ### [`v4.15.4`](https://togithub.com/taskforcesh/bullmq/releases/tag/v4.15.4) [Compare Source](https://togithub.com/taskforcesh/bullmq/compare/v4.15.3...v4.15.4) ##### Bug Fixes - **flows:** update constructor and methods to match queue base ([#&#8203;2324](https://togithub.com/taskforcesh/bullmq/issues/2324)) ([d6c2064](https://togithub.com/taskforcesh/bullmq/commit/d6c2064b1fdd88bd4cc61e049ce055ff620b0062)) ##### Features - **job:** add isCompleted method \[python] ([#&#8203;2331](https://togithub.com/taskforcesh/bullmq/issues/2331)) ([364f0c1](https://togithub.com/taskforcesh/bullmq/commit/364f0c1f2d4247d2b24041ab9ece0e429110d454)) ### [`v4.15.3`](https://togithub.com/taskforcesh/bullmq/releases/tag/v4.15.3) [Compare Source](https://togithub.com/taskforcesh/bullmq/compare/v4.15.2...v4.15.3) ##### Bug Fixes - **retry:** pass right redis command name into retryJob script ([#&#8203;2321](https://togithub.com/taskforcesh/bullmq/issues/2321)) \[python] ([6bb21a0](https://togithub.com/taskforcesh/bullmq/commit/6bb21a07c9754659fa5aa1734df1046a6da5d16a)) - **sandboxed:** better compatibility with esbuild ([8eaf955](https://togithub.com/taskforcesh/bullmq/commit/8eaf9550fe8b322df624893c507c55d2cce34b11)) ##### Features - **job:** add isWaiting method \[python] ([#&#8203;2328](https://togithub.com/taskforcesh/bullmq/issues/2328)) ([5db9f95](https://togithub.com/taskforcesh/bullmq/commit/5db9f957939cd873eea0224d34569189e5520e84)) - **job:** add promote method \[python] ([#&#8203;2323](https://togithub.com/taskforcesh/bullmq/issues/2323)) ([61f4ba3](https://togithub.com/taskforcesh/bullmq/commit/61f4ba3e99486aa36e5cc3d9b448b8080c567eb1)) ### [`v4.15.2`](https://togithub.com/taskforcesh/bullmq/releases/tag/v4.15.2) [Compare Source](https://togithub.com/taskforcesh/bullmq/compare/v4.15.1...v4.15.2) ##### Bug Fixes - **child-processor:** preserve dynamic imports in commonjs ([d97a5e0](https://togithub.com/taskforcesh/bullmq/commit/d97a5e06816cff04d86facdb8d32b512f29c6fb9)) ### [`v4.15.1`](https://togithub.com/taskforcesh/bullmq/releases/tag/v4.15.1) [Compare Source](https://togithub.com/taskforcesh/bullmq/compare/v4.15.0...v4.15.1) ##### Bug Fixes - **flows:** add meta key to queues created with flows ([272ec69](https://togithub.com/taskforcesh/bullmq/commit/272ec69557f601a138e1aaba739f7e7878d5344b)) ### [`v4.15.0`](https://togithub.com/taskforcesh/bullmq/releases/tag/v4.15.0) [Compare Source](https://togithub.com/taskforcesh/bullmq/compare/v4.14.4...v4.15.0) ##### Features - **sandboxes:** use the more compatible dynamic import instead of require ([6d2fe6e](https://togithub.com/taskforcesh/bullmq/commit/6d2fe6e7c0473b75aeb9a6d3080b0676f9521065)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/immich-app/immich). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:33:06 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#11074