Skip to content

Commit

Permalink
fix(deps): bump mongoose from 6.6.2 to 6.6.4 (#97)
Browse files Browse the repository at this point in the history
Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.6.2 to 6.6.4.
<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.6.4 / 2022-10-03</h1>
<ul>
<li>fix(model): avoid saving applied defaults if path is deselected <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12506">#12506</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12414">#12414</a></li>
<li>fix(types): correct DocType for auto typed query helpers <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12342">#12342</a></li>
<li>fix(types): avoid &quot;excessively deep&quot; type instantiation error when using bulkWrite() with type that extends from document <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12277">#12277</a></li>
<li>fix(types): avoid relying on typeof this, which isn't supported in TypeScript &lt; 4.4 <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12375">#12375</a></li>
<li>docs(schema): correct example for Schema.prototype.discriminator() <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12493">#12493</a></li>
<li>docs(typescript): clean up query helpers examples <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12342">#12342</a></li>
<li>chore: use mongodb-memory-server for testing <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12262">#12262</a> <a href="https://github.com/hasezoey">hasezoey</a></li>
</ul>
<h1>6.6.3 / 2022-09-30</h1>
<ul>
<li>fix(query): treat findOne(_id) as equivalent to findOne({ _id }) <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12485">#12485</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12325">#12325</a></li>
<li>fix(timestamps): findOneAndUpdate creates subdocs with timestamps in reverse order <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12484">#12484</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12475">#12475</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li>
<li>fix(types): make schema.plugin() more flexible for schemas that don't define any generics <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12486">#12486</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12454">#12454</a></li>
<li>fix(types): add &quot;array of array key-value pairs&quot; as a argument option for &quot;query.sort()&quot; <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12483">#12483</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12434">#12434</a> <a href="https://github.com/hasezoey">hasezoey</a></li>
<li>fix(types): remove unused defaults in &quot;PluginFunction&quot; <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12459">#12459</a> <a href="https://github.com/hasezoey">hasezoey</a></li>
<li>fix(types): update DiscriminatorSchema to have better names and combine statics <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12460">#12460</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.6.4 / 2022-10-03</h1>
<ul>
<li>fix(model): avoid saving applied defaults if path is deselected <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12506">#12506</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12414">#12414</a></li>
<li>fix(types): correct DocType for auto typed query helpers <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12342">#12342</a></li>
<li>fix(types): avoid &quot;excessively deep&quot; type instantiation error when using bulkWrite() with type that extends from document <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12277">#12277</a></li>
<li>fix(types): avoid relying on typeof this, which isn't supported in TypeScript &lt; 4.4 <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12375">#12375</a></li>
<li>docs(schema): correct example for Schema.prototype.discriminator() <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12493">#12493</a></li>
<li>docs(typescript): clean up query helpers examples <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12342">#12342</a></li>
<li>chore: use mongodb-memory-server for testing <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12262">#12262</a> <a href="https://github.com/hasezoey">hasezoey</a></li>
</ul>
<h1>6.6.3 / 2022-09-30</h1>
<ul>
<li>fix(query): treat findOne(_id) as equivalent to findOne({ _id }) <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12485">#12485</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12325">#12325</a></li>
<li>fix(timestamps): findOneAndUpdate creates subdocs with timestamps in reverse order <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12484">#12484</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12475">#12475</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li>
<li>fix(types): make schema.plugin() more flexible for schemas that don't define any generics <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12486">#12486</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12454">#12454</a></li>
<li>fix(types): add &quot;array of array key-value pairs&quot; as a argument option for &quot;query.sort()&quot; <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12483">#12483</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12434">#12434</a> <a href="https://github.com/hasezoey">hasezoey</a></li>
<li>fix(types): remove unused defaults in &quot;PluginFunction&quot; <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12459">#12459</a> <a href="https://github.com/hasezoey">hasezoey</a></li>
<li>fix(types): update DiscriminatorSchema to have better names and combine statics <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12460">#12460</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/df01ba6bdff9cae17697b72b0178492237a776bc"><code>df01ba6</code></a> chore: release 6.6.4</li>
<li><a href="https://github.com/Automattic/mongoose/commit/6e736eee31fe44d40c8178acd25ff45d67e22ff1"><code>6e736ee</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12506">#12506</a> from Automattic/vkarpov15/<a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12414">gh-12414</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/d061da33066f1fc63f5be46af004415a89c271fd"><code>d061da3</code></a> test: add test coverage for <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12414">#12414</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/d6a662014fc9d2bc1cf657034fa8fb6f37495d27"><code>d6a6620</code></a> Merge branch 'master' into vkarpov15/<a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12414">gh-12414</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/3d2db03d03c9c7fe96bd9386464b88f49e0c97f0"><code>3d2db03</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12479">#12479</a> from Automattic/vkarpov15/<a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12277">gh-12277</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/327567b411257de8e00b8b55abe4a1d12d326610"><code>327567b</code></a> test: remove some unused imports</li>
<li><a href="https://github.com/Automattic/mongoose/commit/9d2a6e4211151ebae133a5855f284635c332177c"><code>9d2a6e4</code></a> Merge branch 'master' into vkarpov15/<a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12277">gh-12277</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/861262004545bbc5de6f5aacdd80801272830c1d"><code>8612620</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12488">#12488</a> from Automattic/vkarpov15/<a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12375">gh-12375</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/6d1af008ca057d982045dc2521f1d97e5cb46a6d"><code>6d1af00</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12493">#12493</a> from Automattic/vkarpov15/<a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12455">gh-12455</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/b8567c37002b50179faff4959efce8944ce587ce"><code>b8567c3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12262">#12262</a> from hasezoey/changeTestToMMS</li>
<li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/6.6.2...6.6.4">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.6.2&new-version=6.6.4)](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 Oct 3, 2022
1 parent fdff2c0 commit e9e9a2f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 e9e9a2f

Please sign in to comment.