build(deps): bump mongoose from 8.1.1 to 8.1.2 #97

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/mongoose-8.1.2 into main 2024-02-12 12:07:23 +08:00
dependabot[bot] commented 2024-02-12 11:37:01 +08:00 (Migrated from github.com)

Bumps mongoose from 8.1.1 to 8.1.2.

Release notes

Sourced from mongoose's releases.

8.1.2 / 2024-02-08

  • fix: include virtuals in document array toString() output if toObject.virtuals set #14335 #14315
  • fix(document): handle setting nested path to spread doc with extra properties #14287 #14269
  • fix(populate): call setter on virtual populated path with populated doc instead of undefined #14314
  • fix(QueryCursor): remove callback parameter of AggregationCursor and QueryCursor #14299 DevooKim
  • types: add typescript support for arbitrary fields for the options parameter of Model functions which are of type MongooseQueryOptions #14342 #14341 FaizBShah
  • types(model): correct return type for findOneAndUpdate with includeResultMetadata and lean set #14336 #14303
  • types(connection): add type definition for createCollections() #14295 #14279
  • docs(timestamps): clarify that replaceOne() and findOneAndReplace() overwrite timestamps #14337 #14309
Changelog

Sourced from mongoose's changelog.

8.1.2 / 2024-02-08

  • fix: include virtuals in document array toString() output if toObject.virtuals set #14335 #14315
  • fix(document): handle setting nested path to spread doc with extra properties #14287 #14269
  • fix(populate): call setter on virtual populated path with populated doc instead of undefined #14314
  • fix(QueryCursor): remove callback parameter of AggregationCursor and QueryCursor #14299 DevooKim
  • types: add typescript support for arbitrary fields for the options parameter of Model functions which are of type MongooseQueryOptions #14342 #14341 FaizBShah
  • types(model): correct return type for findOneAndUpdate with includeResultMetadata and lean set #14336 #14303
  • types(connection): add type definition for createCollections() #14295 #14279
  • docs(timestamps): clarify that replaceOne() and findOneAndReplace() overwrite timestamps #14337 #14309
Commits
  • c9877b6 chore: release 8.1.2
  • f164b44 Merge pull request #14342 from FaizBShah/master
  • 348ec51 Merge branch 'Automattic:master' into master
  • a842bf7 fix: added typescript support for arbitary fields in the options parameter of...
  • 6579f93 Merge pull request #14335 from Automattic/vkarpov15/gh-14315
  • 2c34102 Merge pull request #14337 from Automattic/vkarpov15/gh-14309
  • 870b94f Merge pull request #14336 from Automattic/vkarpov15/gh-14303
  • 3eceee6 Merge pull request #14326 from Automattic/dependabot/github_actions/master/ac...
  • c5c2f24 Merge pull request #14325 from Automattic/dependabot/github_actions/master/ac...
  • 26f0c96 Merge pull request #14320 from Automattic/dependabot/npm_and_yarn/master/mark...
  • 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 <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)
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.1.1 to 8.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Automattic/mongoose/releases">mongoose's releases</a>.</em></p> <blockquote> <h1>8.1.2 / 2024-02-08</h1> <ul> <li>fix: include virtuals in document array toString() output if toObject.virtuals set <a href="https://redirect.github.com/Automattic/mongoose/issues/14335">#14335</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14315">#14315</a></li> <li>fix(document): handle setting nested path to spread doc with extra properties <a href="https://redirect.github.com/Automattic/mongoose/issues/14287">#14287</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14269">#14269</a></li> <li>fix(populate): call setter on virtual populated path with populated doc instead of undefined <a href="https://redirect.github.com/Automattic/mongoose/issues/14314">#14314</a></li> <li>fix(QueryCursor): remove callback parameter of AggregationCursor and QueryCursor <a href="https://redirect.github.com/Automattic/mongoose/issues/14299">#14299</a> <a href="https://github.com/DevooKim">DevooKim</a></li> <li>types: add typescript support for arbitrary fields for the options parameter of Model functions which are of type MongooseQueryOptions <a href="https://redirect.github.com/Automattic/mongoose/issues/14342">#14342</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14341">#14341</a> <a href="https://github.com/FaizBShah">FaizBShah</a></li> <li>types(model): correct return type for findOneAndUpdate with includeResultMetadata and lean set <a href="https://redirect.github.com/Automattic/mongoose/issues/14336">#14336</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14303">#14303</a></li> <li>types(connection): add type definition for <code>createCollections()</code> <a href="https://redirect.github.com/Automattic/mongoose/issues/14295">#14295</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14279">#14279</a></li> <li>docs(timestamps): clarify that replaceOne() and findOneAndReplace() overwrite timestamps <a href="https://redirect.github.com/Automattic/mongoose/issues/14337">#14337</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14309">#14309</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md">mongoose's changelog</a>.</em></p> <blockquote> <h1>8.1.2 / 2024-02-08</h1> <ul> <li>fix: include virtuals in document array toString() output if toObject.virtuals set <a href="https://redirect.github.com/Automattic/mongoose/issues/14335">#14335</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14315">#14315</a></li> <li>fix(document): handle setting nested path to spread doc with extra properties <a href="https://redirect.github.com/Automattic/mongoose/issues/14287">#14287</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14269">#14269</a></li> <li>fix(populate): call setter on virtual populated path with populated doc instead of undefined <a href="https://redirect.github.com/Automattic/mongoose/issues/14314">#14314</a></li> <li>fix(QueryCursor): remove callback parameter of AggregationCursor and QueryCursor <a href="https://redirect.github.com/Automattic/mongoose/issues/14299">#14299</a> <a href="https://github.com/DevooKim">DevooKim</a></li> <li>types: add typescript support for arbitrary fields for the options parameter of Model functions which are of type MongooseQueryOptions <a href="https://redirect.github.com/Automattic/mongoose/issues/14342">#14342</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14341">#14341</a> <a href="https://github.com/FaizBShah">FaizBShah</a></li> <li>types(model): correct return type for findOneAndUpdate with includeResultMetadata and lean set <a href="https://redirect.github.com/Automattic/mongoose/issues/14336">#14336</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14303">#14303</a></li> <li>types(connection): add type definition for <code>createCollections()</code> <a href="https://redirect.github.com/Automattic/mongoose/issues/14295">#14295</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14279">#14279</a></li> <li>docs(timestamps): clarify that replaceOne() and findOneAndReplace() overwrite timestamps <a href="https://redirect.github.com/Automattic/mongoose/issues/14337">#14337</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14309">#14309</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/c9877b6d2cec26ba5ef18af038bdc721a089d2e3"><code>c9877b6</code></a> chore: release 8.1.2</li> <li><a href="https://github.com/Automattic/mongoose/commit/f164b44f82f46f1d6d27a52f3440440f975ff224"><code>f164b44</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14342">#14342</a> from FaizBShah/master</li> <li><a href="https://github.com/Automattic/mongoose/commit/348ec512e077d24695d2b656cd16ebe0f1b10ce4"><code>348ec51</code></a> Merge branch 'Automattic:master' into master</li> <li><a href="https://github.com/Automattic/mongoose/commit/a842bf79bf6e665b1fc8b250f77a15191343f6d5"><code>a842bf7</code></a> fix: added typescript support for arbitary fields in the options parameter of...</li> <li><a href="https://github.com/Automattic/mongoose/commit/6579f93dd6163841ba95c4d4da229e960756abc2"><code>6579f93</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14335">#14335</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14315">gh-14315</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/2c341026768c1cec207ecd4fb2b01b066b04cbf3"><code>2c34102</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14337">#14337</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14309">gh-14309</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/870b94f087859bb5fb4fc0a08f091569641b05bc"><code>870b94f</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14336">#14336</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14303">gh-14303</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/3eceee6be4cff496663e062500c1ad891ee9a2a4"><code>3eceee6</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14326">#14326</a> from Automattic/dependabot/github_actions/master/ac...</li> <li><a href="https://github.com/Automattic/mongoose/commit/c5c2f2490636489d82608902ff01abaa8c0a2b2c"><code>c5c2f24</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14325">#14325</a> from Automattic/dependabot/github_actions/master/ac...</li> <li><a href="https://github.com/Automattic/mongoose/commit/26f0c96d6c1dc7bf77d88b9a20acc647d2ea2c0b"><code>26f0c96</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14320">#14320</a> from Automattic/dependabot/npm_and_yarn/master/mark...</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/8.1.1...8.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mongoose&package-manager=npm_and_yarn&previous-version=8.1.1&new-version=8.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
Commenting is not possible because the repository is archived.
No description provided.