Skip to content

chore(deps): bump @bull-board/nestjs from 6.21.3 to 8.0.0 - #17

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

chore(deps): bump @bull-board/nestjs from 6.21.3 to 8.0.0#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/bull-board/nestjs-8.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @bull-board/nestjs from 6.21.3 to 8.0.0.

Release notes

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

This version was pushed to npm by GitHub Actions, a new releaser for @​bull-board/nestjs since your current version.


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/nestjs](https://github.com/felixmosh/bull-board/tree/HEAD/packages/nestjs) from 6.21.3 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/nestjs)

---
updated-dependencies:
- dependency-name: "@bull-board/nestjs"
  dependency-version: 8.0.0
  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 17, 2026
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