308.md (17740B)
1 # PR #308 Bump matrix-js-sdk from 23.0.0 to 23.1.1 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-01-23T08:28:37Z 6 - **Branch:** dependabot/npm_and_yarn/matrix-js-sdk-23.1.1 → main 7 - **Closed:** 2023-02-01T08:31:30Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [308.diff](./308.diff) 12 13 --- 14 15 Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk) from 23.0.0 to 23.1.1. 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.1</h2> 21 <h2>🐛 Bug Fixes</h2> 22 <ul> 23 <li>Fix backwards compability for environment not support Array.prototype.at (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3080">#3080</a>).</li> 24 </ul> 25 <h2>v23.1.0</h2> 26 <h2>🦖 Deprecations</h2> 27 <ul> 28 <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> 29 </ul> 30 <h2>✨ Features</h2> 31 <ul> 32 <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> 33 <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> 34 <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> 35 <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> 36 <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> 37 <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> 38 <li>Implement MSC3912: Relation-based redactions (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2954">#2954</a>).</li> 39 <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> 40 <li>Support MSC3391: Account data deletion (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2967">#2967</a>).</li> 41 </ul> 42 <h2>🐛 Bug Fixes</h2> 43 <ul> 44 <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> 45 <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> 46 <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> 47 <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> 48 <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> 49 <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> 50 <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> 51 <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> 52 <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> 53 <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> 54 <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> 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.4</h2> 58 <h2>🐛 Bug Fixes</h2> 59 <ul> 60 <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> 61 </ul> 62 <h2>v23.1.0-rc.3</h2> 63 <h2>🐛 Bug Fixes</h2> 64 <ul> 65 <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> 66 </ul> 67 <h2>v23.1.0-rc.2</h2> 68 <h2>🐛 Bug Fixes</h2> 69 <ul> 70 <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> 71 </ul> 72 <h2>v23.1.0-rc.1</h2> 73 <h2>🦖 Deprecations</h2> 74 <ul> 75 <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> 76 </ul> 77 <h2>✨ Features</h2> 78 <ul> 79 <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> 80 <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> 81 <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> 82 </ul> 83 <!-- raw HTML omitted --> 84 </blockquote> 85 <p>... (truncated)</p> 86 </details> 87 <details> 88 <summary>Changelog</summary> 89 <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> 90 <blockquote> 91 <h1>Changes in <a href="https://github.com/matrix-org/matrix-js-sdk/releases/tag/v23.1.1">23.1.1</a> (2023-01-20)</h1> 92 <h2>🐛 Bug Fixes</h2> 93 <ul> 94 <li>Fix backwards compability for environment not support Array.prototype.at (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3080">#3080</a>).</li> 95 </ul> 96 <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> 97 <h2>🦖 Deprecations</h2> 98 <ul> 99 <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> 100 </ul> 101 <h2>✨ Features</h2> 102 <ul> 103 <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> 104 <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> 105 <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> 106 <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> 107 <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> 108 <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> 109 <li>Implement MSC3912: Relation-based redactions (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2954">#2954</a>).</li> 110 <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> 111 <li>Support MSC3391: Account data deletion (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2967">#2967</a>).</li> 112 </ul> 113 <h2>🐛 Bug Fixes</h2> 114 <ul> 115 <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> 116 <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> 117 <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> 118 <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> 119 <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> 120 <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> 121 <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> 122 <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> 123 <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> 124 <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> 125 <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> 126 <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> 127 </ul> 128 </blockquote> 129 </details> 130 <details> 131 <summary>Commits</summary> 132 <ul> 133 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/8408f36c12eb942d873ecede48deb199e506f7ec"><code>8408f36</code></a> v23.1.1</li> 134 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/dcd8f91e02ee68d1439fa1a7b32a994cf69d7ef5"><code>dcd8f91</code></a> Prepare changelog for v23.1.1</li> 135 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/cabe14d7e28cefbc15b46f5e9fc56be7ee67904e"><code>cabe14d</code></a> replace .at(-1) with array.length-1 (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/3080">#3080</a>) (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/3081">#3081</a>)</li> 136 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/b8711f15fdec5817d5d98ea1dcc889246bc306d2"><code>b8711f1</code></a> v23.1.0</li> 137 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/81f3aef960f06c55c4aa4aba2d6215f59c43e681"><code>81f3aef</code></a> Prepare changelog for v23.1.0</li> 138 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/4179f2978d8955a1dfc2beb38a22e3087d29d812"><code>4179f29</code></a> v23.1.0-rc.4</li> 139 <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> 140 <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> 141 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/94f1eda830a8807e11be5d533a4d3eb3c3863765"><code>94f1eda</code></a> v23.1.0-rc.3</li> 142 <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> 143 <li>Additional commits viewable in <a href="https://github.com/matrix-org/matrix-js-sdk/compare/v23.0.0...v23.1.1">compare view</a></li> 144 </ul> 145 </details> 146 <br /> 147 148 149 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 150 151 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`. 152 153 [//]: # (dependabot-automerge-start) 154 [//]: # (dependabot-automerge-end) 155 156 --- 157 158 <details> 159 <summary>Dependabot commands and options</summary> 160 <br /> 161 162 You can trigger Dependabot actions by commenting on this PR: 163 - `@dependabot rebase` will rebase this PR 164 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 165 - `@dependabot merge` will merge this PR after your CI passes on it 166 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 167 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 168 - `@dependabot reopen` will reopen this PR if it is closed 169 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 170 - `@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) 171 - `@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) 172 - `@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) 173 174 175 </details> 176 177 <!-- Replace --> 178 ---- 179 ⌛ Deploy Preview - Build in Progress 180 <!-- Replace --> 181 182 183 184 ## Comments 185 186 ### @MTRNord — 2023-01-23T08:32:40Z 187 188 Broken 189 190 ### @dependabot[bot] — 2023-02-01T08:31:29Z 191 192 Superseded by #325. 193