Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): bump mongoose from 6.6.1 to 6.6.2 (#94)
Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.6.1 to 6.6.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>6.6.2 / 2022-09-26</h1> <ul> <li>fix(model): avoid deleting shared schema methods in fix for <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12254">#12254</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12423">#12423</a></li> <li>fix(document): set $inc default value in case field has not been specified on the document <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12435">#12435</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>fix(query): handle <code>select: false</code> on map paths in query results <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12467">#12467</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>fix(types): add HydratedDocumentFromSchema to make it easier to pull inferred hydrated doc type <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12464">#12464</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12319">#12319</a></li> <li>fix(types): add sanitizeFilter to types <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12465">#12465</a> <a href="https://github.com/zrosenbauer">zrosenbauer</a></li> <li>fix(types): infer number enum types from schema if using enum: [0, 1] as const <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12463">#12463</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12242">#12242</a></li> <li>docs(validation): add section on global schematype validation, clean up other issues <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12430">#12430</a></li> <li>docs: add clarification about overwrite flag in model.js <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12447">#12447</a> <a href="https://github.com/Tzvika-m">Tzvika-m</a></li> <li>docs: change to consistent "Example:" for jsdoc comments <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12432">#12432</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.2 / 2022-09-26</h1> <ul> <li>fix(model): avoid deleting shared schema methods in fix for <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12254">#12254</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12423">#12423</a></li> <li>fix(document): set $inc default value in case field has not been specified on the document <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12435">#12435</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>fix(query): handle <code>select: false</code> on map paths in query results <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12467">#12467</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>fix(types): add HydratedDocumentFromSchema to make it easier to pull inferred hydrated doc type <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12464">#12464</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12319">#12319</a></li> <li>fix(types): add sanitizeFilter to types <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12465">#12465</a> <a href="https://github.com/zrosenbauer">zrosenbauer</a></li> <li>fix(types): infer number enum types from schema if using enum: [0, 1] as const <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12463">#12463</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12242">#12242</a></li> <li>docs(validation): add section on global schematype validation, clean up other issues <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12430">#12430</a></li> <li>docs: add clarification about overwrite flag in model.js <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12447">#12447</a> <a href="https://github.com/Tzvika-m">Tzvika-m</a></li> <li>docs: change to consistent "Example:" for jsdoc comments <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12432">#12432</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/17785a580b910599cfef4a453c6d29aa482e602c"><code>17785a5</code></a> chore: release 6.6.2</li> <li><a href="https://github.com/Automattic/mongoose/commit/88ba7a1e09ea7bade271673d72b8230a74aae4ad"><code>88ba7a1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12464">#12464</a> from Automattic/vkarpov15/<a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12319">gh-12319</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/55112dc271c8d37bcb9551c99301dbf196db1c9b"><code>55112dc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12471">#12471</a> from hasezoey/addNamesToFunctions</li> <li><a href="https://github.com/Automattic/mongoose/commit/f58a320a9a8da0c6b4acecbb6f5fc35b0f4f6dbf"><code>f58a320</code></a> style: add names to previously anonymous hook functions</li> <li><a href="https://github.com/Automattic/mongoose/commit/8b9b164740a39822cc48213c8cf28409391d2eb7"><code>8b9b164</code></a> style(document): update adding query hooks to use functions instead of arrow</li> <li><a href="https://github.com/Automattic/mongoose/commit/5d24d0fed5d6d458f06f69feca595b8b46e3f958"><code>5d24d0f</code></a> style(clearValidating): add name to previously anonymous plugin function</li> <li><a href="https://github.com/Automattic/mongoose/commit/a792dc3ccfcc73fb8e2227d3ad522b6530c929d0"><code>a792dc3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12470">#12470</a> from hasezoey/addNamesToPlugins</li> <li><a href="https://github.com/Automattic/mongoose/commit/d08cd4789ffe61c6efe0aa11814d6abeb74c15f3"><code>d08cd47</code></a> style: add names to previously anonymous plugin functions</li> <li><a href="https://github.com/Automattic/mongoose/commit/f50ec33b753ae7d2470d4c2665c3569501a97de1"><code>f50ec33</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12466">#12466</a> from Automattic/vkarpov15/<a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12430">gh-12430</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/4fcf0a588e20197b5620002bfa1a7b84c405254d"><code>4fcf0a5</code></a> Update test/docs/validation.test.js</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/6.6.1...6.6.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=6.6.1&new-version=6.6.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 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