Skip to content

Commit

Permalink
fix(deps): Bump mongoose from 7.1.0 to 7.1.1 (#192)
Browse files Browse the repository at this point in the history
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.1.0 to 7.1.1.
<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>7.1.1 / 2023-05-10</h1>
<ul>
<li>fix(document): handle set() from top-level underneath a map of mixed <a href="https://redirect.github.com/Automattic/mongoose/issues/13386">#13386</a></li>
<li>fix: don't modify passed options object to <code>createConnection()</code> <a href="https://redirect.github.com/Automattic/mongoose/issues/13376">#13376</a></li>
<li>types: make lean() not clobber result type for updateOne(), etc. <a href="https://redirect.github.com/Automattic/mongoose/issues/13389">#13389</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13382">#13382</a></li>
<li>types: handle union types in FlattenMaps <a href="https://redirect.github.com/Automattic/mongoose/issues/13368">#13368</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13346">#13346</a> <a href="https://github.com/Jokero">Jokero</a></li>
<li>types(document): correct return type for Model.prototype.deleteOne(): promise, not query <a href="https://redirect.github.com/Automattic/mongoose/issues/13367">#13367</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13223">#13223</a></li>
<li>types: update document.d.ts $set function params to match set <a href="https://redirect.github.com/Automattic/mongoose/issues/13304">#13304</a> <a href="https://github.com/jeffersonlipsky">jeffersonlipsky</a></li>
<li>docs: add excludeIndexes to the guide schema options list <a href="https://redirect.github.com/Automattic/mongoose/issues/13377">#13377</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13287">#13287</a></li>
<li>docs: fix broken &quot;fork me&quot; on home page <a href="https://redirect.github.com/Automattic/mongoose/issues/13336">#13336</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>7.1.1 / 2023-05-10</h1>
<ul>
<li>fix(document): handle set() from top-level underneath a map of mixed <a href="https://redirect.github.com/Automattic/mongoose/issues/13386">#13386</a></li>
<li>fix: don't modify passed options object to <code>createConnection()</code> <a href="https://redirect.github.com/Automattic/mongoose/issues/13376">#13376</a></li>
<li>types: make lean() not clobber result type for updateOne(), etc. <a href="https://redirect.github.com/Automattic/mongoose/issues/13389">#13389</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13382">#13382</a></li>
<li>types: handle union types in FlattenMaps <a href="https://redirect.github.com/Automattic/mongoose/issues/13368">#13368</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13346">#13346</a> <a href="https://github.com/Jokero">Jokero</a></li>
<li>types(document): correct return type for Model.prototype.deleteOne(): promise, not query <a href="https://redirect.github.com/Automattic/mongoose/issues/13367">#13367</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13223">#13223</a></li>
<li>types: update document.d.ts $set function params to match set <a href="https://redirect.github.com/Automattic/mongoose/issues/13304">#13304</a> <a href="https://github.com/jeffersonlipsky">jeffersonlipsky</a></li>
<li>docs: add excludeIndexes to the guide schema options list <a href="https://redirect.github.com/Automattic/mongoose/issues/13377">#13377</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13287">#13287</a></li>
<li>docs: fix broken &quot;fork me&quot; on home page <a href="https://redirect.github.com/Automattic/mongoose/issues/13336">#13336</a></li>
</ul>
<h1>6.11.1 / 2023-05-08</h1>
<ul>
<li>fix(query): apply schema-level paths before calculating projection for findOneAndUpdate() <a href="https://redirect.github.com/Automattic/mongoose/issues/13348">#13348</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13340">#13340</a></li>
<li>fix: add SUPPRESS_JEST_WARNINGS environment variable to hide jest warnings <a href="https://redirect.github.com/Automattic/mongoose/issues/13384">#13384</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13373">#13373</a></li>
<li>types(model): allow overwriting expected param type for bulkWrite() <a href="https://redirect.github.com/Automattic/mongoose/issues/13292">#13292</a> <a href="https://github.com/hasezoey">hasezoey</a></li>
</ul>
<h1>6.11.0 / 2023-05-01</h1>
<ul>
<li>feat: upgrade to mongodb 4.16.0 for Deno+Atlas connection fix <a href="https://redirect.github.com/Automattic/mongoose/issues/13337">#13337</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13075">#13075</a></li>
<li>perf: speed up creating maps of subdocuments <a href="https://redirect.github.com/Automattic/mongoose/issues/13280">#13280</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13191">#13191</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13271">#13271</a></li>
<li>fix(query): set ObjectParameterError if calling findOneAndX() with filter as non-object <a href="https://redirect.github.com/Automattic/mongoose/issues/13338">#13338</a></li>
<li>fix(document): merge Document $inc calls instead of overwriting <a href="https://redirect.github.com/Automattic/mongoose/issues/13322">#13322</a></li>
<li>fix(update): handle casting doubly nested arrays with $pullAll <a href="https://redirect.github.com/Automattic/mongoose/issues/13285">#13285</a></li>
<li>docs: backport documentation versioning changes to 6.x <a href="https://redirect.github.com/Automattic/mongoose/issues/13253">#13253</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13190">#13190</a> <a href="https://github.com/hasezoey">hasezoey</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Automattic/mongoose/commit/ecb0249545670678c3d215f31bc0f2f85280559f"><code>ecb0249</code></a> chore: release 7.1.1</li>
<li><a href="https://github.com/Automattic/mongoose/commit/f8244bdb00d37d7178444ab134ed7f950d474d70"><code>f8244bd</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13389">#13389</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/13382">gh-13382</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/cc171979383f7ff6217e82522eb68d74ec626390"><code>cc17197</code></a> types: make <code>lean()</code> not clobber result type for <code>updateOne()</code>, etc.</li>
<li><a href="https://github.com/Automattic/mongoose/commit/c0b492cbbafe2391e28adda5e27a27603556773a"><code>c0b492c</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13304">#13304</a> from jeffersonlipsky/patch-1</li>
<li><a href="https://github.com/Automattic/mongoose/commit/a2040f68666080e30f72e765c7b723361d200570"><code>a2040f6</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13386">#13386</a> from Automattic/vkarpov15/gh-13327-2</li>
<li><a href="https://github.com/Automattic/mongoose/commit/59a29a8d67aa238fdd40b472a7efe4e8253fbec2"><code>59a29a8</code></a> Merge branch '6.x'</li>
<li><a href="https://github.com/Automattic/mongoose/commit/7a908682f183f8bb8d576c2cea864b022c022dcb"><code>7a90868</code></a> Merge branch '6.x' of github.com:Automattic/mongoose into 6.x</li>
<li><a href="https://github.com/Automattic/mongoose/commit/23132db80d7f050b4c00e725ebdc17320c84bbc1"><code>23132db</code></a> chore: release 6.11.1</li>
<li><a href="https://github.com/Automattic/mongoose/commit/d96de21baa9c9f6f992b741b2eb2552962bc560c"><code>d96de21</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13384">#13384</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/13373">gh-13373</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/0ab335fe9d352cc388a87951d150cd722b5ddae6"><code>0ab335f</code></a> docs: add note about SUPPRESS_JEST_WARNINGS to jest docs</li>
<li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/7.1.0...7.1.1">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=7.1.0&new-version=7.1.1)](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 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 May 15, 2023
1 parent 911741e commit 9a15e7f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

0 comments on commit 9a15e7f

Please sign in to comment.