chore(deps): bump mongoose from 8.1.1 to 8.4.4 #431

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/mongoose-8.4.4 into main
dependabot[bot] commented 2024-06-29 04:56:23 -07:00 (Migrated from github.com)

Bumps mongoose from 8.1.1 to 8.4.4.

Release notes

Sourced from mongoose's releases.

8.4.4 / 2024-06-25

  • perf: avoid unnecesary get() call and use faster approach for converting to string #14673 #14394
  • fix(projection): handle projections on arrays in Model.hydrate() projection option #14686 #14680
  • fix(document): avoid passing validateModifiedOnly to subdocs so subdocs get fully validating if they're directly modified #14685 #14677
  • fix: handle casting primitive array with $elemMatch in bulkWrite() #14687 #14678
  • fix(query): cast $pull using embedded discriminator schema when discriminator key is set in filter #14676 #14675
  • types(connection): fix return type of withSession() #14690 tt-public
  • types: add $documents pipeline stage and fix $unionWith type #14666 nick-statsig
  • docs(findoneandupdate): improve example that shows findOneAndUpdate() returning doc before updates were applied #14671 #14670

8.4.3 / 2024-06-17

  • fix: remove 0x flamegraph files from release

8.4.2 / 2024-06-17

  • perf: more toObject() perf improvements #14623 #14606 #14394
  • fix(model): check the value of overwriteModels in options when calling discriminator() #14646 uditha-g
  • fix: avoid throwing TypeError when deleting an null entry on a populated Map #14654 futurliberta
  • fix(connection): fix up some inconsistencies in operation-end event and add to docs #14659 #14648
  • types: avoid inferring Boolean, Buffer, ObjectId as Date in schema definitions under certain circumstances #14667 #14630
  • docs: add note about parallelism in transations #14647 fiws

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

... (truncated)

Changelog

Sourced from mongoose's changelog.

8.4.4 / 2024-06-25

  • perf: avoid unnecesary get() call and use faster approach for converting to string #14673 #14394
  • fix(projection): handle projections on arrays in Model.hydrate() projection option #14686 #14680
  • fix(document): avoid passing validateModifiedOnly to subdocs so subdocs get fully validating if they're directly modified #14685 #14677
  • fix: handle casting primitive array with $elemMatch in bulkWrite() #14687 #14678
  • fix(query): cast $pull using embedded discriminator schema when discriminator key is set in filter #14676 #14675
  • types(connection): fix return type of withSession() #14690 tt-public
  • types: add $documents pipeline stage and fix $unionWith type #14666 nick-statsig
  • docs(findoneandupdate): improve example that shows findOneAndUpdate() returning doc before updates were applied #14671 #14670

8.4.3 / 2024-06-17

  • fix: remove 0x flamegraph files from release

8.4.2 / 2024-06-17

  • perf: more toObject() perf improvements #14623 #14606 #14394
  • fix(model): check the value of overwriteModels in options when calling discriminator() #14646 uditha-g
  • fix: avoid throwing TypeError when deleting an null entry on a populated Map #14654 futurliberta
  • fix(connection): fix up some inconsistencies in operation-end event and add to docs #14659 #14648
  • types: avoid inferring Boolean, Buffer, ObjectId as Date in schema definitions under certain circumstances #14667 #14630
  • docs: add note about parallelism in transations #14647 fiws

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

... (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.4. <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.4 / 2024-06-25</h1> <ul> <li>perf: avoid unnecesary get() call and use faster approach for converting to string <a href="https://redirect.github.com/Automattic/mongoose/issues/14673">#14673</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14394">#14394</a></li> <li>fix(projection): handle projections on arrays in Model.hydrate() projection option <a href="https://redirect.github.com/Automattic/mongoose/issues/14686">#14686</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14680">#14680</a></li> <li>fix(document): avoid passing validateModifiedOnly to subdocs so subdocs get fully validating if they're directly modified <a href="https://redirect.github.com/Automattic/mongoose/issues/14685">#14685</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14677">#14677</a></li> <li>fix: handle casting primitive array with $elemMatch in bulkWrite() <a href="https://redirect.github.com/Automattic/mongoose/issues/14687">#14687</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14678">#14678</a></li> <li>fix(query): cast $pull using embedded discriminator schema when discriminator key is set in filter <a href="https://redirect.github.com/Automattic/mongoose/issues/14676">#14676</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14675">#14675</a></li> <li>types(connection): fix return type of withSession() <a href="https://redirect.github.com/Automattic/mongoose/issues/14690">#14690</a> <a href="https://github.com/tt-public">tt-public</a></li> <li>types: add $documents pipeline stage and fix $unionWith type <a href="https://redirect.github.com/Automattic/mongoose/issues/14666">#14666</a> <a href="https://github.com/nick-statsig">nick-statsig</a></li> <li>docs(findoneandupdate): improve example that shows findOneAndUpdate() returning doc before updates were applied <a href="https://redirect.github.com/Automattic/mongoose/issues/14671">#14671</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14670">#14670</a></li> </ul> <h1>8.4.3 / 2024-06-17</h1> <ul> <li>fix: remove 0x flamegraph files from release</li> </ul> <h1>8.4.2 / 2024-06-17</h1> <ul> <li>perf: more toObject() perf improvements <a href="https://redirect.github.com/Automattic/mongoose/issues/14623">#14623</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14606">#14606</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14394">#14394</a></li> <li>fix(model): check the value of overwriteModels in options when calling discriminator() <a href="https://redirect.github.com/Automattic/mongoose/issues/14646">#14646</a> <a href="https://github.com/uditha-g">uditha-g</a></li> <li>fix: avoid throwing TypeError when deleting an null entry on a populated Map <a href="https://redirect.github.com/Automattic/mongoose/issues/14654">#14654</a> <a href="https://github.com/futurliberta">futurliberta</a></li> <li>fix(connection): fix up some inconsistencies in operation-end event and add to docs <a href="https://redirect.github.com/Automattic/mongoose/issues/14659">#14659</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14648">#14648</a></li> <li>types: avoid inferring Boolean, Buffer, ObjectId as Date in schema definitions under certain circumstances <a href="https://redirect.github.com/Automattic/mongoose/issues/14667">#14667</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14630">#14630</a></li> <li>docs: add note about parallelism in transations <a href="https://redirect.github.com/Automattic/mongoose/issues/14647">#14647</a> <a href="https://github.com/fiws">fiws</a></li> </ul> <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> </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.4 / 2024-06-25</h1> <ul> <li>perf: avoid unnecesary get() call and use faster approach for converting to string <a href="https://redirect.github.com/Automattic/mongoose/issues/14673">#14673</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14394">#14394</a></li> <li>fix(projection): handle projections on arrays in Model.hydrate() projection option <a href="https://redirect.github.com/Automattic/mongoose/issues/14686">#14686</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14680">#14680</a></li> <li>fix(document): avoid passing validateModifiedOnly to subdocs so subdocs get fully validating if they're directly modified <a href="https://redirect.github.com/Automattic/mongoose/issues/14685">#14685</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14677">#14677</a></li> <li>fix: handle casting primitive array with $elemMatch in bulkWrite() <a href="https://redirect.github.com/Automattic/mongoose/issues/14687">#14687</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14678">#14678</a></li> <li>fix(query): cast $pull using embedded discriminator schema when discriminator key is set in filter <a href="https://redirect.github.com/Automattic/mongoose/issues/14676">#14676</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14675">#14675</a></li> <li>types(connection): fix return type of withSession() <a href="https://redirect.github.com/Automattic/mongoose/issues/14690">#14690</a> <a href="https://github.com/tt-public">tt-public</a></li> <li>types: add $documents pipeline stage and fix $unionWith type <a href="https://redirect.github.com/Automattic/mongoose/issues/14666">#14666</a> <a href="https://github.com/nick-statsig">nick-statsig</a></li> <li>docs(findoneandupdate): improve example that shows findOneAndUpdate() returning doc before updates were applied <a href="https://redirect.github.com/Automattic/mongoose/issues/14671">#14671</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14670">#14670</a></li> </ul> <h1>8.4.3 / 2024-06-17</h1> <ul> <li>fix: remove 0x flamegraph files from release</li> </ul> <h1>8.4.2 / 2024-06-17</h1> <ul> <li>perf: more toObject() perf improvements <a href="https://redirect.github.com/Automattic/mongoose/issues/14623">#14623</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14606">#14606</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14394">#14394</a></li> <li>fix(model): check the value of overwriteModels in options when calling discriminator() <a href="https://redirect.github.com/Automattic/mongoose/issues/14646">#14646</a> <a href="https://github.com/uditha-g">uditha-g</a></li> <li>fix: avoid throwing TypeError when deleting an null entry on a populated Map <a href="https://redirect.github.com/Automattic/mongoose/issues/14654">#14654</a> <a href="https://github.com/futurliberta">futurliberta</a></li> <li>fix(connection): fix up some inconsistencies in operation-end event and add to docs <a href="https://redirect.github.com/Automattic/mongoose/issues/14659">#14659</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14648">#14648</a></li> <li>types: avoid inferring Boolean, Buffer, ObjectId as Date in schema definitions under certain circumstances <a href="https://redirect.github.com/Automattic/mongoose/issues/14667">#14667</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14630">#14630</a></li> <li>docs: add note about parallelism in transations <a href="https://redirect.github.com/Automattic/mongoose/issues/14647">#14647</a> <a href="https://github.com/fiws">fiws</a></li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/633e4f4834e2debafe167a3fb7b5fa693dcd1e93"><code>633e4f4</code></a> chore: release 8.4.4</li> <li><a href="https://github.com/Automattic/mongoose/commit/f89868be7fe67fda6b55b986890aead5e6fabf88"><code>f89868b</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14690">#14690</a> from tt-public/feat/type-withsession</li> <li><a href="https://github.com/Automattic/mongoose/commit/31111f200d54f89cd7bd476bf967b980441071b9"><code>31111f2</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14687">#14687</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14678">gh-14678</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/516464a17e79fd5fc204a3f7f7e6a6db8680fc11"><code>516464a</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14686">#14686</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14680">gh-14680</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/c062b1ff34e2d6da19efd204c8c13f689edc3199"><code>c062b1f</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14685">#14685</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14677">gh-14677</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/8b05872227dcddf2202d6652eaed1f6fd2b7530c"><code>8b05872</code></a> style: fix lint</li> <li><a href="https://github.com/Automattic/mongoose/commit/cc63f6955ca4aa7b43b9c6ea880d55bbc01eecb4"><code>cc63f69</code></a> feat: fix return type of Connection.withSession</li> <li><a href="https://github.com/Automattic/mongoose/commit/561a5802e89b695abbbcb2e4cebfd235c480a684"><code>561a580</code></a> test: add type test for Connection.withSession</li> <li><a href="https://github.com/Automattic/mongoose/commit/091c85dc22f6e585473320abbc239842b0d7310d"><code>091c85d</code></a> fix: handle casting primitive array with $elemMatch in bulkWrite()</li> <li><a href="https://github.com/Automattic/mongoose/commit/36ea38302d0c502a41371e484dc67f2a229f4fa4"><code>36ea383</code></a> fix(projection): handle projections on arrays in <code>Model.hydrate()</code> projection...</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/8.1.1...8.4.4">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.4)](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-07-03 04:32:24 -07:00 (Migrated from github.com)

Looks like mongoose is up-to-date now, so this is no longer needed.

Looks like mongoose is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.
No description provided.