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

384.json (22708B)


      1 {
      2   "number": 384,
      3   "title": "Bump matrix-js-sdk from 23.0.0 to 23.5.0",
      4   "state": "closed",
      5   "diff_file": "384.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2023-03-16T09:19:16Z",
      8   "closed_at": "2023-03-29T09:09:20Z",
      9   "merged_at": null,
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/matrix-js-sdk-23.5.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 23.0.0 to 23.5.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.5.0</h2>\n<h2>\u2728 Features</h2>\n<ul>\n<li>Implement MSC3758: a push rule condition to match event properties exactly (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3179\">#3179</a>).</li>\n<li>Enable group calls without video and audio track by configuration of MatrixClient (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3162\">#3162</a>). Contributed by <a href=\"https://github.com/EnricoSchw\"><code>@\u200bEnricoSchw</code></a>.</li>\n<li>Updates to protocol used for Sign in with QR code (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3155\">#3155</a>). Contributed by <a href=\"https://github.com/hughns\"><code>@\u200bhughns</code></a>.</li>\n<li>Implement MSC3873 to handle escaped dots in push rule keys (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3134\">#3134</a>). Fixes <a href=\"https://redirect.github.com/undefined/matrix-js-sdk/issues/1454\">undefined/matrix-js-sdk#1454</a>.</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<li>Fix spec compliance issue around encrypted <code>m.relates_to</code> (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3178\">#3178</a>).</li>\n<li>Fix reactions in threads sometimes causing stuck notifications (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3146\">#3146</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/24000\">vector-im/element-web#24000</a>. Contributed by <a href=\"https://github.com/justjanne\"><code>@\u200bjustjanne</code></a>.</li>\n</ul>\n<h2>v23.5.0-rc.1</h2>\n<h2>\u2728 Features</h2>\n<ul>\n<li>Implement MSC3758: a push rule condition to match event properties exactly (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3179\">#3179</a>).</li>\n<li>Enable group calls without video and audio track by configuration of MatrixClient (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3162\">#3162</a>). Contributed by <a href=\"https://github.com/EnricoSchw\"><code>@\u200bEnricoSchw</code></a>.</li>\n<li>Updates to protocol used for Sign in with QR code (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3155\">#3155</a>). Contributed by <a href=\"https://github.com/hughns\"><code>@\u200bhughns</code></a>.</li>\n<li>Implement MSC3873 to handle escaped dots in push rule keys (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3134\">#3134</a>). Fixes <a href=\"https://redirect.github.com/undefined/matrix-js-sdk/issues/1454\">undefined/matrix-js-sdk#1454</a>.</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<li>Fix spec compliance issue around encrypted <code>m.relates_to</code> (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3178\">#3178</a>).</li>\n<li>Fix reactions in threads sometimes causing stuck notifications (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3146\">#3146</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/24000\">vector-im/element-web#24000</a>. Contributed by <a href=\"https://github.com/justjanne\"><code>@\u200bjustjanne</code></a>.</li>\n</ul>\n<h2>v23.4.0</h2>\n<h2>\u2728 Features</h2>\n<ul>\n<li>Add easy way to determine if the decryption failure is due to &quot;DecryptionError: The sender has disabled encrypting to unverified devices.&quot; (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3167\">#3167</a>). Contributed by <a href=\"https://github.com/florianduros\"><code>@\u200bflorianduros</code></a>.</li>\n<li>Polls: expose end event id on poll model (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3160\">#3160</a>). Contributed by <a href=\"https://github.com/kerryarchibald\"><code>@\u200bkerryarchibald</code></a>.</li>\n<li>Polls: count undecryptable poll relations (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3163\">#3163</a>). Contributed by <a href=\"https://github.com/kerryarchibald\"><code>@\u200bkerryarchibald</code></a>.</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<li>Better type guard parseTopicContent (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3165\">#3165</a>). Fixes <a href=\"https://redirect.github.com/matrix-org/element-web-rageshakes/issues/20177\">matrix-org/element-web-rageshakes#20177</a> and <a href=\"https://redirect.github.com/matrix-org/element-web-rageshakes/issues/20178\">matrix-org/element-web-rageshakes#20178</a>.</li>\n<li>Fix a bug where events in encrypted rooms would sometimes erroneously increment the total unread counter after being processed locally. (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3130\">#3130</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/24448\">vector-im/element-web#24448</a>. Contributed by <a href=\"https://github.com/Half-Shot\"><code>@\u200bHalf-Shot</code></a>.</li>\n<li>Stop the ICE disconnected timer on call terminate (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3147\">#3147</a>).</li>\n<li>Clear notifications when we can infer read status from receipts (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3139\">#3139</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/23991\">vector-im/element-web#23991</a>.</li>\n<li>Messages sent out of order after one message fails (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3131\">#3131</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/22885\">vector-im/element-web#22885</a> and <a href=\"https://redirect.github.com/vector-im/element-web/issues/18942\">vector-im/element-web#18942</a>. Contributed by <a href=\"https://github.com/justjanne\"><code>@\u200bjustjanne</code></a>.</li>\n</ul>\n<h2>v23.4.0-rc.2</h2>\n<h2>\u2728 Features</h2>\n<ul>\n<li>Add easy way to determine if the decryption failure is due to &quot;DecryptionError: The sender has disabled encrypting to unverified devices.&quot; (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3167\">#3167</a>). Contributed by <a href=\"https://github.com/florianduros\"><code>@\u200bflorianduros</code></a>.</li>\n</ul>\n<h2>v23.4.0-rc.1</h2>\n<h2>\u2728 Features</h2>\n<ul>\n<li>Polls: expose end event id on poll model (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3160\">#3160</a>). Contributed by <a href=\"https://github.com/kerryarchibald\"><code>@\u200bkerryarchibald</code></a>.</li>\n<li>Polls: count undecryptable poll relations (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3163\">#3163</a>). Contributed by <a href=\"https://github.com/kerryarchibald\"><code>@\u200bkerryarchibald</code></a>.</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<li>Better type guard parseTopicContent (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3165\">#3165</a>). Fixes <a href=\"https://redirect.github.com/matrix-org/element-web-rageshakes/issues/20177\">matrix-org/element-web-rageshakes#20177</a> and <a href=\"https://redirect.github.com/matrix-org/element-web-rageshakes/issues/20178\">matrix-org/element-web-rageshakes#20178</a>.</li>\n<li>Fix a bug where events in encrypted rooms would sometimes erroneously increment the total unread counter after being processed locally. (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3130\">#3130</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/24448\">vector-im/element-web#24448</a>. Contributed by <a href=\"https://github.com/Half-Shot\"><code>@\u200bHalf-Shot</code></a>.</li>\n<li>Stop the ICE disconnected timer on call terminate (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3147\">#3147</a>).</li>\n<li>Clear notifications when we can infer read status from receipts (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3139\">#3139</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/23991\">vector-im/element-web#23991</a>.</li>\n<li>Messages sent out of order after one message fails (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3131\">#3131</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/22885\">vector-im/element-web#22885</a> and <a href=\"https://redirect.github.com/vector-im/element-web/issues/18942\">vector-im/element-web#18942</a>. Contributed by <a href=\"https://github.com/justjanne\"><code>@\u200bjustjanne</code></a>.</li>\n</ul>\n<h2>v23.3.0</h2>\n<h2>\u2728 Features</h2>\n<ul>\n<li>Element-R: implement encryption of outgoing events (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3122\">#3122</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.5.0\">23.5.0</a> (2023-03-15)</h1>\n<h2>\u2728 Features</h2>\n<ul>\n<li>Implement MSC3758: a push rule condition to match event properties exactly (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3179\">#3179</a>).</li>\n<li>Enable group calls without video and audio track by configuration of MatrixClient (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3162\">#3162</a>). Contributed by <a href=\"https://github.com/EnricoSchw\"><code>@\u200bEnricoSchw</code></a>.</li>\n<li>Updates to protocol used for Sign in with QR code (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3155\">#3155</a>). Contributed by <a href=\"https://github.com/hughns\"><code>@\u200bhughns</code></a>.</li>\n<li>Implement MSC3873 to handle escaped dots in push rule keys (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3134\">#3134</a>). Fixes <a href=\"https://redirect.github.com/undefined/matrix-js-sdk/issues/1454\">undefined/matrix-js-sdk#1454</a>.</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<li>Fix spec compliance issue around encrypted <code>m.relates_to</code> (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3178\">#3178</a>).</li>\n<li>Fix reactions in threads sometimes causing stuck notifications (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3146\">#3146</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/24000\">vector-im/element-web#24000</a>. Contributed by <a href=\"https://github.com/justjanne\"><code>@\u200bjustjanne</code></a>.</li>\n</ul>\n<h1>Changes in <a href=\"https://github.com/matrix-org/matrix-js-sdk/releases/tag/v23.4.0\">23.4.0</a> (2023-02-28)</h1>\n<h2>\u2728 Features</h2>\n<ul>\n<li>Add easy way to determine if the decryption failure is due to &quot;DecryptionError: The sender has disabled encrypting to unverified devices.&quot; (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3167\">#3167</a>). Contributed by <a href=\"https://github.com/florianduros\"><code>@\u200bflorianduros</code></a>.</li>\n<li>Polls: expose end event id on poll model (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3160\">#3160</a>). Contributed by <a href=\"https://github.com/kerryarchibald\"><code>@\u200bkerryarchibald</code></a>.</li>\n<li>Polls: count undecryptable poll relations (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3163\">#3163</a>). Contributed by <a href=\"https://github.com/kerryarchibald\"><code>@\u200bkerryarchibald</code></a>.</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<li>Better type guard parseTopicContent (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3165\">#3165</a>). Fixes <a href=\"https://redirect.github.com/matrix-org/element-web-rageshakes/issues/20177\">matrix-org/element-web-rageshakes#20177</a> and <a href=\"https://redirect.github.com/matrix-org/element-web-rageshakes/issues/20178\">matrix-org/element-web-rageshakes#20178</a>.</li>\n<li>Fix a bug where events in encrypted rooms would sometimes erroneously increment the total unread counter after being processed locally. (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3130\">#3130</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/24448\">vector-im/element-web#24448</a>. Contributed by <a href=\"https://github.com/Half-Shot\"><code>@\u200bHalf-Shot</code></a>.</li>\n<li>Stop the ICE disconnected timer on call terminate (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3147\">#3147</a>).</li>\n<li>Clear notifications when we can infer read status from receipts (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3139\">#3139</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/23991\">vector-im/element-web#23991</a>.</li>\n<li>Messages sent out of order after one message fails (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3131\">#3131</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/22885\">vector-im/element-web#22885</a> and <a href=\"https://redirect.github.com/vector-im/element-web/issues/18942\">vector-im/element-web#18942</a>. Contributed by <a href=\"https://github.com/justjanne\"><code>@\u200bjustjanne</code></a>.</li>\n</ul>\n<h1>Changes in <a href=\"https://github.com/matrix-org/matrix-js-sdk/releases/tag/v23.3.0\">23.3.0</a> (2023-02-14)</h1>\n<h2>\u2728 Features</h2>\n<ul>\n<li>Element-R: implement encryption of outgoing events (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3122\">#3122</a>).</li>\n<li>Poll model - page /relations results (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3073\">#3073</a>). Contributed by <a href=\"https://github.com/kerryarchibald\"><code>@\u200bkerryarchibald</code></a>.</li>\n<li>Poll model - validate end events (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3072\">#3072</a>). Contributed by <a href=\"https://github.com/kerryarchibald\"><code>@\u200bkerryarchibald</code></a>.</li>\n<li>Handle optional last_known_event_id property in m.predecessor (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3119\">#3119</a>). Contributed by <a href=\"https://github.com/andybalaam\"><code>@\u200bandybalaam</code></a>.</li>\n<li>Add support for stable identifier for fixed MAC in SAS verification (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3101\">#3101</a>).</li>\n<li>Provide eventId as well as roomId from Room.findPredecessor (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3095\">#3095</a>). Contributed by <a href=\"https://github.com/andybalaam\"><code>@\u200bandybalaam</code></a>.</li>\n<li>MSC3946 Dynamic room predecessors (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3042\">#3042</a>). Contributed by <a href=\"https://github.com/andybalaam\"><code>@\u200bandybalaam</code></a>.</li>\n<li>Poll model (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3036\">#3036</a>). Contributed by <a href=\"https://github.com/kerryarchibald\"><code>@\u200bkerryarchibald</code></a>.</li>\n<li>Remove video tracks on video mute without renegotiating (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3091\">#3091</a>).</li>\n<li>Introduces a backwards-compatible API change. <code>MegolmEncrypter#prepareToEncrypt</code>'s return type has changed from <code>void</code> to <code>() =&gt; void</code>. (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3035\">#3035</a>). Contributed by <a href=\"https://github.com/clarkf\"><code>@\u200bclarkf</code></a>.</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<li>Stop the ICE disconnected timer on call terminate (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3147\">#3147</a>).</li>\n<li>Clear notifications when we can infer read status from receipts (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3139\">#3139</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/23991\">vector-im/element-web#23991</a>.</li>\n<li>Messages sent out of order after one message fails (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3131\">#3131</a>). Fixes <a href=\"https://redirect.github.com/vector-im/element-web/issues/22885\">vector-im/element-web#22885</a> and <a href=\"https://redirect.github.com/vector-im/element-web/issues/18942\">vector-im/element-web#18942</a>. Contributed by <a href=\"https://github.com/justjanne\"><code>@\u200bjustjanne</code></a>.</li>\n<li>Element-R: fix a bug which prevented encryption working after a reload (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3126\">#3126</a>).</li>\n<li>Element-R: Fix invite processing (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3121\">#3121</a>).</li>\n<li>Don't throw with no <code>opponentDeviceInfo</code> (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3107\">#3107</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/26663e67fd8fd1810c68e0c354b2ac2bf711067d\"><code>26663e6</code></a> v23.5.0</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/0cfc67c6797e96d2e026325585049d9991d99658\"><code>0cfc67c</code></a> Prepare changelog for v23.5.0</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/13d95c82199c9ee9072634187bd3b0530d706135\"><code>13d95c8</code></a> v23.5.0-rc.1</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/e119dc4e89426cf1ea111a7836c98d7e543d1732\"><code>e119dc4</code></a> Prepare changelog for v23.5.0-rc.1</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/b4cdc5a92397c92c551b91c695c16b2c9ca74727\"><code>b4cdc5a</code></a> Implement MSC3758: a push rule condition to match event properties exactly (#...</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/a82e22b5de2fb0d15ea966a076984d6c327d60b3\"><code>a82e22b</code></a> Remove items incorrectly included in changelog for 23.4.0 (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3190\">#3190</a>)</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/c894d09d8c6009752c6072637e916f2146da86d5\"><code>c894d09</code></a> Room call is an underride, not an override. (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3185\">#3185</a>)</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/585ce072609c2413c4db80cc5918dcd438e53a74\"><code>585ce07</code></a> Stub out the rust crypto implementation for browserify (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3187\">#3187</a>)</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/8cbbdaa239e449848e8874f041ef1879c1956696\"><code>8cbbdaa</code></a> groupCall: make no media call param optional (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3186\">#3186</a>)</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/cd526a254dde0697501a7180f9c3aa78b6eb1b91\"><code>cd526a2</code></a> Stop requesting room keys from other users (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/issues/2982\">#2982</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/matrix-org/matrix-js-sdk/compare/v23.0.0...v23.5.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=matrix-js-sdk&package-manager=npm_and_yarn&previous-version=23.0.0&new-version=23.5.0)](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-03-29T09:09:19Z",
     27       "body": "Superseded by #407."
     28     }
     29   ],
     30   "review_comments": []
     31 }