Skip to content

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

Merged
Vera3289 merged 2 commits into
mainfrom
dependabot/npm_and_yarn/bull-board/express-8.0.1
Jun 27, 2026
Merged

chore(deps): bump @bull-board/express from 7.1.5 to 8.0.1#470
Vera3289 merged 2 commits into
mainfrom
dependabot/npm_and_yarn/bull-board/express-8.0.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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

Release notes

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

v8.0.1

   🚀 Features

    View changes on GitHub

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

... (truncated)

Changelog

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

v8.0.1

2026-06-18

Features

  • add download stats badges to package list in README.md (Felix Mosheev) b47565d
  • add Next.js & Vercel examples, docs, and regression test (#1224) (Aleksander Stós) 7f3885c
  • add Next.js & Vercel examples, docs, and regression test (#1224) (Aleksander Stós) 7f3885c

Dependency Updates

Chores

  • reformat code (Felix Mosheev) 565874c

Documentation

  • remove redundant arrow glyph from demo links (#1220) (Aleksander Stós) 0735198

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

... (truncated)

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/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) from 7.1.5 to 8.0.1.
- [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.1/packages/express)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 23, 2026
@Vera3289 Vera3289 merged commit 1b9339e into main Jun 27, 2026
4 of 21 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/bull-board/express-8.0.1 branch June 27, 2026 12:24
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.

1 participant