302.md (17828B)
1 # PR #302 Bump matrix-js-sdk from 23.0.0 to 23.1.0 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-01-19T08:14:53Z 6 - **Branch:** dependabot/npm_and_yarn/matrix-js-sdk-23.1.0 → main 7 - **Closed:** 2023-01-23T08:28:42Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [302.diff](./302.diff) 12 13 --- 14 15 Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk) from 23.0.0 to 23.1.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.1.0</h2> 21 <h2>🦖 Deprecations</h2> 22 <ul> 23 <li>Remove extensible events v1 field population on legacy events (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3040">#3040</a>).</li> 24 </ul> 25 <h2>✨ Features</h2> 26 <ul> 27 <li>Improve hasUserReadEvent and getUserReadUpTo realibility with threads (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3031">#3031</a>). Fixes <a href="https://github-redirect.dependabot.com/vector-im/element-web/issues/24164">vector-im/element-web#24164</a>.</li> 28 <li>Remove video track when muting video (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3028">#3028</a>). Fixes <a href="https://github-redirect.dependabot.com/vector-im/element-call/issues/209">vector-im/element-call#209</a>.</li> 29 <li>Make poll start event type available (PSG-962) (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3034">#3034</a>).</li> 30 <li>Add alt event type matching in Relations model (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3018">#3018</a>).</li> 31 <li>Remove usage of v1 Identity Server API (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3003">#3003</a>).</li> 32 <li>Add <code>device_id</code> to <code>/account/whoami</code> types (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3005">#3005</a>).</li> 33 <li>Implement MSC3912: Relation-based redactions (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2954">#2954</a>).</li> 34 <li>Introduce a mechanism for using the rust-crypto-sdk (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2969">#2969</a>).</li> 35 <li>Support MSC3391: Account data deletion (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2967">#2967</a>).</li> 36 </ul> 37 <h2>🐛 Bug Fixes</h2> 38 <ul> 39 <li>Fix threaded cache receipt when event holds multiple receipts (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3026">#3026</a>).</li> 40 <li>Fix false key requests after verifying new device (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3029">#3029</a>). Fixes <a href="https://github-redirect.dependabot.com/vector-im/element-web/issues/24167">vector-im/element-web#24167</a> and <a href="https://github-redirect.dependabot.com/vector-im/element-web/issues/23333">vector-im/element-web#23333</a>.</li> 41 <li>Avoid triggering decryption errors when decrypting redacted events (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3004">#3004</a>). Fixes <a href="https://github-redirect.dependabot.com/vector-im/element-web/issues/24084">vector-im/element-web#24084</a>.</li> 42 <li>bugfix: upload OTKs in sliding sync mode (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3008">#3008</a>).</li> 43 <li>Apply edits discovered from sync after thread is initialised (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3002">#3002</a>). Fixes <a href="https://github-redirect.dependabot.com/vector-im/element-web/issues/23921">vector-im/element-web#23921</a>.</li> 44 <li>Sliding sync: Fix issue where no unsubs are sent when switching rooms (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2991">#2991</a>).</li> 45 <li>Threads are missing from the timeline (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2996">#2996</a>). Fixes <a href="https://github-redirect.dependabot.com/vector-im/element-web/issues/24036">vector-im/element-web#24036</a>.</li> 46 <li>Close all streams when a call ends (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2992">#2992</a>). Fixes <a href="https://github-redirect.dependabot.com/vector-im/element-call/issues/742">vector-im/element-call#742</a>.</li> 47 <li>Resume to-device message queue after resumed sync (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2920">#2920</a>). Fixes <a href="https://github-redirect.dependabot.com/matrix-org/element-web-rageshakes/issues/17170">matrix-org/element-web-rageshakes#17170</a>.</li> 48 <li>Fix browser entrypoint (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3051">#3051</a>). Fixes <a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/3013">#3013</a>.</li> 49 <li>Fix failure to start in firefox private browser (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3058">#3058</a>). Fixes <a href="https://github-redirect.dependabot.com/vector-im/element-web/issues/24216">vector-im/element-web#24216</a>.</li> 50 <li>Correctly handle limited sync responses by resetting the thread timeline (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3056">#3056</a>). Fixes <a href="https://github-redirect.dependabot.com/vector-im/element-web/issues/23952">vector-im/element-web#23952</a>.</li> 51 </ul> 52 <h2>v23.1.0-rc.4</h2> 53 <h2>🐛 Bug Fixes</h2> 54 <ul> 55 <li>Correctly handle limited sync responses by resetting the thread timeline (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3056">#3056</a>). Fixes <a href="https://github-redirect.dependabot.com/vector-im/element-web/issues/23952">vector-im/element-web#23952</a>.</li> 56 </ul> 57 <h2>v23.1.0-rc.3</h2> 58 <h2>🐛 Bug Fixes</h2> 59 <ul> 60 <li>Fix failure to start in firefox private browser (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3058">#3058</a>). Fixes <a href="https://github-redirect.dependabot.com/vector-im/element-web/issues/24216">vector-im/element-web#24216</a>.</li> 61 </ul> 62 <h2>v23.1.0-rc.2</h2> 63 <h2>🐛 Bug Fixes</h2> 64 <ul> 65 <li>Fix browser entrypoint (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3051">#3051</a>). Fixes <a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/3013">#3013</a>.</li> 66 </ul> 67 <h2>v23.1.0-rc.1</h2> 68 <h2>🦖 Deprecations</h2> 69 <ul> 70 <li>Remove extensible events v1 field population on legacy events (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3040">#3040</a>).</li> 71 </ul> 72 <h2>✨ Features</h2> 73 <ul> 74 <li>Improve hasUserReadEvent and getUserReadUpTo realibility with threads (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3031">#3031</a>). Fixes <a href="https://github-redirect.dependabot.com/vector-im/element-web/issues/24164">vector-im/element-web#24164</a>.</li> 75 <li>Remove video track when muting video (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3028">#3028</a>). Fixes <a href="https://github-redirect.dependabot.com/vector-im/element-call/issues/209">vector-im/element-call#209</a>.</li> 76 <li>Make poll start event type available (PSG-962) (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3034">#3034</a>).</li> 77 <li>Add alt event type matching in Relations model (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3018">#3018</a>).</li> 78 <li>Remove usage of v1 Identity Server API (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3003">#3003</a>).</li> 79 <li>Add <code>device_id</code> to <code>/account/whoami</code> types (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3005">#3005</a>).</li> 80 <li>Implement MSC3912: Relation-based redactions (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2954">#2954</a>).</li> 81 </ul> 82 <!-- raw HTML omitted --> 83 </blockquote> 84 <p>... (truncated)</p> 85 </details> 86 <details> 87 <summary>Changelog</summary> 88 <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> 89 <blockquote> 90 <h1>Changes in <a href="https://github.com/matrix-org/matrix-js-sdk/releases/tag/v23.1.0">23.1.0</a> (2023-01-18)</h1> 91 <h2>🦖 Deprecations</h2> 92 <ul> 93 <li>Remove extensible events v1 field population on legacy events (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3040">#3040</a>).</li> 94 </ul> 95 <h2>✨ Features</h2> 96 <ul> 97 <li>Improve hasUserReadEvent and getUserReadUpTo realibility with threads (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3031">#3031</a>). Fixes <a href="https://github-redirect.dependabot.com/vector-im/element-web/issues/24164">vector-im/element-web#24164</a>.</li> 98 <li>Remove video track when muting video (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3028">#3028</a>). Fixes <a href="https://github-redirect.dependabot.com/vector-im/element-call/issues/209">vector-im/element-call#209</a>.</li> 99 <li>Make poll start event type available (PSG-962) (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3034">#3034</a>).</li> 100 <li>Add alt event type matching in Relations model (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3018">#3018</a>).</li> 101 <li>Remove usage of v1 Identity Server API (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3003">#3003</a>).</li> 102 <li>Add <code>device_id</code> to <code>/account/whoami</code> types (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3005">#3005</a>).</li> 103 <li>Implement MSC3912: Relation-based redactions (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2954">#2954</a>).</li> 104 <li>Introduce a mechanism for using the rust-crypto-sdk (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2969">#2969</a>).</li> 105 <li>Support MSC3391: Account data deletion (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2967">#2967</a>).</li> 106 </ul> 107 <h2>🐛 Bug Fixes</h2> 108 <ul> 109 <li>Fix threaded cache receipt when event holds multiple receipts (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3026">#3026</a>).</li> 110 <li>Fix false key requests after verifying new device (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3029">#3029</a>). Fixes <a href="https://github-redirect.dependabot.com/vector-im/element-web/issues/24167">vector-im/element-web#24167</a> and <a href="https://github-redirect.dependabot.com/vector-im/element-web/issues/23333">vector-im/element-web#23333</a>.</li> 111 <li>Avoid triggering decryption errors when decrypting redacted events (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3004">#3004</a>). Fixes <a href="https://github-redirect.dependabot.com/vector-im/element-web/issues/24084">vector-im/element-web#24084</a>.</li> 112 <li>bugfix: upload OTKs in sliding sync mode (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3008">#3008</a>).</li> 113 <li>Apply edits discovered from sync after thread is initialised (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3002">#3002</a>). Fixes <a href="https://github-redirect.dependabot.com/vector-im/element-web/issues/23921">vector-im/element-web#23921</a>.</li> 114 <li>Sliding sync: Fix issue where no unsubs are sent when switching rooms (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2991">#2991</a>).</li> 115 <li>Threads are missing from the timeline (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2996">#2996</a>). Fixes <a href="https://github-redirect.dependabot.com/vector-im/element-web/issues/24036">vector-im/element-web#24036</a>.</li> 116 <li>Close all streams when a call ends (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2992">#2992</a>). Fixes <a href="https://github-redirect.dependabot.com/vector-im/element-call/issues/742">vector-im/element-call#742</a>.</li> 117 <li>Resume to-device message queue after resumed sync (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2920">#2920</a>). Fixes <a href="https://github-redirect.dependabot.com/matrix-org/element-web-rageshakes/issues/17170">matrix-org/element-web-rageshakes#17170</a>.</li> 118 <li>Fix browser entrypoint (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3051">#3051</a>). Fixes <a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/3013">#3013</a>.</li> 119 <li>Fix failure to start in firefox private browser (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3058">#3058</a>). Fixes <a href="https://github-redirect.dependabot.com/vector-im/element-web/issues/24216">vector-im/element-web#24216</a>.</li> 120 <li>Correctly handle limited sync responses by resetting the thread timeline (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3056">#3056</a>). Fixes <a href="https://github-redirect.dependabot.com/vector-im/element-web/issues/23952">vector-im/element-web#23952</a>.</li> 121 </ul> 122 </blockquote> 123 </details> 124 <details> 125 <summary>Commits</summary> 126 <ul> 127 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/b8711f15fdec5817d5d98ea1dcc889246bc306d2"><code>b8711f1</code></a> v23.1.0</li> 128 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/81f3aef960f06c55c4aa4aba2d6215f59c43e681"><code>81f3aef</code></a> Prepare changelog for v23.1.0</li> 129 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/4179f2978d8955a1dfc2beb38a22e3087d29d812"><code>4179f29</code></a> v23.1.0-rc.4</li> 130 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/97df6db49c5d03147eeae3bbeea4908421804df4"><code>97df6db</code></a> Prepare changelog for v23.1.0-rc.4</li> 131 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/3e693fab2388d88a08bd84a503bc6df93acc0a6f"><code>3e693fa</code></a> [Backport staging] Correctly handle limited sync responses by resetting the t...</li> 132 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/94f1eda830a8807e11be5d533a4d3eb3c3863765"><code>94f1eda</code></a> v23.1.0-rc.3</li> 133 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/bc2a182ee988afdb6327e48bffcad7d413c83e45"><code>bc2a182</code></a> Prepare changelog for v23.1.0-rc.3</li> 134 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/39cf1863f19ab19edad05eeff8e3a3ad8d5307a1"><code>39cf186</code></a> Fix failure to start in firefox private browser (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/3058">#3058</a>) (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/3059">#3059</a>)</li> 135 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/c10152e098d19695f14b5e7dde93c936d3409a3e"><code>c10152e</code></a> v23.1.0-rc.2</li> 136 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/6b7efbcd91aa918145136532046e7196dbd59afc"><code>6b7efbc</code></a> Prepare changelog for v23.1.0-rc.2</li> 137 <li>Additional commits viewable in <a href="https://github.com/matrix-org/matrix-js-sdk/compare/v23.0.0...v23.1.0">compare view</a></li> 138 </ul> 139 </details> 140 <br /> 141 142 143 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 144 145 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`. 146 147 [//]: # (dependabot-automerge-start) 148 [//]: # (dependabot-automerge-end) 149 150 --- 151 152 <details> 153 <summary>Dependabot commands and options</summary> 154 <br /> 155 156 You can trigger Dependabot actions by commenting on this PR: 157 - `@dependabot rebase` will rebase this PR 158 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 159 - `@dependabot merge` will merge this PR after your CI passes on it 160 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 161 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 162 - `@dependabot reopen` will reopen this PR if it is closed 163 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 164 - `@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) 165 - `@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) 166 - `@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) 167 168 169 </details> 170 171 <!-- Replace --> 172 ---- 173 ⌛ Deploy Preview - Build in Progress 174 <!-- Replace --> 175 176 177 178 ## Comments 179 180 ### @MTRNord — 2023-01-19T10:11:12Z 181 182 Somehow broken? 183 184 ### @dependabot[bot] — 2023-01-23T08:28:41Z 185 186 Superseded by #308. 187