Bump mongoose from 6.3.6 to 6.4.0 #395

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/mongoose-6.4.0 into main 2022-06-20 09:50:54 +00:00
dependabot[bot] commented 2022-06-20 07:06:37 +00:00 (Migrated from github.com)

Bumps mongoose from 6.3.6 to 6.4.0.

Release notes

Sourced from mongoose's releases.

6.4.0 / 2022-06-17

  • feat: upgrade mongodb driver -> 4.7.0 #11909 AbdelrahmanHafez
  • feat(types+document): add $assertPopulated() for working with manually populated paths in TypeScript #11843
  • feat(mongoose): add setDriver() function to allow overwriting driver in a more consistent way #11900
  • feat(types): add helpers to infer schema type automatically #11563 mohammad0-0ahmad
  • feat: add transform option to lean() #10423 IslandRhythms
  • feat(base): add support to set default immutable for createdAt globally #11888 AbdelrahmanHafez
  • fix: make doValidate() on document array elements run validation on the whole subdoc #11902
  • feat(types): add expression typings to Aggregate stages #11370 Uzlopak
  • fix: remove on from schema reserved keys #11580 IslandRhythms

6.3.9 / 2022-06-17

  • fix(document): handle nested paths underneath subdocuments when getting all subdocuments for pre save hooks #11917
  • fix(types): correct typing in post aggregate hooks #11924 GCastilho
  • docs: remove connect-option reconnectTries and reconnectInterval #11930 Uzlopak

6.3.8 / 2022-06-13

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

Sourced from mongoose's changelog.

6.4.0 / 2022-06-17

  • feat: upgrade mongodb driver -> 4.7.0 #11909 AbdelrahmanHafez
  • feat(types+document): add $assertPopulated() for working with manually populated paths in TypeScript #11843
  • feat(mongoose): add setDriver() function to allow overwriting driver in a more consistent way #11900
  • feat(types): add helpers to infer schema type automatically #11563 mohammad0-0ahmad
  • feat: add transform option to lean() #10423 IslandRhythms
  • feat(base): add support to set default immutable for createdAt globally #11888 AbdelrahmanHafez
  • fix: make doValidate() on document array elements run validation on the whole subdoc #11902
  • feat(types): add expression typings to Aggregate stages #11370 Uzlopak
  • fix: remove on from schema reserved keys #11580 IslandRhythms

6.3.9 / 2022-06-17

  • fix(document): handle nested paths underneath subdocuments when getting all subdocuments for pre save hooks #11917
  • fix(types): correct typing in post aggregate hooks #11924 GCastilho
  • docs: remove connect-option reconnectTries and reconnectInterval #11930 Uzlopak

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

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.4.0. <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.4.0 / 2022-06-17</h1> <ul> <li>feat: upgrade mongodb driver -&gt; 4.7.0 <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11909">#11909</a> <a href="https://github.com/AbdelrahmanHafez">AbdelrahmanHafez</a></li> <li>feat(types+document): add $assertPopulated() for working with manually populated paths in TypeScript <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11843">#11843</a></li> <li>feat(mongoose): add setDriver() function to allow overwriting driver in a more consistent way <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11900">#11900</a></li> <li>feat(types): add helpers to infer schema type automatically <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11563">#11563</a> <a href="https://github.com/mohammad0-0ahmad">mohammad0-0ahmad</a></li> <li>feat: add <code>transform</code> option to <code>lean()</code> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/10423">#10423</a> <a href="https://github.com/IslandRhythms">IslandRhythms</a></li> <li>feat(base): add support to set default immutable for createdAt globally <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11888">#11888</a> <a href="https://github.com/AbdelrahmanHafez">AbdelrahmanHafez</a></li> <li>fix: make doValidate() on document array elements run validation on the whole subdoc <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11902">#11902</a></li> <li>feat(types): add expression typings to Aggregate stages <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11370">#11370</a> <a href="https://github.com/Uzlopak">Uzlopak</a></li> <li>fix: remove <code>on</code> from schema reserved keys <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11580">#11580</a> <a href="https://github.com/IslandRhythms">IslandRhythms</a></li> </ul> <h1>6.3.9 / 2022-06-17</h1> <ul> <li>fix(document): handle nested paths underneath subdocuments when getting all subdocuments for pre save hooks <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11917">#11917</a></li> <li>fix(types): correct typing in post aggregate hooks <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11924">#11924</a> <a href="https://github.com/GCastilho">GCastilho</a></li> <li>docs: remove connect-option reconnectTries and reconnectInterval <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11930">#11930</a> <a href="https://github.com/Uzlopak">Uzlopak</a></li> </ul> <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.4.0 / 2022-06-17</h1> <ul> <li>feat: upgrade mongodb driver -&gt; 4.7.0 <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11909">#11909</a> <a href="https://github.com/AbdelrahmanHafez">AbdelrahmanHafez</a></li> <li>feat(types+document): add $assertPopulated() for working with manually populated paths in TypeScript <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11843">#11843</a></li> <li>feat(mongoose): add setDriver() function to allow overwriting driver in a more consistent way <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11900">#11900</a></li> <li>feat(types): add helpers to infer schema type automatically <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11563">#11563</a> <a href="https://github.com/mohammad0-0ahmad">mohammad0-0ahmad</a></li> <li>feat: add <code>transform</code> option to <code>lean()</code> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/10423">#10423</a> <a href="https://github.com/IslandRhythms">IslandRhythms</a></li> <li>feat(base): add support to set default immutable for createdAt globally <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11888">#11888</a> <a href="https://github.com/AbdelrahmanHafez">AbdelrahmanHafez</a></li> <li>fix: make doValidate() on document array elements run validation on the whole subdoc <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11902">#11902</a></li> <li>feat(types): add expression typings to Aggregate stages <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11370">#11370</a> <a href="https://github.com/Uzlopak">Uzlopak</a></li> <li>fix: remove <code>on</code> from schema reserved keys <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11580">#11580</a> <a href="https://github.com/IslandRhythms">IslandRhythms</a></li> </ul> <h1>6.3.9 / 2022-06-17</h1> <ul> <li>fix(document): handle nested paths underneath subdocuments when getting all subdocuments for pre save hooks <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11917">#11917</a></li> <li>fix(types): correct typing in post aggregate hooks <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11924">#11924</a> <a href="https://github.com/GCastilho">GCastilho</a></li> <li>docs: remove connect-option reconnectTries and reconnectInterval <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11930">#11930</a> <a href="https://github.com/Uzlopak">Uzlopak</a></li> </ul> <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/f858619b8b8de007f7af6dfb4a5103a80e0a6c22"><code>f858619</code></a> chore: release 6.4.0</li> <li><a href="https://github.com/Automattic/mongoose/commit/259cc7f7b86ef404fe11b3553660537e9699a442"><code>259cc7f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11947">#11947</a> from Automattic/6.4</li> <li><a href="https://github.com/Automattic/mongoose/commit/40fef4a16493539f36b2e89bb0942683af8768b7"><code>40fef4a</code></a> Merge branch 'master' into 6.4</li> <li><a href="https://github.com/Automattic/mongoose/commit/4e7e6cad64063319816cf250efb9391d18e5af6b"><code>4e7e6ca</code></a> chore: release 6.3.9</li> <li><a href="https://github.com/Automattic/mongoose/commit/47c5f785542596bddc321b806b1337d243eff512"><code>47c5f78</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11370">#11370</a> from Uzlopak/types-expression</li> <li><a href="https://github.com/Automattic/mongoose/commit/96edf20685ad4329c36f72114fca9a289be6ca89"><code>96edf20</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11927">#11927</a> from Automattic/vkarpov15/<a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11426">gh-11426</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/1845a579dd345846c1607f9d41c3c1eda951bd35"><code>1845a57</code></a> fix(document): handle nested paths underneath subdocuments when getting all s...</li> <li><a href="https://github.com/Automattic/mongoose/commit/ebc0b88125a6dbac7b01650d93a5d0264471600d"><code>ebc0b88</code></a> fix: upgrade kareem to fix <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/6611">#6611</a> test</li> <li><a href="https://github.com/Automattic/mongoose/commit/635e87c8e94d34c1a6a0917f5af9e117e33dfb32"><code>635e87c</code></a> Merge branch '6.4' into vkarpov15/<a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11426">gh-11426</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/6db2e4a281289d30bb33b60a25b48c327fe28ddf"><code>6db2e4a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11900">#11900</a> from Automattic/vkarpov15/driver-fixes</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/6.3.6...6.4.0">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.4.0)](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>
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#395
No description provided.