Skip to content

Commit

Permalink
fix(deps): bump mongoose from 6.5.0 to 6.5.1 (#69)
Browse files Browse the repository at this point in the history
Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.5.0 to 6.5.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>6.5.1 / 2022-08-03</h1>
<ul>
<li>fix(timestamps): set timestamps on child schema when child schema has timestamps: true but parent schema does not <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12119">#12119</a></li>
<li>fix(schema+timestamps): handle insertMany() with timestamps and discriminators <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12150">#12150</a></li>
<li>fix(model+query): handle populate with lean transform that deletes _id <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12143">#12143</a></li>
<li>fix(types): allow $pull with _id <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12142">#12142</a></li>
<li>fix(types): add schema plugin option inference <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12196">#12196</a> <a href="https://github.com/hasezoey">hasezoey</a></li>
<li>fix(types): pass type to mongodb bulk write operation <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12167">#12167</a> <a href="https://github.com/emiljanitzek">emiljanitzek</a></li>
<li>fix(types): map correct generics from model to schema <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12125">#12125</a> <a href="https://github.com/emiljanitzek">emiljanitzek</a></li>
<li>fix(types): avoid baffling circular reference when using PopulatedDoc with a bidirectional reference <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12136">#12136</a></li>
<li>fix(types): allow using path with $count <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12149">#12149</a></li>
<li>docs(compatibility): change to use a table <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12200">#12200</a> <a href="https://github.com/hasezoey">hasezoey</a></li>
<li>docs(api_split.pug): add &quot;code&quot; to sidebar entries <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12153">#12153</a> <a href="https://github.com/hasezoey">hasezoey</a></li>
<li>docs: add &quot;code&quot; to Headers (and index list) <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12152">#12152</a> <a href="https://github.com/hasezoey">hasezoey</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>6.5.1 / 2022-08-03</h1>
<ul>
<li>fix(timestamps): set timestamps on child schema when child schema has timestamps: true but parent schema does not <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12119">#12119</a></li>
<li>fix(schema+timestamps): handle insertMany() with timestamps and discriminators <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12150">#12150</a></li>
<li>fix(model+query): handle populate with lean transform that deletes _id <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12143">#12143</a></li>
<li>fix(types): allow $pull with _id <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12142">#12142</a></li>
<li>fix(types): add schema plugin option inference <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12196">#12196</a> <a href="https://github.com/hasezoey">hasezoey</a></li>
<li>fix(types): pass type to mongodb bulk write operation <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12167">#12167</a> <a href="https://github.com/emiljanitzek">emiljanitzek</a></li>
<li>fix(types): map correct generics from model to schema <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12125">#12125</a> <a href="https://github.com/emiljanitzek">emiljanitzek</a></li>
<li>fix(types): avoid baffling circular reference when using PopulatedDoc with a bidirectional reference <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12136">#12136</a></li>
<li>fix(types): allow using path with $count <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12149">#12149</a></li>
<li>docs(compatibility): change to use a table <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12200">#12200</a> <a href="https://github.com/hasezoey">hasezoey</a></li>
<li>docs(api_split.pug): add &quot;code&quot; to sidebar entries <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12153">#12153</a> <a href="https://github.com/hasezoey">hasezoey</a></li>
<li>docs: add &quot;code&quot; to Headers (and index list) <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12152">#12152</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/f581e1ebe958f29b3cc13d70ebe8705feaf29ca3"><code>f581e1e</code></a> chore: release 6.5.1</li>
<li><a href="https://github.com/Automattic/mongoose/commit/6399f3ca9084776a3d9688811e22f4a301452bc5"><code>6399f3c</code></a> test: fix tests</li>
<li><a href="https://github.com/Automattic/mongoose/commit/53f27aa0b25d58888df3a7228d9ad2e215d7312c"><code>53f27aa</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12125">#12125</a> from emiljanitzek/feature/model-schema-type</li>
<li><a href="https://github.com/Automattic/mongoose/commit/179a488caf08dc63e19e0f271d5cd0690e7cdb7e"><code>179a488</code></a> Update index.d.ts</li>
<li><a href="https://github.com/Automattic/mongoose/commit/961e591d22003be872612b2e3c9eafb21be06384"><code>961e591</code></a> Update connection.d.ts</li>
<li><a href="https://github.com/Automattic/mongoose/commit/aabf3b28fcd8aa38a067586526a90f4dfe8a727c"><code>aabf3b2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12167">#12167</a> from emiljanitzek/feature/bulk-write-types</li>
<li><a href="https://github.com/Automattic/mongoose/commit/67c2e939e4b8ae13e1112378b7b4672fab2aa12f"><code>67c2e93</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12196">#12196</a> from hasezoey/pluginOptions</li>
<li><a href="https://github.com/Automattic/mongoose/commit/53dc72b1209c8d3c980607ed5db4981604d5e5d5"><code>53dc72b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12198">#12198</a> from hasezoey/furtherReadingReStyle</li>
<li><a href="https://github.com/Automattic/mongoose/commit/c9d6cc58209cec0a42ace8e75d3399ec5dd06ca2"><code>c9d6cc5</code></a> Merge branch 'master' of github.com:Automattic/mongoose</li>
<li><a href="https://github.com/Automattic/mongoose/commit/b57efecf17648390d5b576a4bb704c0f0f27d309"><code>b57efec</code></a> fix(types): allow $pull with <code>_id</code></li>
<li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/6.5.0...6.5.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=6.5.0&new-version=6.5.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 Aug 8, 2022
1 parent 7a2bf66 commit 7f51a4d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 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 7f51a4d

Please sign in to comment.