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.8.0 to 6.8.1 (#119)
Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.8.0 to 6.8.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>6.8.1 / 2022-12-19</h1> <ul> <li>fix(query): avoid throwing circular dependency error if same object is used in multiple properties <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12774">#12774</a> <a href="https://github.com/orgads">orgads</a></li> <li>fix(map): return value from super.delete() <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12777">#12777</a> <a href="https://github.com/danbrud">danbrud</a></li> <li>fix(populate): handle virtual populate underneath document array with justOne=true and sort set where 1 element has only 1 result <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12815">#12815</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12730">#12730</a></li> <li>fix(update): handle embedded discriminators when casting array filters <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12802">#12802</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12565">#12565</a></li> <li>fix(populate): avoid calling transform if there's no populate results and using lean <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12804">#12804</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12739">#12739</a></li> <li>fix(model): prevent index creation on syncIndexes if not necessary <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12785">#12785</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12250">#12250</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>fix(types): correctly infer this when using pre('updateOne') with { document: true, query: false } <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12778">#12778</a></li> <li>fix(types): make InferSchemaType: consider { required: boolean } required if it isn't explicitly false <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12784">#12784</a> <a href="https://github.com/JavaScriptBach">JavaScriptBach</a></li> <li>docs: replace many occurrences of "localhost" with "127.0.0.1" <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12811">#12811</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12741">#12741</a> <a href="https://github.com/hasezoey">hasezoey</a> <a href="https://github.com/SadiqOnGithub">SadiqOnGithub</a></li> <li>docs(mongoose): Added missing options to set <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12810">#12810</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>docs: add info on <code>$locals</code> parameters to getters/setters tutorial <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12814">#12814</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12550">#12550</a> <a href="https://github.com/IslandRhythms">IslandRhythms</a></li> <li>docs: make Document.prototype.$clone() public <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12803">#12803</a></li> <li>docs(query): updated explanation for slice <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12776">#12776</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12474">#12474</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>docs(middleware): fix broken links <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12787">#12787</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>docs(queries): fixed broken links <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12790">#12790</a> <a href="https://github.com/lpizzinidev">lpizzinidev</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.8.1 / 2022-12-19</h1> <ul> <li>fix(query): avoid throwing circular dependency error if same object is used in multiple properties <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12774">#12774</a> <a href="https://github.com/orgads">orgads</a></li> <li>fix(map): return value from super.delete() <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12777">#12777</a> <a href="https://github.com/danbrud">danbrud</a></li> <li>fix(populate): handle virtual populate underneath document array with justOne=true and sort set where 1 element has only 1 result <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12815">#12815</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12730">#12730</a></li> <li>fix(update): handle embedded discriminators when casting array filters <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12802">#12802</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12565">#12565</a></li> <li>fix(populate): avoid calling transform if there's no populate results and using lean <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12804">#12804</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12739">#12739</a></li> <li>fix(model): prevent index creation on syncIndexes if not necessary <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12785">#12785</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12250">#12250</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>fix(types): correctly infer this when using pre('updateOne') with { document: true, query: false } <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12778">#12778</a></li> <li>fix(types): make InferSchemaType: consider { required: boolean } required if it isn't explicitly false <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12784">#12784</a> <a href="https://github.com/JavaScriptBach">JavaScriptBach</a></li> <li>docs: replace many occurrences of "localhost" with "127.0.0.1" <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12811">#12811</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12741">#12741</a> <a href="https://github.com/hasezoey">hasezoey</a> <a href="https://github.com/SadiqOnGithub">SadiqOnGithub</a></li> <li>docs(mongoose): Added missing options to set <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12810">#12810</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>docs: add info on <code>$locals</code> parameters to getters/setters tutorial <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12814">#12814</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12550">#12550</a> <a href="https://github.com/IslandRhythms">IslandRhythms</a></li> <li>docs: make Document.prototype.$clone() public <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12803">#12803</a></li> <li>docs(query): updated explanation for slice <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12776">#12776</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12474">#12474</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>docs(middleware): fix broken links <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12787">#12787</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>docs(queries): fixed broken links <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12790">#12790</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/5528a6428bb08091c03d868e249c2e5a30144a71"><code>5528a64</code></a> chore: release 6.8.1</li> <li><a href="https://github.com/Automattic/mongoose/commit/5b62093cc9bcda8842e1be20ed33652547ef60fb"><code>5b62093</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12778">#12778</a> from Automattic/vkarpov15/<a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11257">gh-11257</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/59e0da54bdcd4dd0a9ec65addf0c3475e9a5c565"><code>59e0da5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12815">#12815</a> from Automattic/vkarpov15/<a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12730">gh-12730</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/e1259922e602eeb1470456c9e7d695ee3e43d4de"><code>e125992</code></a> chore: correctly bump benchmark limit</li> <li><a href="https://github.com/Automattic/mongoose/commit/69f53923405e454d81d7cb9ce92a75971394bcbe"><code>69f5392</code></a> chore: bump ts-benchmark limit slightly to make benchmark pass</li> <li><a href="https://github.com/Automattic/mongoose/commit/7629c5998c7f5480f968f2b4a99a46b3cdb3718f"><code>7629c59</code></a> Merge branch 'master' into vkarpov15/<a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11257">gh-11257</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/5012a5c5a2e6c055f7e7b2ebe69e2ee78d972799"><code>5012a5c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12802">#12802</a> from Automattic/vkarpov15/<a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12565">gh-12565</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/9d7bf10606e567990969aabe130f16b896e2d29b"><code>9d7bf10</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12811">#12811</a> from Automattic/replaceLocalhost</li> <li><a href="https://github.com/Automattic/mongoose/commit/ce672d2327aab130f28b0176e33eda2bc177725a"><code>ce672d2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12810">#12810</a> from lpizzinidev/<a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12808">gh-12808</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/39e64ed83bc5a7059d21fac20683501f1301c11b"><code>39e64ed</code></a> fix(populate): handle virtual populate underneath document array with justOne...</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/6.8.0...6.8.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=6.8.0&new-version=6.8.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