build(deps): bump mongoose from 8.1.1 to 8.4.3 #325

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/mongoose-8.4.3 into main
dependabot[bot] commented 2024-06-18 14:11:17 -07:00 (Migrated from github.com)

Bumps mongoose from 8.1.1 to 8.4.3.

Release notes

Sourced from mongoose's releases.

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
  • 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

... (truncated)

Changelog

Sourced from mongoose's changelog.

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
  • 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

... (truncated)

Commits
  • 1733478 chore: release 8.4.3
  • ea04d70 chore: release 8.4.2
  • 332f7f5 Merge pull request #14667 from Automattic/vkarpov15/gh-14630
  • 481f7ec types: avoid inferring Boolean, Buffer, ObjectId as Date in schema definition...
  • 45be329 Merge pull request #14659 from Automattic/vkarpov15/gh-14648
  • 7bc5395 Merge pull request #14654 from futurliberta/fix-populated-map
  • 26ab76a remove unnecessary comment
  • 318a0b3 fix(connection): fix up some inconsistencies in operation-end event and add t...
  • 5e4023f Fix problem when deleting an entry on a populated Map
  • c71ba5e Merge pull request #14646 from uditha-g/master
  • 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 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.3. <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.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> <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> <p>8.3.3 / 2024-04-29</p> <!-- 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.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> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/17334785f52e001610200380f10416806c674910"><code>1733478</code></a> chore: release 8.4.3</li> <li><a href="https://github.com/Automattic/mongoose/commit/ea04d7062b63d01abb0f93e2ae77d5ba84728049"><code>ea04d70</code></a> chore: release 8.4.2</li> <li><a href="https://github.com/Automattic/mongoose/commit/332f7f5f135b115231051ca39726cb6b8271b597"><code>332f7f5</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14667">#14667</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14630">gh-14630</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/481f7ec1afec28deb93528aa3699b4fc91db7e7a"><code>481f7ec</code></a> types: avoid inferring Boolean, Buffer, ObjectId as Date in schema definition...</li> <li><a href="https://github.com/Automattic/mongoose/commit/45be3294f7703442d5e82c8ff957434896a37929"><code>45be329</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14659">#14659</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14648">gh-14648</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/7bc5395b1ade2e68c2fce4b92fa33009be0e210b"><code>7bc5395</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14654">#14654</a> from futurliberta/fix-populated-map</li> <li><a href="https://github.com/Automattic/mongoose/commit/26ab76a51ff618a37155f6d18457c9fd699fba5e"><code>26ab76a</code></a> remove unnecessary comment</li> <li><a href="https://github.com/Automattic/mongoose/commit/318a0b3f37e21cc2975e0232d9f4b25bc02a8f1c"><code>318a0b3</code></a> fix(connection): fix up some inconsistencies in operation-end event and add t...</li> <li><a href="https://github.com/Automattic/mongoose/commit/5e4023f1d1d64862f36fceef7597e8ae875ac442"><code>5e4023f</code></a> Fix problem when deleting an entry on a populated Map</li> <li><a href="https://github.com/Automattic/mongoose/commit/c71ba5e044ee1f84d1fa85a2c21a90fad2e90f72"><code>c71ba5e</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14646">#14646</a> from uditha-g/master</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/8.1.1...8.4.3">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.3)](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-29 04:56:24 -07:00 (Migrated from github.com)

Superseded by #431.

Superseded by #431.

Pull request closed

Sign in to join this conversation.
No description provided.