Skip to content

Commit

Permalink
fix(deps): Bump mongoose from 6.6.5 to 6.6.7 (#102)
Browse files Browse the repository at this point in the history
Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.6.5 to 6.6.7.
<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.7 / 2022-10-21</h1>
<ul>
<li>fix: correct browser build and improve isAsyncFunction check for browser <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12577">#12577</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12576">#12576</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12392">#12392</a></li>
<li>fix(query): allow overwriting discriminator key with overwriteDiscriminatorKey if strict: 'throw' <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12578">#12578</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12513">#12513</a></li>
</ul>
<h1>6.6.6 / 2022-10-20</h1>
<ul>
<li>fix(update): handle runValidators when using $set on a doc array in discriminator schema <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12571">#12571</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12518">#12518</a></li>
<li>fix(document): allow creating document with document array and top-level key named schema <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12569">#12569</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12480">#12480</a></li>
<li>fix(cast): make schema-level strictQuery override schema-level strict for query filters <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12570">#12570</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12508">#12508</a></li>
<li>fix(aggregate): avoid adding extra $match stage if user manually set discriminator key to correct value in first pipeline stage <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12568">#12568</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12478">#12478</a></li>
<li>fix: Throws error when updating a key name that match the discriminator key name on nested object <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12534">#12534</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12517">#12517</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li>
<li>fix(types): add limit to $filter expression <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12553">#12553</a> <a href="https://github.com/raphael-papazikas">raphael-papazikas</a></li>
<li>fix(types): correct replaceWith type pipeline stage <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12535">#12535</a> <a href="https://github.com/FabioCingottini">FabioCingottini</a></li>
<li>fix(types): add missing densify type pipeline type <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12533">#12533</a> <a href="https://github.com/FabioCingottini">FabioCingottini</a></li>
<li>docs(populate): added transform option description <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12560">#12560</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12551">#12551</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li>
<li>docs(connection): add sample to useDb() documentation <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12541">#12541</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li>
<li>docs(guide): update broken read-preference links <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12538">#12538</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12525">#12525</a> <a href="https://github.com/hasezoey">hasezoey</a></li>
<li>chore: add TypeScript version field to issue template <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12532">#12532</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.7 / 2022-10-21</h1>
<ul>
<li>fix: correct browser build and improve isAsyncFunction check for browser <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12577">#12577</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12576">#12576</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12392">#12392</a></li>
<li>fix(query): allow overwriting discriminator key with overwriteDiscriminatorKey if strict: 'throw' <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12578">#12578</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12513">#12513</a></li>
</ul>
<h1>6.6.6 / 2022-10-20</h1>
<ul>
<li>fix(update): handle runValidators when using $set on a doc array in discriminator schema <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12571">#12571</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12518">#12518</a></li>
<li>fix(document): allow creating document with document array and top-level key named schema <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12569">#12569</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12480">#12480</a></li>
<li>fix(cast): make schema-level strictQuery override schema-level strict for query filters <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12570">#12570</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12508">#12508</a></li>
<li>fix(aggregate): avoid adding extra $match stage if user manually set discriminator key to correct value in first pipeline stage <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12568">#12568</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12478">#12478</a></li>
<li>fix: Throws error when updating a key name that match the discriminator key name on nested object <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12534">#12534</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12517">#12517</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li>
<li>fix(types): add limit to $filter expression <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12553">#12553</a> <a href="https://github.com/raphael-papazikas">raphael-papazikas</a></li>
<li>fix(types): correct replaceWith type pipeline stage <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12535">#12535</a> <a href="https://github.com/FabioCingottini">FabioCingottini</a></li>
<li>fix(types): add missing densify type pipeline type <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12533">#12533</a> <a href="https://github.com/FabioCingottini">FabioCingottini</a></li>
<li>docs(populate): added transform option description <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12560">#12560</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12551">#12551</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li>
<li>docs(connection): add sample to useDb() documentation <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12541">#12541</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li>
<li>docs(guide): update broken read-preference links <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12538">#12538</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12525">#12525</a> <a href="https://github.com/hasezoey">hasezoey</a></li>
<li>chore: add TypeScript version field to issue template <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12532">#12532</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/61e96d725b89e3816a882dfe074462fde649b1f0"><code>61e96d7</code></a> chore: release 6.6.7</li>
<li><a href="https://github.com/Automattic/mongoose/commit/7cd8ea3e9058b975614aadea0b41ac131722755d"><code>7cd8ea3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12578">#12578</a> from Automattic/vkarpov15/<a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12513">gh-12513</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/8e33a32ac5ad053251be4b1266a712a3f3f8e06b"><code>8e33a32</code></a> fix: more robust fix for <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12513">#12513</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/136d6af4979188f1d93c86c50814c0b051de44e7"><code>136d6af</code></a> fix(query): allow overwriting discriminator key with `overwriteDiscriminatorK...</li>
<li><a href="https://github.com/Automattic/mongoose/commit/b46fc92ed67d03f9c5f9ae2f8a8b8f5f0d1b0572"><code>b46fc92</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12577">#12577</a> from Automattic/vkarpov15/<a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12576">gh-12576</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/785b987bd61e182fe659f7eefa1cc41ea5635d1b"><code>785b987</code></a> fix: correct browser build and improve isAsyncFunction check for browser</li>
<li><a href="https://github.com/Automattic/mongoose/commit/1ef7bcda4d16a253b80181253b898fadf155e1f8"><code>1ef7bcd</code></a> Merge branch 'master' of github.com:Automattic/mongoose</li>
<li><a href="https://github.com/Automattic/mongoose/commit/c3e9206fe593c2b0fd4e03e83b4623971ffc1adb"><code>c3e9206</code></a> chore: release 6.6.6</li>
<li><a href="https://github.com/Automattic/mongoose/commit/dcbff0987aad13ce6c82557ebb9f4c526099acb1"><code>dcbff09</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12570">#12570</a> from Automattic/vkarpov15/<a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12508">gh-12508</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/d59554479e5e538ddc8a535adeae446b0983bbcf"><code>d595544</code></a> refactor: create separate helper to get strictQuery re: code review comments</li>
<li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/6.6.5...6.6.7">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.5&new-version=6.6.7)](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 24, 2022
1 parent 97ccc87 commit 6ac16a0
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 6ac16a0

Please sign in to comment.