Bump mongoose from 7.1.1 to 7.4.1 #24

Merged
dependabot[bot] merged 2 commits from dependabot/npm_and_yarn/mongoose-7.4.1 into main 2023-07-24 14:19:27 -07:00
dependabot[bot] commented 2023-07-24 09:45:09 -07:00 (Migrated from github.com)

Bumps mongoose from 7.1.1 to 7.4.1.

Release notes

Sourced from mongoose's releases.

7.4.1 / 2023-07-24

  • fix(document): correctly clean up nested subdocs modified state on save() #13644 #13609
  • fix(schema): avoid propagating toObject.transform and toJSON.transform option to implicitly created schemas #13634 #13599
  • fix: prevent schema options overwriting user defined writeConcern #13612 #13592
  • types: correctly handle pre('deleteOne', { document: true }) #13632
  • types(schema): handle type: Schema.Types.Map in TypeScript #13628
  • types: Add inline comment to to tell the default value of the runValidator flag in the queryOptions types #13636 omran95
  • docs: rework several code examples that still use callbacks #13635 #13616
  • docs: remove callbacks from validation description #13638 #13501

7.4.0 / 2023-07-18

  • perf: speed up mapOfSubdocs benchmark by 4x by avoiding unnecessary O(n^2) loop in getPathsToValidate() #13614
  • feat: upgrade to MongoDB Node.js driver 5.7.0 #13591
  • feat: support generating custom cast error message with a function #13608 #3162
  • feat(query): support MongoDB driver's includeResultMetadata option for findOneAndUpdate #13584 #13539
  • feat(connection): add Connection.prototype.removeDb() for removing a related connection #13580 #11821
  • feat(query): delay converting documents into POJOs until query execution, allow querying subdocuments with defaults disabled #13522
  • feat(model): add option "aggregateErrors" for create() #13544 hasezoey
  • feat(schema): add collectionOptions option to schemas #13513
  • fix: move all MongoDB-specific connection logic into driver layer, add createClient() method to handle creating MongoClient #13542
  • fix(document): allow setting keys with dots in mixed paths underneath nested paths #13536
  • types: augment bson.ObjectId instead of adding on own type #13515 #12537 hasezoey
  • docs(guide): fix md lint #13593 hasezoey
  • docs: changed the code from 'await author.save()' to 'await story1.save()' #13596 SomSingh23

7.3.4 / 2023-07-12

  • chore: release 7.4.4 to overwrite accidental publish of 5.13.20 to latest tag

7.3.3 / 2023-07-10

  • fix: avoid prototype pollution on init
  • fix(document): clean up all array subdocument modified paths on save() #13589 #13582
  • types: avoid unnecessary MergeType<> if TOverrides not set, clean up statics and insertMany() type issues #13577 #13529

7.3.2 / 2023-07-06

  • fix(model): avoid TypeError if insertMany() fails with error that does not have writeErrors property #13579 #13531
  • fix(query): convert findOneAndUpdate to findOneAndReplace when overwrite set for backwards compat with Mongoose 6 #13572 #13550
  • fix(query): throw readable error when executing a Query instance without an associated model #13571 #13570
  • types: support mongoose.Schema.ObjectId as alias for mongoose.Schema.Types.ObjectId #13543 #13534
  • docs(connections): clarify that socketTimeoutMS now defaults to 0 #13576 #13537
  • docs(migrating_to_7): add mapReduce() removal to migration guide #13568 #13548
  • docs(schemas): fix typo in schemas.md #13540 Metehan-Altuntekin

7.3.1 / 2023-06-21

  • fix(query): respect query-level strict option on findOneAndReplace() #13516 #13507

... (truncated)

Changelog

Sourced from mongoose's changelog.

7.4.1 / 2023-07-24

  • fix(document): correctly clean up nested subdocs modified state on save() #13644 #13609
  • fix(schema): avoid propagating toObject.transform and toJSON.transform option to implicitly created schemas #13634 #13599
  • fix: prevent schema options overwriting user defined writeConcern #13612 #13592
  • types: correctly handle pre('deleteOne', { document: true }) #13632
  • types(schema): handle type: Schema.Types.Map in TypeScript #13628
  • types: Add inline comment to to tell the default value of the runValidator flag in the queryOptions types #13636 omran95
  • docs: rework several code examples that still use callbacks #13635 #13616
  • docs: remove callbacks from validation description #13638 #13501

7.4.0 / 2023-07-18

  • perf: speed up mapOfSubdocs benchmark by 4x by avoiding unnecessary O(n^2) loop in getPathsToValidate() #13614
  • feat: upgrade to MongoDB Node.js driver 5.7.0 #13591
  • feat: support generating custom cast error message with a function #13608 #3162
  • feat(query): support MongoDB driver's includeResultMetadata option for findOneAndUpdate #13584 #13539
  • feat(connection): add Connection.prototype.removeDb() for removing a related connection #13580 #11821
  • feat(query): delay converting documents into POJOs until query execution, allow querying subdocuments with defaults disabled #13522
  • feat(model): add option "aggregateErrors" for create() #13544 hasezoey
  • feat(schema): add collectionOptions option to schemas #13513
  • fix: move all MongoDB-specific connection logic into driver layer, add createClient() method to handle creating MongoClient #13542
  • fix(document): allow setting keys with dots in mixed paths underneath nested paths #13536
  • types: augment bson.ObjectId instead of adding on own type #13515 #12537 hasezoey
  • docs(guide): fix md lint #13593 hasezoey
  • docs: changed the code from 'await author.save()' to 'await story1.save()' #13596 SomSingh23

6.11.4 / 2023-07-17

  • perf: speed up mapOfSubdocs benchmark by 4x by avoiding unnecessary O(n^2) loop in getPathsToValidate() #13614

7.3.4 / 2023-07-12

  • chore: release 7.4.4 to overwrite accidental publish of 5.13.20 to latest tag

6.11.3 / 2023-07-11

  • fix: avoid prototype pollution on init
  • fix(schema): correctly handle uuids with populate() #13317 #13595

7.3.3 / 2023-07-10

  • fix: avoid prototype pollution on init
  • fix(document): clean up all array subdocument modified paths on save() #13589 #13582
  • types: avoid unnecessary MergeType<> if TOverrides not set, clean up statics and insertMany() type issues #13577 #13529

7.3.2 / 2023-07-06

  • fix(model): avoid TypeError if insertMany() fails with error that does not have writeErrors property #13579 #13531
  • fix(query): convert findOneAndUpdate to findOneAndReplace when overwrite set for backwards compat with Mongoose 6 #13572 #13550
  • fix(query): throw readable error when executing a Query instance without an associated model #13571 #13570

... (truncated)

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 7.1.1 to 7.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>7.4.1 / 2023-07-24</h1> <ul> <li>fix(document): correctly clean up nested subdocs modified state on save() <a href="https://redirect.github.com/Automattic/mongoose/issues/13644">#13644</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13609">#13609</a></li> <li>fix(schema): avoid propagating toObject.transform and toJSON.transform option to implicitly created schemas <a href="https://redirect.github.com/Automattic/mongoose/issues/13634">#13634</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13599">#13599</a></li> <li>fix: prevent schema options overwriting user defined writeConcern <a href="https://redirect.github.com/Automattic/mongoose/issues/13612">#13612</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13592">#13592</a></li> <li>types: correctly handle pre('deleteOne', { document: true }) <a href="https://redirect.github.com/Automattic/mongoose/issues/13632">#13632</a></li> <li>types(schema): handle type: Schema.Types.Map in TypeScript <a href="https://redirect.github.com/Automattic/mongoose/issues/13628">#13628</a></li> <li>types: Add inline comment to to tell the default value of the runValidator flag in the queryOptions types <a href="https://redirect.github.com/Automattic/mongoose/issues/13636">#13636</a> <a href="https://github.com/omran95">omran95</a></li> <li>docs: rework several code examples that still use callbacks <a href="https://redirect.github.com/Automattic/mongoose/issues/13635">#13635</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13616">#13616</a></li> <li>docs: remove callbacks from validation description <a href="https://redirect.github.com/Automattic/mongoose/issues/13638">#13638</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13501">#13501</a></li> </ul> <h1>7.4.0 / 2023-07-18</h1> <ul> <li>perf: speed up mapOfSubdocs benchmark by 4x by avoiding unnecessary O(n^2) loop in getPathsToValidate() <a href="https://redirect.github.com/Automattic/mongoose/issues/13614">#13614</a></li> <li>feat: upgrade to MongoDB Node.js driver 5.7.0 <a href="https://redirect.github.com/Automattic/mongoose/issues/13591">#13591</a></li> <li>feat: support generating custom cast error message with a function <a href="https://redirect.github.com/Automattic/mongoose/issues/13608">#13608</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/3162">#3162</a></li> <li>feat(query): support MongoDB driver's includeResultMetadata option for findOneAndUpdate <a href="https://redirect.github.com/Automattic/mongoose/issues/13584">#13584</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13539">#13539</a></li> <li>feat(connection): add Connection.prototype.removeDb() for removing a related connection <a href="https://redirect.github.com/Automattic/mongoose/issues/13580">#13580</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/11821">#11821</a></li> <li>feat(query): delay converting documents into POJOs until query execution, allow querying subdocuments with defaults disabled <a href="https://redirect.github.com/Automattic/mongoose/issues/13522">#13522</a></li> <li>feat(model): add option &quot;aggregateErrors&quot; for create() <a href="https://redirect.github.com/Automattic/mongoose/issues/13544">#13544</a> <a href="https://github.com/hasezoey">hasezoey</a></li> <li>feat(schema): add collectionOptions option to schemas <a href="https://redirect.github.com/Automattic/mongoose/issues/13513">#13513</a></li> <li>fix: move all MongoDB-specific connection logic into driver layer, add createClient() method to handle creating MongoClient <a href="https://redirect.github.com/Automattic/mongoose/issues/13542">#13542</a></li> <li>fix(document): allow setting keys with dots in mixed paths underneath nested paths <a href="https://redirect.github.com/Automattic/mongoose/issues/13536">#13536</a></li> <li>types: augment bson.ObjectId instead of adding on own type <a href="https://redirect.github.com/Automattic/mongoose/issues/13515">#13515</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/12537">#12537</a> <a href="https://github.com/hasezoey">hasezoey</a></li> <li>docs(guide): fix md lint <a href="https://redirect.github.com/Automattic/mongoose/issues/13593">#13593</a> <a href="https://github.com/hasezoey">hasezoey</a></li> <li>docs: changed the code from 'await author.save()' to 'await story1.save()' <a href="https://redirect.github.com/Automattic/mongoose/issues/13596">#13596</a> <a href="https://github.com/SomSingh23">SomSingh23</a></li> </ul> <h1>7.3.4 / 2023-07-12</h1> <ul> <li>chore: release 7.4.4 to overwrite accidental publish of 5.13.20 to latest tag</li> </ul> <h1>7.3.3 / 2023-07-10</h1> <ul> <li>fix: avoid prototype pollution on init</li> <li>fix(document): clean up all array subdocument modified paths on save() <a href="https://redirect.github.com/Automattic/mongoose/issues/13589">#13589</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13582">#13582</a></li> <li>types: avoid unnecessary MergeType&lt;&gt; if TOverrides not set, clean up statics and insertMany() type issues <a href="https://redirect.github.com/Automattic/mongoose/issues/13577">#13577</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13529">#13529</a></li> </ul> <h1>7.3.2 / 2023-07-06</h1> <ul> <li>fix(model): avoid TypeError if insertMany() fails with error that does not have writeErrors property <a href="https://redirect.github.com/Automattic/mongoose/issues/13579">#13579</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13531">#13531</a></li> <li>fix(query): convert findOneAndUpdate to findOneAndReplace when overwrite set for backwards compat with Mongoose 6 <a href="https://redirect.github.com/Automattic/mongoose/issues/13572">#13572</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13550">#13550</a></li> <li>fix(query): throw readable error when executing a Query instance without an associated model <a href="https://redirect.github.com/Automattic/mongoose/issues/13571">#13571</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13570">#13570</a></li> <li>types: support mongoose.Schema.ObjectId as alias for mongoose.Schema.Types.ObjectId <a href="https://redirect.github.com/Automattic/mongoose/issues/13543">#13543</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13534">#13534</a></li> <li>docs(connections): clarify that socketTimeoutMS now defaults to 0 <a href="https://redirect.github.com/Automattic/mongoose/issues/13576">#13576</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13537">#13537</a></li> <li>docs(migrating_to_7): add mapReduce() removal to migration guide <a href="https://redirect.github.com/Automattic/mongoose/issues/13568">#13568</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13548">#13548</a></li> <li>docs(schemas): fix typo in schemas.md <a href="https://redirect.github.com/Automattic/mongoose/issues/13540">#13540</a> <a href="https://github.com/Metehan-Altuntekin">Metehan-Altuntekin</a></li> </ul> <h1>7.3.1 / 2023-06-21</h1> <ul> <li>fix(query): respect query-level strict option on findOneAndReplace() <a href="https://redirect.github.com/Automattic/mongoose/issues/13516">#13516</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13507">#13507</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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>7.4.1 / 2023-07-24</h1> <ul> <li>fix(document): correctly clean up nested subdocs modified state on save() <a href="https://redirect.github.com/Automattic/mongoose/issues/13644">#13644</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13609">#13609</a></li> <li>fix(schema): avoid propagating toObject.transform and toJSON.transform option to implicitly created schemas <a href="https://redirect.github.com/Automattic/mongoose/issues/13634">#13634</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13599">#13599</a></li> <li>fix: prevent schema options overwriting user defined writeConcern <a href="https://redirect.github.com/Automattic/mongoose/issues/13612">#13612</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13592">#13592</a></li> <li>types: correctly handle pre('deleteOne', { document: true }) <a href="https://redirect.github.com/Automattic/mongoose/issues/13632">#13632</a></li> <li>types(schema): handle type: Schema.Types.Map in TypeScript <a href="https://redirect.github.com/Automattic/mongoose/issues/13628">#13628</a></li> <li>types: Add inline comment to to tell the default value of the runValidator flag in the queryOptions types <a href="https://redirect.github.com/Automattic/mongoose/issues/13636">#13636</a> <a href="https://github.com/omran95">omran95</a></li> <li>docs: rework several code examples that still use callbacks <a href="https://redirect.github.com/Automattic/mongoose/issues/13635">#13635</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13616">#13616</a></li> <li>docs: remove callbacks from validation description <a href="https://redirect.github.com/Automattic/mongoose/issues/13638">#13638</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13501">#13501</a></li> </ul> <h1>7.4.0 / 2023-07-18</h1> <ul> <li>perf: speed up mapOfSubdocs benchmark by 4x by avoiding unnecessary O(n^2) loop in getPathsToValidate() <a href="https://redirect.github.com/Automattic/mongoose/issues/13614">#13614</a></li> <li>feat: upgrade to MongoDB Node.js driver 5.7.0 <a href="https://redirect.github.com/Automattic/mongoose/issues/13591">#13591</a></li> <li>feat: support generating custom cast error message with a function <a href="https://redirect.github.com/Automattic/mongoose/issues/13608">#13608</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/3162">#3162</a></li> <li>feat(query): support MongoDB driver's includeResultMetadata option for findOneAndUpdate <a href="https://redirect.github.com/Automattic/mongoose/issues/13584">#13584</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13539">#13539</a></li> <li>feat(connection): add Connection.prototype.removeDb() for removing a related connection <a href="https://redirect.github.com/Automattic/mongoose/issues/13580">#13580</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/11821">#11821</a></li> <li>feat(query): delay converting documents into POJOs until query execution, allow querying subdocuments with defaults disabled <a href="https://redirect.github.com/Automattic/mongoose/issues/13522">#13522</a></li> <li>feat(model): add option &quot;aggregateErrors&quot; for create() <a href="https://redirect.github.com/Automattic/mongoose/issues/13544">#13544</a> <a href="https://github.com/hasezoey">hasezoey</a></li> <li>feat(schema): add collectionOptions option to schemas <a href="https://redirect.github.com/Automattic/mongoose/issues/13513">#13513</a></li> <li>fix: move all MongoDB-specific connection logic into driver layer, add createClient() method to handle creating MongoClient <a href="https://redirect.github.com/Automattic/mongoose/issues/13542">#13542</a></li> <li>fix(document): allow setting keys with dots in mixed paths underneath nested paths <a href="https://redirect.github.com/Automattic/mongoose/issues/13536">#13536</a></li> <li>types: augment bson.ObjectId instead of adding on own type <a href="https://redirect.github.com/Automattic/mongoose/issues/13515">#13515</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/12537">#12537</a> <a href="https://github.com/hasezoey">hasezoey</a></li> <li>docs(guide): fix md lint <a href="https://redirect.github.com/Automattic/mongoose/issues/13593">#13593</a> <a href="https://github.com/hasezoey">hasezoey</a></li> <li>docs: changed the code from 'await author.save()' to 'await story1.save()' <a href="https://redirect.github.com/Automattic/mongoose/issues/13596">#13596</a> <a href="https://github.com/SomSingh23">SomSingh23</a></li> </ul> <h1>6.11.4 / 2023-07-17</h1> <ul> <li>perf: speed up mapOfSubdocs benchmark by 4x by avoiding unnecessary O(n^2) loop in getPathsToValidate() <a href="https://redirect.github.com/Automattic/mongoose/issues/13614">#13614</a></li> </ul> <p>7.3.4 / 2023-07-12</p> <ul> <li>chore: release 7.4.4 to overwrite accidental publish of 5.13.20 to latest tag</li> </ul> <h1>6.11.3 / 2023-07-11</h1> <ul> <li>fix: avoid prototype pollution on init</li> <li>fix(schema): correctly handle uuids with populate() <a href="https://redirect.github.com/Automattic/mongoose/issues/13317">#13317</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13595">#13595</a></li> </ul> <h1>7.3.3 / 2023-07-10</h1> <ul> <li>fix: avoid prototype pollution on init</li> <li>fix(document): clean up all array subdocument modified paths on save() <a href="https://redirect.github.com/Automattic/mongoose/issues/13589">#13589</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13582">#13582</a></li> <li>types: avoid unnecessary MergeType&lt;&gt; if TOverrides not set, clean up statics and insertMany() type issues <a href="https://redirect.github.com/Automattic/mongoose/issues/13577">#13577</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13529">#13529</a></li> </ul> <h1>7.3.2 / 2023-07-06</h1> <ul> <li>fix(model): avoid TypeError if insertMany() fails with error that does not have writeErrors property <a href="https://redirect.github.com/Automattic/mongoose/issues/13579">#13579</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13531">#13531</a></li> <li>fix(query): convert findOneAndUpdate to findOneAndReplace when overwrite set for backwards compat with Mongoose 6 <a href="https://redirect.github.com/Automattic/mongoose/issues/13572">#13572</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13550">#13550</a></li> <li>fix(query): throw readable error when executing a Query instance without an associated model <a href="https://redirect.github.com/Automattic/mongoose/issues/13571">#13571</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13570">#13570</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/70fa116eefce220901614378302b1233aff79934"><code>70fa116</code></a> chore: release 7.4.1</li> <li><a href="https://github.com/Automattic/mongoose/commit/ae3894c5b19c4570b0a58292beaf051224bea95e"><code>ae3894c</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13644">#13644</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/13609">gh-13609</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/ec6ecb53cf0977a07dc50080c3f99e50885415ec"><code>ec6ecb5</code></a> fix(document): clean up all nested subdocs modified state on save</li> <li><a href="https://github.com/Automattic/mongoose/commit/c90ac3860971616999ad9f4aeea62ce45887551a"><code>c90ac38</code></a> fix: avoid applying defaults when casting for $pull() re: <a href="https://redirect.github.com/Automattic/mongoose/issues/13609">#13609</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/faf6bf706214944f5f14b356387ac20135068697"><code>faf6bf7</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13636">#13636</a> from omran95/omran95/add-inline-comment-to-runValid...</li> <li><a href="https://github.com/Automattic/mongoose/commit/c44926c86caf60bbabd19cae6061a730ea91fb67"><code>c44926c</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13638">#13638</a> from Automattic/IslandRhythms/<a href="https://redirect.github.com/Automattic/mongoose/issues/13501">gh-13501</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/2fadab844932e500597d6f535464e3bf43e7add1"><code>2fadab8</code></a> Update document.js</li> <li><a href="https://github.com/Automattic/mongoose/commit/70e6a3b479b2ae628cf4fe92343ee927e3bc53b3"><code>70e6a3b</code></a> fix doc.validate doc</li> <li><a href="https://github.com/Automattic/mongoose/commit/e48aa77730db82354cf8d4cd079a4915212cdc4e"><code>e48aa77</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13612">#13612</a> from Automattic/IslandRhythms/<a href="https://redirect.github.com/Automattic/mongoose/issues/13592">gh-13592</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/cdadc2bb04f7deb75d390c7ceb453b489cf21b62"><code>cdadc2b</code></a> Update applyWriteConcern.test.js</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/7.1.1...7.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=7.1.1&new-version=7.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>
Sign in to join this conversation.
No description provided.