510.json (23654B)
1 { 2 "number": 510, 3 "title": "Bump matrix-js-sdk from 23.0.0 to 26.2.0", 4 "state": "closed", 5 "diff_file": "510.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2023-07-05T08:15:48Z", 8 "closed_at": "2023-07-19T08:16:01Z", 9 "merged_at": null, 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/matrix-js-sdk-26.2.0", 12 "labels": [ 13 "dependencies", 14 "javascript" 15 ], 16 "assignees": [ 17 "MTRNord" 18 ], 19 "requested_reviewers": [ 20 "MTRNord" 21 ], 22 "body": "Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk) from 23.0.0 to 26.2.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/matrix-org/matrix-js-sdk/releases\">matrix-js-sdk's releases</a>.</em></p>\n<blockquote>\n<h2>v26.2.0</h2>\n<h2>\ud83e\udd96 Deprecations</h2>\n<ul>\n<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>\n<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>@\u200bflorianduros</code></a>.</li>\n<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>\n<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>\n</ul>\n<h2>\u2728 Features</h2>\n<ul>\n<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>@\u200bkerryarchibald</code></a>.</li>\n<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>\n<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>\n<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>\n<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>@\u200bflorianduros</code></a>.</li>\n<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>@\u200bkerryarchibald</code></a>.</li>\n<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>\n<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>@\u200bflorianduros</code></a>.</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<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>\n<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>\n<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>@\u200bkerryarchibald</code></a>.</li>\n<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>@\u200bflorianduros</code></a>.</li>\n<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>\n</ul>\n<h2>v26.2.0-rc.1</h2>\n<h2>\ud83e\udd96 Deprecations</h2>\n<ul>\n<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>\n<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>@\u200bflorianduros</code></a>.</li>\n<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>\n<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>\n</ul>\n<h2>\u2728 Features</h2>\n<ul>\n<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>@\u200bkerryarchibald</code></a>.</li>\n<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>\n<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>\n<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>\n<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>@\u200bflorianduros</code></a>.</li>\n<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>@\u200bkerryarchibald</code></a>.</li>\n<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>\n<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>@\u200bflorianduros</code></a>.</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<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>\n<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>\n<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>@\u200bkerryarchibald</code></a>.</li>\n<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>@\u200bflorianduros</code></a>.</li>\n<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>\n</ul>\n<h2>v26.1.0</h2>\n<h2>\ud83e\udd96 Deprecations</h2>\n<ul>\n<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>\n</ul>\n<h2>\u2728 Features</h2>\n<ul>\n<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>@\u200bflorianduros</code></a>.</li>\n<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>@\u200bkerryarchibald</code></a>.</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<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>\n<blockquote>\n<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>\n<h2>\ud83e\udd96 Deprecations</h2>\n<ul>\n<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>\n<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>@\u200bflorianduros</code></a>.</li>\n<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>\n<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>\n</ul>\n<h2>\u2728 Features</h2>\n<ul>\n<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>@\u200bkerryarchibald</code></a>.</li>\n<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>\n<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>\n<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>\n<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>@\u200bflorianduros</code></a>.</li>\n<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>@\u200bkerryarchibald</code></a>.</li>\n<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>\n<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>@\u200bflorianduros</code></a>.</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<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>\n<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>\n<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>@\u200bkerryarchibald</code></a>.</li>\n<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>@\u200bflorianduros</code></a>.</li>\n<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>\n</ul>\n<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>\n<h2>\ud83e\udd96 Deprecations</h2>\n<ul>\n<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>\n</ul>\n<h2>\u2728 Features</h2>\n<ul>\n<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>@\u200bflorianduros</code></a>.</li>\n<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>@\u200bkerryarchibald</code></a>.</li>\n<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>@\u200bflorianduros</code></a>.</li>\n<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>@\u200btoger5</code></a>.</li>\n<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>\n<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>@\u200bstas-demydiuk</code></a>.</li>\n<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>@\u200bdavidisaaclee</code></a>.</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<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>\n<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>@\u200bkerryarchibald</code></a>.</li>\n<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>@\u200bkerryarchibald</code></a>.</li>\n<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>\n<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>\n</ul>\n<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>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/3f095caf2d7fac66e5d3c00aac1464dd8cffa457\"><code>3f095ca</code></a> v26.2.0</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/12a94bdd94e02fcb5ec484ddbeb40d0d69226cd3\"><code>12a94bd</code></a> Prepare changelog for v26.2.0</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/e285932776ca1b8d85466dc1928877245f764bc3\"><code>e285932</code></a> v26.2.0-rc.1</li>\n<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>\n<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>\n<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>\n<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>\n<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>\n<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>\n<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>\n<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>\n</ul>\n</details>\n<br />\n\n\n[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>", 23 "comments": [ 24 { 25 "author": "dependabot[bot]", 26 "created_at": "2023-07-19T08:16:00Z", 27 "body": "Superseded by #537." 28 } 29 ], 30 "review_comments": [] 31 }