build(deps): bump mongoose from 8.4.4 to 8.4.5 #477

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/mongoose-8.4.5 into main 2024-07-14 14:52:54 -07:00
dependabot[bot] commented 2024-07-08 09:27:42 -07:00 (Migrated from github.com)

Bumps mongoose from 8.4.4 to 8.4.5.

Release notes

Sourced from mongoose's releases.

8.4.5 / 2024-07-05

  • types: correct this for validate.validator schematype option #14720 #14696
  • docs(model): note that insertMany() with lean skips applying defaults #14723 #14698
Changelog

Sourced from mongoose's changelog.

8.4.5 / 2024-07-05

  • types: correct this for validate.validator schematype option #14720 #14696
  • docs(model): note that insertMany() with lean skips applying defaults #14723 #14698
Commits
  • 83d7630 chore: release 8.4.5
  • 446b923 Merge pull request #14723 from Automattic/vkarpov15/gh-14698
  • 54561d0 Merge pull request #14720 from Automattic/vkarpov15/gh-14696
  • f530400 docs(model): note that insertMany() with lean skips applying defaults
  • a341dbc Merge pull request #14721 from Automattic/dependabot/npm_and_yarn/master/moch...
  • da9a9f8 Merge pull request #14710 from Automattic/dependabot/npm_and_yarn/master/babe...
  • 35164f0 Merge pull request #14708 from Automattic/dependabot/npm_and_yarn/master/uuid...
  • ea000e5 Merge pull request #14713 from Automattic/dependabot/npm_and_yarn/master/tsd-...
  • 0d92a7a chore(deps-dev): bump @​babel/preset-env from 7.24.6 to 7.24.7
  • 58adabd chore(deps-dev): bump tsd from 0.31.0 to 0.31.1
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.4.4 to 8.4.5. <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.4.5 / 2024-07-05</h1> <ul> <li>types: correct this for validate.validator schematype option <a href="https://redirect.github.com/Automattic/mongoose/issues/14720">#14720</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14696">#14696</a></li> <li>docs(model): note that insertMany() with lean skips applying defaults <a href="https://redirect.github.com/Automattic/mongoose/issues/14723">#14723</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14698">#14698</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.4.5 / 2024-07-05</h1> <ul> <li>types: correct this for validate.validator schematype option <a href="https://redirect.github.com/Automattic/mongoose/issues/14720">#14720</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14696">#14696</a></li> <li>docs(model): note that insertMany() with lean skips applying defaults <a href="https://redirect.github.com/Automattic/mongoose/issues/14723">#14723</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14698">#14698</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/83d7630310532bc7c8da6ad16ea47c518acffded"><code>83d7630</code></a> chore: release 8.4.5</li> <li><a href="https://github.com/Automattic/mongoose/commit/446b9232885b9e550eeacacceac4f7ba51695948"><code>446b923</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14723">#14723</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14698">gh-14698</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/54561d0fd01b74bef416f96e433ab72013c3c3a3"><code>54561d0</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14720">#14720</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14696">gh-14696</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/f530400e86e558ecc6cbb5e7c4f74bdbfdd8659d"><code>f530400</code></a> docs(model): note that <code>insertMany()</code> with <code>lean</code> skips applying defaults</li> <li><a href="https://github.com/Automattic/mongoose/commit/a341dbcfa19fb8c6a5d12f2dc0bcaaf839dd6475"><code>a341dbc</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14721">#14721</a> from Automattic/dependabot/npm_and_yarn/master/moch...</li> <li><a href="https://github.com/Automattic/mongoose/commit/da9a9f85b670e50f2c80f6fd377448ffe6392629"><code>da9a9f8</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14710">#14710</a> from Automattic/dependabot/npm_and_yarn/master/babe...</li> <li><a href="https://github.com/Automattic/mongoose/commit/35164f09344aee38ae4e9b283fd2edcf4ab93704"><code>35164f0</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14708">#14708</a> from Automattic/dependabot/npm_and_yarn/master/uuid...</li> <li><a href="https://github.com/Automattic/mongoose/commit/ea000e5dd6a6b19b465c66f21403f944190c8f76"><code>ea000e5</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14713">#14713</a> from Automattic/dependabot/npm_and_yarn/master/tsd-...</li> <li><a href="https://github.com/Automattic/mongoose/commit/0d92a7a53cc7d49f49d64484b4566f59a8e860c9"><code>0d92a7a</code></a> chore(deps-dev): bump <code>@​babel/preset-env</code> from 7.24.6 to 7.24.7</li> <li><a href="https://github.com/Automattic/mongoose/commit/58adabd473a09625e8a9a995eeabf4adcd04595f"><code>58adabd</code></a> chore(deps-dev): bump tsd from 0.31.0 to 0.31.1</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/8.4.4...8.4.5">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.4.4&new-version=8.4.5)](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>
Sign in to join this conversation.
No description provided.