build(deps): bump mongoose from 8.1.1 to 8.3.5 #224

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

Bumps mongoose from 8.1.1 to 8.3.5.

Release notes

Sourced from mongoose's releases.

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

... (truncated)

Changelog

Sourced from mongoose's changelog.

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

... (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.5. <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.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> <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> </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.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> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/5e08e3e22d9a27be78845c04a6d0ce876bb46883"><code>5e08e3e</code></a> chore: release 8.3.5</li> <li><a href="https://github.com/Automattic/mongoose/commit/35267995d2426c3a6cd8ecbf3b1e0bec9e1fb2c2"><code>3526799</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14580">#14580</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14567">gh-14567</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/a15855f5e4a190629282f72b47ddd3a5a01d31c4"><code>a15855f</code></a> fix incorrect reset of populate _docs property</li> <li><a href="https://github.com/Automattic/mongoose/commit/11c754ce90c283bf990ebc4f3a4ed58a2374c85a"><code>11c754c</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14581">#14581</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14574">gh-14574</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/3187842231ebb9c65e31e4ab8b7716bb0f28fea1"><code>3187842</code></a> address code review comments</li> <li><a href="https://github.com/Automattic/mongoose/commit/0df5b304cb4ae3f7235d9aa2bfbac469376a5166"><code>0df5b30</code></a> Update lib/utils.js</li> <li><a href="https://github.com/Automattic/mongoose/commit/2c0f63bc78cbe37bdeaf5e72e286fba9195b4fc5"><code>2c0f63b</code></a> Update lib/query.js</li> <li><a href="https://github.com/Automattic/mongoose/commit/d5202fbd1b7944c1d777ea18945efdee7716f42e"><code>d5202fb</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14575">#14575</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14573">gh-14573</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/e2b0e12713c42e77c97381379cb51b847b42336b"><code>e2b0e12</code></a> Update docs/typescript/schemas.md</li> <li><a href="https://github.com/Automattic/mongoose/commit/e7d5c93c2bf4eb3c3065cb4c9cd27af96be10c6a"><code>e7d5c93</code></a> types(model+query): pass TInstanceMethods to QueryWithHelpers so populated do...</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/8.1.1...8.3.5">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.5)](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-20 09:15:45 -07:00 (Migrated from github.com)

Superseded by #231.

Superseded by #231.

Pull request closed

Sign in to join this conversation.
No description provided.