MichalLytek / type-graphql

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

chore(deps-dev): bump mongoose and @typegoose/typegoose #1579

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 8 months ago

Bumps mongoose and @typegoose/typegoose. These dependencies needed to be updated together. Updates mongoose from 7.6.2 to 8.0.1

Release notes

Sourced from mongoose's releases.

8.0.1 / 2023-11-15

  • fix: retain key order with aliases when creating indexes with alias #14042 meabed
  • fix: handle nonexistent collection with diffIndexes #14029 #14010
  • types(model+query): correctly remove count from TypeScript types to reflect removal of runtime support #14076 #14067 #14062
  • types: correct this parameter for methods and statics #14028 #14027 ruxxzebre
  • types(model+query): unpack arrays in distinct return type #14047 #14026
  • types: add missing Types.UUID typings #14023 #13103 k725
  • docs: add mongoose 8 to mongodb server compatibility guide #14064
  • docs: fix typo in queries.md #14065 MuhibAhmed

8.0.0 / 2023-10-31

  • docs: add version support notes for Mongoose 8, including EOL date for Mongoose 6

8.0.0-rc0 / 2023-10-24

  • BREAKING CHANGE: use MongoDB node driver 6, drop support for rawResult option and findOneAndRemove() #13753
  • BREAKING CHANGE: apply minimize by default when updating document #13843
  • BREAKING CHANGE: remove id setter #13784
  • BREAKING CHANGE: remove overwrite option for updateOne(), findOneAndUpdate(), etc. #13989 #13578
  • BREAKING CHANGE: make model.prototype.deleteOne() return query, not promise #13660 #13369
  • BREAKING CHANGE: remove Model.count(), Query.prototype.count() #13618 #13598
  • BREAKING CHANGE: allow null values for string enum #13620 #3044
  • BREAKING CHANGE: make base schema paths come before discriminator schema paths when running setters, validators, etc. #13846 #13794
  • BREAKING CHANGE: make Model.validate() use Model.castObject() to cast, and return casted copy of object instead of modifying in place #13287 #12668
  • BREAKING CHANGE: make internal file names all camelCase #13950 #13909 #13308
  • BREAKING CHANGE: make create() wait for all documents to finish inserting or error out before throwing an error if ordered = false #13621 #4628
  • BREAKING CHANGE: refactor out mongoose/lib/mongoose.js file to allow importing Mongoose without MongoDB driver #13905
  • BREAKING CHANGE(types): allow null for optional fields #13901
  • BREAKING CHANGE(types): infer return types types for Model.distinct and Query.distinct #13836 kaulshashank

7.6.3 / 2023-10-17

  • fix(populate): handle multiple spaces when specifying paths to populate using space-delimited paths #13984 #13951
  • fix(update): avoid applying defaults on query filter when upserting with empty update #13983 #13962
  • fix(model): add versionKey to bulkWrite when inserting or upserting #13981 #13944
  • docs: fix typo in timestamps docs #13976 danielcoker
Changelog

Sourced from mongoose's changelog.

8.0.1 / 2023-11-15

  • fix: retain key order with aliases when creating indexes with alias #14042 meabed
  • fix: handle nonexistent collection with diffIndexes #14029 #14010
  • types(model+query): correctly remove count from TypeScript types to reflect removal of runtime support #14076 #14067 #14062
  • types: correct this parameter for methods and statics #14028 #14027 ruxxzebre
  • types(model+query): unpack arrays in distinct return type #14047 #14026
  • types: add missing Types.UUID typings #14023 #13103 k725
  • docs: add mongoose 8 to mongodb server compatibility guide #14064
  • docs: fix typo in queries.md #14065 MuhibAhmed

7.6.5 / 2023-11-14

  • fix: handle update validators and single nested doc with numeric paths #14066 #13977
  • fix: handle recursive schema array in discriminator definition #14068 #14055
  • fix: diffIndexes treats namespace error as empty #14048 #14029
  • docs(migrating_to_7): add note about requiring new with ObjectId #14021 #14020

6.12.3 / 2023-11-07

  • fix(ChangeStream): correctly handle hydrate option when using change stream as stream instead of iterator #14052
  • fix(schema): fix dangling reference to virtual in tree after removeVirtual() #14019 #13085
  • fix(document): avoid unmarking modified on nested path if no initial value stored and already modified #14053 #14024
  • fix(document): consistently avoid marking subpaths of nested paths as modified #14053 #14022

8.0.0 / 2023-10-31

  • docs: add version support notes for Mongoose 8, including EOL date for Mongoose 6

7.6.4 / 2023-10-30

  • fix(connection): retain modified status for documents created outside a transaction during transaction retries #14017 #13973
  • fix(schema): handle recursive schemas in discriminator definitions #14011 #13978
  • fix: handle casting $or underneath $elemMatch #14007 #13974
  • fix(populate): allow using options: { strictPopulate: false } to disable strict populate #13863
  • docs: fix differences between sample codes and documentation #13998 suzuki
  • docs: fix missing import and change wrong variable name #13992 suzuki

6.12.2 / 2023-10-25

8.0.0-rc0 / 2023-10-24

  • BREAKING CHANGE: use MongoDB node driver 6, drop support for rawResult option and findOneAndRemove() #13753
  • BREAKING CHANGE: apply minimize by default when updating document #13843
  • BREAKING CHANGE: remove id setter #13784
  • BREAKING CHANGE: remove overwrite option for updateOne(), findOneAndUpdate(), etc. #13989 #13578
  • BREAKING CHANGE: make model.prototype.deleteOne() return query, not promise #13660 #13369
  • BREAKING CHANGE: remove Model.count(), Query.prototype.count() #13618 #13598

... (truncated)

Commits
  • 4e78234 chore: release 8.0.1
  • 287d304 docs: add mongoose 8 to mongodb server compatibility guide
  • 069ffaa Merge branch '7.x'
  • 8fb5ece chore: quick fix for 7.x docs build
  • fd40799 chore: fix docs search generation for 8.x release
  • 7f935cf chore: use 8.x as default search version
  • 6bc0291 style: fix lint from merge issues
  • 37d6051 Merge branch '7.x'
  • db7a983 chore: improve 7.x docs deploy script
  • c6f1121 chore: add publish script for 7.x
  • Additional commits viewable in compare view


Updates @typegoose/typegoose from 11.6.0 to 12.0.0

Release notes

Sourced from @​typegoose/typegoose's releases.

v12.0.0

12.0.0 (2023-11-25)

⚠ BREAKING CHANGES

  • mongoose: mongoose 8.0.0 is now the version in use
  • tsconfig.json: tsconfig "target" is now "es2021" which could be potentially breaking
  • package.json: Minimal NodeJS version is now 16.20.1

Features

  • package.json: update nodejs version to 16.20 (8dd8467)
  • tsconfig.json: update "target" to match minimal NodeJS capabilities (ce3cf74)

Fixes

  • types::QueryHelperThis: provide generic "RawDocType" (74cdf28), closes #870 #870

Style

  • processProp: fix lint (db6042a)
  • types::EnumValues: remove some TODOs (5f0abf5)

Dependencies

  • mongoose: upgrade to 8.0.0 (fc16e81)
  • mongoose: upgrade to 8.0.1 (6223bf8)

Dev-Dependencies

  • @​types/jest: upgrade to 29.5.10 (ac2869a)
  • @​types/jest: upgrade to 29.5.8 (571d2af)
  • @​types/lodash: upgrade to 4.14.201 (9be7a9e)
  • @​types/lodash: upgrade to 4.14.202 (3868481)
  • @​types/node: upgrade to 16.11.7 (e0de5a1)
  • @​types/semver: upgrade to 7.5.5 (1bdd67b)
  • @​types/semver: upgrade to 7.5.6 (f96c647)
  • @typescript-eslint/*: upgrade to 6.11.0 (470cae7)
  • @typescript-eslint/*: upgrade to 6.12.0 (df34158)
  • @typescript-eslint/*: upgrade to 6.9.1 (1e7784d)
  • eslint: upgrade to 8.53.0 (f8a1573)
  • eslint: upgrade to 8.54.0 (61a7124)
  • jest-runner-tsd: upgrade to 5.0.0 (9d2dc2d)
  • lint-staged: upgrade to 14.0.1 (b77a092)
  • mongodb-memory-server: upgrade to 9.1.1 (e57d841)

... (truncated)

Changelog

Sourced from @​typegoose/typegoose's changelog.

12.0.0 (2023-11-25)

⚠ BREAKING CHANGES

  • mongoose: mongoose 8.0.0 is now the version in use
  • tsconfig.json: tsconfig "target" is now "es2021" which could be potentially breaking
  • package.json: Minimal NodeJS version is now 16.20.1

Features

  • package.json: update nodejs version to 16.20 (8dd8467)
  • tsconfig.json: update "target" to match minimal NodeJS capabilities (ce3cf74)

Fixes

  • types::QueryHelperThis: provide generic "RawDocType" (74cdf28), closes #870 #870

Style

  • processProp: fix lint (db6042a)
  • types::EnumValues: remove some TODOs (5f0abf5)

Dependencies

  • mongoose: upgrade to 8.0.0 (fc16e81)
  • mongoose: upgrade to 8.0.1 (6223bf8)

Dev-Dependencies

  • @​types/jest: upgrade to 29.5.10 (ac2869a)
  • @​types/jest: upgrade to 29.5.8 (571d2af)
  • @​types/lodash: upgrade to 4.14.201 (9be7a9e)
  • @​types/lodash: upgrade to 4.14.202 (3868481)
  • @​types/node: upgrade to 16.11.7 (e0de5a1)
  • @​types/semver: upgrade to 7.5.5 (1bdd67b)
  • @​types/semver: upgrade to 7.5.6 (f96c647)
  • @typescript-eslint/*: upgrade to 6.11.0 (470cae7)
  • @typescript-eslint/*: upgrade to 6.12.0 (df34158)
  • @typescript-eslint/*: upgrade to 6.9.1 (1e7784d)
  • eslint: upgrade to 8.53.0 (f8a1573)
  • eslint: upgrade to 8.54.0 (61a7124)
  • jest-runner-tsd: upgrade to 5.0.0 (9d2dc2d)
  • lint-staged: upgrade to 14.0.1 (b77a092)
  • mongodb-memory-server: upgrade to 9.1.1 (e57d841)
  • prettier: upgrade to 3.1.0 (433488b)

... (truncated)

Commits
  • 7ea892d release: v12.0.0
  • 979a8d0 chore: update everything still necessary for 12.0 release
  • 61a7124 devdeps(eslint): upgrade to 8.54.0
  • e57d841 devdeps(mongodb-memory-server): upgrade to 9.1.1
  • f96c647 devdeps(@​types/semver): upgrade to 7.5.6
  • 3868481 devdeps(@​types/lodash): upgrade to 4.14.202
  • ac2869a devdeps(@​types/jest): upgrade to 29.5.10
  • df34158 devdeps(@typescript-eslint/*): upgrade to 6.12.0
  • 52a9faf Merge branch 'beta'
  • 59d034d chore(CONTRIBUTING): fix typos (#895)
  • Additional commits viewable in compare view


You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (cd554b1) 95.52% compared to head (7ac830d) 95.52%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1579 +/- ## ======================================= Coverage 95.52% 95.52% ======================================= Files 113 113 Lines 1854 1854 Branches 367 367 ======================================= Hits 1771 1771 Misses 83 83 ```

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

MichalLytek commented 6 months ago

@dependabot rebase

dependabot[bot] commented 6 months ago

Superseded by #1596.