Skip to content

Commit

Permalink
fix(deps): update bull-board to v5.23.0 (minor) (#143)
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 | [`5.21.7` -> `5.23.0`](https://renovatebot.com/diffs/npm/@bull-board%2fapi/5.21.7/5.23.0) |
| [@bull-board/fastify](https://github.com/felixmosh/bull-board) ([source](https://github.com/felixmosh/bull-board/tree/HEAD/packages/fastify)) | dependencies | minor | [`5.21.7` -> `5.23.0`](https://renovatebot.com/diffs/npm/@bull-board%2ffastify/5.21.7/5.23.0) |

---

### Release Notes

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

### [`v5.23.0`](https://github.com/felixmosh/bull-board/blob/HEAD/CHANGELOG.md#v5230)

[Compare Source](felixmosh/bull-board@v5.22.0...v5.23.0)

> 19 September 2024

-   feat: add duplicate job, closes [#&#8203;426](felixmosh/bull-board#426) [`#426`](felixmosh/bull-board#426)
-   Release 5.23.0 [`cf76409`](felixmosh/bull-board@cf76409)

### [`v5.22.0`](https://github.com/felixmosh/bull-board/blob/HEAD/CHANGELOG.md#v5220)

[Compare Source](felixmosh/bull-board@v5.21.7...v5.22.0)

> 18 September 2024

-   chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates [`#821`](felixmosh/bull-board#821)
-   chore(deps): bump the npm_and_yarn group across 6 directories with 4 updates [`#818`](felixmosh/bull-board#818)
-   Feat: add job data update, closes [#&#8203;713](https://github.com/felixmosh/bull-board/issues/713),[#&#8203;796](https://github.com/felixmosh/bull-board/issues/796) [`#713`](felixmosh/bull-board#713)
-   fix: types [`4695e7c`](felixmosh/bull-board@4695e7c)
-   Release 5.22.0 [`c97a468`](felixmosh/bull-board@c97a468)
-   feat: improve progress bar svg based on https://x.com/devongovett/status/1835692034104918053/photo/1 [`236065f`](felixmosh/bull-board@236065f)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC45My4xIiwidXBkYXRlZEluVmVyIjoiMzguMTAxLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->

Reviewed-on: https://git.tristess.app/alexandresoro/ouca/pulls/143
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 Oct 2, 2024
1 parent 7a5028c commit 71645f0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions packages/backend/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": "5.21.7",
"@bull-board/fastify": "5.21.7",
"@bull-board/api": "5.23.0",
"@bull-board/fastify": "5.23.0",
"@fastify/compress": "7.0.3",
"@fastify/cors": "9.0.1",
"@fastify/etag": "5.2.0",
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 71645f0

Please sign in to comment.