MichalLytek / type-graphql

Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
https://typegraphql.com
MIT License
7.98k stars 674 forks source link

chore(deps-dev): bump @typegoose/typegoose from 12.0.0 to 12.2.0 #1639

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps @typegoose/typegoose from 12.0.0 to 12.2.0.

Release notes

Sourced from @​typegoose/typegoose's releases.

v12.2.0

12.2.0 (2024-02-23)

Dependencies

  • loglevel: upgrade to 1.9.1 (f3455d1)
  • mongoose: upgrade to 8.2.0 (186328e)
  • semver: upgrade to 7.6.0 (1dcd4d2)

Dev-Dependencies

  • @​types/jest: upgrade to 29.5.12 (b176241)
  • @​types/semver: upgrade to 7.5.7 (18482ba)
  • @typescript-eslint/*: upgrade to 6.21.0 (e3c333a)
  • mongodb-memory-server: upgrade to 9.1.6 (e81622f)
  • prettier: upgrade to 3.2.5 (a6b494c)
  • ts-jest: upgrade to 29.1.2 (cb72e87)

v12.1.0

12.1.0 (2024-01-17)

Dependencies

  • mongoose: upgrade to 8.1.0 (99b3eca)
  • reflect-metadata: upgrade to 0.2.1 (0cc46a7)

Dev-Dependencies

  • @​types/jest: upgrade to 29.5.11 (db83044)
  • @typescript-eslint/*: upgrade to 6.19.0 (d48adfb)
  • commitlint: upgrade to 17.8.1 (77ed29f)
  • eslint-config-prettier: upgrade to 9.1.0 (97b7859)
  • eslint-plugin-prettier: upgrade to 5.1.3 (6536299)
  • eslint: upgrade to 8.56.0 (464cb26)
  • mongodb-memory-server: upgrade to 9.1.5 (432798b)
  • prettier: upgrade to 3.2.4 (91cdff8)
  • typescript: upgrade to 5.3.3 (6a821f8)
Changelog

Sourced from @​typegoose/typegoose's changelog.

12.2.0 (2024-02-23)

Dependencies

  • loglevel: upgrade to 1.9.1 (f3455d1)
  • mongoose: upgrade to 8.2.0 (186328e)
  • semver: upgrade to 7.6.0 (1dcd4d2)

Dev-Dependencies

  • @​types/jest: upgrade to 29.5.12 (b176241)
  • @​types/semver: upgrade to 7.5.7 (18482ba)
  • @typescript-eslint/*: upgrade to 6.21.0 (e3c333a)
  • mongodb-memory-server: upgrade to 9.1.6 (e81622f)
  • prettier: upgrade to 3.2.5 (a6b494c)
  • ts-jest: upgrade to 29.1.2 (cb72e87)

12.1.0 (2024-01-17)

Dependencies

  • mongoose: upgrade to 8.1.0 (99b3eca)
  • reflect-metadata: upgrade to 0.2.1 (0cc46a7)

Dev-Dependencies

  • @​types/jest: upgrade to 29.5.11 (db83044)
  • @typescript-eslint/*: upgrade to 6.19.0 (d48adfb)
  • commitlint: upgrade to 17.8.1 (77ed29f)
  • eslint-config-prettier: upgrade to 9.1.0 (97b7859)
  • eslint-plugin-prettier: upgrade to 5.1.3 (6536299)
  • eslint: upgrade to 8.56.0 (464cb26)
  • mongodb-memory-server: upgrade to 9.1.5 (432798b)
  • prettier: upgrade to 3.2.4 (91cdff8)
  • typescript: upgrade to 5.3.3 (6a821f8)
Commits
  • c8136a4 release: v12.2.0
  • 6368daf chore(website/yarn.lock): lockfile maintenance
  • 186328e deps(mongoose): upgrade to 8.2.0
  • 1dcd4d2 deps(semver): upgrade to 7.6.0
  • f3455d1 deps(loglevel): upgrade to 1.9.1
  • e3c333a devdeps(@typescript-eslint/*): upgrade to 6.21.0
  • cb72e87 devdeps(ts-jest): upgrade to 29.1.2
  • a6b494c devdeps(prettier): upgrade to 3.2.5
  • e81622f devdeps(mongodb-memory-server): upgrade to 9.1.6
  • 18482ba devdeps(@​types/semver): upgrade to 7.5.7
  • 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 show 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)
codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.50%. Comparing base (3f6c020) to head (4c7cf9f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1639 +/- ## ======================================= Coverage 95.50% 95.50% ======================================= Files 113 113 Lines 1848 1848 Branches 364 364 ======================================= Hits 1765 1765 Misses 83 83 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.