matrix-art.meta

Issues/PRs archive for MTRNord/matrix-art
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.meta.git
Log | Files | Refs

510.md (22823B)


      1 # PR #510 Bump matrix-js-sdk from 23.0.0 to 26.2.0
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-07-05T08:15:48Z
      6 - **Branch:** dependabot/npm_and_yarn/matrix-js-sdk-26.2.0 → main
      7 - **Closed:** 2023-07-19T08:16:01Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [510.diff](./510.diff)
     12 
     13 ---
     14 
     15 Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk) from 23.0.0 to 26.2.0.
     16 <details>
     17 <summary>Release notes</summary>
     18 <p><em>Sourced from <a href="https://github.com/matrix-org/matrix-js-sdk/releases">matrix-js-sdk's releases</a>.</em></p>
     19 <blockquote>
     20 <h2>v26.2.0</h2>
     21 <h2>🦖 Deprecations</h2>
     22 <ul>
     23 <li>The Browserify artifact is being deprecated, scheduled for removal in the October 10th release cycle. (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3189">#3189</a>).</li>
     24 <li>ElementR: Add <code>CryptoApi#bootstrapSecretStorage</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3483">#3483</a>). Contributed by <a href="https://github.com/florianduros"><code>@​florianduros</code></a>.</li>
     25 <li>Deprecate <code>MatrixClient.findVerificationRequestDMInProgress</code>, <code>MatrixClient.getVerificationRequestsToDeviceInProgress</code>, and <code>MatrixClient.requestVerification</code>, in favour of methods in <code>CryptoApi</code>. (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3474">#3474</a>).</li>
     26 <li>Introduce a new <code>Crypto.VerificationRequest</code> interface, and deprecate direct access to the old <code>VerificationRequest</code> class. Also deprecate some related classes that were exported from <code>src/crypto/verification/request/VerificationRequest</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3449">#3449</a>).</li>
     27 </ul>
     28 <h2>✨ Features</h2>
     29 <ul>
     30 <li>OIDC: navigate to authorization endpoint (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3499">#3499</a>). Contributed by <a href="https://github.com/kerryarchibald"><code>@​kerryarchibald</code></a>.</li>
     31 <li>Support for interactive device verification in Element-R. (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3505">#3505</a>).</li>
     32 <li>Support for interactive device verification in Element-R. (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3508">#3508</a>).</li>
     33 <li>Support for interactive device verification in Element-R. (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3490">#3490</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25316">vector-im/element-web#25316</a>.</li>
     34 <li>Element-R: Store cross signing keys in secret storage (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3498">#3498</a>). Contributed by <a href="https://github.com/florianduros"><code>@​florianduros</code></a>.</li>
     35 <li>OIDC: add dynamic client registration util function (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3481">#3481</a>). Contributed by <a href="https://github.com/kerryarchibald"><code>@​kerryarchibald</code></a>.</li>
     36 <li>Add getLastUnthreadedReceiptFor utility to Thread delegating to the underlying Room (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3493">#3493</a>).</li>
     37 <li>ElementR: Add <code>rust-crypto#createRecoveryKeyFromPassphrase</code> implementation (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3472">#3472</a>). Contributed by <a href="https://github.com/florianduros"><code>@​florianduros</code></a>.</li>
     38 </ul>
     39 <h2>🐛 Bug Fixes</h2>
     40 <ul>
     41 <li>Aggregate relations regardless of whether event fits into the timeline (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3496">#3496</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25596">vector-im/element-web#25596</a>.</li>
     42 <li>Fix bug where switching media caused media in subsequent calls to fail (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3489">#3489</a>).</li>
     43 <li>Fix: remove polls from room state on redaction (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3475">#3475</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25573">vector-im/element-web#25573</a>. Contributed by <a href="https://github.com/kerryarchibald"><code>@​kerryarchibald</code></a>.</li>
     44 <li>Fix export type <code>GeneratedSecretStorageKey</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3479">#3479</a>). Contributed by <a href="https://github.com/florianduros"><code>@​florianduros</code></a>.</li>
     45 <li>Close IDB database before deleting it to prevent spurious unexpected close errors (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3478">#3478</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25597">vector-im/element-web#25597</a>.</li>
     46 </ul>
     47 <h2>v26.2.0-rc.1</h2>
     48 <h2>🦖 Deprecations</h2>
     49 <ul>
     50 <li>The Browserify artifact is being deprecated, scheduled for removal in the October 10th release cycle. (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3189">#3189</a>).</li>
     51 <li>ElementR: Add <code>CryptoApi#bootstrapSecretStorage</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3483">#3483</a>). Contributed by <a href="https://github.com/florianduros"><code>@​florianduros</code></a>.</li>
     52 <li>Deprecate <code>MatrixClient.findVerificationRequestDMInProgress</code>, <code>MatrixClient.getVerificationRequestsToDeviceInProgress</code>, and <code>MatrixClient.requestVerification</code>, in favour of methods in <code>CryptoApi</code>. (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3474">#3474</a>).</li>
     53 <li>Introduce a new <code>Crypto.VerificationRequest</code> interface, and deprecate direct access to the old <code>VerificationRequest</code> class. Also deprecate some related classes that were exported from <code>src/crypto/verification/request/VerificationRequest</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3449">#3449</a>).</li>
     54 </ul>
     55 <h2>✨ Features</h2>
     56 <ul>
     57 <li>OIDC: navigate to authorization endpoint (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3499">#3499</a>). Contributed by <a href="https://github.com/kerryarchibald"><code>@​kerryarchibald</code></a>.</li>
     58 <li>Support for interactive device verification in Element-R. (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3505">#3505</a>).</li>
     59 <li>Support for interactive device verification in Element-R. (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3508">#3508</a>).</li>
     60 <li>Support for interactive device verification in Element-R. (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3490">#3490</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25316">vector-im/element-web#25316</a>.</li>
     61 <li>Element-R: Store cross signing keys in secret storage (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3498">#3498</a>). Contributed by <a href="https://github.com/florianduros"><code>@​florianduros</code></a>.</li>
     62 <li>OIDC: add dynamic client registration util function (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3481">#3481</a>). Contributed by <a href="https://github.com/kerryarchibald"><code>@​kerryarchibald</code></a>.</li>
     63 <li>Add getLastUnthreadedReceiptFor utility to Thread delegating to the underlying Room (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3493">#3493</a>).</li>
     64 <li>ElementR: Add <code>rust-crypto#createRecoveryKeyFromPassphrase</code> implementation (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3472">#3472</a>). Contributed by <a href="https://github.com/florianduros"><code>@​florianduros</code></a>.</li>
     65 </ul>
     66 <h2>🐛 Bug Fixes</h2>
     67 <ul>
     68 <li>Aggregate relations regardless of whether event fits into the timeline (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3496">#3496</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25596">vector-im/element-web#25596</a>.</li>
     69 <li>Fix bug where switching media caused media in subsequent calls to fail (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3489">#3489</a>).</li>
     70 <li>Fix: remove polls from room state on redaction (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3475">#3475</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25573">vector-im/element-web#25573</a>. Contributed by <a href="https://github.com/kerryarchibald"><code>@​kerryarchibald</code></a>.</li>
     71 <li>Fix export type <code>GeneratedSecretStorageKey</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3479">#3479</a>). Contributed by <a href="https://github.com/florianduros"><code>@​florianduros</code></a>.</li>
     72 <li>Close IDB database before deleting it to prevent spurious unexpected close errors (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3478">#3478</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25597">vector-im/element-web#25597</a>.</li>
     73 </ul>
     74 <h2>v26.1.0</h2>
     75 <h2>🦖 Deprecations</h2>
     76 <ul>
     77 <li>Introduce a new <code>Crypto.Verifier</code> interface, and deprecate direct access to <code>VerificationBase</code>, <code>SAS</code> and <code>ReciprocateQRCode</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3414">#3414</a>).</li>
     78 </ul>
     79 <h2>✨ Features</h2>
     80 <ul>
     81 <li>Add <code>rust-crypto#isCrossSigningReady</code> implementation (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3462">#3462</a>). Contributed by <a href="https://github.com/florianduros"><code>@​florianduros</code></a>.</li>
     82 <li>OIDC: Validate <code>m.authentication</code> configuration (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3419">#3419</a>). Contributed by <a href="https://github.com/kerryarchibald"><code>@​kerryarchibald</code></a>.</li>
     83 </ul>
     84 <!-- raw HTML omitted -->
     85 </blockquote>
     86 <p>... (truncated)</p>
     87 </details>
     88 <details>
     89 <summary>Changelog</summary>
     90 <p><em>Sourced from <a href="https://github.com/matrix-org/matrix-js-sdk/blob/develop/CHANGELOG.md">matrix-js-sdk's changelog</a>.</em></p>
     91 <blockquote>
     92 <h1>Changes in <a href="https://github.com/matrix-org/matrix-js-sdk/releases/tag/v26.2.0">26.2.0</a> (2023-07-04)</h1>
     93 <h2>🦖 Deprecations</h2>
     94 <ul>
     95 <li>The Browserify artifact is being deprecated, scheduled for removal in the October 10th release cycle. (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3189">#3189</a>).</li>
     96 <li>ElementR: Add <code>CryptoApi#bootstrapSecretStorage</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3483">#3483</a>). Contributed by <a href="https://github.com/florianduros"><code>@​florianduros</code></a>.</li>
     97 <li>Deprecate <code>MatrixClient.findVerificationRequestDMInProgress</code>, <code>MatrixClient.getVerificationRequestsToDeviceInProgress</code>, and <code>MatrixClient.requestVerification</code>, in favour of methods in <code>CryptoApi</code>. (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3474">#3474</a>).</li>
     98 <li>Introduce a new <code>Crypto.VerificationRequest</code> interface, and deprecate direct access to the old <code>VerificationRequest</code> class. Also deprecate some related classes that were exported from <code>src/crypto/verification/request/VerificationRequest</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3449">#3449</a>).</li>
     99 </ul>
    100 <h2>✨ Features</h2>
    101 <ul>
    102 <li>OIDC: navigate to authorization endpoint (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3499">#3499</a>). Contributed by <a href="https://github.com/kerryarchibald"><code>@​kerryarchibald</code></a>.</li>
    103 <li>Support for interactive device verification in Element-R. (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3505">#3505</a>).</li>
    104 <li>Support for interactive device verification in Element-R. (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3508">#3508</a>).</li>
    105 <li>Support for interactive device verification in Element-R. (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3490">#3490</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25316">vector-im/element-web#25316</a>.</li>
    106 <li>Element-R: Store cross signing keys in secret storage (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3498">#3498</a>). Contributed by <a href="https://github.com/florianduros"><code>@​florianduros</code></a>.</li>
    107 <li>OIDC: add dynamic client registration util function (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3481">#3481</a>). Contributed by <a href="https://github.com/kerryarchibald"><code>@​kerryarchibald</code></a>.</li>
    108 <li>Add getLastUnthreadedReceiptFor utility to Thread delegating to the underlying Room (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3493">#3493</a>).</li>
    109 <li>ElementR: Add <code>rust-crypto#createRecoveryKeyFromPassphrase</code> implementation (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3472">#3472</a>). Contributed by <a href="https://github.com/florianduros"><code>@​florianduros</code></a>.</li>
    110 </ul>
    111 <h2>🐛 Bug Fixes</h2>
    112 <ul>
    113 <li>Aggregate relations regardless of whether event fits into the timeline (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3496">#3496</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25596">vector-im/element-web#25596</a>.</li>
    114 <li>Fix bug where switching media caused media in subsequent calls to fail (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3489">#3489</a>).</li>
    115 <li>Fix: remove polls from room state on redaction (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3475">#3475</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25573">vector-im/element-web#25573</a>. Contributed by <a href="https://github.com/kerryarchibald"><code>@​kerryarchibald</code></a>.</li>
    116 <li>Fix export type <code>GeneratedSecretStorageKey</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3479">#3479</a>). Contributed by <a href="https://github.com/florianduros"><code>@​florianduros</code></a>.</li>
    117 <li>Close IDB database before deleting it to prevent spurious unexpected close errors (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3478">#3478</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25597">vector-im/element-web#25597</a>.</li>
    118 </ul>
    119 <h1>Changes in <a href="https://github.com/matrix-org/matrix-js-sdk/releases/tag/v26.1.0">26.1.0</a> (2023-06-20)</h1>
    120 <h2>🦖 Deprecations</h2>
    121 <ul>
    122 <li>Introduce a new <code>Crypto.Verifier</code> interface, and deprecate direct access to <code>VerificationBase</code>, <code>SAS</code> and <code>ReciprocateQRCode</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3414">#3414</a>).</li>
    123 </ul>
    124 <h2>✨ Features</h2>
    125 <ul>
    126 <li>Add <code>rust-crypto#isCrossSigningReady</code> implementation (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3462">#3462</a>). Contributed by <a href="https://github.com/florianduros"><code>@​florianduros</code></a>.</li>
    127 <li>OIDC: Validate <code>m.authentication</code> configuration (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3419">#3419</a>). Contributed by <a href="https://github.com/kerryarchibald"><code>@​kerryarchibald</code></a>.</li>
    128 <li>ElementR: Add <code>CryptoApi.getCrossSigningStatus</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3452">#3452</a>). Contributed by <a href="https://github.com/florianduros"><code>@​florianduros</code></a>.</li>
    129 <li>Extend stats summary with call device and user count based on room state (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3424">#3424</a>). Contributed by <a href="https://github.com/toger5"><code>@​toger5</code></a>.</li>
    130 <li>Update MSC3912 implementation to use <code>with_rel_type</code> instead of <code>with_relations</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3420">#3420</a>).</li>
    131 <li>Export thread-related types from SDK (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3447">#3447</a>). Contributed by <a href="https://github.com/stas-demydiuk"><code>@​stas-demydiuk</code></a>.</li>
    132 <li>Use correct /v3 prefix for /refresh (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3016">#3016</a>). Contributed by <a href="https://github.com/davidisaaclee"><code>@​davidisaaclee</code></a>.</li>
    133 </ul>
    134 <h2>🐛 Bug Fixes</h2>
    135 <ul>
    136 <li>Fix thread list being ordered based on all updates (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3458">#3458</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25522">vector-im/element-web#25522</a>.</li>
    137 <li>Fix: handle <code>baseUrl</code> with trailing slash in <code>fetch.getUrl</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3455">#3455</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25526">vector-im/element-web#25526</a>. Contributed by <a href="https://github.com/kerryarchibald"><code>@​kerryarchibald</code></a>.</li>
    138 <li>use cli.canSupport to determine intentional mentions support (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3445">#3445</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25497">vector-im/element-web#25497</a>. Contributed by <a href="https://github.com/kerryarchibald"><code>@​kerryarchibald</code></a>.</li>
    139 <li>Make sliding sync linearize processing of sync requests (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3442">#3442</a>).</li>
    140 <li>Fix edge cases around 2nd order relations and threads (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3437">#3437</a>).</li>
    141 </ul>
    142 <h1>Changes in <a href="https://github.com/matrix-org/matrix-js-sdk/releases/tag/v26.0.1">26.0.1</a> (2023-06-09)</h1>
    143 <!-- raw HTML omitted -->
    144 </blockquote>
    145 <p>... (truncated)</p>
    146 </details>
    147 <details>
    148 <summary>Commits</summary>
    149 <ul>
    150 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/3f095caf2d7fac66e5d3c00aac1464dd8cffa457"><code>3f095ca</code></a> v26.2.0</li>
    151 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/12a94bdd94e02fcb5ec484ddbeb40d0d69226cd3"><code>12a94bd</code></a> Prepare changelog for v26.2.0</li>
    152 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/e285932776ca1b8d85466dc1928877245f764bc3"><code>e285932</code></a> v26.2.0-rc.1</li>
    153 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/2af0706b160a7464a1a3d95f8338c9c8fbb60f58"><code>2af0706</code></a> Prepare changelog for v26.2.0-rc.1</li>
    154 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/4382d2a425630c299370fa9a4bd8481dc5574b7a"><code>4382d2a</code></a> Increase another crypto test timeout (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3509">#3509</a>)</li>
    155 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/9de4a057df6e546716cd9ab29be336976c8daa2b"><code>9de4a05</code></a> OIDC: navigate to authorization endpoint (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3499">#3499</a>)</li>
    156 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/b703d4a2cc16b5b8bc084c2f56923640d77eb6cb"><code>b703d4a</code></a> More slow test fixes (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3515">#3515</a>)</li>
    157 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/d1dec4cd0858f51271c8d051619c665371904722"><code>d1dec4c</code></a> Implement <code>VerificationRequest.cancel</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3505">#3505</a>)</li>
    158 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/326a13bcfe96e18ce6dad29275c8216d7d4c69dc"><code>326a13b</code></a> Rearrange the verification integration tests, again (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3504">#3504</a>)</li>
    159 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/e8fb47fdca2d0bf3b428e24abd58ba2f49260f5f"><code>e8fb47f</code></a> Update all non-major dependencies (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3467">#3467</a>)</li>
    160 <li>Additional commits viewable in <a href="https://github.com/matrix-org/matrix-js-sdk/compare/v23.0.0...v26.2.0">compare view</a></li>
    161 </ul>
    162 </details>
    163 <br />
    164 
    165 
    166 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=matrix-js-sdk&package-manager=npm_and_yarn&previous-version=23.0.0&new-version=26.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    167 
    168 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`.
    169 
    170 [//]: # (dependabot-automerge-start)
    171 [//]: # (dependabot-automerge-end)
    172 
    173 ---
    174 
    175 <details>
    176 <summary>Dependabot commands and options</summary>
    177 <br />
    178 
    179 You can trigger Dependabot actions by commenting on this PR:
    180 - `@dependabot rebase` will rebase this PR
    181 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    182 - `@dependabot merge` will merge this PR after your CI passes on it
    183 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    184 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    185 - `@dependabot reopen` will reopen this PR if it is closed
    186 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    187 - `@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)
    188 - `@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)
    189 - `@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)
    190 
    191 
    192 </details>
    193 
    194 
    195 ## Comments
    196 
    197 ### @dependabot[bot] — 2023-07-19T08:16:00Z
    198 
    199 Superseded by #537.
    200