build(deps): bump mongoose from 8.1.1 to 8.3.4 #179

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

Bumps mongoose from 8.1.1 to 8.3.4.

Release notes

Sourced from mongoose's releases.

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
  • fix(model): make Model.recompileSchema() also re-apply discriminators #14500 #14444
  • fix(schema): deduplicate idGetter so creating multiple models with same schema doesn't result in multiple id getters #14492
  • fix: update kareem -> 2.6.3 for index.d.ts #14508 #14497
  • fix(mongoose): make setDriver() update mongoose.model() connections and collections #14505
  • types(validation): support function for validator message property, and add support for accessing validator reason #14499 #14496
  • docs: remove typo #14501 epmartini

8.3.0 / 2024-04-03

  • feat: use mongodb@6.5.0
  • feat(document): add validateAllPaths option to validate() and validateSync() #14467 #14414
  • feat: pathsToSave option to save() function #14385 #9583
  • feat(query): add options parameter to Query.prototype.sort() #14375 #14365
  • feat: add function SchemaType.prototype.validateAll #14434 #6910
  • fix: handle array schema definitions with of keyword #14447 #14416
  • types: add overwriteMiddlewareResult and skipMiddlewareFunction to types #14328 #14829

8.2.4 / 2024-03-28

  • types(query): bring "getFilter" and "getQuery" in-line with "find" and other types #14463 hasezoey
  • types(schema): re-export the defintion for SearchIndexDescription #14464 noseworthy

... (truncated)

Changelog

Sourced from mongoose's changelog.

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
  • fix(schema): support setting discriminator options in Schema.prototype.discriminator() #14493 #14448
  • fix(schema): deduplicate idGetter so creating multiple models with same schema doesn't result in multiple id getters #14492 #14457

6.12.8 / 2024-04-10

  • fix(document): handle virtuals that are stored as objects but getter returns string with toJSON #14468 #14446
  • fix(schematype): consistently set wasPopulated to object with value property rather than boolean #14418
  • docs(model): add extra note about lean option for insertMany() skipping casting #14415 #14376

8.3.1 / 2024-04-08

  • fix(document): make update minimization unset property rather than setting to null #14504 #14445
  • fix(model): make Model.recompileSchema() also re-apply discriminators #14500 #14444
  • fix(schema): deduplicate idGetter so creating multiple models with same schema doesn't result in multiple id getters #14492
  • fix: update kareem -> 2.6.3 for index.d.ts #14508 #14497
  • fix(mongoose): make setDriver() update mongoose.model() connections and collections #14505
  • types(validation): support function for validator message property, and add support for accessing validator reason #14499 #14496
  • docs: remove typo #14501 epmartini

8.3.0 / 2024-04-03

... (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.3.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.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> <li>fix(model): make Model.recompileSchema() also re-apply discriminators <a href="https://redirect.github.com/Automattic/mongoose/issues/14500">#14500</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14444">#14444</a></li> <li>fix(schema): deduplicate idGetter so creating multiple models with same schema doesn't result in multiple id getters <a href="https://redirect.github.com/Automattic/mongoose/issues/14492">#14492</a></li> <li>fix: update kareem -&gt; 2.6.3 for index.d.ts <a href="https://redirect.github.com/Automattic/mongoose/issues/14508">#14508</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14497">#14497</a></li> <li>fix(mongoose): make setDriver() update mongoose.model() connections and collections <a href="https://redirect.github.com/Automattic/mongoose/issues/14505">#14505</a></li> <li>types(validation): support function for validator message property, and add support for accessing validator reason <a href="https://redirect.github.com/Automattic/mongoose/issues/14499">#14499</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14496">#14496</a></li> <li>docs: remove typo <a href="https://redirect.github.com/Automattic/mongoose/issues/14501">#14501</a> <a href="https://github.com/epmartini">epmartini</a></li> </ul> <h1>8.3.0 / 2024-04-03</h1> <ul> <li>feat: use mongodb@6.5.0</li> <li>feat(document): add validateAllPaths option to validate() and validateSync() <a href="https://redirect.github.com/Automattic/mongoose/issues/14467">#14467</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14414">#14414</a></li> <li>feat: pathsToSave option to save() function <a href="https://redirect.github.com/Automattic/mongoose/issues/14385">#14385</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/9583">#9583</a></li> <li>feat(query): add options parameter to Query.prototype.sort() <a href="https://redirect.github.com/Automattic/mongoose/issues/14375">#14375</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14365">#14365</a></li> <li>feat: add function SchemaType.prototype.validateAll <a href="https://redirect.github.com/Automattic/mongoose/issues/14434">#14434</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/6910">#6910</a></li> <li>fix: handle array schema definitions with of keyword <a href="https://redirect.github.com/Automattic/mongoose/issues/14447">#14447</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14416">#14416</a></li> <li>types: add overwriteMiddlewareResult and skipMiddlewareFunction to types <a href="https://redirect.github.com/Automattic/mongoose/issues/14328">#14328</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14829">#14829</a></li> </ul> <h1>8.2.4 / 2024-03-28</h1> <ul> <li>types(query): bring &quot;getFilter&quot; and &quot;getQuery&quot; in-line with &quot;find&quot; and other types <a href="https://redirect.github.com/Automattic/mongoose/issues/14463">#14463</a> <a href="https://github.com/hasezoey">hasezoey</a></li> <li>types(schema): re-export the defintion for SearchIndexDescription <a href="https://redirect.github.com/Automattic/mongoose/issues/14464">#14464</a> <a href="https://github.com/noseworthy">noseworthy</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.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> <li>fix(schema): support setting discriminator options in Schema.prototype.discriminator() <a href="https://redirect.github.com/Automattic/mongoose/issues/14493">#14493</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14448">#14448</a></li> <li>fix(schema): deduplicate idGetter so creating multiple models with same schema doesn't result in multiple id getters <a href="https://redirect.github.com/Automattic/mongoose/issues/14492">#14492</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14457">#14457</a></li> </ul> <h1>6.12.8 / 2024-04-10</h1> <ul> <li>fix(document): handle virtuals that are stored as objects but getter returns string with toJSON <a href="https://redirect.github.com/Automattic/mongoose/issues/14468">#14468</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14446">#14446</a></li> <li>fix(schematype): consistently set wasPopulated to object with <code>value</code> property rather than boolean <a href="https://redirect.github.com/Automattic/mongoose/issues/14418">#14418</a></li> <li>docs(model): add extra note about lean option for insertMany() skipping casting <a href="https://redirect.github.com/Automattic/mongoose/issues/14415">#14415</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14376">#14376</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> <li>fix(model): make Model.recompileSchema() also re-apply discriminators <a href="https://redirect.github.com/Automattic/mongoose/issues/14500">#14500</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14444">#14444</a></li> <li>fix(schema): deduplicate idGetter so creating multiple models with same schema doesn't result in multiple id getters <a href="https://redirect.github.com/Automattic/mongoose/issues/14492">#14492</a></li> <li>fix: update kareem -&gt; 2.6.3 for index.d.ts <a href="https://redirect.github.com/Automattic/mongoose/issues/14508">#14508</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14497">#14497</a></li> <li>fix(mongoose): make setDriver() update mongoose.model() connections and collections <a href="https://redirect.github.com/Automattic/mongoose/issues/14505">#14505</a></li> <li>types(validation): support function for validator message property, and add support for accessing validator reason <a href="https://redirect.github.com/Automattic/mongoose/issues/14499">#14499</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14496">#14496</a></li> <li>docs: remove typo <a href="https://redirect.github.com/Automattic/mongoose/issues/14501">#14501</a> <a href="https://github.com/epmartini">epmartini</a></li> </ul> <h1>8.3.0 / 2024-04-03</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/88afc3397cd7540ac9ab3193b7f240cf15badf5d"><code>88afc33</code></a> chore: release 8.3.4</li> <li><a href="https://github.com/Automattic/mongoose/commit/13db4084c8f39a836b5370a4dd37aa30667886e8"><code>13db408</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14565">#14565</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14394">gh-14394</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/31596d558231038755748606c9ec74857219426e"><code>31596d5</code></a> style: fix lint</li> <li><a href="https://github.com/Automattic/mongoose/commit/c51fdd8e081cb788e012b988816b2d1a6fe82952"><code>c51fdd8</code></a> perf(document): avoid copying all properties into cloneOptions, just the nece...</li> <li><a href="https://github.com/Automattic/mongoose/commit/3b00122fae057d98dfabb4c06499988d4498edf6"><code>3b00122</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14564">#14564</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14528">gh-14528</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/d24b7a8c51a3ca8e0257740dd603bd5b1efc5df2"><code>d24b7a8</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14562">#14562</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14521">gh-14521</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/ddb19fae6dc2d92ea7ef084db3c53c6dd8a11c85"><code>ddb19fa</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14557">#14557</a> from Automattic/dependabot/npm_and_yarn/master/sift...</li> <li><a href="https://github.com/Automattic/mongoose/commit/3e4aa8f0994dcdba6c5a45d7c59cfad7d98b245d"><code>3e4aa8f</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14555">#14555</a> from Automattic/dependabot/npm_and_yarn/master/mark...</li> <li><a href="https://github.com/Automattic/mongoose/commit/abc87b2f299360457056e3eab478fc020e591f3b"><code>abc87b2</code></a> remove unnecessary logic</li> <li><a href="https://github.com/Automattic/mongoose/commit/f087e8f62984dae937ec7f45f670cb84c00d3f89"><code>f087e8f</code></a> perf(document): remove some more unnecessary cloning in $toObject() re: <a href="https://redirect.github.com/Automattic/mongoose/issues/14394">#14394</a></li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/8.1.1...8.3.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.3.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-05-15 12:56:58 -07:00 (Migrated from github.com)

Superseded by #224.

Superseded by #224.

Pull request closed

Sign in to join this conversation.
No description provided.