Skip to content

Commit

Permalink
fix(deps): update dependency bullmq to v5.34.4 (#403)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [bullmq](https://bullmq.io/) ([source](https://github.com/taskforcesh/bullmq)) | dependencies | minor | [`5.32.0` -> `5.34.4`](https://renovatebot.com/diffs/npm/bullmq/5.32.0/5.34.4) |

---

### Release Notes

<details>
<summary>taskforcesh/bullmq (bullmq)</summary>

### [`v5.34.4`](https://github.com/taskforcesh/bullmq/releases/tag/v5.34.4)

[Compare Source](taskforcesh/bullmq@v5.34.3...v5.34.4)

##### Bug Fixes

-   **sandbox:** fix issue where job could stay in active forever ([#&#8203;2979](taskforcesh/bullmq#2979)) ([c0a6bcd](taskforcesh/bullmq@c0a6bcd))

### [`v5.34.3`](https://github.com/taskforcesh/bullmq/releases/tag/v5.34.3)

[Compare Source](taskforcesh/bullmq@v5.34.2...v5.34.3)

##### Bug Fixes

-   **sandboxed:** fix detecting special errors by sending default messages ([#&#8203;2967](taskforcesh/bullmq#2967)) fixes [#&#8203;2962](taskforcesh/bullmq#2962) ([52b0e34](taskforcesh/bullmq@52b0e34))

### [`v5.34.2`](https://github.com/taskforcesh/bullmq/releases/tag/v5.34.2)

[Compare Source](taskforcesh/bullmq@v5.34.1...v5.34.2)

##### Bug Fixes

-   **scripts:** make sure jobs fields are not empty before unpack ([4360572](taskforcesh/bullmq@4360572))

### [`v5.34.1`](https://github.com/taskforcesh/bullmq/releases/tag/v5.34.1)

[Compare Source](taskforcesh/bullmq@v5.34.0...v5.34.1)

##### Bug Fixes

-   guarantee every repeatable jobs are slotted ([9917df1](taskforcesh/bullmq@9917df1))
-   **job-scheduler:** avoid duplicated delayed jobs when repeatable jobs are retried ([af75315](taskforcesh/bullmq@af75315))

### [`v5.34.0`](https://github.com/taskforcesh/bullmq/releases/tag/v5.34.0)

[Compare Source](taskforcesh/bullmq@v5.33.1...v5.34.0)

##### Features

-   **telemetry:** add option to omit context propagation on jobs ([#&#8203;2946](taskforcesh/bullmq#2946)) ([6514c33](taskforcesh/bullmq@6514c33))

### [`v5.33.1`](https://github.com/taskforcesh/bullmq/releases/tag/v5.33.1)

[Compare Source](taskforcesh/bullmq@v5.33.0...v5.33.1)

##### Bug Fixes

-   **job-scheduler:** omit deduplication and debounce options from template options ([#&#8203;2960](taskforcesh/bullmq#2960)) ([b5fa6a3](taskforcesh/bullmq@b5fa6a3))

### [`v5.33.0`](https://github.com/taskforcesh/bullmq/releases/tag/v5.33.0)

[Compare Source](taskforcesh/bullmq@v5.32.0...v5.33.0)

##### Features

-   replace multi by lua scripts in moveToFailed ([#&#8203;2958](taskforcesh/bullmq#2958)) ([c19c914](taskforcesh/bullmq@c19c914))

</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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Reviewed-on: https://git.tristess.app/alexandresoro/ouca/pulls/403
Reviewed-by: Alexandre Soro <code@soro.dev>
Co-authored-by: renovate <renovate@git.tristess.app>
Co-committed-by: renovate <renovate@git.tristess.app>
  • Loading branch information
renovate authored and alexandresoro committed Dec 22, 2024
1 parent 37c16a0 commit c37f23c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@ou-ca/common": "workspace:*",
"@sentry/node": "8.42.0",
"@turf/helpers": "7.1.0",
"bullmq": "5.32.0",
"bullmq": "5.34.4",
"content-disposition": "0.5.4",
"csv-parse": "5.6.0",
"escape-string-regexp": "5.0.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c37f23c

Please sign in to comment.