346.json (22462B)
1 { 2 "number": 346, 3 "title": "Bump matrix-js-sdk from 23.0.0 to 23.3.0", 4 "state": "closed", 5 "diff_file": "346.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2023-02-15T09:11:41Z", 8 "closed_at": "2023-03-02T09:12:52Z", 9 "merged_at": null, 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/matrix-js-sdk-23.3.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.3.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.3.0</h2>\n<h2>\u2728 Features</h2>\n<ul>\n<li>Element-R: implement encryption of outgoing events (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3122\">#3122</a>).</li>\n<li>Poll model - page /relations results (<a href=\"https://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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>() => void</code>. (<a href=\"https://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3139\">#3139</a>). Fixes <a href=\"https://github-redirect.dependabot.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://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3131\">#3131</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/22885\">vector-im/element-web#22885</a> and <a href=\"https://github-redirect.dependabot.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://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3126\">#3126</a>).</li>\n<li>Element-R: Fix invite processing (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3121\">#3121</a>).</li>\n<li>Don't throw with no <code>opponentDeviceInfo</code> (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3107\">#3107</a>).</li>\n<li>Remove flaky megolm test (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3098\">#3098</a>). Contributed by <a href=\"https://github.com/clarkf\"><code>@\u200bclarkf</code></a>.</li>\n<li>Fix "verifyLinks" functionality of getRoomUpgradeHistory (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3089\">#3089</a>). Contributed by <a href=\"https://github.com/andybalaam\"><code>@\u200bandybalaam</code></a>.</li>\n</ul>\n<h2>v23.3.0-rc.1</h2>\n<h2>\u2728 Features</h2>\n<ul>\n<li>Element-R: implement encryption of outgoing events (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3122\">#3122</a>).</li>\n<li>Poll model - page /relations results (<a href=\"https://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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>() => void</code>. (<a href=\"https://github-redirect.dependabot.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>Element-R: fix a bug which prevented encryption working after a reload (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3126\">#3126</a>).</li>\n<li>Element-R: Fix invite processing (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3121\">#3121</a>).</li>\n<li>Don't throw with no <code>opponentDeviceInfo</code> (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3107\">#3107</a>).</li>\n<li>Remove flaky megolm test (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3098\">#3098</a>). Contributed by <a href=\"https://github.com/clarkf\"><code>@\u200bclarkf</code></a>.</li>\n<li>Fix "verifyLinks" functionality of getRoomUpgradeHistory (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3089\">#3089</a>). Contributed by <a href=\"https://github.com/andybalaam\"><code>@\u200bandybalaam</code></a>.</li>\n</ul>\n<h2>v23.2.0</h2>\n<h2>\u2728 Features</h2>\n<ul>\n<li>Implement decryption via the rust sdk (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3074\">#3074</a>).</li>\n<li>Handle edits which are bundled with an event, per MSC3925 (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3045\">#3045</a>).</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<li>Add null check for our own member event (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3082\">#3082</a>).</li>\n<li>Handle group call getting initialised twice in quick succession (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3078\">#3078</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-call/issues/847\">vector-im/element-call#847</a>.</li>\n<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>. Contributed by <a href=\"https://github.com/justjanne\"><code>@\u200bjustjanne</code></a>.</li>\n<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>\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.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://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3122\">#3122</a>).</li>\n<li>Poll model - page /relations results (<a href=\"https://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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>() => void</code>. (<a href=\"https://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3139\">#3139</a>). Fixes <a href=\"https://github-redirect.dependabot.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://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3131\">#3131</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/22885\">vector-im/element-web#22885</a> and <a href=\"https://github-redirect.dependabot.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://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3126\">#3126</a>).</li>\n<li>Element-R: Fix invite processing (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3121\">#3121</a>).</li>\n<li>Don't throw with no <code>opponentDeviceInfo</code> (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3107\">#3107</a>).</li>\n<li>Remove flaky megolm test (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3098\">#3098</a>). Contributed by <a href=\"https://github.com/clarkf\"><code>@\u200bclarkf</code></a>.</li>\n<li>Fix "verifyLinks" functionality of getRoomUpgradeHistory (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3089\">#3089</a>). Contributed by <a href=\"https://github.com/andybalaam\"><code>@\u200bandybalaam</code></a>.</li>\n</ul>\n<h1>Changes in <a href=\"https://github.com/matrix-org/matrix-js-sdk/releases/tag/v23.2.0\">23.2.0</a> (2023-01-31)</h1>\n<h2>\u2728 Features</h2>\n<ul>\n<li>Implement decryption via the rust sdk (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3074\">#3074</a>).</li>\n<li>Handle edits which are bundled with an event, per MSC3925 (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3045\">#3045</a>).</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<li>Add null check for our own member event (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3082\">#3082</a>).</li>\n<li>Handle group call getting initialised twice in quick succession (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3078\">#3078</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-call/issues/847\">vector-im/element-call#847</a>.</li>\n<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>. Contributed by <a href=\"https://github.com/justjanne\"><code>@\u200bjustjanne</code></a>.</li>\n<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>\n<li>Fix spurious "Decryption key withheld" messages (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3061\">#3061</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23803\">vector-im/element-web#23803</a>.</li>\n<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>\n</ul>\n<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>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<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>\n</ul>\n<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>\n<h2>\ud83e\udd96 Deprecations</h2>\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/182534288cac90bfad9b20c40219b10bc051c0fa\"><code>1825342</code></a> v23.3.0</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/f81b7e5e6f7c0d9e4d56b36213fc6eb7e3d7b3f5\"><code>f81b7e5</code></a> Prepare changelog for v23.3.0</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/6dda9e532da26c9e681adf7c3f1e4b23a5e82731\"><code>6dda9e5</code></a> Include 'browser' in list of adjusted properties in release.sh (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/3149\">#3149</a>) (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/3151\">#3151</a>)</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/f61db819611d635a712c7f93ab7e66b883b0e2bc\"><code>f61db81</code></a> v23.3.0-rc.1</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/e2a694115fbf9e8b6d7efb89fb0ab34aea880738\"><code>e2a6941</code></a> Prepare changelog for v23.3.0-rc.1</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/71cf812d24a623712995d0aa8dee28dd1a561e5d\"><code>71cf812</code></a> Add <code>@\u200btypescript-eslint/no-base-to-string</code> (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/3129\">#3129</a>)</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/8a3d7d5671e5caa707179fdfa671ef14db363ef9\"><code>8a3d7d5</code></a> Element-R: log outgoing HTTP requests (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/3127\">#3127</a>)</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/2a363598dd98e3de0079633e95f4aea7fff49fe9\"><code>2a36359</code></a> Element-R: fix a bug which prevented encryption working after a reload (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/3126\">#3126</a>)</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/05bf6428bc3e7cfa9055c9b4dbd07bb2ab432f75\"><code>05bf642</code></a> Element-R: implement encryption of outgoing events (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/3122\">#3122</a>)</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/e492a44ddec89d4627c5a2cda646cb909d70796b\"><code>e492a44</code></a> Update typescript bits to aid matrix-react-sdk achieve noImplicitAny (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/3079\">#3079</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/matrix-org/matrix-js-sdk/compare/v23.0.0...v23.3.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-03-02T09:12:51Z", 27 "body": "Superseded by #364." 28 } 29 ], 30 "review_comments": [] 31 }