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 8.2.1 to 8.2.2 (#317)
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.2.1 to 8.2.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>8.2.2 / 2024-03-15</h1> <ul> <li>fix(model): improve update minimizing to only minimize top-level properties in the update <a href="https://redirect.github.com/Automattic/mongoose/issues/14437">#14437</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14420">#14420</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13782">#13782</a></li> <li>fix: add Null check in case schema.options['type'][0] is undefined <a href="https://redirect.github.com/Automattic/mongoose/issues/14431">#14431</a> <a href="https://github.com/Atharv-Bobde">Atharv-Bobde</a></li> <li>types: consistently infer array of objects in schema as a DocumentArray <a href="https://redirect.github.com/Automattic/mongoose/issues/14430">#14430</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14367">#14367</a></li> <li>types: add TypeScript interface for the new PipelineStage - Vector Search - solving issue <a href="https://redirect.github.com/Automattic/mongoose/issues/14428">#14428</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14429">#14429</a> <a href="https://github.com/jkorach">jkorach</a></li> <li>types: add pre and post function types on Query class <a href="https://redirect.github.com/Automattic/mongoose/issues/14433">#14433</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14432">#14432</a> <a href="https://github.com/IICarst">IICarst</a></li> <li>types(model): make bulkWrite() types more flexible to account for casting <a href="https://redirect.github.com/Automattic/mongoose/issues/14423">#14423</a></li> <li>docs: update version support documentation for mongoose 5 & 6 <a href="https://redirect.github.com/Automattic/mongoose/issues/14427">#14427</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>8.2.2 / 2024-03-15</h1> <ul> <li>fix(model): improve update minimizing to only minimize top-level properties in the update <a href="https://redirect.github.com/Automattic/mongoose/issues/14437">#14437</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14420">#14420</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13782">#13782</a></li> <li>fix: add Null check in case schema.options['type'][0] is undefined <a href="https://redirect.github.com/Automattic/mongoose/issues/14431">#14431</a> <a href="https://github.com/Atharv-Bobde">Atharv-Bobde</a></li> <li>types: consistently infer array of objects in schema as a DocumentArray <a href="https://redirect.github.com/Automattic/mongoose/issues/14430">#14430</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14367">#14367</a></li> <li>types: add TypeScript interface for the new PipelineStage - Vector Search - solving issue <a href="https://redirect.github.com/Automattic/mongoose/issues/14428">#14428</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14429">#14429</a> <a href="https://github.com/jkorach">jkorach</a></li> <li>types: add pre and post function types on Query class <a href="https://redirect.github.com/Automattic/mongoose/issues/14433">#14433</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14432">#14432</a> <a href="https://github.com/IICarst">IICarst</a></li> <li>types(model): make bulkWrite() types more flexible to account for casting <a href="https://redirect.github.com/Automattic/mongoose/issues/14423">#14423</a></li> <li>docs: update version support documentation for mongoose 5 & 6 <a href="https://redirect.github.com/Automattic/mongoose/issues/14427">#14427</a> <a href="https://github.com/hasezoey">hasezoey</a></li> </ul> <h1>7.6.10 / 2024-03-13</h1> <ul> <li>docs(model): add extra note about lean option for insertMany() skipping casting <a href="https://redirect.github.com/Automattic/mongoose/issues/14415">#14415</a></li> <li>docs(mongoose): add options.overwriteModel details to mongoose.model() docs <a href="https://redirect.github.com/Automattic/mongoose/issues/14422">#14422</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/8116374bf6bf377388347d0cc86be936adb4d543"><code>8116374</code></a> chore: release 8.2.2</li> <li><a href="https://github.com/Automattic/mongoose/commit/7c726c275fb9c86baf6ddb0e860142f2542ec72f"><code>7c726c2</code></a> Merge branch '7.x'</li> <li><a href="https://github.com/Automattic/mongoose/commit/5ea6e38581aa804b72f855f70e8b7d327cdfaf6e"><code>5ea6e38</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14437">#14437</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14420">gh-14420</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/ca623ef9d179cdc89b683831f916d3aeb918a24a"><code>ca623ef</code></a> fix(model): improve update minimizing to only minimize top-level properties i...</li> <li><a href="https://github.com/Automattic/mongoose/commit/5fca9225f9da6a23d2d79acff404f265379d5927"><code>5fca922</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14433">#14433</a> from IICarst/query-middleware-types-fix</li> <li><a href="https://github.com/Automattic/mongoose/commit/1aa88a3f471bc695d734f36424d2d5231c402380"><code>1aa88a3</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14431">#14431</a> from Atharv-Bobde/patch-1</li> <li><a href="https://github.com/Automattic/mongoose/commit/b94d2fdaab8f723b824f23924320ee3b1dab18a8"><code>b94d2fd</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14430">#14430</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14367">gh-14367</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/06067deafa0954604ebff514dd226f967af13163"><code>06067de</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14429">#14429</a> from jkorach/<a href="https://redirect.github.com/Automattic/mongoose/issues/14428">gh-14428</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/580bc8c1fc4a63997aa3c253afb52bc74d8b56b4"><code>580bc8c</code></a> Update PipelineStage.test.ts</li> <li><a href="https://github.com/Automattic/mongoose/commit/8aea2f7b86d397331ba3881d0eef0ddb66f2986d"><code>8aea2f7</code></a> Update test/types/PipelineStage.test.ts</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/8.2.1...8.2.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=8.2.1&new-version=8.2.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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