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.2 to 8.2.3 (#320)
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.2.2 to 8.2.3. <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.3 / 2024-03-21</h1> <ul> <li>fix(schema): avoid returning string 'nested' as schematype <a href="https://redirect.github.com/Automattic/mongoose/issues/14453">#14453</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14443">#14443</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14435">#14435</a></li> <li>types(schema): add missing search index types <a href="https://redirect.github.com/Automattic/mongoose/issues/14449">#14449</a> <a href="https://github.com/noseworthy">noseworthy</a></li> <li>types: improve the typing of FilterQuery<!-- raw HTML omitted --> type to prevent it from only getting typed to any <a href="https://redirect.github.com/Automattic/mongoose/issues/14436">#14436</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14398">#14398</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14397">#14397</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.3 / 2024-03-21</h1> <ul> <li>fix(schema): avoid returning string 'nested' as schematype <a href="https://redirect.github.com/Automattic/mongoose/issues/14453">#14453</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14443">#14443</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14435">#14435</a></li> <li>types(schema): add missing search index types <a href="https://redirect.github.com/Automattic/mongoose/issues/14449">#14449</a> <a href="https://github.com/noseworthy">noseworthy</a></li> <li>types: improve the typing of FilterQuery<!-- raw HTML omitted --> type to prevent it from only getting typed to any <a href="https://redirect.github.com/Automattic/mongoose/issues/14436">#14436</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14398">#14398</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14397">#14397</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/9418094ab79b75a527c7e43c97ef49274b9d61db"><code>9418094</code></a> chore: release 8.2.3</li> <li><a href="https://github.com/Automattic/mongoose/commit/b51413cee0302d27195b5a32e479714d0031025c"><code>b51413c</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14453">#14453</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14435">gh-14435</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/e6970bb0f95f09a307cbfe1b4ef81adbab37beb4"><code>e6970bb</code></a> test: remove unnecessary test re: <a href="https://redirect.github.com/Automattic/mongoose/issues/14435">#14435</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/1ce7a72c962414614220aae1cae59c1ed72301ab"><code>1ce7a72</code></a> Update test/document.populate.test.js</li> <li><a href="https://github.com/Automattic/mongoose/commit/8310207dc2bf0f4d4bfa610b08d5aeedbe9d3286"><code>8310207</code></a> Update test/document.populate.test.js</li> <li><a href="https://github.com/Automattic/mongoose/commit/1a6228817b9ff34700a71a6851b17a71bf3ae420"><code>1a62288</code></a> Update test/document.populate.test.js</li> <li><a href="https://github.com/Automattic/mongoose/commit/2c79d414cec138b146b1e6ca431d721a3fee69b8"><code>2c79d41</code></a> Update test/document.populate.test.js</li> <li><a href="https://github.com/Automattic/mongoose/commit/d516f50f2073f69c62cabd6bf0e765e08abb0208"><code>d516f50</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14449">#14449</a> from noseworthy/add-search-index-types</li> <li><a href="https://github.com/Automattic/mongoose/commit/aea12a1a9095f4042a3648b5f8f3c471f4cbcbb0"><code>aea12a1</code></a> Update index.d.ts</li> <li><a href="https://github.com/Automattic/mongoose/commit/c3c405e01323328edbcfc9eca44527c93a96b3a8"><code>c3c405e</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14452">#14452</a> from Automattic/IslandRhythms/consolidate-scripts</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/8.2.2...8.2.3">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.2&new-version=8.2.3)](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