Skip to content

chore(deps): bump @bull-board/express from 7.1.5 to 8.0.0#463

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/bull-board/express-7.2.1
Open

chore(deps): bump @bull-board/express from 7.1.5 to 8.0.0#463
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/bull-board/express-7.2.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @bull-board/express from 7.1.5 to 8.0.0.

Release notes

Sourced from @​bull-board/express'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

v7.2.1

   🚀 Features

... (truncated)

Changelog

Sourced from @​bull-board/express'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

v7.2.1

2026-06-07

Features

  • replace radix-ui with base-ui/react (Felix Mosheev) 7b6297e

Dependency Updates

Chores

  • update yarn version (Felix Mosheev) d6d96c5
  • Bump deps (Felix Mosheev) 6f34d1a

v7.2.0

2026-06-07

Features

  • translate Metrics (Felix Mosheev) b739b57
  • update auto-changelog version (Felix Mosheev) 2e1147c

Bug Fixes

  • update package links and badges (Felix Mosheev) e36c80c

Dependency Updates

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 9, 2026
Bumps [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) from 7.1.5 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/express)

---
updated-dependencies:
- dependency-name: "@bull-board/express"
  dependency-version: 7.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump @bull-board/express from 7.1.5 to 7.2.1 chore(deps): bump @bull-board/express from 7.1.5 to 8.0.0 Jun 16, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/bull-board/express-7.2.1 branch from e76acc4 to 3c8e208 Compare June 16, 2026 06:57
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