build(deps): bump mongoose from 8.4.5 to 8.7.1 #540

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/mongoose-8.7.1 into main
dependabot[bot] commented 2024-10-11 15:26:55 -07:00 (Migrated from github.com)

Bumps mongoose from 8.4.5 to 8.7.1.

Release notes

Sourced from mongoose's releases.

8.7.1 / 2024-10-09

  • fix: set flattenObjectIds to false when calling toObject() for internal purposes #14938
  • fix: add mongodb 8 to test matrix #14937
  • fix: handle buffers stored in MongoDB as EJSON representation with { $binary } #14932
  • docs: indicate that Mongoose 8.7 is required for full MongoDB 8 support #14937

8.7.0 / 2024-09-27

  • feat(model): add Model.applyVirtuals() to apply virtuals to a POJO #14905 #14818
  • feat: upgrade mongodb -> 6.9.0 #14914
  • feat(query): cast $rename to string #14887 #3027
  • feat(SchemaType): add getEmbeddedSchemaType() method to SchemaTypes #14880 #8389
  • fix(model): throw MongooseBulkSaveIncompleteError if bulkSave() didn't completely succeed #14884 #14763
  • fix(connection): avoid returning readyState = connected if connection state is stale #14812 #14727
  • fix: depopulate if push() or addToSet() with an ObjectId on a populated array #14883 #1635
  • types: make __v a number, only set __v on top-level documents #14892

8.6.4 / 2024-09-26

  • fix(document): avoid massive perf degradation when saving new doc with 10 level deep subdocs #14910 #14897
  • fix(model): skip applying static hooks by default if static name conflicts with aggregate middleware #14904 dragontaek-lee
  • fix(model): filter applying static hooks by default if static name conflicts with mongoose middleware #14908 dragontaek-lee

8.6.3 / 2024-09-17

  • fix: make getters convert uuid to string when calling toObject() and toJSON() #14890 #14869
  • fix: fix missing Aggregate re-exports for ESM #14886 wongsean
  • types(document): add generic param to depopulate() to allow updating properties #14891 #14876

8.6.2 / 2024-09-11

8.6.1 / 2024-09-03

  • fix(document): avoid unnecessary clone() in applyGetters() that was preventing getters from running on 3-level deep subdocuments #14844 #14840 #14835
  • fix(model): throw error if bulkSave() did not insert or update any documents #14837 #14763
  • fix(cursor): throw error in ChangeStream constructor if changeStreamThunk() throws a sync error #14846
  • types(query): add $expr to RootQuerySelector #14845
  • docs: update populate.md to fix missing match: { } #14847 makhoulshbeeb

8.6.0 / 2024-08-28

  • feat: upgrade mongodb -> 6.8.0, handle throwing error on closed cursor in Mongoose with MongooseError instead of MongoCursorExhaustedError #14813
  • feat(model+query): support options parameter for distinct() #14772 #8006
  • feat(QueryCursor): add getDriverCursor() function that returns the raw driver cursor #14745

... (truncated)

Changelog

Sourced from mongoose's changelog.

8.7.1 / 2024-10-09

  • fix: set flattenObjectIds to false when calling toObject() for internal purposes #14938
  • fix: add mongodb 8 to test matrix #14937
  • fix: handle buffers stored in MongoDB as EJSON representation with { $binary } #14932
  • docs: indicate that Mongoose 8.7 is required for full MongoDB 8 support #14937

8.7.0 / 2024-09-27

  • feat(model): add Model.applyVirtuals() to apply virtuals to a POJO #14905 #14818
  • feat: upgrade mongodb -> 6.9.0 #14914
  • feat(query): cast $rename to string #14887 #3027
  • feat(SchemaType): add getEmbeddedSchemaType() method to SchemaTypes #14880 #8389
  • fix(model): throw MongooseBulkSaveIncompleteError if bulkSave() didn't completely succeed #14884 #14763
  • fix(connection): avoid returning readyState = connected if connection state is stale #14812 #14727
  • fix: depopulate if push() or addToSet() with an ObjectId on a populated array #14883 #1635
  • types: make __v a number, only set __v on top-level documents #14892

8.6.4 / 2024-09-26

  • fix(document): avoid massive perf degradation when saving new doc with 10 level deep subdocs #14910 #14897
  • fix(model): skip applying static hooks by default if static name conflicts with aggregate middleware #14904 dragontaek-lee
  • fix(model): filter applying static hooks by default if static name conflicts with mongoose middleware #14908 dragontaek-lee

7.8.2 / 2024-09-25

  • fix(projection): avoid setting projection to unknown exclusive/inclusive if elemMatch on a Date, ObjectId, etc. #14894 #14893

8.6.3 / 2024-09-17

  • fix: make getters convert uuid to string when calling toObject() and toJSON() #14890 #14869
  • fix: fix missing Aggregate re-exports for ESM #14886 wongsean
  • types(document): add generic param to depopulate() to allow updating properties #14891 #14876

6.13.2 / 2024-09-12

  • fix(document): make set() respect merge option on deeply nested objects #14870 #14878

8.6.2 / 2024-09-11

8.6.1 / 2024-09-03

  • fix(document): avoid unnecessary clone() in applyGetters() that was preventing getters from running on 3-level deep subdocuments #14844 #14840 #14835
  • fix(model): throw error if bulkSave() did not insert or update any documents #14837 #14763
  • fix(cursor): throw error in ChangeStream constructor if changeStreamThunk() throws a sync error #14846

... (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.4.5 to 8.7.1. <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.7.1 / 2024-10-09</h1> <ul> <li>fix: set flattenObjectIds to false when calling toObject() for internal purposes <a href="https://redirect.github.com/Automattic/mongoose/issues/14938">#14938</a></li> <li>fix: add mongodb 8 to test matrix <a href="https://redirect.github.com/Automattic/mongoose/issues/14937">#14937</a></li> <li>fix: handle buffers stored in MongoDB as EJSON representation with { $binary } <a href="https://redirect.github.com/Automattic/mongoose/issues/14932">#14932</a></li> <li>docs: indicate that Mongoose 8.7 is required for full MongoDB 8 support <a href="https://redirect.github.com/Automattic/mongoose/issues/14937">#14937</a></li> </ul> <h1>8.7.0 / 2024-09-27</h1> <ul> <li>feat(model): add Model.applyVirtuals() to apply virtuals to a POJO <a href="https://redirect.github.com/Automattic/mongoose/issues/14905">#14905</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14818">#14818</a></li> <li>feat: upgrade mongodb -&gt; 6.9.0 <a href="https://redirect.github.com/Automattic/mongoose/issues/14914">#14914</a></li> <li>feat(query): cast $rename to string <a href="https://redirect.github.com/Automattic/mongoose/issues/14887">#14887</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/3027">#3027</a></li> <li>feat(SchemaType): add getEmbeddedSchemaType() method to SchemaTypes <a href="https://redirect.github.com/Automattic/mongoose/issues/14880">#14880</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/8389">#8389</a></li> <li>fix(model): throw MongooseBulkSaveIncompleteError if bulkSave() didn't completely succeed <a href="https://redirect.github.com/Automattic/mongoose/issues/14884">#14884</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14763">#14763</a></li> <li>fix(connection): avoid returning readyState = connected if connection state is stale <a href="https://redirect.github.com/Automattic/mongoose/issues/14812">#14812</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14727">#14727</a></li> <li>fix: depopulate if push() or addToSet() with an ObjectId on a populated array <a href="https://redirect.github.com/Automattic/mongoose/issues/14883">#14883</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/1635">#1635</a></li> <li>types: make __v a number, only set __v on top-level documents <a href="https://redirect.github.com/Automattic/mongoose/issues/14892">#14892</a></li> </ul> <h1>8.6.4 / 2024-09-26</h1> <ul> <li>fix(document): avoid massive perf degradation when saving new doc with 10 level deep subdocs <a href="https://redirect.github.com/Automattic/mongoose/issues/14910">#14910</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14897">#14897</a></li> <li>fix(model): skip applying static hooks by default if static name conflicts with aggregate middleware <a href="https://redirect.github.com/Automattic/mongoose/issues/14904">#14904</a> <a href="https://github.com/dragontaek-lee">dragontaek-lee</a></li> <li>fix(model): filter applying static hooks by default if static name conflicts with mongoose middleware <a href="https://redirect.github.com/Automattic/mongoose/issues/14908">#14908</a> <a href="https://github.com/dragontaek-lee">dragontaek-lee</a></li> </ul> <h1>8.6.3 / 2024-09-17</h1> <ul> <li>fix: make getters convert uuid to string when calling toObject() and toJSON() <a href="https://redirect.github.com/Automattic/mongoose/issues/14890">#14890</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14869">#14869</a></li> <li>fix: fix missing Aggregate re-exports for ESM <a href="https://redirect.github.com/Automattic/mongoose/issues/14886">#14886</a> <a href="https://github.com/wongsean">wongsean</a></li> <li>types(document): add generic param to depopulate() to allow updating properties <a href="https://redirect.github.com/Automattic/mongoose/issues/14891">#14891</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14876">#14876</a></li> </ul> <h1>8.6.2 / 2024-09-11</h1> <ul> <li>fix: make set merge deeply nested objects <a href="https://redirect.github.com/Automattic/mongoose/issues/14870">#14870</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14861">#14861</a> <a href="https://github.com/ianHeydoc">ianHeydoc</a></li> <li>types: allow arbitrary keys in query filters again (revert <a href="https://redirect.github.com/Automattic/mongoose/issues/14764">#14764</a>) <a href="https://redirect.github.com/Automattic/mongoose/issues/14874">#14874</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14863">#14863</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14862">#14862</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14842">#14842</a></li> <li>types: make SchemaType static setters property accessible in TypeScript <a href="https://redirect.github.com/Automattic/mongoose/issues/14881">#14881</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14879">#14879</a></li> <li>type(inferrawdoctype): infer Date types as JS dates rather than Mongoose SchemaType Date <a href="https://redirect.github.com/Automattic/mongoose/issues/14882">#14882</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14839">#14839</a></li> </ul> <h1>8.6.1 / 2024-09-03</h1> <ul> <li>fix(document): avoid unnecessary clone() in applyGetters() that was preventing getters from running on 3-level deep subdocuments <a href="https://redirect.github.com/Automattic/mongoose/issues/14844">#14844</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14840">#14840</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14835">#14835</a></li> <li>fix(model): throw error if bulkSave() did not insert or update any documents <a href="https://redirect.github.com/Automattic/mongoose/issues/14837">#14837</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14763">#14763</a></li> <li>fix(cursor): throw error in ChangeStream constructor if changeStreamThunk() throws a sync error <a href="https://redirect.github.com/Automattic/mongoose/issues/14846">#14846</a></li> <li>types(query): add $expr to RootQuerySelector <a href="https://redirect.github.com/Automattic/mongoose/issues/14845">#14845</a></li> <li>docs: update populate.md to fix missing match: { } <a href="https://redirect.github.com/Automattic/mongoose/issues/14847">#14847</a> <a href="https://github.com/makhoulshbeeb">makhoulshbeeb</a></li> </ul> <h1>8.6.0 / 2024-08-28</h1> <ul> <li>feat: upgrade mongodb -&gt; 6.8.0, handle throwing error on closed cursor in Mongoose with <code>MongooseError</code> instead of <code>MongoCursorExhaustedError</code> <a href="https://redirect.github.com/Automattic/mongoose/issues/14813">#14813</a></li> <li>feat(model+query): support options parameter for distinct() <a href="https://redirect.github.com/Automattic/mongoose/issues/14772">#14772</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/8006">#8006</a></li> <li>feat(QueryCursor): add getDriverCursor() function that returns the raw driver cursor <a href="https://redirect.github.com/Automattic/mongoose/issues/14745">#14745</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.7.1 / 2024-10-09</h1> <ul> <li>fix: set flattenObjectIds to false when calling toObject() for internal purposes <a href="https://redirect.github.com/Automattic/mongoose/issues/14938">#14938</a></li> <li>fix: add mongodb 8 to test matrix <a href="https://redirect.github.com/Automattic/mongoose/issues/14937">#14937</a></li> <li>fix: handle buffers stored in MongoDB as EJSON representation with { $binary } <a href="https://redirect.github.com/Automattic/mongoose/issues/14932">#14932</a></li> <li>docs: indicate that Mongoose 8.7 is required for full MongoDB 8 support <a href="https://redirect.github.com/Automattic/mongoose/issues/14937">#14937</a></li> </ul> <h1>8.7.0 / 2024-09-27</h1> <ul> <li>feat(model): add Model.applyVirtuals() to apply virtuals to a POJO <a href="https://redirect.github.com/Automattic/mongoose/issues/14905">#14905</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14818">#14818</a></li> <li>feat: upgrade mongodb -&gt; 6.9.0 <a href="https://redirect.github.com/Automattic/mongoose/issues/14914">#14914</a></li> <li>feat(query): cast $rename to string <a href="https://redirect.github.com/Automattic/mongoose/issues/14887">#14887</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/3027">#3027</a></li> <li>feat(SchemaType): add getEmbeddedSchemaType() method to SchemaTypes <a href="https://redirect.github.com/Automattic/mongoose/issues/14880">#14880</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/8389">#8389</a></li> <li>fix(model): throw MongooseBulkSaveIncompleteError if bulkSave() didn't completely succeed <a href="https://redirect.github.com/Automattic/mongoose/issues/14884">#14884</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14763">#14763</a></li> <li>fix(connection): avoid returning readyState = connected if connection state is stale <a href="https://redirect.github.com/Automattic/mongoose/issues/14812">#14812</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14727">#14727</a></li> <li>fix: depopulate if push() or addToSet() with an ObjectId on a populated array <a href="https://redirect.github.com/Automattic/mongoose/issues/14883">#14883</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/1635">#1635</a></li> <li>types: make __v a number, only set __v on top-level documents <a href="https://redirect.github.com/Automattic/mongoose/issues/14892">#14892</a></li> </ul> <h1>8.6.4 / 2024-09-26</h1> <ul> <li>fix(document): avoid massive perf degradation when saving new doc with 10 level deep subdocs <a href="https://redirect.github.com/Automattic/mongoose/issues/14910">#14910</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14897">#14897</a></li> <li>fix(model): skip applying static hooks by default if static name conflicts with aggregate middleware <a href="https://redirect.github.com/Automattic/mongoose/issues/14904">#14904</a> <a href="https://github.com/dragontaek-lee">dragontaek-lee</a></li> <li>fix(model): filter applying static hooks by default if static name conflicts with mongoose middleware <a href="https://redirect.github.com/Automattic/mongoose/issues/14908">#14908</a> <a href="https://github.com/dragontaek-lee">dragontaek-lee</a></li> </ul> <h1>7.8.2 / 2024-09-25</h1> <ul> <li>fix(projection): avoid setting projection to unknown exclusive/inclusive if elemMatch on a Date, ObjectId, etc. <a href="https://redirect.github.com/Automattic/mongoose/issues/14894">#14894</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14893">#14893</a></li> </ul> <h1>8.6.3 / 2024-09-17</h1> <ul> <li>fix: make getters convert uuid to string when calling toObject() and toJSON() <a href="https://redirect.github.com/Automattic/mongoose/issues/14890">#14890</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14869">#14869</a></li> <li>fix: fix missing Aggregate re-exports for ESM <a href="https://redirect.github.com/Automattic/mongoose/issues/14886">#14886</a> <a href="https://github.com/wongsean">wongsean</a></li> <li>types(document): add generic param to depopulate() to allow updating properties <a href="https://redirect.github.com/Automattic/mongoose/issues/14891">#14891</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14876">#14876</a></li> </ul> <h1>6.13.2 / 2024-09-12</h1> <ul> <li>fix(document): make set() respect merge option on deeply nested objects <a href="https://redirect.github.com/Automattic/mongoose/issues/14870">#14870</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14878">#14878</a></li> </ul> <h1>8.6.2 / 2024-09-11</h1> <ul> <li>fix: make set merge deeply nested objects <a href="https://redirect.github.com/Automattic/mongoose/issues/14870">#14870</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14861">#14861</a> <a href="https://github.com/ianHeydoc">ianHeydoc</a></li> <li>types: allow arbitrary keys in query filters again (revert <a href="https://redirect.github.com/Automattic/mongoose/issues/14764">#14764</a>) <a href="https://redirect.github.com/Automattic/mongoose/issues/14874">#14874</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14863">#14863</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14862">#14862</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14842">#14842</a></li> <li>types: make SchemaType static setters property accessible in TypeScript <a href="https://redirect.github.com/Automattic/mongoose/issues/14881">#14881</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14879">#14879</a></li> <li>type(inferrawdoctype): infer Date types as JS dates rather than Mongoose SchemaType Date <a href="https://redirect.github.com/Automattic/mongoose/issues/14882">#14882</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14839">#14839</a></li> </ul> <h1>8.6.1 / 2024-09-03</h1> <ul> <li>fix(document): avoid unnecessary clone() in applyGetters() that was preventing getters from running on 3-level deep subdocuments <a href="https://redirect.github.com/Automattic/mongoose/issues/14844">#14844</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14840">#14840</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14835">#14835</a></li> <li>fix(model): throw error if bulkSave() did not insert or update any documents <a href="https://redirect.github.com/Automattic/mongoose/issues/14837">#14837</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14763">#14763</a></li> <li>fix(cursor): throw error in ChangeStream constructor if changeStreamThunk() throws a sync error <a href="https://redirect.github.com/Automattic/mongoose/issues/14846">#14846</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/02c5efd7ee19eca0f0e5744719b36e19cba0f58d"><code>02c5efd</code></a> chore: release 8.7.1</li> <li><a href="https://github.com/Automattic/mongoose/commit/d861d212028e20765ac1aa5523bf641fbf8f4b3d"><code>d861d21</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14938">#14938</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14935">gh-14935</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/6aecc016e84904d9dfce278b5458c7edc35b83da"><code>6aecc01</code></a> Update test/document.test.js</li> <li><a href="https://github.com/Automattic/mongoose/commit/8068c6a61d3ad7e1b748cc7101147d136bae0cdd"><code>8068c6a</code></a> Update test/document.test.js</li> <li><a href="https://github.com/Automattic/mongoose/commit/80441c00f5bb8e192fe1f16c49c5c3dca1826e4a"><code>80441c0</code></a> style: fix lint</li> <li><a href="https://github.com/Automattic/mongoose/commit/8b2b4e60e4be7e060b3cabcaf2dd5d28be09ff18"><code>8b2b4e6</code></a> Merge branch 'master' into vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14935">gh-14935</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/ee6b861edea5228c2de66422eba0e7346ec164b7"><code>ee6b861</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14937">#14937</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14934">gh-14934</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/048eebce24e48099297d56697a96cd1d7f56edb0"><code>048eebc</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14932">#14932</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14911">gh-14911</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/47c3b469c26635e7c8e9bbe652ccfcf7c0a4e346"><code>47c3b46</code></a> fix: set flattenObjectIds to false when calling toObject() for internal purposes</li> <li><a href="https://github.com/Automattic/mongoose/commit/682a9e9060961e2909b76ab7b81d2ba6c9b9d478"><code>682a9e9</code></a> docs: indicate that Mongoose 8.7 is required for full MongoDB 8 support</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/8.4.5...8.7.1">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.4.5&new-version=8.7.1)](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>
OrdisPrime commented 2024-12-18 18:01:35 -08:00 (Migrated from github.com)

@dependabot rebase

@dependabot rebase
dependabot[bot] commented 2024-12-18 18:02:34 -08:00 (Migrated from github.com)

Superseded by #584.

Superseded by #584.

Pull request closed

Sign in to join this conversation.
No description provided.