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

276.md (23729B)


      1 # PR #276 Bump matrix-js-sdk from 16.0.1 to 23.0.0
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-01-03T17:37:14Z
      6 - **Branch:** dependabot/npm_and_yarn/matrix-js-sdk-23.0.0 → main
      7 - **Closed:** 2023-01-03T17:56:34Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [276.diff](./276.diff)
     12 
     13 ---
     14 
     15 Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk) from 16.0.1 to 23.0.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>v23.0.0</h2>
     21 <h2>🚨 BREAKING CHANGES</h2>
     22 <ul>
     23 <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>
     24 <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>
     25 </ul>
     26 <h2>✨ Features</h2>
     27 <ul>
     28 <li>Support MSC3391: Account data deletion (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2967">#2967</a>).</li>
     29 <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>
     30 <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>@​GoodGuyMarco</code></a>.</li>
     31 <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>
     32 <li>Make GroupCall work better with widgets (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2935">#2935</a>).</li>
     33 <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>
     34 </ul>
     35 <h2>🐛 Bug Fixes</h2>
     36 <ul>
     37 <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>
     38 <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>
     39 <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>
     40 <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>
     41 <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>
     42 <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>
     43 <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>
     44 <li>Cache read receipts for unknown threads (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2953">#2953</a>).</li>
     45 <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>
     46 <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>
     47 <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>
     48 <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>
     49 <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>
     50 </ul>
     51 <h2>v23.0.0-rc.1</h2>
     52 <h2>🚨 BREAKING CHANGES</h2>
     53 <ul>
     54 <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>
     55 </ul>
     56 <h2>✨ Features</h2>
     57 <ul>
     58 <li>Support MSC3391: Account data deletion (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2967">#2967</a>).</li>
     59 <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>
     60 <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>@​GoodGuyMarco</code></a>.</li>
     61 <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>
     62 <li>Make GroupCall work better with widgets (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2935">#2935</a>).</li>
     63 <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>
     64 </ul>
     65 <h2>🐛 Bug Fixes</h2>
     66 <ul>
     67 <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>
     68 <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>
     69 <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>
     70 <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>
     71 <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>
     72 <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>
     73 <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>
     74 <li>Cache read receipts for unknown threads (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2953">#2953</a>).</li>
     75 <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>
     76 <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>
     77 <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>
     78 <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>
     79 <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>
     80 </ul>
     81 <!-- raw HTML omitted -->
     82 </blockquote>
     83 <p>... (truncated)</p>
     84 </details>
     85 <details>
     86 <summary>Changelog</summary>
     87 <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>
     88 <blockquote>
     89 <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>
     90 <h2>🚨 BREAKING CHANGES</h2>
     91 <ul>
     92 <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>
     93 <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>
     94 </ul>
     95 <h2>✨ Features</h2>
     96 <ul>
     97 <li>Support MSC3391: Account data deletion (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2967">#2967</a>).</li>
     98 <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>
     99 <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>@​GoodGuyMarco</code></a>.</li>
    100 <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>
    101 <li>Make GroupCall work better with widgets (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2935">#2935</a>).</li>
    102 <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>
    103 </ul>
    104 <h2>🐛 Bug Fixes</h2>
    105 <ul>
    106 <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>
    107 <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>
    108 <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>
    109 <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>
    110 <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>
    111 <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>
    112 <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>
    113 <li>Cache read receipts for unknown threads (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2953">#2953</a>).</li>
    114 <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>
    115 <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>
    116 <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>
    117 <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>
    118 <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>
    119 </ul>
    120 <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>
    121 <h2>🚨 BREAKING CHANGES</h2>
    122 <ul>
    123 <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>
    124 </ul>
    125 <h2>🦖 Deprecations</h2>
    126 <ul>
    127 <li>Deprecate a function containing a typo (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2904">#2904</a>).</li>
    128 </ul>
    129 <h2>✨ Features</h2>
    130 <ul>
    131 <li>sliding sync: add receipts extension (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2912">#2912</a>).</li>
    132 <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>
    133 <li>Further improvements to e2ee logging (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2900">#2900</a>).</li>
    134 <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>
    135 <li>Improve logging on Olm session errors (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2885">#2885</a>).</li>
    136 <li>Improve logging of e2ee messages (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2884">#2884</a>).</li>
    137 </ul>
    138 <h2>🐛 Bug Fixes</h2>
    139 <ul>
    140 <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>
    141 <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>
    142 </ul>
    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/efc87d808446e19875c33287356fa20cbc81f4a3"><code>efc87d8</code></a> v23.0.0</li>
    151 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/aab873fc58e25b2fd131ff7867c1877ae6e0ca79"><code>aab873f</code></a> Prepare changelog for v23.0.0</li>
    152 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/52ed04c82584263633626ddbe555e1ebd7f9ea3e"><code>52ed04c</code></a> Fix release call to prettier</li>
    153 <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>
    154 <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>
    155 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/6cc8e4436ced7500979db7101e00f7af5d1c92e4"><code>6cc8e44</code></a> v23.0.0-rc.1</li>
    156 <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>
    157 <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>
    158 <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>
    159 <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>
    160 <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>
    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=16.0.1&new-version=23.0.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 <!-- Replace -->
    195 ----
    196 ⌛ Deploy Preview - Build in Progress
    197 <!-- Replace -->
    198 
    199 
    200 
    201 ## Comments
    202 
    203 ### @dependabot[bot] — 2023-01-03T17:56:32Z
    204 
    205 Looks like matrix-js-sdk is up-to-date now, so this is no longer needed.
    206