build(deps): bump fastify and @nestjs/terminus in /src/user by dependabot[bot] · Pull Request #506 · oracle-quickstart/oci-cloudnative
Removes fastify. It's no longer used after updating ancestor dependency @nestjs/terminus. These dependencies need to be updated together.
Removes fastify
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
- use dependency injection to provide custom loggers (8d7226b), closes #2694,
@flovouin@BrunnerLivioRelease 11.1.0
11.1.0 (2026-02-17)
Bug Fixes
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)
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
HealthIndicatorServiceprovides a streamlined way to indicate whether a health indicator is up or down.Please note that the
HealthIndicatorandHealthCheckErrorclasses 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-jsto v1.12.6 (7dd0d5f)- deps: update dependency
@mikro-orm/nestjsto v6.1.0 (177fc8c)- deps: update dependency
@mikro-orm/nestjsto v6.1.1 (8e3b253)- deps: update dependency
@nestjs/mongooseto v11.0.1 (0af02b5)- deps: update dependency
@nestjs/typeormto 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
statusfor health indicators (303948f), closes #2682Features
- 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-loaderto v0.7.13 (bf08ece)- deps: update dependency
@nestjs/typeormto 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
- update dependencies (969bfd7)
... (truncated)
Commits
a5dc4a5chore: release 1.11.1ff8dbcfMerge pull request #2696 from nestjs/nexta5c030dchore: release 11.1.1-beta.1e45f528chore: formattingeb3e234chore: release 11.1.1-beta.08d7226bfix: use dependency injection to provide custom loggers5a2647echore(): release v11.1.0c9386aeMerge pull request #2621 from nestjs/renovate/mikro-orm-monorepoc6862f4Merge pull request #2678 from nestjs/nextf2a33b4chore(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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.