build(deps): bump mongoose from 8.1.1 to 8.3.3 #174

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

Bumps mongoose from 8.1.1 to 8.3.3.

Release notes

Sourced from mongoose's releases.

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
  • docs: removed unused hook from docs #14461 bernardarhia

8.2.3 / 2024-03-21

... (truncated)

Changelog

Sourced from mongoose's changelog.

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

  • 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

... (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.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.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> <li>docs: removed unused hook from docs <a href="https://redirect.github.com/Automattic/mongoose/issues/14461">#14461</a> <a href="https://github.com/bernardarhia">bernardarhia</a></li> </ul> <h1>8.2.3 / 2024-03-21</h1> <ul> <li>fix(schema): avoid returning string 'nested' as schematype <a href="https://redirect.github.com/Automattic/mongoose/issues/14453">#14453</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14443">#14443</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14435">#14435</a></li> <li>types(schema): add missing search index types <a href="https://redirect.github.com/Automattic/mongoose/issues/14449">#14449</a> <a href="https://github.com/noseworthy">noseworthy</a></li> <li>types: improve the typing of FilterQuery<!-- raw HTML omitted --> type to prevent it from only getting typed to any <a href="https://redirect.github.com/Automattic/mongoose/issues/14436">#14436</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14398">#14398</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14397">#14397</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.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> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/d51173a400c8d28b7bf598c5bacb7335e9591f78"><code>d51173a</code></a> chore: release 8.3.3</li> <li><a href="https://github.com/Automattic/mongoose/commit/b6ffcfd93e7c383d7760ab9956e3acb3be2ddbdd"><code>b6ffcfd</code></a> test: lint and test cases for <a href="https://redirect.github.com/Automattic/mongoose/issues/14545">#14545</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/16e6985aee9cfeb182b5914ebef4e9ea56fff706"><code>16e6985</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14545">#14545</a> from sderrow/fix-select-override-return-type</li> <li><a href="https://github.com/Automattic/mongoose/commit/72da808490ff6c9f412b12c2c79c9d7f42abed9a"><code>72da808</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14542">#14542</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14286">gh-14286</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/434dac8c884bc5406259c738d2022a1e500bc5aa"><code>434dac8</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14546">#14546</a> from sderrow/bulk-write-timestamps-fix</li> <li><a href="https://github.com/Automattic/mongoose/commit/286c7d1742efa0120cad6e40fa7fdebb7f51d760"><code>286c7d1</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14543">#14543</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/f7450330e0c12dbe8c84e795660a159e1c50a90a"><code>f745033</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14540">#14540</a> from Automattic/IslandRhythms/remove-commands</li> <li><a href="https://github.com/Automattic/mongoose/commit/af2afc18b31d2af3523091ef6da994f4e5641f9d"><code>af2afc1</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14534">#14534</a> from Automattic/vkarpov15/gh-14367-2</li> <li><a href="https://github.com/Automattic/mongoose/commit/d5bd91d520763cf47192b5e49a4de2184288390b"><code>d5bd91d</code></a> docs: full Schema generics definition re: code review on <a href="https://redirect.github.com/Automattic/mongoose/issues/14542">#14542</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/72e49573e2183e77ca841de195619f170964c866"><code>72e4957</code></a> Update docs/typescript/schemas.md</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/8.1.1...8.3.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.3.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-05-06 12:07:11 -07:00 (Migrated from github.com)

Superseded by #179.

Superseded by #179.

Pull request closed

Sign in to join this conversation.
No description provided.