Skip to content

chore(deps): bump @bull-board/api from 7.2.1 to 8.0.0#169

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/bull-board/api-8.0.0
Open

chore(deps): bump @bull-board/api from 7.2.1 to 8.0.0#169
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/bull-board/api-8.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps @bull-board/api from 7.2.1 to 8.0.0.

Release notes

Sourced from @​bull-board/api's releases.

v8.0.0

   🚀 Features

   🐞 Bug Fixes

   💣 Breaking Changes

  • Remove date-fns locale, migrate to Intl API

DateFormats now uses Intl.DateTimeFormatOptions

The short, common, and full properties of DateFormats previously accepted date-fns format strings (e.g. "HH:mm:ss"). They now require Intl.DateTimeFormatOptions objects.

- short?: string;
- common?: string;
- full?: string;
+ short?: Intl.DateTimeFormatOptions;
+ common?: Intl.DateTimeFormatOptions;
+ full?: Intl.DateTimeFormatOptions;

Migration example:

- dateFormats: { short: 'HH:mm:ss' }
+ dateFormats: { short: { hour: 'numeric', minute: 'numeric', second: 'numeric' } }

The date-fns locale was resolved internally from the lng setting. The Intl API now uses the runtime's built-in locale data — no extra locale modules are needed

    View changes on GitHub
Changelog

Sourced from @​bull-board/api's changelog.

v8.0.0

2026-06-11

Features

  • update docs with queue adapters (Felix Mosheev) d1354a6
  • cleanup README.md (Felix Mosheev) 14edee1
  • Add Docs & Demo site (#1217) (Felix Mosheev) 37fbf0c
  • add German (de-DE) locale (#1215) (@.mike.) c049d4e

Chores

  • remove date-fns localization, use Intl api, update date-fns to latest (Felix Mosheev) 38ce164

Documentation

  • document uiConfig.showMetrics option (#1216) (TomKALBE) 660ff28
Commits

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)

Bumps [@bull-board/api](https://github.com/felixmosh/bull-board/tree/HEAD/packages/api) from 7.2.1 to 8.0.0.
- [Release notes](https://github.com/felixmosh/bull-board/releases)
- [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md)
- [Commits](https://github.com/felixmosh/bull-board/commits/v8.0.0/packages/api)

---
updated-dependencies:
- dependency-name: "@bull-board/api"
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants