OpenTMI / opentmi

OpenTMI (Test Management Infrastructure) Core
MIT License
21 stars 6 forks source link

Chore(deps): bump mongoose from 6.3.2 to 7.0.0 #735

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 1 year ago

Bumps mongoose from 6.3.2 to 7.0.0.

Release notes

Sourced from mongoose's releases.

7.0.0 / 2023-02-27

  • BREAKING CHANGE: copy schema options when merging schemas using new Schema() or Schema.prototype.add() #13092
  • feat(types): export mongodb types more robustly #12948 simon-abbott
  • docs: fix populate docs #13090 hasezoey
  • docs(migrating_to_6): added info about removal of reconnectTries and reconnectInterval options #13083 lpizzinidev

7.0.0-rc0 / 2023-02-23

  • BREAKING CHANGE: remove support for callbacks #11431
  • BREAKING CHANGE: upgrade to MongoDB node driver 5.x, bson 5.x #12955
  • BREAKING CHANGE: make strictQuery: false by default #11861 #11807 #11514
  • BREAKING CHANGE: remove support for setting schema path definitions to primitives, except _id: false #12832 #7558 lpizzinidev
  • BREAKING CHANGE: discriminator schemas now inherit base schema options by default #12928 #12135
  • BREAKING CHANGE: orFail() now throws on updateOne() and updateMany() if matchedCount === 0, not modifiedCount === 0 #11620
  • BREAKING CHANGE: remove support for custom promise libraries #12878 #12872 lpizzinidev
  • BREAKING CHANGE: select('name -path') behaves as select('name') if path has schema-level select: true #11694
  • BREAKING CHANGE(types): remove support for document interfaces that extends Document #11615
  • BREAKING CHANGE: pluralize 'human' as 'humans', not 'humen' #13037
  • BREAKING CHANGE: renamed schema option supressReservedKeysWarning -> suppressReservedKeysWarning #11495
  • BREAKING CHANGE: remove unused DisconnectedError #13028 lpizzinidev
  • BREAKING CHANGE: remove unsupported query options maxScan and snapshot #13023 #13022 hasezoey

6.10.0 / 2023-02-22

6.9.3 / 2023-02-22

  • fix(connection): delay calculating autoCreate and autoIndex until after initial connection established #13007 #12940 lpizzinidev
  • fix(discriminator): allows update doc with discriminatorKey #13056 #13055 abarriel
  • fix(query): avoid sending unnecessary empty projection to MongoDB server #13059 #13050
  • fix(model): avoid sending null session option with document operations #13053 #13052 lpizzinidev
  • fix(types): use MergeTypes for type overrides in HydratedDocument #13066 #13040
  • docs(middleware): list validate as a potential query middleware #13057 #12680
  • docs(getters-setters): explain that getters do not run by default on toJSON() #13058 #13049
  • docs: refactor docs generation scripts #13044 hasezoey

6.9.2 / 2023-02-16

... (truncated)

Changelog

Sourced from mongoose's changelog.

7.0.0 / 2023-02-27

  • BREAKING CHANGE: copy schema options when merging schemas using new Schema() or Schema.prototype.add() #13092
  • feat(types): export mongodb types more robustly #12948 simon-abbott
  • docs: fix populate docs #13090 hasezoey
  • docs(migrating_to_6): added info about removal of reconnectTries and reconnectInterval options #13083 lpizzinidev

7.0.0-rc0 / 2023-02-23

  • BREAKING CHANGE: remove support for callbacks #11431
  • BREAKING CHANGE: upgrade to MongoDB node driver 5.x, bson 5.x #12955
  • BREAKING CHANGE: make strictQuery: false by default #11861 #11807 #11514
  • BREAKING CHANGE: remove support for setting schema path definitions to primitives, except _id: false #12832 #7558 lpizzinidev
  • BREAKING CHANGE: discriminator schemas now inherit base schema options by default #12928 #12135
  • BREAKING CHANGE: orFail() now throws on updateOne() and updateMany() if matchedCount === 0, not modifiedCount === 0 #11620
  • BREAKING CHANGE: remove support for custom promise libraries #12878 #12872 lpizzinidev
  • BREAKING CHANGE: select('name -path') behaves as select('name') if path has schema-level select: true #11694
  • BREAKING CHANGE(types): remove support for document interfaces that extends Document #11615
  • BREAKING CHANGE: pluralize 'human' as 'humans', not 'humen' #13037
  • BREAKING CHANGE: renamed schema option supressReservedKeysWarning -> suppressReservedKeysWarning #11495
  • BREAKING CHANGE: remove unused DisconnectedError #13028 lpizzinidev
  • BREAKING CHANGE: remove unsupported query options maxScan and snapshot #13023 #13022 hasezoey

6.10.0 / 2023-02-22

6.9.3 / 2023-02-22

  • fix(connection): delay calculating autoCreate and autoIndex until after initial connection established #13007 #12940 lpizzinidev
  • fix(discriminator): allows update doc with discriminatorKey #13056 #13055 abarriel
  • fix(query): avoid sending unnecessary empty projection to MongoDB server #13059 #13050
  • fix(model): avoid sending null session option with document operations #13053 #13052 lpizzinidev
  • fix(types): use MergeTypes for type overrides in HydratedDocument #13066 #13040
  • docs(middleware): list validate as a potential query middleware #13057 #12680
  • docs(getters-setters): explain that getters do not run by default on toJSON() #13058 #13049
  • docs: refactor docs generation scripts #13044 hasezoey

5.13.16 / 2023-02-20

  • fix: make access to process.versions lazy #12584 maciasello
  • fix(types): add missing type definitions for bulkSave() #12019
  • docs: backport documentation URL updates #12692 hasezoey

6.9.2 / 2023-02-16

... (truncated)

Commits
  • 9b1ff1f chore: release 7.0.0
  • 73cea77 Merge pull request #13092 from Automattic/vkarpov15/merge-schema-options
  • 28fd1b6 Merge pull request #12948 from simon-abbott/patch
  • 82fd5e4 BREAKING CHANGE: copy schema options when merging schemas using `new Schema()...
  • 23b95c9 chore: docs build for 7.0 release
  • 2b948fd Merge pull request #13090 from hasezoey/updatePopulateDocs
  • 66f1ea6 docs(populate): add missing TOC entry
  • 64a8391 docs(populate): fix using markdown inline codeblocks
  • 3d4378b Merge pull request #13083 from lpizzinidev/gh-13071
  • 1dfbe4d fix: changed header formatting
  • 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)
dependabot[bot] commented 8 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.