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.md (21860B)


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