build(deps): bump mongoose from 8.1.1 to 8.4.0 #231

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/mongoose-8.4.0 into main
dependabot[bot] commented 2024-05-20 09:15:43 -07:00 (Migrated from github.com)

Bumps mongoose from 8.1.1 to 8.4.0.

Release notes

Sourced from mongoose's releases.

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
  • types(DocumentArray): pass DocType generic to Document for correct toJSON() and toObject() return types #14526 #14469
  • types(models): fix incorrect bulk write options #14513 emiljanitzek
  • docs: add documentation for calling schema.post() with async function #14514 #14305

8.3.1 / 2024-04-08

  • fix(document): make update minimization unset property rather than setting to null #14504 #14445

... (truncated)

Changelog

Sourced from mongoose's changelog.

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
  • types(DocumentArray): pass DocType generic to Document for correct toJSON() and toObject() return types #14526 #14469
  • types(models): fix incorrect bulk write options #14513 emiljanitzek
  • docs: add documentation for calling schema.post() with async function #14514 #14305

7.6.11 / 2024-04-11

  • fix(populate): avoid match function filtering out null values in populate result #14518

... (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.0. <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.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> <li>types(DocumentArray): pass DocType generic to Document for correct toJSON() and toObject() return types <a href="https://redirect.github.com/Automattic/mongoose/issues/14526">#14526</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14469">#14469</a></li> <li>types(models): fix incorrect bulk write options <a href="https://redirect.github.com/Automattic/mongoose/issues/14513">#14513</a> <a href="https://github.com/emiljanitzek">emiljanitzek</a></li> <li>docs: add documentation for calling schema.post() with async function <a href="https://redirect.github.com/Automattic/mongoose/issues/14514">#14514</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14305">#14305</a></li> </ul> <h1>8.3.1 / 2024-04-08</h1> <ul> <li>fix(document): make update minimization unset property rather than setting to null <a href="https://redirect.github.com/Automattic/mongoose/issues/14504">#14504</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14445">#14445</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.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> <li>types(DocumentArray): pass DocType generic to Document for correct toJSON() and toObject() return types <a href="https://redirect.github.com/Automattic/mongoose/issues/14526">#14526</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14469">#14469</a></li> <li>types(models): fix incorrect bulk write options <a href="https://redirect.github.com/Automattic/mongoose/issues/14513">#14513</a> <a href="https://github.com/emiljanitzek">emiljanitzek</a></li> <li>docs: add documentation for calling schema.post() with async function <a href="https://redirect.github.com/Automattic/mongoose/issues/14514">#14514</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14305">#14305</a></li> </ul> <h1>7.6.11 / 2024-04-11</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></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/e661f5e7c5fcaf337a9e3ac79907e0c78d3f59f2"><code>e661f5e</code></a> chore: release 8.4.0</li> <li><a href="https://github.com/Automattic/mongoose/commit/3783ed8291248d96ae2a9eec450b98f3aea608dd"><code>3783ed8</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14594">#14594</a> from Automattic/8.4</li> <li><a href="https://github.com/Automattic/mongoose/commit/26375d6897ebe8ffdf1fbd44bd3e4841923b50bf"><code>26375d6</code></a> Merge branch 'master' into 8.4</li> <li><a href="https://github.com/Automattic/mongoose/commit/cdedde66b1ab5a234f1a98a37b63378b57274f6f"><code>cdedde6</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14587">#14587</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14572">gh-14572</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/40805aada2cc1f2df6b4544817e2f9e0684c0b78"><code>40805aa</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14600">#14600</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14589">gh-14589</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/f8268c56a6679680954dc7cd2a9fc656d200a099"><code>f8268c5</code></a> fix(document): ensure <code>transform</code> function passed to <code>toObject()</code> options app...</li> <li><a href="https://github.com/Automattic/mongoose/commit/72d877d555cbaa071e18e46a537fdf9a3a0378e0"><code>72d877d</code></a> fix: use mongodb@6.6.2</li> <li><a href="https://github.com/Automattic/mongoose/commit/f63388fe82f724337092bfe2b429f604581656f1"><code>f63388f</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13900">#13900</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/13772">gh-13772</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/366004148dc0c7bd95d81bee28a19267042aed02"><code>3660041</code></a> docs(typescript): add section on InferRawDocType to TypeScript docs</li> <li><a href="https://github.com/Automattic/mongoose/commit/09bdf111bf23b1790941aca19640e8725b9b5730"><code>09bdf11</code></a> Merge branch '8.4' into vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/13772">gh-13772</a></li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/8.1.1...8.4.0">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.0)](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-01 08:21:22 -07:00 (Migrated from github.com)

Superseded by #262.

Superseded by #262.

Pull request closed

Sign in to join this conversation.
No description provided.