Skip to content

Commit

Permalink
fix(deps): update bull-board to v6.7.0 (minor) (#483)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@bull-board/api](https://github.com/felixmosh/bull-board) ([source](https://github.com/felixmosh/bull-board/tree/HEAD/packages/api)) | dependencies | minor | [`6.6.2` -> `6.7.0`](https://renovatebot.com/diffs/npm/@bull-board%2fapi/6.6.2/6.7.0) |
| [@bull-board/fastify](https://github.com/felixmosh/bull-board) ([source](https://github.com/felixmosh/bull-board/tree/HEAD/packages/fastify)) | dependencies | minor | [`6.6.2` -> `6.7.0`](https://renovatebot.com/diffs/npm/@bull-board%2ffastify/6.6.2/6.7.0) |

---

### Release Notes

<details>
<summary>felixmosh/bull-board (@&#8203;bull-board/api)</summary>

### [`v6.7.0`](https://github.com/felixmosh/bull-board/blob/HEAD/CHANGELOG.md#v670)

[Compare Source](felixmosh/bull-board@v6.6.2...v6.7.0)

-   F/692 pause resume jobs at once [`#868`](felixmosh/bull-board#868)
-   fix: show only relevant option in overview dropdown [`98aaa5d`](felixmosh/bull-board@98aaa5d)
-   fix: apply settings default tab on failed status as well. [`11cf428`](felixmosh/bull-board@11cf428)

</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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMTYuMSIsInVwZGF0ZWRJblZlciI6IjM5LjExNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Reviewed-on: https://git.tristess.app/alexandresoro/ouca-backend/pulls/483
Reviewed-by: Alexandre Soro <[email protected]>
Co-authored-by: renovate <[email protected]>
Co-committed-by: renovate <[email protected]>
  • Loading branch information
renovate authored and alexandresoro committed Jan 19, 2025
1 parent eb19a15 commit 17ff2c6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"umzug:dev": "tsx -r dotenv/config src/umzug.ts"
},
"dependencies": {
"@bull-board/api": "6.6.2",
"@bull-board/fastify": "6.6.2",
"@bull-board/api": "6.7.0",
"@bull-board/fastify": "6.7.0",
"@fastify/cors": "10.0.2",
"@fastify/etag": "6.0.3",
"@fastify/multipart": "9.0.2",
Expand Down
36 changes: 18 additions & 18 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 17ff2c6

Please sign in to comment.