Skip to content

chore(deps): bump bullmq from 5.76.1 to 5.76.8#171

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/bullmq-5.76.8
Open

chore(deps): bump bullmq from 5.76.1 to 5.76.8#171
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/bullmq-5.76.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 14, 2026

Copy link
Copy Markdown
Contributor

Bumps bullmq from 5.76.1 to 5.76.8.

Release notes

Sourced from bullmq's releases.

v5.76.8

5.76.8 (2026-05-12)

Bug Fixes

  • scheduler: align first 'every' job to the next offset slot (#4113) fixes #3705 (1b8f900)

v5.76.7

5.76.7 (2026-05-11)

Bug Fixes

  • deps: update dependency semver to v7.8.0 [security] (#4160) (093743a)

v5.76.6

5.76.6 (2026-05-06)

Bug Fixes

  • connection: reconnect wedged blocking cluster clients (#4151) (e94e8cd)

v5.76.5

5.76.5 (2026-05-02)

Bug Fixes

  • deps: update dependency msgpackr to v1.11.12 (#3939) (b47f00b)

v5.76.4

5.76.4 (2026-04-29)

Bug Fixes

  • flow-producer: surface ParentJobNotExist errors from add() (#3264) (#4058) (7ed0eec)

v5.76.3

5.76.3 (2026-04-28)

Bug Fixes

  • metrics: add total counters to Prometheus export for accurate counts with auto-removal (#3967) (0bf1b4d)

v5.76.2

5.76.2 (2026-04-25)

... (truncated)

Commits
  • 1b8f900 fix(scheduler): align first 'every' job to the next offset slot (#4113) fixes...
  • ed29e03 chore(deps): update dependency @​types/node to v24.12.4 [security] (#4157)
  • 108bc01 chore(deps): update dependency @​commitlint/cli to v21 [security] (#4161)
  • 0b81fec chore(deps): update eslint to v8.59.3 [security] (#4159)
  • 7f4b755 chore(release): 5.76.7 (#4162)
  • 093743a fix(deps): update dependency semver to v7.8.0 [security] (#4160)
  • 38b208e chore(deps): update devdependencies (non-major) [security] (#4158)
  • c2508be chore(release): vpy2.25.2 (#4156)
  • 51c935b fix(worker): [python] avoid tight error loop on Redis disconnect (#4102)
  • 16cb101 docs: fix several typos (#4130) (#4153)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

Summary by CodeRabbit

  • Chores
    • Updated a core dependency to the latest patch version for improved stability and performance.

Review Change Stack

Bumps [bullmq](https://github.com/taskforcesh/bullmq) from 5.76.1 to 5.76.8.
- [Release notes](https://github.com/taskforcesh/bullmq/releases)
- [Commits](taskforcesh/bullmq@v5.76.1...v5.76.8)

---
updated-dependencies:
- dependency-name: bullmq
  dependency-version: 5.76.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 14, 2026
@coderabbitai

coderabbitai Bot commented May 14, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 86004ed8-fe19-4257-86ab-c258e33b1d84

📥 Commits

Reviewing files that changed from the base of the PR and between 4e0e788 and b13cec5.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Walkthrough

The bullmq dependency version is updated from ^5.76.1 to ^5.76.8 in package.json, allowing the project to use a newer patch release of the BullMQ job queue library.

Changes

Dependency Updates

Layer / File(s) Summary
BullMQ version update
package.json
The bullmq dependency is bumped from ^5.76.1 to ^5.76.8 to use a newer patch release.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • georgyia

Poem

🐰 A version bump, so small and neat,
Bullmq hops to 5.76.8's beat,
From one-point-six to eight it leaps,
While patch-land celebrates the tweaks! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically summarizes the main change: a dependency version bump of bullmq from 5.76.1 to 5.76.8, which is the sole modification in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/npm_and_yarn/bullmq-5.76.8

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants