Skip to content

npm-backend: bump the backend-major-updates group across 1 directory with 6 updates#6229

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/sources/packages/backend/backend-major-updates-4d63b3bc7b
Open

npm-backend: bump the backend-major-updates group across 1 directory with 6 updates#6229
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/sources/packages/backend/backend-major-updates-4d63b3bc7b

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the backend-major-updates group with 6 updates in the /sources/packages/backend directory:

Package From To
@bull-board/api 7.1.5 8.0.0
@bull-board/express 7.1.5 8.0.0
@bull-board/nestjs 7.1.5 8.0.0
@bull-board/ui 7.1.5 8.0.0
redis 5.12.1 6.0.0
typeorm 0.3.30 1.0.0

Updates @bull-board/api from 7.1.5 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

v7.2.1

   🚀 Features

... (truncated)

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

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

Updates @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

Updates @bull-board/nestjs from 7.1.5 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

Updates @bull-board/ui from 7.1.5 to 8.0.0

Release notes

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

Updates redis from 5.12.1 to 6.0.0

Release notes

Sourced from redis's releases.

redis@6.0.0

Changes

This is the first major release of node-redis since 5.x. The headline change is RESP3 by default, alongside broader Redis 8.8 command coverage, pubsub/cluster reliability fixes, and a bumped minimum Node.js version.

Key changes

  • RESP3 is the default protocol — opt back into RESP2 explicitly if you need the old wire format
  • Node.js 20 is the new minimum supported runtime
  • Redis 8.8 coverage — new array commands, INCREX / INCREXBYFLOAT, ZINTER/ZUNION COUNT aggregator, XNACK, CLIENT UNBLOCK
  • Sentinel & cluster pubsub fixes for failover-moved connections and sharded topology recovery
  • Stack modules exposed on pool type and the core client classes are now publicly re-exported

🔥 Breaking Changes

See the v5 → v6 migration guide for migration steps.

  • RESP3 is now the default protocol (#3215)
  • Node.js 20 is now the minimum supported version (#3293)
  • New default values for keepAliveInitialDelay (30s) and commandTimeout (5s) (#3292)

🔒 Security

  • entraid: bump @azure/msal-node to 5.x to drop vulnerable transitive uuid (CVE-2026-41907) (#3269)

🚀 New Features

  • Add CLIENT UNBLOCK command (#3266)
  • Add XNACK command with options (#3238)
  • Add Redis 8.8 array commands (#3285)
  • Add INCREX and INCREXBYFLOAT commands (#3288)
  • Add COUNT aggregator to ZINTER / ZINTERSTORE / ZUNION / ZUNIONSTORE (#3243)
  • Add FPHA option to JSON.SET (#3235)
  • time-series: add multi-aggregation range APIs (#3249)
  • Add duplicate() method to RedisSentinel (#3212)
  • Parse unix:// URLs in parseURL (#3271)
  • Expose RedisClient, RedisCluster, RedisSentinel and pool classes (#3251)
  • Expose stack modules on the pool type (#3267)

🐛 Bug Fixes

  • sentinel: use mapped address when failover moves pubsub connections (#3190)
  • cluster: recover sharded pubsub topology after node reconnects (#3223)
  • client: swallow synchronous EPIPE from writeAfterFIN (#3283)
  • search: allow LOAD * in FT.AGGREGATE (#3241)
  • otel: record client connection errors (#3259)
  • entraid: bump @azure/msal-node to 5.x to drop vulnerable uuid transitive (#3269)
  • Fix wrapper command options handling (#3295)
  • Non-functional typo fixes (#3244)

📚 Documentation

... (truncated)

Commits

Updates typeorm from 0.3.30 to 1.0.0

Release notes

Sourced from typeorm's releases.

1.0.0

TypeORM v1.0 is here! 🥳

👉 For a structured walk-through of the changes in v1.0 — breaking changes, new features, security fixes, and the upgrade path from 0.3.x — see the v1.0 Release Notes.

This release includes breaking changes. See the v1.0 Upgrade Guide

What's Changed

... (truncated)

Changelog

Sourced from typeorm's changelog.

1.0.0 (2026-05-19)

👉 For a structured walk-through of the changes in v1.0 — breaking changes, new features, security fixes, and the upgrade path from 0.3.x — see the Description has been truncated

@dependabot dependabot Bot added Backend Used by the dependabot pull requests to identify PRs related to the backend. Dependencies Pull requests that update a dependency file npm Used by the dependabot pull requests to identify PRs related to npm package upgrades. labels Jun 11, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/sources/packages/backend/backend-major-updates-4d63b3bc7b branch from dc3d5fa to 9f6ea07 Compare June 11, 2026 20:38
…with 6 updates

Bumps the backend-major-updates group with 6 updates in the /sources/packages/backend directory:

| Package | From | To |
| --- | --- | --- |
| [@bull-board/api](https://github.com/felixmosh/bull-board/tree/HEAD/packages/api) | `7.1.5` | `8.0.0` |
| [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) | `7.1.5` | `8.0.0` |
| [@bull-board/nestjs](https://github.com/felixmosh/bull-board/tree/HEAD/packages/nestjs) | `7.1.5` | `8.0.0` |
| [@bull-board/ui](https://github.com/felixmosh/bull-board/tree/HEAD/packages/ui) | `7.1.5` | `8.0.0` |
| [redis](https://github.com/redis/node-redis) | `5.12.1` | `6.0.0` |
| [typeorm](https://github.com/typeorm/typeorm) | `0.3.30` | `1.0.0` |



Updates `@bull-board/api` 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/api)

Updates `@bull-board/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)

Updates `@bull-board/nestjs` 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/nestjs)

Updates `@bull-board/ui` 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/ui)

Updates `redis` from 5.12.1 to 6.0.0
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/redis@5.12.1...redis@6.0.0)

Updates `typeorm` from 0.3.30 to 1.0.0
- [Release notes](https://github.com/typeorm/typeorm/releases)
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)
- [Commits](typeorm/typeorm@0.3.30...1.0.0)

---
updated-dependencies:
- dependency-name: "@bull-board/api"
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend-major-updates
- dependency-name: "@bull-board/express"
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend-major-updates
- dependency-name: "@bull-board/nestjs"
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend-major-updates
- dependency-name: "@bull-board/ui"
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend-major-updates
- dependency-name: redis
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend-major-updates
- dependency-name: typeorm
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend-major-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/sources/packages/backend/backend-major-updates-4d63b3bc7b branch from 9f6ea07 to cebeca1 Compare June 12, 2026 23:27
@sonarqubecloud

Copy link
Copy Markdown

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

Labels

Backend Used by the dependabot pull requests to identify PRs related to the backend. Dependencies Pull requests that update a dependency file npm Used by the dependabot pull requests to identify PRs related to npm package upgrades.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants