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.5.3 to 7.5.4 (#50)
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.5.3 to 7.5.4. <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.5.4 / 2023-10-04</h1> <ul> <li>fix: avoid stripping out <code>id</code> property when <code>_id</code> is set <a href="https://redirect.github.com/Automattic/mongoose/issues/13933">#13933</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13892">#13892</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13867">#13867</a></li> <li>fix(QueryCursor): avoid double-applying schema paths so you can include select: false fields with + projection using cursors <a href="https://redirect.github.com/Automattic/mongoose/issues/13932">#13932</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13773">#13773</a></li> <li>fix(query): allow deselecting discriminator key using - syntax <a href="https://redirect.github.com/Automattic/mongoose/issues/13929">#13929</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13760">#13760</a></li> <li>fix(query): handle $round in $expr as array <a href="https://redirect.github.com/Automattic/mongoose/issues/13928">#13928</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13881">#13881</a></li> <li>fix(document): call pre('validate') hooks when modifying a path underneath triply nested subdoc <a href="https://redirect.github.com/Automattic/mongoose/issues/13912">#13912</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13876">#13876</a></li> <li>fix(mongoose): correctly handle global applyPluginsToChildSchemas option <a href="https://redirect.github.com/Automattic/mongoose/issues/13911">#13911</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13887">#13887</a></li> <li>types: add insertMany array overload with options <a href="https://redirect.github.com/Automattic/mongoose/issues/13931">#13931</a> <a href="https://github.com/t1bb4r">t1bb4r</a></li> <li>docs(compatibility): add Mongoose 7 support to compatibility matrix <a href="https://redirect.github.com/Automattic/mongoose/issues/13875">#13875</a></li> <li>docs: amend some awkward FAQ wording <a href="https://redirect.github.com/Automattic/mongoose/issues/13925">#13925</a> <a href="https://github.com/peteboere">peteboere</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.5.4 / 2023-10-04</h1> <ul> <li>fix: avoid stripping out <code>id</code> property when <code>_id</code> is set <a href="https://redirect.github.com/Automattic/mongoose/issues/13933">#13933</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13892">#13892</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13867">#13867</a></li> <li>fix(QueryCursor): avoid double-applying schema paths so you can include select: false fields with + projection using cursors <a href="https://redirect.github.com/Automattic/mongoose/issues/13932">#13932</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13773">#13773</a></li> <li>fix(query): allow deselecting discriminator key using - syntax <a href="https://redirect.github.com/Automattic/mongoose/issues/13929">#13929</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13760">#13760</a></li> <li>fix(query): handle $round in $expr as array <a href="https://redirect.github.com/Automattic/mongoose/issues/13928">#13928</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13881">#13881</a></li> <li>fix(document): call pre('validate') hooks when modifying a path underneath triply nested subdoc <a href="https://redirect.github.com/Automattic/mongoose/issues/13912">#13912</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13876">#13876</a></li> <li>fix(mongoose): correctly handle global applyPluginsToChildSchemas option <a href="https://redirect.github.com/Automattic/mongoose/issues/13911">#13911</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13887">#13887</a></li> <li>types: add insertMany array overload with options <a href="https://redirect.github.com/Automattic/mongoose/issues/13931">#13931</a> <a href="https://github.com/t1bb4r">t1bb4r</a></li> <li>docs(compatibility): add Mongoose 7 support to compatibility matrix <a href="https://redirect.github.com/Automattic/mongoose/issues/13875">#13875</a></li> <li>docs: amend some awkward FAQ wording <a href="https://redirect.github.com/Automattic/mongoose/issues/13925">#13925</a> <a href="https://github.com/peteboere">peteboere</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/d5964cdeeb278bf55b656fcf0217233b41e1e9ef"><code>d5964cd</code></a> chore: release 7.5.4</li> <li><a href="https://github.com/Automattic/mongoose/commit/c256941182afb56fb387c343a28a14a345b991ba"><code>c256941</code></a> style: fix lint</li> <li><a href="https://github.com/Automattic/mongoose/commit/22f6d9e2570b6aaa01dafd7ba4a0cbafb6e009ba"><code>22f6d9e</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13934">#13934</a> from Automattic/IslandRhythms/update-table</li> <li><a href="https://github.com/Automattic/mongoose/commit/b1a2e043b81521e7ece1a0d075aa9f1bacdd56fc"><code>b1a2e04</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13933">#13933</a> from Automattic/IslandRhythms/undo-id</li> <li><a href="https://github.com/Automattic/mongoose/commit/a754c861890c293495eb96d1c1b468c2dd767be1"><code>a754c86</code></a> Update compatibility.md</li> <li><a href="https://github.com/Automattic/mongoose/commit/baeba70f531e90c8086a4144f05edfb71703fe34"><code>baeba70</code></a> undo id change</li> <li><a href="https://github.com/Automattic/mongoose/commit/a57bb72a25e11ed74177b71c4883a0624a5f147c"><code>a57bb72</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13928">#13928</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/13881">gh-13881</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/fd22f9ba333f87a0e707b83d24b7d883edfbc89a"><code>fd22f9b</code></a> fix(query): handle <code>$round</code> with just 1 arg re: code review comments</li> <li><a href="https://github.com/Automattic/mongoose/commit/ef012b33b543dba4f21ae563030e6d74e4eec71c"><code>ef012b3</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13931">#13931</a> from t1bb4r/master</li> <li><a href="https://github.com/Automattic/mongoose/commit/d948776c0591a0516d79bc8b31eb4c60af16a505"><code>d948776</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13932">#13932</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/13773">gh-13773</a></li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/7.5.3...7.5.4">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.5.3&new-version=7.5.4)](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