467.json (20673B)
1 { 2 "number": 467, 3 "title": "Bump matrix-js-sdk from 23.0.0 to 26.0.1", 4 "state": "closed", 5 "diff_file": "467.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2023-06-09T09:06:30Z", 8 "closed_at": "2023-06-21T09:05:43Z", 9 "merged_at": null, 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/matrix-js-sdk-26.0.1", 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.0.1.\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.0.1</h2>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\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</ul>\n<h2>v26.0.0</h2>\n<h2>\ud83d\udea8 BREAKING CHANGES</h2>\n<ul>\n<li>Ensure we do not add relations to the wrong timeline (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3427\">#3427</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/25450\">vector-im/element-web#25450</a> and <a href=\"https://redirect.github.com/vector-im/element-web/issues/25494\">vector-im/element-web#25494</a>.</li>\n<li>Deprecate <code>QrCodeEvent</code>, <code>SasEvent</code> and <code>VerificationEvent</code> (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3386\">#3386</a>).</li>\n</ul>\n<h2>\ud83e\udd96 Deprecations</h2>\n<ul>\n<li>Move crypto classes into a separate namespace (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3385\">#3385</a>).</li>\n</ul>\n<h2>\u2728 Features</h2>\n<ul>\n<li>Mention deno support in the README (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3417\">#3417</a>). Contributed by <a href=\"https://github.com/sigmaSd\"><code>@\u200bsigmaSd</code></a>.</li>\n<li>Mark room version 10 as safe (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3425\">#3425</a>).</li>\n<li>Prioritise entirely supported flows for UIA (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3402\">#3402</a>).</li>\n<li>Add methods to terminate idb worker (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3362\">#3362</a>).</li>\n<li>Total summary count (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3351\">#3351</a>). Contributed by <a href=\"https://github.com/toger5\"><code>@\u200btoger5</code></a>.</li>\n<li>Audio concealment (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3349\">#3349</a>). Contributed by <a href=\"https://github.com/toger5\"><code>@\u200btoger5</code></a>.</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<li>Correctly accumulate sync summaries. (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3366\">#3366</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/23345\">vector-im/element-web#23345</a>.</li>\n<li>Keep measuring a call feed's volume after a stream replacement (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3361\">#3361</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-call/issues/1051\">vector-im/element-call#1051</a>.</li>\n<li>Element-R: Avoid uploading a new fallback key at every <code>/sync</code> (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3338\">#3338</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/25215\">vector-im/element-web#25215</a>.</li>\n<li>Accumulate receipts for the main thread and unthreaded separately (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3339\">#3339</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/24629\">vector-im/element-web#24629</a>.</li>\n<li>Remove spec non-compliant extended glob format (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3423\">#3423</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/25474\">vector-im/element-web#25474</a>.</li>\n<li>Fix bug where original event was inserted into timeline instead of the edit event (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3398\">#3398</a>). Contributed by <a href=\"https://github.com/andybalaam\"><code>@\u200bandybalaam</code></a>.</li>\n<li>Only add a local receipt if it's after an existing receipt (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3399\">#3399</a>). Contributed by <a href=\"https://github.com/andybalaam\"><code>@\u200bandybalaam</code></a>.</li>\n<li>Attempt a potential workaround for stuck notifs (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3384\">#3384</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/25406\">vector-im/element-web#25406</a>. Contributed by <a href=\"https://github.com/andybalaam\"><code>@\u200bandybalaam</code></a>.</li>\n<li>Fix verification bug with <code>pendingEventOrdering: "chronological"</code> (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3382\">#3382</a>).</li>\n</ul>\n<h2>v26.0.0-rc.1</h2>\n<h2>\ud83d\udea8 BREAKING CHANGES</h2>\n<ul>\n<li>Ensure we do not add relations to the wrong timeline (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3427\">#3427</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/25450\">vector-im/element-web#25450</a> and <a href=\"https://redirect.github.com/vector-im/element-web/issues/25494\">vector-im/element-web#25494</a>.</li>\n<li>Deprecate <code>QrCodeEvent</code>, <code>SasEvent</code> and <code>VerificationEvent</code> (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3386\">#3386</a>).</li>\n</ul>\n<h2>\ud83e\udd96 Deprecations</h2>\n<ul>\n<li>Move crypto classes into a separate namespace (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3385\">#3385</a>).</li>\n</ul>\n<h2>\u2728 Features</h2>\n<ul>\n<li>Mention deno support in the README (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3417\">#3417</a>). Contributed by <a href=\"https://github.com/sigmaSd\"><code>@\u200bsigmaSd</code></a>.</li>\n<li>Mark room version 10 as safe (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3425\">#3425</a>).</li>\n<li>Prioritise entirely supported flows for UIA (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3402\">#3402</a>).</li>\n<li>Add methods to terminate idb worker (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3362\">#3362</a>).</li>\n<li>Total summary count (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3351\">#3351</a>). Contributed by <a href=\"https://github.com/toger5\"><code>@\u200btoger5</code></a>.</li>\n<li>Audio concealment (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3349\">#3349</a>). Contributed by <a href=\"https://github.com/toger5\"><code>@\u200btoger5</code></a>.</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<li>Correctly accumulate sync summaries. (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3366\">#3366</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/23345\">vector-im/element-web#23345</a>.</li>\n<li>Keep measuring a call feed's volume after a stream replacement (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3361\">#3361</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-call/issues/1051\">vector-im/element-call#1051</a>.</li>\n<li>Element-R: Avoid uploading a new fallback key at every <code>/sync</code> (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3338\">#3338</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/25215\">vector-im/element-web#25215</a>.</li>\n<li>Accumulate receipts for the main thread and unthreaded separately (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3339\">#3339</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/24629\">vector-im/element-web#24629</a>.</li>\n<li>Remove spec non-compliant extended glob format (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3423\">#3423</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/25474\">vector-im/element-web#25474</a>.</li>\n<li>Fix bug where original event was inserted into timeline instead of the edit event (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3398\">#3398</a>). Contributed by <a href=\"https://github.com/andybalaam\"><code>@\u200bandybalaam</code></a>.</li>\n<li>Only add a local receipt if it's after an existing receipt (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3399\">#3399</a>). Contributed by <a href=\"https://github.com/andybalaam\"><code>@\u200bandybalaam</code></a>.</li>\n<li>Attempt a potential workaround for stuck notifs (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3384\">#3384</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/25406\">vector-im/element-web#25406</a>. Contributed by <a href=\"https://github.com/andybalaam\"><code>@\u200bandybalaam</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.0.1\">26.0.1</a> (2023-06-09)</h1>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\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</ul>\n<h1>Changes in <a href=\"https://github.com/matrix-org/matrix-js-sdk/releases/tag/v26.0.0\">26.0.0</a> (2023-06-06)</h1>\n<h2>\ud83d\udea8 BREAKING CHANGES</h2>\n<ul>\n<li>Ensure we do not add relations to the wrong timeline (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3427\">#3427</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/25450\">vector-im/element-web#25450</a> and <a href=\"https://redirect.github.com/vector-im/element-web/issues/25494\">vector-im/element-web#25494</a>.</li>\n<li>Deprecate <code>QrCodeEvent</code>, <code>SasEvent</code> and <code>VerificationEvent</code> (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3386\">#3386</a>).</li>\n</ul>\n<h2>\ud83e\udd96 Deprecations</h2>\n<ul>\n<li>Move crypto classes into a separate namespace (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3385\">#3385</a>).</li>\n</ul>\n<h2>\u2728 Features</h2>\n<ul>\n<li>Mention deno support in the README (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3417\">#3417</a>). Contributed by <a href=\"https://github.com/sigmaSd\"><code>@\u200bsigmaSd</code></a>.</li>\n<li>Mark room version 10 as safe (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3425\">#3425</a>).</li>\n<li>Prioritise entirely supported flows for UIA (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3402\">#3402</a>).</li>\n<li>Add methods to terminate idb worker (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3362\">#3362</a>).</li>\n<li>Total summary count (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3351\">#3351</a>). Contributed by <a href=\"https://github.com/toger5\"><code>@\u200btoger5</code></a>.</li>\n<li>Audio concealment (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3349\">#3349</a>). Contributed by <a href=\"https://github.com/toger5\"><code>@\u200btoger5</code></a>.</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<li>Correctly accumulate sync summaries. (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3366\">#3366</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/23345\">vector-im/element-web#23345</a>.</li>\n<li>Keep measuring a call feed's volume after a stream replacement (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3361\">#3361</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-call/issues/1051\">vector-im/element-call#1051</a>.</li>\n<li>Element-R: Avoid uploading a new fallback key at every <code>/sync</code> (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3338\">#3338</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/25215\">vector-im/element-web#25215</a>.</li>\n<li>Accumulate receipts for the main thread and unthreaded separately (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3339\">#3339</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/24629\">vector-im/element-web#24629</a>.</li>\n<li>Remove spec non-compliant extended glob format (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3423\">#3423</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/25474\">vector-im/element-web#25474</a>.</li>\n<li>Fix bug where original event was inserted into timeline instead of the edit event (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3398\">#3398</a>). Contributed by <a href=\"https://github.com/andybalaam\"><code>@\u200bandybalaam</code></a>.</li>\n<li>Only add a local receipt if it's after an existing receipt (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3399\">#3399</a>). Contributed by <a href=\"https://github.com/andybalaam\"><code>@\u200bandybalaam</code></a>.</li>\n<li>Attempt a potential workaround for stuck notifs (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3384\">#3384</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/25406\">vector-im/element-web#25406</a>. Contributed by <a href=\"https://github.com/andybalaam\"><code>@\u200bandybalaam</code></a>.</li>\n<li>Fix verification bug with <code>pendingEventOrdering: "chronological"</code> (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3382\">#3382</a>).</li>\n</ul>\n<h1>Changes in <a href=\"https://github.com/matrix-org/matrix-js-sdk/releases/tag/v25.1.1\">25.1.1</a> (2023-05-16)</h1>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<li>Rebuild to fix packaging glitch in 25.1.0. Fixes <a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3363\">#3363</a></li>\n</ul>\n<h1>Changes in <a href=\"https://github.com/matrix-org/matrix-js-sdk/releases/tag/v25.1.0\">25.1.0</a> (2023-05-09)</h1>\n<h2>\ud83e\udd96 Deprecations</h2>\n<ul>\n<li>Deprecate MatrixClient::resolveRoomAlias (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3316\">#3316</a>).</li>\n</ul>\n<h2>\u2728 Features</h2>\n<ul>\n<li>add client method to remove pusher (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3324\">#3324</a>). Contributed by <a href=\"https://github.com/kerryarchibald\"><code>@\u200bkerryarchibald</code></a>.</li>\n<li>Implement MSC 3981 (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3248\">#3248</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/25021\">vector-im/element-web#25021</a>. Contributed by <a href=\"https://github.com/justjanne\"><code>@\u200bjustjanne</code></a>.</li>\n</ul>\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/32c0b81332f0831a7d013e9014cd293f23ccca98\"><code>32c0b81</code></a> v26.0.1</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/634b8ebbb436532a4c80f928b97fcd39311af3ae\"><code>634b8eb</code></a> Prepare changelog for v26.0.1</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/4ab8066e1fe92c3547eb889f3534c76808931d8a\"><code>4ab8066</code></a> Merge pull request <a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3460\">#3460</a> from matrix-org/backport-3455-to-staging</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/13dccb3d715877f2629dc8c55fdbde0c55923fae\"><code>13dccb3</code></a> Fix: handle <code>baseUrl</code> with trailing slash in <code>fetch.getUrl</code> (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3455\">#3455</a>)</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/f41fa84e72da0542940d2f712dda0f7ee2758b6f\"><code>f41fa84</code></a> v26.0.0</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/3c4134537a9b64818b134c6c48c3482dbb4d304c\"><code>3c41345</code></a> Prepare changelog for v26.0.0</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/d4414341d6cd968fcee11e6ef00e0da02c7b5808\"><code>d441434</code></a> v26.0.0-rc.1</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/f173014fc0032ca6a67e85a27f7bc00808d6280e\"><code>f173014</code></a> Prepare changelog for v26.0.0-rc.1</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/81cb44db7f85002dee776f97500949fd0b9bc554\"><code>81cb44d</code></a> Merge branch 'develop' into staging</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/71f9b25db7bb1704aabf249dcba5d18d3aa94b08\"><code>71f9b25</code></a> Ensure we do not add relations to the wrong timeline (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3427\">#3427</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/matrix-org/matrix-js-sdk/compare/v23.0.0...v26.0.1\">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>\n\n<!-- Replace -->\n----\n\u231b Deploy Preview - Build in Progress\n<!-- Replace -->\n", 23 "comments": [ 24 { 25 "author": "dependabot[bot]", 26 "created_at": "2023-06-21T09:05:42Z", 27 "body": "Superseded by #488." 28 } 29 ], 30 "review_comments": [] 31 }