Bump mongoose from 6.4.0 to 6.4.1 #398

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/mongoose-6.4.1 into main 2022-06-28 09:03:39 +00:00
dependabot[bot] commented 2022-06-28 07:07:50 +00:00 (Migrated from github.com)

Bumps mongoose from 6.4.0 to 6.4.1.

Release notes

Sourced from mongoose's releases.

6.4.1 / 2022-06-27

  • fix(schema): allow 0 for numbers if required and ref both set #11912
  • fix(query): skip applying default projections over slice projections #11940
  • fix(types): handle arrays in ApplyBasicQueryCasting correctly #11964
  • fix(types): fix $match typings #11969 andreialecu
  • fix(types): avoid adding non-existent properties from model constructor for typegoose #11960
  • fix(types): make Mongoose UpdateQuery compatible with MongoDB UpdateFilter #11911
  • fix(types): simplify MergeType constraints #11978
  • fix(types): correct references to Buffer for @​types/node >= 16.0.0 < 16.6.0 #11963
  • fix(types): re-add the possibility to pass undefined for projection in Model.find #11965 ghost91-
  • fix(types): fix typo for indexes #11953 AbdelrahmanHafez
  • fix(document+types): document merge option #11913
  • docs: update schematypes.md #11981 korzio
  • docs: update validation.md #11982 korzio
Changelog

Sourced from mongoose's changelog.

6.4.1 / 2022-06-27

  • fix(schema): allow 0 for numbers if required and ref both set #11912
  • fix(query): skip applying default projections over slice projections #11940
  • fix(types): handle arrays in ApplyBasicQueryCasting correctly #11964
  • fix(types): fix $match typings #11969 andreialecu
  • fix(types): avoid adding non-existent properties from model constructor for typegoose #11960
  • fix(types): make Mongoose UpdateQuery compatible with MongoDB UpdateFilter #11911
  • fix(types): simplify MergeType constraints #11978
  • fix(types): correct references to Buffer for @​types/node >= 16.0.0 < 16.6.0 #11963
  • fix(types): re-add the possibility to pass undefined for projection in Model.find #11965 ghost91-
  • fix(types): fix typo for indexes #11953 AbdelrahmanHafez
  • fix(document+types): document merge option #11913
  • docs: update schematypes.md #11981 korzio
  • docs: update validation.md #11982 korzio
Commits
  • 2353c14 chore: release 6.4.1
  • 3a4ba27 fix(types): correct references to Buffer for @types/node >= 16.0.0 < 16.6.0
  • 4f89f23 Merge pull request #11986 from Automattic/vkarpov15/gh-11960
  • b66cdc6 fix(types): handle arrays in ApplyBasicQueryCasting correctly
  • 5753bce test: add test case for #11960
  • 5409717 fix(types): avoid adding non-existent properties from model constructor for t...
  • e991892 Merge pull request #11978 from sandersn/simplify-MergeType-constraints
  • 89ec33c Merge pull request #11969 from andreialecu/fix-expressiontypes2
  • f4ca704 Merge pull request #11981 from korzio/patch-1
  • e6cc1d7 Merge pull request #11982 from korzio/patch-2
  • 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.4.0 to 6.4.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.4.1 / 2022-06-27</h1> <ul> <li>fix(schema): allow 0 for numbers if required and ref both set <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11912">#11912</a></li> <li>fix(query): skip applying default projections over slice projections <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11940">#11940</a></li> <li>fix(types): handle arrays in ApplyBasicQueryCasting correctly <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11964">#11964</a></li> <li>fix(types): fix $match typings <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11969">#11969</a> <a href="https://github.com/andreialecu">andreialecu</a></li> <li>fix(types): avoid adding non-existent properties from model constructor for typegoose <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11960">#11960</a></li> <li>fix(types): make Mongoose UpdateQuery compatible with MongoDB <code>UpdateFilter</code> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11911">#11911</a></li> <li>fix(types): simplify MergeType constraints <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11978">#11978</a></li> <li>fix(types): correct references to Buffer for <code>@​types/node</code> &gt;= 16.0.0 &lt; 16.6.0 <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11963">#11963</a></li> <li>fix(types): re-add the possibility to pass undefined for projection in Model.find <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11965">#11965</a> <a href="https://github.com/ghost91-">ghost91-</a></li> <li>fix(types): fix typo for indexes <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11953">#11953</a> <a href="https://github.com/AbdelrahmanHafez">AbdelrahmanHafez</a></li> <li>fix(document+types): document merge option <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11913">#11913</a></li> <li>docs: update schematypes.md <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11981">#11981</a> <a href="https://github.com/korzio">korzio</a></li> <li>docs: update validation.md <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11982">#11982</a> <a href="https://github.com/korzio">korzio</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.1 / 2022-06-27</h1> <ul> <li>fix(schema): allow 0 for numbers if required and ref both set <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11912">#11912</a></li> <li>fix(query): skip applying default projections over slice projections <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11940">#11940</a></li> <li>fix(types): handle arrays in ApplyBasicQueryCasting correctly <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11964">#11964</a></li> <li>fix(types): fix $match typings <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11969">#11969</a> <a href="https://github.com/andreialecu">andreialecu</a></li> <li>fix(types): avoid adding non-existent properties from model constructor for typegoose <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11960">#11960</a></li> <li>fix(types): make Mongoose UpdateQuery compatible with MongoDB <code>UpdateFilter</code> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11911">#11911</a></li> <li>fix(types): simplify MergeType constraints <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11978">#11978</a></li> <li>fix(types): correct references to Buffer for <code>@​types/node</code> &gt;= 16.0.0 &lt; 16.6.0 <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11963">#11963</a></li> <li>fix(types): re-add the possibility to pass undefined for projection in Model.find <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11965">#11965</a> <a href="https://github.com/ghost91-">ghost91-</a></li> <li>fix(types): fix typo for indexes <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11953">#11953</a> <a href="https://github.com/AbdelrahmanHafez">AbdelrahmanHafez</a></li> <li>fix(document+types): document merge option <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11913">#11913</a></li> <li>docs: update schematypes.md <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11981">#11981</a> <a href="https://github.com/korzio">korzio</a></li> <li>docs: update validation.md <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11982">#11982</a> <a href="https://github.com/korzio">korzio</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/2353c14b15dab9a4c65307cc7900207b995726af"><code>2353c14</code></a> chore: release 6.4.1</li> <li><a href="https://github.com/Automattic/mongoose/commit/3a4ba27a75622a9fc370683744b8822f3f9dbfdf"><code>3a4ba27</code></a> fix(types): correct references to Buffer for <code>@types/node</code> &gt;= 16.0.0 &lt; 16.6.0</li> <li><a href="https://github.com/Automattic/mongoose/commit/4f89f2373b679b10b64bf47904dec1e082cdaa49"><code>4f89f23</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11986">#11986</a> from Automattic/vkarpov15/<a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11960">gh-11960</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/b66cdc62feb0ac735158ea4aee71cd9236481758"><code>b66cdc6</code></a> fix(types): handle arrays in ApplyBasicQueryCasting correctly</li> <li><a href="https://github.com/Automattic/mongoose/commit/5753bce28d9db6b50f2c9130ef05f9314bde1543"><code>5753bce</code></a> test: add test case for <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11960">#11960</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/5409717805044aab850c387f12b4ba63e6ff6198"><code>5409717</code></a> fix(types): avoid adding non-existent properties from model constructor for t...</li> <li><a href="https://github.com/Automattic/mongoose/commit/e991892e8c42d11d3492ec5aef1b8b03a0e52e26"><code>e991892</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11978">#11978</a> from sandersn/simplify-MergeType-constraints</li> <li><a href="https://github.com/Automattic/mongoose/commit/89ec33ce5898d5cc46dbc3adbf1d06523dddff8a"><code>89ec33c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11969">#11969</a> from andreialecu/fix-expressiontypes2</li> <li><a href="https://github.com/Automattic/mongoose/commit/f4ca704203d3eecc10a60e1fb3e97130f5d04291"><code>f4ca704</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11981">#11981</a> from korzio/patch-1</li> <li><a href="https://github.com/Automattic/mongoose/commit/e6cc1d766b6fb4719c7305ca2b971679ad336673"><code>e6cc1d7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11982">#11982</a> from korzio/patch-2</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/6.4.0...6.4.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.4.0&new-version=6.4.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>
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#398
No description provided.