Skip to content

build(deps): bump url-parse and @nestjs/terminus in /src/user#334

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/src/user/multi-cfd0302cc0
Open

build(deps): bump url-parse and @nestjs/terminus in /src/user#334
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/src/user/multi-cfd0302cc0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 21, 2026

Removes url-parse. It's no longer used after updating ancestor dependency @nestjs/terminus. These dependencies need to be updated together.

Removes url-parse

Updates @nestjs/terminus from 6.5.5 to 11.1.1

Release notes

Sourced from @​nestjs/terminus's releases.

Release 11.1.1

11.1.1 (2026-02-18)

Bug Fixes

Release 11.1.0

11.1.0 (2026-02-17)

Bug Fixes

  • disallow using reserved keyword status for health indicators (303948f), closes #2682

Features

  • add support for dynamic configuration with Terminus.forRootAsync (489904f), closes #2649
  • infer health check result (4e59375)

Release 11.0.0

11.0.0 (2025-01-25)

Migration Guide

Features

  • simplify custom health indicator creation (9f10a9b)
  • upgrade to nestjs v11 (c2569df), closes #2570
  • update dependencies

BREAKING CHANGES

  • Drop support for Node 16 / 18

For users who have implemented a custom health indicator, an enhanced API is now available. However, the existing API will continue to function as-is without requiring any changes.

The new and improved HealthIndicatorService provides a streamlined way to indicate whether a health indicator is up or down.

Please note that the HealthIndicator and HealthCheckError classes have been marked as deprecated and are scheduled for removal in the next major release, version 12.0.0.

@Injectable()
export class DogHealthIndicator {
</tr></table> 

... (truncated)

Changelog

Sourced from @​nestjs/terminus's changelog.

Changelog

11.1.0 (2026-02-17)

Bug Fixes

  • deps: update dependency @​grpc/grpc-js to v1.12.6 (7dd0d5f)
  • deps: update dependency @​mikro-orm/nestjs to v6.1.0 (177fc8c)
  • deps: update dependency @​mikro-orm/nestjs to v6.1.1 (8e3b253)
  • deps: update dependency @​nestjs/mongoose to v11.0.1 (0af02b5)
  • deps: update dependency @​nestjs/typeorm to v11 (687a4fe)
  • deps: update dependency ioredis to v5.4.2 (47125b6)
  • deps: update dependency mongoose to v8.10.1 (4b8e133)
  • deps: update dependency mysql2 to v3.12.0 (0970ecd)
  • deps: update dependency rxjs to v7.8.2 (4cceadb)
  • deps: update dependency typeorm to v0.3.22 (b0e6662)
  • deps: update mikro-orm monorepo to v6.4.5 (5ece0f8)
  • deps: update nest monorepo (eb4cab2)
  • deps: update nest monorepo (abd9ba8)
  • deps: update nest monorepo to v11 (207b45d)
  • deps: update nest monorepo to v11.0.11 (a36f951)
  • deps: update nest monorepo to v11.0.9 (2865a5b)
  • deps: update prisma monorepo to v6.3.0 (4c42699)
  • deps: update prisma monorepo to v6.3.1 (1ed2ff0)
  • disallow using reserved keyword status for health indicators (303948f), closes #2682

Features

  • add support for dynamic configuration with Terminus.forRootAsync (489904f), closes #2649
  • infer health check result (4e59375)

11.0.0 (2025-01-25)

11.0.0-beta.1 (2025-01-25)

Bug Fixes

  • deps: update dependency @​grpc/proto-loader to v0.7.13 (bf08ece)
  • deps: update dependency @​nestjs/typeorm to v10.0.2 (8430d1f)
  • deps: update dependency mysql2 to v3.9.8 [security] (eae8679)
  • deps: update dependency reflect-metadata to v0.2.2 (004d971)

Features

... (truncated)

Commits
  • a5dc4a5 chore: release 1.11.1
  • ff8dbcf Merge pull request #2696 from nestjs/next
  • a5c030d chore: release 11.1.1-beta.1
  • e45f528 chore: formatting
  • eb3e234 chore: release 11.1.1-beta.0
  • 8d7226b fix: use dependency injection to provide custom loggers
  • 5a2647e chore(): release v11.1.0
  • c9386ae Merge pull request #2621 from nestjs/renovate/mikro-orm-monorepo
  • c6862f4 Merge pull request #2678 from nestjs/next
  • f2a33b4 chore(deps): update mikro-orm monorepo to v6.6.7
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [url-parse](https://github.com/unshiftio/url-parse). It's no longer used after updating ancestor dependency [@nestjs/terminus](https://github.com/nestjs/terminus). These dependencies need to be updated together.


Removes `url-parse`

Updates `@nestjs/terminus` from 6.5.5 to 11.1.1
- [Release notes](https://github.com/nestjs/terminus/releases)
- [Changelog](https://github.com/nestjs/terminus/blob/master/CHANGELOG.md)
- [Commits](nestjs/terminus@6.5.5...11.1.1)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-version: 
  dependency-type: indirect
- dependency-name: "@nestjs/terminus"
  dependency-version: 11.1.1
  dependency-type: direct:production
...

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 Feb 21, 2026
@dependabot dependabot bot requested a review from junior as a code owner February 21, 2026 16:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 21, 2026
@github-actions
Copy link

github-actions bot commented Mar 8, 2026

Marking this PR stale since there has been no activity for 14 days. It will be closed if there is no activity for another 10 days.

@github-actions github-actions bot added the stale label Mar 8, 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 stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants