Bump mongoose from 6.3.6 to 6.3.8 #392

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/mongoose-6.3.8 into main
dependabot[bot] commented 2022-06-14 07:06:32 +00:00 (Migrated from github.com)

Bumps mongoose from 6.3.6 to 6.3.8.

Release notes

Sourced from mongoose's releases.

6.3.8 / 2022-06-13

  • fix: revert 670b445b0fc perf optimizations that caused some test failures #11541
Changelog

Sourced from mongoose's changelog.

6.3.8 / 2022-06-13

  • fix: revert 670b445b0fc perf optimizations that caused some test failures #11541

6.3.7 / 2022-06-13

  • fix(schema+document): allow disabling _id on subdocuments by default #11541
  • fix(update): respect global strictQuery option when casting array filters #11836
  • perf(document): avoid unnecessarily creating new options object on every $set #11541
  • fix: toJSON with undefined path #11922 kerryChen95
  • fix: add refPath to SchemaTypeOptions class #11862
  • fix(types): handle boolean default functions #11828
  • docs(populate): make path names in refPath section consistent #11724
Commits
  • 613b368 chore: release 6.3.8
  • 670b445 Revert "perf: make a couple of more minor performance optimizations re: #11541"
  • 213607f Merge branch 'master' of github.com:Automattic/mongoose
  • 5a63995 chore: release 6.3.7
  • c7dbfe3 Merge pull request #11925 from Automattic/revert-11898-fix/discriminator-type...
  • 53fcc1a Revert "fix: Discriminator generic type not being passed to schema"
  • c3b223f perf: make a couple of more minor performance optimizations re: #11541
  • 3dc732f perf(document): avoid unnecessarily creating new options object on every $set
  • f1c5412 fix(schema+document): allow disabling _id on subdocuments by default
  • f4d7ad8 fix: add refPath to SchemaTypeOptions class #11862
  • 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 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 6.3.6 to 6.3.8. <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.3.8 / 2022-06-13</h1> <ul> <li>fix: revert 670b445b0fc perf optimizations that caused some test failures <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11541">#11541</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.3.8 / 2022-06-13</h1> <ul> <li>fix: revert 670b445b0fc perf optimizations that caused some test failures <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11541">#11541</a></li> </ul> <h1>6.3.7 / 2022-06-13</h1> <ul> <li>fix(schema+document): allow disabling _id on subdocuments by default <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11541">#11541</a></li> <li>fix(update): respect global strictQuery option when casting array filters <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11836">#11836</a></li> <li>perf(document): avoid unnecessarily creating new options object on every <code>$set</code> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11541">#11541</a></li> <li>fix: toJSON with undefined path <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11922">#11922</a> <a href="https://github.com/kerryChen95">kerryChen95</a></li> <li>fix: add refPath to SchemaTypeOptions class <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11862">#11862</a></li> <li>fix(types): handle boolean default functions <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11828">#11828</a></li> <li>docs(populate): make path names in refPath section consistent <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11724">#11724</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/613b36881bde393ce81946bc1c7651e96733e2e0"><code>613b368</code></a> chore: release 6.3.8</li> <li><a href="https://github.com/Automattic/mongoose/commit/670b445b0fcc4a886f6a05ed0ca7f3c6a33e9734"><code>670b445</code></a> Revert &quot;perf: make a couple of more minor performance optimizations re: <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11541">#11541</a>&quot;</li> <li><a href="https://github.com/Automattic/mongoose/commit/213607ff080d8482e9739a916554756caf5472dc"><code>213607f</code></a> Merge branch 'master' of github.com:Automattic/mongoose</li> <li><a href="https://github.com/Automattic/mongoose/commit/5a63995fcef5535198166496a1a853fb3441a6e1"><code>5a63995</code></a> chore: release 6.3.7</li> <li><a href="https://github.com/Automattic/mongoose/commit/c7dbfe3c1cf9f599bf4d500a91df7bfef1e25a51"><code>c7dbfe3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11925">#11925</a> from Automattic/revert-11898-fix/discriminator-type...</li> <li><a href="https://github.com/Automattic/mongoose/commit/53fcc1ac4b748e873ea82d7d931b2869bae91292"><code>53fcc1a</code></a> Revert &quot;fix: Discriminator generic type not being passed to schema&quot;</li> <li><a href="https://github.com/Automattic/mongoose/commit/c3b223f8b92c21125b1063f35ec2b9876db57a77"><code>c3b223f</code></a> perf: make a couple of more minor performance optimizations re: <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11541">#11541</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/3dc732fca61c34090e67bb9eab862d38cd31b083"><code>3dc732f</code></a> perf(document): avoid unnecessarily creating new options object on every <code>$set</code></li> <li><a href="https://github.com/Automattic/mongoose/commit/f1c54127ab474cb898e3d477e47756ede020e629"><code>f1c5412</code></a> fix(schema+document): allow disabling <code>_id</code> on subdocuments by default</li> <li><a href="https://github.com/Automattic/mongoose/commit/f4d7ad883b2bc3279ca8d3e1c489d1500f78636e"><code>f4d7ad8</code></a> fix: add refPath to SchemaTypeOptions class <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11862">#11862</a></li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/6.3.6...6.3.8">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.3.6&new-version=6.3.8)](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>
dependabot[bot] commented 2022-06-14 07:07:57 +00:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
This repo is archived. You cannot comment on pull requests.
No Reviewers
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-bds/Maneger#392
No description provided.