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

346.md (21643B)


      1 # PR #346 Bump matrix-js-sdk from 23.0.0 to 23.3.0
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-02-15T09:11:41Z
      6 - **Branch:** dependabot/npm_and_yarn/matrix-js-sdk-23.3.0 → main
      7 - **Closed:** 2023-03-02T09:12:52Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [346.diff](./346.diff)
     12 
     13 ---
     14 
     15 Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk) from 23.0.0 to 23.3.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.3.0</h2>
     21 <h2>✨ Features</h2>
     22 <ul>
     23 <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>
     24 <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>@​kerryarchibald</code></a>.</li>
     25 <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>@​kerryarchibald</code></a>.</li>
     26 <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>@​andybalaam</code></a>.</li>
     27 <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>
     28 <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>@​andybalaam</code></a>.</li>
     29 <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>@​andybalaam</code></a>.</li>
     30 <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>@​kerryarchibald</code></a>.</li>
     31 <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>
     32 <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://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3035">#3035</a>). Contributed by <a href="https://github.com/clarkf"><code>@​clarkf</code></a>.</li>
     33 </ul>
     34 <h2>🐛 Bug Fixes</h2>
     35 <ul>
     36 <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>
     37 <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>
     38 <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>@​justjanne</code></a>.</li>
     39 <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>
     40 <li>Element-R: Fix invite processing (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3121">#3121</a>).</li>
     41 <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>
     42 <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>@​clarkf</code></a>.</li>
     43 <li>Fix &quot;verifyLinks&quot; 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>@​andybalaam</code></a>.</li>
     44 </ul>
     45 <h2>v23.3.0-rc.1</h2>
     46 <h2>✨ Features</h2>
     47 <ul>
     48 <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>
     49 <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>@​kerryarchibald</code></a>.</li>
     50 <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>@​kerryarchibald</code></a>.</li>
     51 <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>@​andybalaam</code></a>.</li>
     52 <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>
     53 <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>@​andybalaam</code></a>.</li>
     54 <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>@​andybalaam</code></a>.</li>
     55 <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>@​kerryarchibald</code></a>.</li>
     56 <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>
     57 <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://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3035">#3035</a>). Contributed by <a href="https://github.com/clarkf"><code>@​clarkf</code></a>.</li>
     58 </ul>
     59 <h2>🐛 Bug Fixes</h2>
     60 <ul>
     61 <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>
     62 <li>Element-R: Fix invite processing (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3121">#3121</a>).</li>
     63 <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>
     64 <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>@​clarkf</code></a>.</li>
     65 <li>Fix &quot;verifyLinks&quot; 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>@​andybalaam</code></a>.</li>
     66 </ul>
     67 <h2>v23.2.0</h2>
     68 <h2>✨ Features</h2>
     69 <ul>
     70 <li>Implement decryption via the rust sdk (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3074">#3074</a>).</li>
     71 <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>
     72 </ul>
     73 <h2>🐛 Bug Fixes</h2>
     74 <ul>
     75 <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>
     76 <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>
     77 <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>@​justjanne</code></a>.</li>
     78 <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>
     79 </ul>
     80 <!-- raw HTML omitted -->
     81 </blockquote>
     82 <p>... (truncated)</p>
     83 </details>
     84 <details>
     85 <summary>Changelog</summary>
     86 <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>
     87 <blockquote>
     88 <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>
     89 <h2>✨ Features</h2>
     90 <ul>
     91 <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>
     92 <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>@​kerryarchibald</code></a>.</li>
     93 <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>@​kerryarchibald</code></a>.</li>
     94 <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>@​andybalaam</code></a>.</li>
     95 <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>
     96 <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>@​andybalaam</code></a>.</li>
     97 <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>@​andybalaam</code></a>.</li>
     98 <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>@​kerryarchibald</code></a>.</li>
     99 <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>
    100 <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://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3035">#3035</a>). Contributed by <a href="https://github.com/clarkf"><code>@​clarkf</code></a>.</li>
    101 </ul>
    102 <h2>🐛 Bug Fixes</h2>
    103 <ul>
    104 <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>
    105 <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>
    106 <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>@​justjanne</code></a>.</li>
    107 <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>
    108 <li>Element-R: Fix invite processing (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3121">#3121</a>).</li>
    109 <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>
    110 <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>@​clarkf</code></a>.</li>
    111 <li>Fix &quot;verifyLinks&quot; 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>@​andybalaam</code></a>.</li>
    112 </ul>
    113 <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>
    114 <h2>✨ Features</h2>
    115 <ul>
    116 <li>Implement decryption via the rust sdk (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3074">#3074</a>).</li>
    117 <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>
    118 </ul>
    119 <h2>🐛 Bug Fixes</h2>
    120 <ul>
    121 <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>
    122 <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>
    123 <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>@​justjanne</code></a>.</li>
    124 <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>
    125 <li>Fix spurious &quot;Decryption key withheld&quot; 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>
    126 <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>
    127 </ul>
    128 <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>
    129 <h2>🐛 Bug Fixes</h2>
    130 <ul>
    131 <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>
    132 </ul>
    133 <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>
    134 <h2>🦖 Deprecations</h2>
    135 <!-- raw HTML omitted -->
    136 </blockquote>
    137 <p>... (truncated)</p>
    138 </details>
    139 <details>
    140 <summary>Commits</summary>
    141 <ul>
    142 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/182534288cac90bfad9b20c40219b10bc051c0fa"><code>1825342</code></a> v23.3.0</li>
    143 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/f81b7e5e6f7c0d9e4d56b36213fc6eb7e3d7b3f5"><code>f81b7e5</code></a> Prepare changelog for v23.3.0</li>
    144 <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>
    145 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/f61db819611d635a712c7f93ab7e66b883b0e2bc"><code>f61db81</code></a> v23.3.0-rc.1</li>
    146 <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>
    147 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/71cf812d24a623712995d0aa8dee28dd1a561e5d"><code>71cf812</code></a> Add <code>@​typescript-eslint/no-base-to-string</code> (<a href="https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/3129">#3129</a>)</li>
    148 <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>
    149 <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>
    150 <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>
    151 <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>
    152 <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>
    153 </ul>
    154 </details>
    155 <br />
    156 
    157 
    158 [![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.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    159 
    160 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`.
    161 
    162 [//]: # (dependabot-automerge-start)
    163 [//]: # (dependabot-automerge-end)
    164 
    165 ---
    166 
    167 <details>
    168 <summary>Dependabot commands and options</summary>
    169 <br />
    170 
    171 You can trigger Dependabot actions by commenting on this PR:
    172 - `@dependabot rebase` will rebase this PR
    173 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    174 - `@dependabot merge` will merge this PR after your CI passes on it
    175 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    176 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    177 - `@dependabot reopen` will reopen this PR if it is closed
    178 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    179 - `@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)
    180 - `@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)
    181 - `@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)
    182 
    183 
    184 </details>
    185 
    186 <!-- Replace -->
    187 ----
    188 ⌛ Deploy Preview - Build in Progress
    189 <!-- Replace -->
    190 
    191 
    192 
    193 ## Comments
    194 
    195 ### @dependabot[bot] — 2023-03-02T09:12:51Z
    196 
    197 Superseded by #364.
    198