build(deps): bump mongoose from 8.1.1 to 8.4.1 #262

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/mongoose-8.4.1 into main
dependabot[bot] commented 2024-06-01 08:21:20 -07:00 (Migrated from github.com)

Bumps mongoose from 8.1.1 to 8.4.1.

Release notes

Sourced from mongoose's releases.

8.4.1 / 2024-05-31

  • fix: pass options to clone instead of get in applyVirtuals #14606 #14543 andrews05
  • fix(document): fire pre validate hooks on 5 level deep single nested subdoc when modifying after save() #14604 #14591
  • fix: ensure buildBulkWriteOperations target shard if shardKey is set #14622 #14621 matlpriceshape
  • types: pass DocType down to subdocuments so HydratedSingleSubdocument and HydratedArraySubdocument toObject() returns correct type #14612 #14601

8.4.0 / 2024-05-17

  • feat: upgrade mongodb -> 6.6.2 #14584
  • feat: add transactionAsyncLocalStorage option to opt in to automatically setting session on all transactions #14583 #13889
  • feat: handle initially null driver when instantiating Mongoose for Rollup support #14577 #12335
  • feat(mongoose): export omitUndefined() helper #14582 #14569
  • feat: add Model.listSearchIndexes() #14519 #14450
  • feat(connection): add listDatabases() function #14506 #9048
  • feat(schema): add schema-level readConcern option to apply default readConcern for all queries #14579 #14511
  • fix(error): remove model property from CastError to avoid printing all model properties to console #14568 #14529
  • fix(model): make bulkWrite() and insertMany() throw if throwOnValidationError set and all ops invalid #14587 #14572
  • fix(document): ensure transform function passed to toObject() options applies to subdocs #14600 #14589
  • types: add inferRawDocType helper #13900 #13772
  • types(document): make document _id type default to unknown instead of any #14541

8.3.5 / 2024-05-15

  • fix(query): shallow clone $or, $and if merging onto empty query filter #14580 #14567
  • types(model+query): pass TInstanceMethods to QueryWithHelpers so populated docs have methods #14581 #14574
  • docs(typescript): clarify that setting THydratedDocumentType on schemas is necessary for correct method context #14575 #14573

8.3.4 / 2024-05-06

  • perf(document): avoid cloning options using spread operator for perf reasons #14565 #14394
  • fix(query): apply translateAliases before casting to avoid strictMode error when using aliases #14562 #14521
  • fix(model): consistent top-level timestamps option for bulkWrite operations #14546 #14536
  • docs(connections): improve description of connection creation patterns #14564 #14528

8.3.3 / 2024-04-29

  • perf(document): add fast path for applying non-nested virtuals to JSON #14543
  • fix: make hydrate() recursively hydrate virtual populate docs if hydratedPopulatedDocs is set #14533 #14503
  • fix: improve timestamps option handling in bulkWrite #14546 #14536 sderrow
  • fix(model): make recompileSchema() overwrite existing document array discriminators #14527
  • types(schema): correctly infer Array #14534 #14367
  • types(query+populate): apply populate overrides to doc toObject() result #14525 #14441
  • types: add null to select override return type for findOne #14545 sderrow

8.3.2 / 2024-04-16

  • fix(populate): avoid match function filtering out null values in populate result #14518 #14494
  • types(query): make FilterQuery props resolve to any for generics support #14510 #14473 #14459

... (truncated)

Changelog

Sourced from mongoose's changelog.

8.4.1 / 2024-05-31

  • fix: pass options to clone instead of get in applyVirtuals #14606 #14543 andrews05
  • fix(document): fire pre validate hooks on 5 level deep single nested subdoc when modifying after save() #14604 #14591
  • fix: ensure buildBulkWriteOperations target shard if shardKey is set #14622 #14621 matlpriceshape
  • types: pass DocType down to subdocuments so HydratedSingleSubdocument and HydratedArraySubdocument toObject() returns correct type #14612 #14601

7.6.12 / 2024-05-21

  • fix(array): avoid converting to $set when calling pull() on an element in the middle of the array #14531 #14502
  • fix: bump mongodb driver to 5.9.2 #14561 lorand-horvath
  • fix(update): cast array of strings underneath doc array with array filters #14605 #14595

8.4.0 / 2024-05-17

  • feat: upgrade mongodb -> 6.6.2 #14584
  • feat: add transactionAsyncLocalStorage option to opt in to automatically setting session on all transactions #14583 #13889
  • feat: handle initially null driver when instantiating Mongoose for Rollup support #14577 #12335
  • feat(mongoose): export omitUndefined() helper #14582 #14569
  • feat: add Model.listSearchIndexes() #14519 #14450
  • feat(connection): add listDatabases() function #14506 #9048
  • feat(schema): add schema-level readConcern option to apply default readConcern for all queries #14579 #14511
  • fix(error): remove model property from CastError to avoid printing all model properties to console #14568 #14529
  • fix(model): make bulkWrite() and insertMany() throw if throwOnValidationError set and all ops invalid #14587 #14572
  • fix(document): ensure transform function passed to toObject() options applies to subdocs #14600 #14589
  • types: add inferRawDocType helper #13900 #13772
  • types(document): make document _id type default to unknown instead of any #14541

8.3.5 / 2024-05-15

  • fix(query): shallow clone $or, $and if merging onto empty query filter #14580 #14567
  • types(model+query): pass TInstanceMethods to QueryWithHelpers so populated docs have methods #14581 #14574
  • docs(typescript): clarify that setting THydratedDocumentType on schemas is necessary for correct method context #14575 #14573

8.3.4 / 2024-05-06

  • perf(document): avoid cloning options using spread operator for perf reasons #14565 #14394
  • fix(query): apply translateAliases before casting to avoid strictMode error when using aliases #14562 #14521
  • fix(model): consistent top-level timestamps option for bulkWrite operations #14546 #14536
  • docs(connections): improve description of connection creation patterns #14564 #14528

8.3.3 / 2024-04-29

  • perf(document): add fast path for applying non-nested virtuals to JSON #14543
  • fix: make hydrate() recursively hydrate virtual populate docs if hydratedPopulatedDocs is set #14533 #14503
  • fix: improve timestamps option handling in bulkWrite #14546 #14536 sderrow
  • fix(model): make recompileSchema() overwrite existing document array discriminators #14527
  • types(schema): correctly infer Array #14534 #14367
  • types(query+populate): apply populate overrides to doc toObject() result #14525 #14441

... (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 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.1.1 to 8.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>8.4.1 / 2024-05-31</h1> <ul> <li>fix: pass options to clone instead of get in applyVirtuals <a href="https://redirect.github.com/Automattic/mongoose/issues/14606">#14606</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14543">#14543</a> <a href="https://github.com/andrews05">andrews05</a></li> <li>fix(document): fire pre validate hooks on 5 level deep single nested subdoc when modifying after save() <a href="https://redirect.github.com/Automattic/mongoose/issues/14604">#14604</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14591">#14591</a></li> <li>fix: ensure buildBulkWriteOperations target shard if shardKey is set <a href="https://redirect.github.com/Automattic/mongoose/issues/14622">#14622</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14621">#14621</a> <a href="https://github.com/matlpriceshape">matlpriceshape</a></li> <li>types: pass DocType down to subdocuments so HydratedSingleSubdocument and HydratedArraySubdocument toObject() returns correct type <a href="https://redirect.github.com/Automattic/mongoose/issues/14612">#14612</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14601">#14601</a></li> </ul> <h1>8.4.0 / 2024-05-17</h1> <ul> <li>feat: upgrade mongodb -&gt; 6.6.2 <a href="https://redirect.github.com/Automattic/mongoose/issues/14584">#14584</a></li> <li>feat: add transactionAsyncLocalStorage option to opt in to automatically setting session on all transactions <a href="https://redirect.github.com/Automattic/mongoose/issues/14583">#14583</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13889">#13889</a></li> <li>feat: handle initially null driver when instantiating Mongoose for Rollup support <a href="https://redirect.github.com/Automattic/mongoose/issues/14577">#14577</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/12335">#12335</a></li> <li>feat(mongoose): export omitUndefined() helper <a href="https://redirect.github.com/Automattic/mongoose/issues/14582">#14582</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14569">#14569</a></li> <li>feat: add Model.listSearchIndexes() <a href="https://redirect.github.com/Automattic/mongoose/issues/14519">#14519</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14450">#14450</a></li> <li>feat(connection): add listDatabases() function <a href="https://redirect.github.com/Automattic/mongoose/issues/14506">#14506</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/9048">#9048</a></li> <li>feat(schema): add schema-level readConcern option to apply default readConcern for all queries <a href="https://redirect.github.com/Automattic/mongoose/issues/14579">#14579</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14511">#14511</a></li> <li>fix(error): remove model property from CastError to avoid printing all model properties to console <a href="https://redirect.github.com/Automattic/mongoose/issues/14568">#14568</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14529">#14529</a></li> <li>fix(model): make bulkWrite() and insertMany() throw if throwOnValidationError set and all ops invalid <a href="https://redirect.github.com/Automattic/mongoose/issues/14587">#14587</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14572">#14572</a></li> <li>fix(document): ensure transform function passed to toObject() options applies to subdocs <a href="https://redirect.github.com/Automattic/mongoose/issues/14600">#14600</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14589">#14589</a></li> <li>types: add inferRawDocType helper <a href="https://redirect.github.com/Automattic/mongoose/issues/13900">#13900</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13772">#13772</a></li> <li>types(document): make document _id type default to unknown instead of any <a href="https://redirect.github.com/Automattic/mongoose/issues/14541">#14541</a></li> </ul> <h1>8.3.5 / 2024-05-15</h1> <ul> <li>fix(query): shallow clone $or, $and if merging onto empty query filter <a href="https://redirect.github.com/Automattic/mongoose/issues/14580">#14580</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14567">#14567</a></li> <li>types(model+query): pass TInstanceMethods to QueryWithHelpers so populated docs have methods <a href="https://redirect.github.com/Automattic/mongoose/issues/14581">#14581</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14574">#14574</a></li> <li>docs(typescript): clarify that setting THydratedDocumentType on schemas is necessary for correct method context <a href="https://redirect.github.com/Automattic/mongoose/issues/14575">#14575</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14573">#14573</a></li> </ul> <h1>8.3.4 / 2024-05-06</h1> <ul> <li>perf(document): avoid cloning options using spread operator for perf reasons <a href="https://redirect.github.com/Automattic/mongoose/issues/14565">#14565</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14394">#14394</a></li> <li>fix(query): apply translateAliases before casting to avoid strictMode error when using aliases <a href="https://redirect.github.com/Automattic/mongoose/issues/14562">#14562</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14521">#14521</a></li> <li>fix(model): consistent top-level timestamps option for bulkWrite operations <a href="https://redirect.github.com/Automattic/mongoose/issues/14546">#14546</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14536">#14536</a></li> <li>docs(connections): improve description of connection creation patterns <a href="https://redirect.github.com/Automattic/mongoose/issues/14564">#14564</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14528">#14528</a></li> </ul> <h1>8.3.3 / 2024-04-29</h1> <ul> <li>perf(document): add fast path for applying non-nested virtuals to JSON <a href="https://redirect.github.com/Automattic/mongoose/issues/14543">#14543</a></li> <li>fix: make hydrate() recursively hydrate virtual populate docs if hydratedPopulatedDocs is set <a href="https://redirect.github.com/Automattic/mongoose/issues/14533">#14533</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14503">#14503</a></li> <li>fix: improve timestamps option handling in bulkWrite <a href="https://redirect.github.com/Automattic/mongoose/issues/14546">#14546</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14536">#14536</a> <a href="https://github.com/sderrow">sderrow</a></li> <li>fix(model): make recompileSchema() overwrite existing document array discriminators <a href="https://redirect.github.com/Automattic/mongoose/issues/14527">#14527</a></li> <li>types(schema): correctly infer Array<!-- raw HTML omitted --> <a href="https://redirect.github.com/Automattic/mongoose/issues/14534">#14534</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14367">#14367</a></li> <li>types(query+populate): apply populate overrides to doc toObject() result <a href="https://redirect.github.com/Automattic/mongoose/issues/14525">#14525</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14441">#14441</a></li> <li>types: add null to select override return type for findOne <a href="https://redirect.github.com/Automattic/mongoose/issues/14545">#14545</a> <a href="https://github.com/sderrow">sderrow</a></li> </ul> <h1>8.3.2 / 2024-04-16</h1> <ul> <li>fix(populate): avoid match function filtering out null values in populate result <a href="https://redirect.github.com/Automattic/mongoose/issues/14518">#14518</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14494">#14494</a></li> <li>types(query): make FilterQuery props resolve to any for generics support <a href="https://redirect.github.com/Automattic/mongoose/issues/14510">#14510</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14473">#14473</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14459">#14459</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>8.4.1 / 2024-05-31</h1> <ul> <li>fix: pass options to clone instead of get in applyVirtuals <a href="https://redirect.github.com/Automattic/mongoose/issues/14606">#14606</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14543">#14543</a> <a href="https://github.com/andrews05">andrews05</a></li> <li>fix(document): fire pre validate hooks on 5 level deep single nested subdoc when modifying after save() <a href="https://redirect.github.com/Automattic/mongoose/issues/14604">#14604</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14591">#14591</a></li> <li>fix: ensure buildBulkWriteOperations target shard if shardKey is set <a href="https://redirect.github.com/Automattic/mongoose/issues/14622">#14622</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14621">#14621</a> <a href="https://github.com/matlpriceshape">matlpriceshape</a></li> <li>types: pass DocType down to subdocuments so HydratedSingleSubdocument and HydratedArraySubdocument toObject() returns correct type <a href="https://redirect.github.com/Automattic/mongoose/issues/14612">#14612</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14601">#14601</a></li> </ul> <h1>7.6.12 / 2024-05-21</h1> <ul> <li>fix(array): avoid converting to $set when calling pull() on an element in the middle of the array <a href="https://redirect.github.com/Automattic/mongoose/issues/14531">#14531</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14502">#14502</a></li> <li>fix: bump mongodb driver to 5.9.2 <a href="https://redirect.github.com/Automattic/mongoose/issues/14561">#14561</a> <a href="https://github.com/lorand-horvath">lorand-horvath</a></li> <li>fix(update): cast array of strings underneath doc array with array filters <a href="https://redirect.github.com/Automattic/mongoose/issues/14605">#14605</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14595">#14595</a></li> </ul> <h1>8.4.0 / 2024-05-17</h1> <ul> <li>feat: upgrade mongodb -&gt; 6.6.2 <a href="https://redirect.github.com/Automattic/mongoose/issues/14584">#14584</a></li> <li>feat: add transactionAsyncLocalStorage option to opt in to automatically setting session on all transactions <a href="https://redirect.github.com/Automattic/mongoose/issues/14583">#14583</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13889">#13889</a></li> <li>feat: handle initially null driver when instantiating Mongoose for Rollup support <a href="https://redirect.github.com/Automattic/mongoose/issues/14577">#14577</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/12335">#12335</a></li> <li>feat(mongoose): export omitUndefined() helper <a href="https://redirect.github.com/Automattic/mongoose/issues/14582">#14582</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14569">#14569</a></li> <li>feat: add Model.listSearchIndexes() <a href="https://redirect.github.com/Automattic/mongoose/issues/14519">#14519</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14450">#14450</a></li> <li>feat(connection): add listDatabases() function <a href="https://redirect.github.com/Automattic/mongoose/issues/14506">#14506</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/9048">#9048</a></li> <li>feat(schema): add schema-level readConcern option to apply default readConcern for all queries <a href="https://redirect.github.com/Automattic/mongoose/issues/14579">#14579</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14511">#14511</a></li> <li>fix(error): remove model property from CastError to avoid printing all model properties to console <a href="https://redirect.github.com/Automattic/mongoose/issues/14568">#14568</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14529">#14529</a></li> <li>fix(model): make bulkWrite() and insertMany() throw if throwOnValidationError set and all ops invalid <a href="https://redirect.github.com/Automattic/mongoose/issues/14587">#14587</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14572">#14572</a></li> <li>fix(document): ensure transform function passed to toObject() options applies to subdocs <a href="https://redirect.github.com/Automattic/mongoose/issues/14600">#14600</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14589">#14589</a></li> <li>types: add inferRawDocType helper <a href="https://redirect.github.com/Automattic/mongoose/issues/13900">#13900</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13772">#13772</a></li> <li>types(document): make document _id type default to unknown instead of any <a href="https://redirect.github.com/Automattic/mongoose/issues/14541">#14541</a></li> </ul> <h1>8.3.5 / 2024-05-15</h1> <ul> <li>fix(query): shallow clone $or, $and if merging onto empty query filter <a href="https://redirect.github.com/Automattic/mongoose/issues/14580">#14580</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14567">#14567</a></li> <li>types(model+query): pass TInstanceMethods to QueryWithHelpers so populated docs have methods <a href="https://redirect.github.com/Automattic/mongoose/issues/14581">#14581</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14574">#14574</a></li> <li>docs(typescript): clarify that setting THydratedDocumentType on schemas is necessary for correct method context <a href="https://redirect.github.com/Automattic/mongoose/issues/14575">#14575</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14573">#14573</a></li> </ul> <h1>8.3.4 / 2024-05-06</h1> <ul> <li>perf(document): avoid cloning options using spread operator for perf reasons <a href="https://redirect.github.com/Automattic/mongoose/issues/14565">#14565</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14394">#14394</a></li> <li>fix(query): apply translateAliases before casting to avoid strictMode error when using aliases <a href="https://redirect.github.com/Automattic/mongoose/issues/14562">#14562</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14521">#14521</a></li> <li>fix(model): consistent top-level timestamps option for bulkWrite operations <a href="https://redirect.github.com/Automattic/mongoose/issues/14546">#14546</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14536">#14536</a></li> <li>docs(connections): improve description of connection creation patterns <a href="https://redirect.github.com/Automattic/mongoose/issues/14564">#14564</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14528">#14528</a></li> </ul> <h1>8.3.3 / 2024-04-29</h1> <ul> <li>perf(document): add fast path for applying non-nested virtuals to JSON <a href="https://redirect.github.com/Automattic/mongoose/issues/14543">#14543</a></li> <li>fix: make hydrate() recursively hydrate virtual populate docs if hydratedPopulatedDocs is set <a href="https://redirect.github.com/Automattic/mongoose/issues/14533">#14533</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14503">#14503</a></li> <li>fix: improve timestamps option handling in bulkWrite <a href="https://redirect.github.com/Automattic/mongoose/issues/14546">#14546</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14536">#14536</a> <a href="https://github.com/sderrow">sderrow</a></li> <li>fix(model): make recompileSchema() overwrite existing document array discriminators <a href="https://redirect.github.com/Automattic/mongoose/issues/14527">#14527</a></li> <li>types(schema): correctly infer Array<!-- raw HTML omitted --> <a href="https://redirect.github.com/Automattic/mongoose/issues/14534">#14534</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14367">#14367</a></li> <li>types(query+populate): apply populate overrides to doc toObject() result <a href="https://redirect.github.com/Automattic/mongoose/issues/14525">#14525</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14441">#14441</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/24234599598c60cb271ecb5dbf4c119a78d2d68c"><code>2423459</code></a> chore: release 8.4.1</li> <li><a href="https://github.com/Automattic/mongoose/commit/e370f722ec4ee2ba4d3c2dbc06d4ff2e878619e9"><code>e370f72</code></a> fix: quick fix for <a href="https://redirect.github.com/Automattic/mongoose/issues/14606">#14606</a> pulled in from <a href="https://redirect.github.com/Automattic/mongoose/issues/14623">#14623</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/a876c12d6d26821a47ee2692d7fa35e4b3137dcd"><code>a876c12</code></a> style: fix lint</li> <li><a href="https://github.com/Automattic/mongoose/commit/ca09111e7829e7c945b9471069a1a58e857a309f"><code>ca09111</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14612">#14612</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14601">gh-14601</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/2290c818ab86e9457ad0475902a078f7bcae317d"><code>2290c81</code></a> Update subdocuments.test.ts</li> <li><a href="https://github.com/Automattic/mongoose/commit/90f9e558327b48af4d727a768ba21c96e61620d9"><code>90f9e55</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14621">#14621</a> from priceshape-development/fix/add-shard-key-to-bu...</li> <li><a href="https://github.com/Automattic/mongoose/commit/c2352f32122f753ac77170b052da9e52d99440bd"><code>c2352f3</code></a> Make sure buildBulkWriteOperations targets right shard</li> <li><a href="https://github.com/Automattic/mongoose/commit/53362c3e2b70efcd3c4783638565fb74918440e2"><code>53362c3</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14606">#14606</a> from andrews05/fix/virtuals-fast-path</li> <li><a href="https://github.com/Automattic/mongoose/commit/2a8c5329503a69e16a58e1ef5b23625b6e0dd5f7"><code>2a8c532</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14604">#14604</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14591">gh-14591</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/10e83ae693f8923c4b64cb8ca2e317e804370efc"><code>10e83ae</code></a> types: pass DocType down to subdocuments so <code>HydratedSingleSubdocument</code> and `...</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/8.1.1...8.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=8.1.1&new-version=8.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 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>
dependabot[bot] commented 2024-06-18 14:11:18 -07:00 (Migrated from github.com)

Superseded by #325.

Superseded by #325.

Pull request closed

Sign in to join this conversation.
No description provided.