276.json (24498B)
1 { 2 "number": 276, 3 "title": "Bump matrix-js-sdk from 16.0.1 to 23.0.0", 4 "state": "closed", 5 "diff_file": "276.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2023-01-03T17:37:14Z", 8 "closed_at": "2023-01-03T17:56:34Z", 9 "merged_at": null, 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/matrix-js-sdk-23.0.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 16.0.1 to 23.0.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>v23.0.0</h2>\n<h2>\ud83d\udea8 BREAKING CHANGES</h2>\n<ul>\n<li>Process <code>m.room.encryption</code> events before emitting <code>RoomMember</code> events (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2914\">#2914</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23819\">vector-im/element-web#23819</a>.</li>\n<li>Don't expose <code>calls</code> on <code>GroupCall</code> (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2941\">#2941</a>).</li>\n</ul>\n<h2>\u2728 Features</h2>\n<ul>\n<li>Support MSC3391: Account data deletion (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2967\">#2967</a>).</li>\n<li>Add a message ID on each to-device message (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2938\">#2938</a>).</li>\n<li>Enable multiple users' power levels to be set at once (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2892\">#2892</a>). Contributed by <a href=\"https://github.com/GoodGuyMarco\"><code>@\u200bGoodGuyMarco</code></a>.</li>\n<li>Include pending events in thread summary and count again (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2922\">#2922</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23642\">vector-im/element-web#23642</a>.</li>\n<li>Make GroupCall work better with widgets (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2935\">#2935</a>).</li>\n<li>Add method to get outgoing room key requests for a given event (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2930\">#2930</a>).</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<li>Fix messages loaded during initial fetch ending up out of order (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2971\">#2971</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23972\">vector-im/element-web#23972</a>.</li>\n<li>Fix <a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/23919\">#23919</a>: Root message for new thread loaded from network (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2965\">#2965</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23919\">vector-im/element-web#23919</a>.</li>\n<li>Fix <a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/23916\">#23916</a>: Prevent edits of the last message in a thread getting lost (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2951\">#2951</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23916\">vector-im/element-web#23916</a> and <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23942\">vector-im/element-web#23942</a>.</li>\n<li>Fix infinite loop when restoring cached read receipts (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2963\">#2963</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23951\">vector-im/element-web#23951</a>.</li>\n<li>Don't swallow errors coming from the shareSession call (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2962\">#2962</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23792\">vector-im/element-web#23792</a>.</li>\n<li>Make sure that MegolmEncryption.setupPromise always resolves (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2960\">#2960</a>).</li>\n<li>Do not calculate highlight notifs for threads unknown to the room (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2957\">#2957</a>).</li>\n<li>Cache read receipts for unknown threads (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2953\">#2953</a>).</li>\n<li>bugfix: sliding sync initial room timelines shouldn't notify (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2933\">#2933</a>).</li>\n<li>Redo key sharing after own device verification (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2921\">#2921</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23333\">vector-im/element-web#23333</a>.</li>\n<li>Move updated threads to the end of the thread list (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2923\">#2923</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23876\">vector-im/element-web#23876</a>.</li>\n<li>Fix highlight notifications increasing when total notification is zero (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2937\">#2937</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23885\">vector-im/element-web#23885</a>.</li>\n<li>Fix synthesizeReceipt (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2916\">#2916</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23827\">vector-im/element-web#23827</a> <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23754\">vector-im/element-web#23754</a> and <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23847\">vector-im/element-web#23847</a>.</li>\n</ul>\n<h2>v23.0.0-rc.1</h2>\n<h2>\ud83d\udea8 BREAKING CHANGES</h2>\n<ul>\n<li>Process <code>m.room.encryption</code> events before emitting <code>RoomMember</code> events (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2914\">#2914</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23819\">vector-im/element-web#23819</a>.</li>\n</ul>\n<h2>\u2728 Features</h2>\n<ul>\n<li>Support MSC3391: Account data deletion (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2967\">#2967</a>).</li>\n<li>Add a message ID on each to-device message (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2938\">#2938</a>).</li>\n<li>Enable multiple users' power levels to be set at once (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2892\">#2892</a>). Contributed by <a href=\"https://github.com/GoodGuyMarco\"><code>@\u200bGoodGuyMarco</code></a>.</li>\n<li>Include pending events in thread summary and count again (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2922\">#2922</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23642\">vector-im/element-web#23642</a>.</li>\n<li>Make GroupCall work better with widgets (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2935\">#2935</a>).</li>\n<li>Add method to get outgoing room key requests for a given event (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2930\">#2930</a>).</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<li>Fix messages loaded during initial fetch ending up out of order (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2971\">#2971</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23972\">vector-im/element-web#23972</a>.</li>\n<li>Fix <a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/23919\">#23919</a>: Root message for new thread loaded from network (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2965\">#2965</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23919\">vector-im/element-web#23919</a>.</li>\n<li>Fix <a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/23916\">#23916</a>: Prevent edits of the last message in a thread getting lost (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2951\">#2951</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23916\">vector-im/element-web#23916</a> and <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23942\">vector-im/element-web#23942</a>.</li>\n<li>Fix infinite loop when restoring cached read receipts (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2963\">#2963</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23951\">vector-im/element-web#23951</a>.</li>\n<li>Don't swallow errors coming from the shareSession call (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2962\">#2962</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23792\">vector-im/element-web#23792</a>.</li>\n<li>Make sure that MegolmEncryption.setupPromise always resolves (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2960\">#2960</a>).</li>\n<li>Do not calculate highlight notifs for threads unknown to the room (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2957\">#2957</a>).</li>\n<li>Cache read receipts for unknown threads (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2953\">#2953</a>).</li>\n<li>bugfix: sliding sync initial room timelines shouldn't notify (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2933\">#2933</a>).</li>\n<li>Redo key sharing after own device verification (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2921\">#2921</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23333\">vector-im/element-web#23333</a>.</li>\n<li>Move updated threads to the end of the thread list (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2923\">#2923</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23876\">vector-im/element-web#23876</a>.</li>\n<li>Fix highlight notifications increasing when total notification is zero (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2937\">#2937</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23885\">vector-im/element-web#23885</a>.</li>\n<li>Fix synthesizeReceipt (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2916\">#2916</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23827\">vector-im/element-web#23827</a> <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23754\">vector-im/element-web#23754</a> and <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23847\">vector-im/element-web#23847</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/v23.0.0\">23.0.0</a> (2022-12-21)</h1>\n<h2>\ud83d\udea8 BREAKING CHANGES</h2>\n<ul>\n<li>Process <code>m.room.encryption</code> events before emitting <code>RoomMember</code> events (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2914\">#2914</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23819\">vector-im/element-web#23819</a>.</li>\n<li>Don't expose <code>calls</code> on <code>GroupCall</code> (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2941\">#2941</a>).</li>\n</ul>\n<h2>\u2728 Features</h2>\n<ul>\n<li>Support MSC3391: Account data deletion (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2967\">#2967</a>).</li>\n<li>Add a message ID on each to-device message (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2938\">#2938</a>).</li>\n<li>Enable multiple users' power levels to be set at once (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2892\">#2892</a>). Contributed by <a href=\"https://github.com/GoodGuyMarco\"><code>@\u200bGoodGuyMarco</code></a>.</li>\n<li>Include pending events in thread summary and count again (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2922\">#2922</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23642\">vector-im/element-web#23642</a>.</li>\n<li>Make GroupCall work better with widgets (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2935\">#2935</a>).</li>\n<li>Add method to get outgoing room key requests for a given event (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2930\">#2930</a>).</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<li>Fix messages loaded during initial fetch ending up out of order (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2971\">#2971</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23972\">vector-im/element-web#23972</a>.</li>\n<li>Fix <a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/23919\">#23919</a>: Root message for new thread loaded from network (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2965\">#2965</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23919\">vector-im/element-web#23919</a>.</li>\n<li>Fix <a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/23916\">#23916</a>: Prevent edits of the last message in a thread getting lost (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2951\">#2951</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23916\">vector-im/element-web#23916</a> and <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23942\">vector-im/element-web#23942</a>.</li>\n<li>Fix infinite loop when restoring cached read receipts (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2963\">#2963</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23951\">vector-im/element-web#23951</a>.</li>\n<li>Don't swallow errors coming from the shareSession call (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2962\">#2962</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23792\">vector-im/element-web#23792</a>.</li>\n<li>Make sure that MegolmEncryption.setupPromise always resolves (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2960\">#2960</a>).</li>\n<li>Do not calculate highlight notifs for threads unknown to the room (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2957\">#2957</a>).</li>\n<li>Cache read receipts for unknown threads (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2953\">#2953</a>).</li>\n<li>bugfix: sliding sync initial room timelines shouldn't notify (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2933\">#2933</a>).</li>\n<li>Redo key sharing after own device verification (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2921\">#2921</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23333\">vector-im/element-web#23333</a>.</li>\n<li>Move updated threads to the end of the thread list (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2923\">#2923</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23876\">vector-im/element-web#23876</a>.</li>\n<li>Fix highlight notifications increasing when total notification is zero (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2937\">#2937</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23885\">vector-im/element-web#23885</a>.</li>\n<li>Fix synthesizeReceipt (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2916\">#2916</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23827\">vector-im/element-web#23827</a> <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23754\">vector-im/element-web#23754</a> and <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23847\">vector-im/element-web#23847</a>.</li>\n</ul>\n<h1>Changes in <a href=\"https://github.com/matrix-org/matrix-js-sdk/releases/tag/v22.0.0\">22.0.0</a> (2022-12-06)</h1>\n<h2>\ud83d\udea8 BREAKING CHANGES</h2>\n<ul>\n<li>Enable users to join group calls from multiple devices (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2902\">#2902</a>).</li>\n</ul>\n<h2>\ud83e\udd96 Deprecations</h2>\n<ul>\n<li>Deprecate a function containing a typo (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2904\">#2904</a>).</li>\n</ul>\n<h2>\u2728 Features</h2>\n<ul>\n<li>sliding sync: add receipts extension (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2912\">#2912</a>).</li>\n<li>Define a spec support policy for the js-sdk (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2882\">#2882</a>).</li>\n<li>Further improvements to e2ee logging (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2900\">#2900</a>).</li>\n<li>sliding sync: add support for typing extension (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2893\">#2893</a>).</li>\n<li>Improve logging on Olm session errors (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2885\">#2885</a>).</li>\n<li>Improve logging of e2ee messages (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2884\">#2884</a>).</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<li>Fix 3pid invite acceptance not working due to mxid being sent in body (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2907\">#2907</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23823\">vector-im/element-web#23823</a>.</li>\n<li>Don't hang up calls that haven't started yet (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2898\">#2898</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/efc87d808446e19875c33287356fa20cbc81f4a3\"><code>efc87d8</code></a> v23.0.0</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/aab873fc58e25b2fd131ff7867c1877ae6e0ca79\"><code>aab873f</code></a> Prepare changelog for v23.0.0</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/52ed04c82584263633626ddbe555e1ebd7f9ea3e\"><code>52ed04c</code></a> Fix release call to prettier</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/fdd1428e1962c231d3153ab8f3d48ce68af626bf\"><code>fdd1428</code></a> [Backport staging] Fix release scripts to not fight with prettier (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/3000\">#3000</a>)</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/b31712f2ffb30f8ea2027649cd33b49c79e38d81\"><code>b31712f</code></a> [Backport staging] Threads are missing from the timeline (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/2997\">#2997</a>)</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/6cc8e4436ced7500979db7101e00f7af5d1c92e4\"><code>6cc8e44</code></a> v23.0.0-rc.1</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/7f1fe46c7cbf0ead171196179467377a58f70f1e\"><code>7f1fe46</code></a> Prepare changelog for v23.0.0-rc.1</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/284a475dfb898bd3a97f2e27ed414cd2615f7fee\"><code>284a475</code></a> Exclude CHANGELOG from prettier and undo what it did</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/193c38523c6304c86e56d6bdc5089ece26ad34da\"><code>193c385</code></a> Fix messages loaded during initial fetch ending up out of order (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/2971\">#2971</a>)</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/acd220b8a93264a1cc4e0c796cc68ca8ca1945f7\"><code>acd220b</code></a> Tweak how the SonarCloud scan fails (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/2947\">#2947</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/matrix-org/matrix-js-sdk/compare/v16.0.1...v23.0.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>\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-01-03T17:56:32Z", 27 "body": "Looks like matrix-js-sdk is up-to-date now, so this is no longer needed." 28 } 29 ], 30 "review_comments": [] 31 }