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): bump mongoose and @nestjs/terminus in /src/user #450

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2024

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

Removes mongoose

Updates @nestjs/terminus from 6.5.5 to 10.2.3

Release notes

Sourced from @​nestjs/terminus's releases.

Release 10.2.3

10.2.3 (2024-02-18)

Bug Fixes

Release 10.2.2

10.2.2 (2024-02-07)

Bug Fixes

  • MikroOrmHealthIndicators indicates as up even when disconnected (#2509) (#2511) (069b998), closes #2460
  • Swagger schema for health check result additional props set to type: 'object' instead of type: 'string', (44c06f6), closes #2516
  • mark result as required in the Swagger Schema for the health check result (01ce13b), @​srdanielillo

Dependencies

  • deps: update dependency reflect-metadata to v0.2.1 (e2420bd)
  • deps: update prisma monorepo to v5.9.1 (d88770c)
  • deps: update dependency class-validator to v0.14.1 (#2479) (a8585ce)
  • deps: update dependency typeorm to v0.3.20 (#2480) (72e7f7a)
  • deps: update mikro-orm monorepo to v5.9.7 (#2481) (1eaa605)
  • deps: update nest monorepo (#2482) (3c555e0)

Release 10.2.2-beta.0

10.2.2-beta.0 (2024-01-31)

Bug Fixes

Release 10.2.1

10.2.1 (2024-01-26)

Bug Fixes

Dependencies

  • deps: update dependency @​grpc/grpc-js to v1.9.14 (#2455) (6ba52e5)

... (truncated)

Changelog

Sourced from @​nestjs/terminus's changelog.

10.2.3 (2024-02-18)

Bug Fixes

  • additional props in openapi health schema (38425de), closes #2516

10.2.2 (2024-02-07)

Bug Fixes

  • @​nestjs/terminus: generate the correct openapi health schema (01ce13b)
  • deps: update dependency reflect-metadata to v0.2.1 (e2420bd)
  • deps: update prisma monorepo to v5.9.1 (d88770c)
  • swagger definition for health check result additional props (44c06f6), closes #2516

10.2.2-beta.0 (2024-01-31)

Bug Fixes

10.2.1 (2024-01-26)

Bug Fixes

10.2.0 (2023-11-27)

10.2.0-beta.0 (2023-11-27)

Bug Fixes

  • deps: update dependency @​grpc/grpc-js to v1.9.11 (8b9477e)
  • deps: update dependency @​grpc/grpc-js to v1.9.3 (8205d8e)
  • deps: update dependency @​grpc/proto-loader to v0.7.10 (#2398) (c16da49)
  • deps: update dependency @​mikro-orm/nestjs to v5.2.2 (0c72183)
  • deps: update dependency @​nestjs/axios to v3 (6f1d4bb)
  • deps: update dependency @​nestjs/axios to v3.0.1 (#2438) (7239bb0)

... (truncated)

Commits
  • 46f675c chore(): release v10.2.3
  • 38425de fix: additional props in openapi health schema
  • 67e532d chore(): release v10.2.2
  • 44c06f6 fix: swagger definition for health check result additional props
  • fa75778 chore: Remove unneeded Dockerfile
  • 211db53 chore: use --legacy-peer-deps temporarily
  • d45913d chore: update @nestjs/* dependencies
  • 18a8e6d chore: update package-lock.json
  • d811d44 Merge pull request #2498 from nestjs/renovate/actions-cache-4.x
  • 3188168 Merge pull request #2497 from nestjs/renovate/prisma-monorepo
  • 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 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 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 [mongoose](https://github.com/Automattic/mongoose). It's no longer used after updating ancestor dependency [@nestjs/terminus](https://github.com/nestjs/terminus). These dependencies need to be updated together.


Removes `mongoose`

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

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: indirect
- dependency-name: "@nestjs/terminus"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from junior as a code owner December 3, 2024 03:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 3, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Dec 3, 2024
Copy link

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 Stale issue or PR label Dec 18, 2024
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 OCA Verified All contributors have signed the Oracle Contributor Agreement. stale Stale issue or PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants