Skip to content

Commit

Permalink
fix(deps): Bump mongoose from 8.1.1 to 8.1.2 (#305)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent d246bbb commit 92f15e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"axios": "^1.6.7",
"env-var": "^7.4.1",
"fast-crc32c": "^2.0.0",
"mongoose": "^8.1.1",
"mongoose": "^8.1.2",
"webcrypto-core": "< 2.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 92f15e2

Please sign in to comment.