Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump @nestjs/terminus from 9.1.4 to 10.0.1 #530

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 1, 2023

Bumps @nestjs/terminus from 9.1.4 to 10.0.1.

Release notes

Sourced from @​nestjs/terminus's releases.

Release 10.0.1

10.0.1 (2023-06-17)

Bug Fixes

  • prisma: add @Injectable decorator (25893bd)

Release 10.0.0

Diff

⚠️ Node v12 is no longer supported (>= v16 is required).

Features

  1. Install Prisma
  2. Install the latest version of Terminus
npm i @nestjs/terminus@10
  1. Update your health.controller.ts:
@Controller()
export class HealthController {
  constructor(
    private readonly health: HealthCheckService,
    private readonly prisma: PrismaHealthIndicator,
    private readonly prismaService: PrismaService,
  ) {}
@​Get('/health')
healthCheck() {
return this.health.check([
() => this.prisma.pingCheck('prisma', this.prismaService),
]);
}
}

Checkout the Prisma sample app here

... (truncated)

Changelog

Sourced from @​nestjs/terminus's changelog.

10.0.1 (2023-06-17)

Bug Fixes

  • prisma: add @Injectable decorator (25893bd)

10.0.0 (2023-06-17)

Bug Fixes

  • deps: update dependency @​grpc/grpc-js to v1.8.14 (#2262) (86152cc)

  • deps: update dependency @​grpc/grpc-js to v1.8.15 (#2280) (6ecdc1f)

  • deps: update dependency @​grpc/proto-loader to v0.7.6 (#2263) (638a7cd)

  • deps: update dependency @​grpc/proto-loader to v0.7.7 (#2268) (48d2d8d)

  • deps: update dependency @​mikro-orm/nestjs to v5.1.8 (#2265) (4bdb17d)

  • deps: update dependency @​nestjs/mongoose to v9.2.2 (#2267) (d97deb7)

  • deps: update dependency @​nestjs/sequelize to v9.0.2 (#2269) (3de1168)

  • deps: update dependency ioredis to v5.3.2 (#2281) (3b58611)

  • deps: update dependency mysql2 to v3.2.4 (#2216) (38c9593)

  • v10.0.0 (#2282) (291bbed), closes #2282 #2250

BREAKING CHANGES

  • drop support for Node v12

  • chore: fix prisma sample

  • chore: add prisma client as optional peer dependency

  • refactor(prisma): rename PrismaORM to PrismaHealthIndicator

  • chore(): release v10.0.0-beta.0

  • chore: fix format

  • chore: add node v18 and v20

  • chore: drop support for node v14

  • drop support for node v14

  • feat: upgrade to nest v10

  • feat(deps): upgrade TypeScript to v5

  • chore: update dependencies

... (truncated)

Commits
  • 0274820 chore(): release v10.0.1
  • 25893bd fix(prisma): add @Injectable decorator
  • 1978022 chore(): marked the public api in prisma health (#2292)
  • 6eab9e6 chore(deps): update dependency eslint-plugin-prettier to v4.2.1
  • a782d45 chore(deps): update dependency eslint-config-prettier to v8.8.0
  • 1db15a2 chore(deps): update dependency eslint to v8.43.0
  • dc2d093 chore(): release v10.0.0
  • 291bbed v10.0.0 (#2282)
  • 6ecdc1f fix(deps): update dependency @​grpc/grpc-js to v1.8.15 (#2280)
  • 3b58611 fix(deps): update dependency ioredis to v5.3.2 (#2281)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [@nestjs/terminus](https://github.com/nestjs/terminus) from 9.1.4 to 10.0.1.
- [Release notes](https://github.com/nestjs/terminus/releases)
- [Changelog](https://github.com/nestjs/terminus/blob/master/CHANGELOG.md)
- [Commits](nestjs/terminus@9.1.4...10.0.1)

---
updated-dependencies:
- dependency-name: "@nestjs/terminus"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from liaoliaots as a code owner July 1, 2023 05:25
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 1, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants