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 7.2.0 to 7.2.1 (#171)
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.2.0 to 7.2.1. <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>7.2.1 / 2023-05-24</h1> <ul> <li>fix(array): track correct changes when setting nested array of primitives <a href="https://redirect.github.com/Automattic/mongoose/issues/13422">#13422</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13372">#13372</a></li> <li>fix(query): handle plus path in projection with findOneAndUpdate() <a href="https://redirect.github.com/Automattic/mongoose/issues/13437">#13437</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13413">#13413</a></li> <li>fix(cursor): handle calling skipMiddlewareFunction() in pre('find') middleware with cursors <a href="https://redirect.github.com/Automattic/mongoose/issues/13436">#13436</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13411">#13411</a></li> <li>fix(model): include inspect output in castBulkWrite() error <a href="https://redirect.github.com/Automattic/mongoose/issues/13426">#13426</a></li> <li>fix: avoid setting null property when updating using update pipeline with child timestamps but no top-level timestamps <a href="https://redirect.github.com/Automattic/mongoose/issues/13427">#13427</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13379">#13379</a></li> <li>docs: remove callback based examples <a href="https://redirect.github.com/Automattic/mongoose/issues/13433">#13433</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13401">#13401</a></li> <li>docs(connections): add details about keepAlive deprecation <a href="https://redirect.github.com/Automattic/mongoose/issues/13431">#13431</a></li> <li>docs: add list of supported patterns for error message templating <a href="https://redirect.github.com/Automattic/mongoose/issues/13425">#13425</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13311">#13311</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>7.2.1 / 2023-05-24</h1> <ul> <li>fix(array): track correct changes when setting nested array of primitives <a href="https://redirect.github.com/Automattic/mongoose/issues/13422">#13422</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13372">#13372</a></li> <li>fix(query): handle plus path in projection with findOneAndUpdate() <a href="https://redirect.github.com/Automattic/mongoose/issues/13437">#13437</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13413">#13413</a></li> <li>fix(cursor): handle calling skipMiddlewareFunction() in pre('find') middleware with cursors <a href="https://redirect.github.com/Automattic/mongoose/issues/13436">#13436</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13411">#13411</a></li> <li>fix(model): include inspect output in castBulkWrite() error <a href="https://redirect.github.com/Automattic/mongoose/issues/13426">#13426</a></li> <li>fix: avoid setting null property when updating using update pipeline with child timestamps but no top-level timestamps <a href="https://redirect.github.com/Automattic/mongoose/issues/13427">#13427</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13379">#13379</a></li> <li>docs: remove callback based examples <a href="https://redirect.github.com/Automattic/mongoose/issues/13433">#13433</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13401">#13401</a></li> <li>docs(connections): add details about keepAlive deprecation <a href="https://redirect.github.com/Automattic/mongoose/issues/13431">#13431</a></li> <li>docs: add list of supported patterns for error message templating <a href="https://redirect.github.com/Automattic/mongoose/issues/13425">#13425</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13311">#13311</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/245799482787a99bc9d704999dfff2a963aa3674"><code>2457994</code></a> chore: release 7.2.1</li> <li><a href="https://github.com/Automattic/mongoose/commit/e0a3f1cb4aa31aa1aa1f376a2cd36dd8ec9ea749"><code>e0a3f1c</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13437">#13437</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/13413">gh-13413</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/762254d598410c57fa9018440df9fdb47ead9ddb"><code>762254d</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13436">#13436</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/13411">gh-13411</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/3cf730464c561e8e4af7ac38c0ed9e763b808647"><code>3cf7304</code></a> fix(query): handle plus path in projection with findOneAndUpdate()</li> <li><a href="https://github.com/Automattic/mongoose/commit/816b7f957380bb541b0fdcf5bdeeccae8c5408cb"><code>816b7f9</code></a> style: fix lint</li> <li><a href="https://github.com/Automattic/mongoose/commit/c8367bf6bff34f29d21e454a746565387455d897"><code>c8367bf</code></a> fix(cursor): handle calling <code>skipMiddlewareFunction()</code> in pre('find') middlew...</li> <li><a href="https://github.com/Automattic/mongoose/commit/0e08bb2f37a404ed578fa3d9950f12492df6ad81"><code>0e08bb2</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13433">#13433</a> from Automattic/IslandRhythms/fix-callback-docs</li> <li><a href="https://github.com/Automattic/mongoose/commit/196c8224710d919cedabebfdce74857b2143a471"><code>196c822</code></a> Update connections.md</li> <li><a href="https://github.com/Automattic/mongoose/commit/2183b6c9b42a7af7fd0a7d4a55cad84e3402d6c0"><code>2183b6c</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13435">#13435</a> from Automattic/IslandRhythms/<a href="https://redirect.github.com/Automattic/mongoose/issues/13417">gh-13417</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/45a2c29c17a77614c7dea4a452f9923cfef23607"><code>45a2c29</code></a> made requested changes</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/7.2.0...7.2.1">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=7.2.0&new-version=7.2.1)](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