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

453.md (20227B)


      1 # PR #453 Bump matrix-js-sdk from 23.0.0 to 26.0.0
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-06-07T09:07:24Z
      6 - **Branch:** dependabot/npm_and_yarn/matrix-js-sdk-26.0.0 → main
      7 - **Closed:** 2023-06-09T09:06:36Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [453.diff](./453.diff)
     12 
     13 ---
     14 
     15 Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk) from 23.0.0 to 26.0.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>v26.0.0</h2>
     21 <h2>🚨 BREAKING CHANGES</h2>
     22 <ul>
     23 <li>Ensure we do not add relations to the wrong timeline (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3427">#3427</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25450">vector-im/element-web#25450</a> and <a href="https://redirect.github.com/vector-im/element-web/issues/25494">vector-im/element-web#25494</a>.</li>
     24 <li>Deprecate <code>QrCodeEvent</code>, <code>SasEvent</code> and <code>VerificationEvent</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3386">#3386</a>).</li>
     25 </ul>
     26 <h2>🦖 Deprecations</h2>
     27 <ul>
     28 <li>Move crypto classes into a separate namespace (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3385">#3385</a>).</li>
     29 </ul>
     30 <h2>✨ Features</h2>
     31 <ul>
     32 <li>Mention deno support in the README (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3417">#3417</a>). Contributed by <a href="https://github.com/sigmaSd"><code>@​sigmaSd</code></a>.</li>
     33 <li>Mark room version 10 as safe (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3425">#3425</a>).</li>
     34 <li>Prioritise entirely supported flows for UIA (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3402">#3402</a>).</li>
     35 <li>Add methods to terminate idb worker (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3362">#3362</a>).</li>
     36 <li>Total summary count (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3351">#3351</a>). Contributed by <a href="https://github.com/toger5"><code>@​toger5</code></a>.</li>
     37 <li>Audio concealment (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3349">#3349</a>). Contributed by <a href="https://github.com/toger5"><code>@​toger5</code></a>.</li>
     38 </ul>
     39 <h2>🐛 Bug Fixes</h2>
     40 <ul>
     41 <li>Correctly accumulate sync summaries. (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3366">#3366</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/23345">vector-im/element-web#23345</a>.</li>
     42 <li>Keep measuring a call feed's volume after a stream replacement (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3361">#3361</a>). Fixes <a href="https://redirect.github.com/vector-im/element-call/issues/1051">vector-im/element-call#1051</a>.</li>
     43 <li>Element-R: Avoid uploading a new fallback key at every <code>/sync</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3338">#3338</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25215">vector-im/element-web#25215</a>.</li>
     44 <li>Accumulate receipts for the main thread and unthreaded separately (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3339">#3339</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/24629">vector-im/element-web#24629</a>.</li>
     45 <li>Remove spec non-compliant extended glob format (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3423">#3423</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25474">vector-im/element-web#25474</a>.</li>
     46 <li>Fix bug where original event was inserted into timeline instead of the edit event (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3398">#3398</a>). Contributed by <a href="https://github.com/andybalaam"><code>@​andybalaam</code></a>.</li>
     47 <li>Only add a local receipt if it's after an existing receipt (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3399">#3399</a>). Contributed by <a href="https://github.com/andybalaam"><code>@​andybalaam</code></a>.</li>
     48 <li>Attempt a potential workaround for stuck notifs (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3384">#3384</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25406">vector-im/element-web#25406</a>. Contributed by <a href="https://github.com/andybalaam"><code>@​andybalaam</code></a>.</li>
     49 <li>Fix verification bug with <code>pendingEventOrdering: &quot;chronological&quot;</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3382">#3382</a>).</li>
     50 </ul>
     51 <h2>v26.0.0-rc.1</h2>
     52 <h2>🚨 BREAKING CHANGES</h2>
     53 <ul>
     54 <li>Ensure we do not add relations to the wrong timeline (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3427">#3427</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25450">vector-im/element-web#25450</a> and <a href="https://redirect.github.com/vector-im/element-web/issues/25494">vector-im/element-web#25494</a>.</li>
     55 <li>Deprecate <code>QrCodeEvent</code>, <code>SasEvent</code> and <code>VerificationEvent</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3386">#3386</a>).</li>
     56 </ul>
     57 <h2>🦖 Deprecations</h2>
     58 <ul>
     59 <li>Move crypto classes into a separate namespace (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3385">#3385</a>).</li>
     60 </ul>
     61 <h2>✨ Features</h2>
     62 <ul>
     63 <li>Mention deno support in the README (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3417">#3417</a>). Contributed by <a href="https://github.com/sigmaSd"><code>@​sigmaSd</code></a>.</li>
     64 <li>Mark room version 10 as safe (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3425">#3425</a>).</li>
     65 <li>Prioritise entirely supported flows for UIA (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3402">#3402</a>).</li>
     66 <li>Add methods to terminate idb worker (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3362">#3362</a>).</li>
     67 <li>Total summary count (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3351">#3351</a>). Contributed by <a href="https://github.com/toger5"><code>@​toger5</code></a>.</li>
     68 <li>Audio concealment (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3349">#3349</a>). Contributed by <a href="https://github.com/toger5"><code>@​toger5</code></a>.</li>
     69 </ul>
     70 <h2>🐛 Bug Fixes</h2>
     71 <ul>
     72 <li>Correctly accumulate sync summaries. (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3366">#3366</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/23345">vector-im/element-web#23345</a>.</li>
     73 <li>Keep measuring a call feed's volume after a stream replacement (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3361">#3361</a>). Fixes <a href="https://redirect.github.com/vector-im/element-call/issues/1051">vector-im/element-call#1051</a>.</li>
     74 <li>Element-R: Avoid uploading a new fallback key at every <code>/sync</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3338">#3338</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25215">vector-im/element-web#25215</a>.</li>
     75 <li>Accumulate receipts for the main thread and unthreaded separately (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3339">#3339</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/24629">vector-im/element-web#24629</a>.</li>
     76 <li>Remove spec non-compliant extended glob format (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3423">#3423</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25474">vector-im/element-web#25474</a>.</li>
     77 <li>Fix bug where original event was inserted into timeline instead of the edit event (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3398">#3398</a>). Contributed by <a href="https://github.com/andybalaam"><code>@​andybalaam</code></a>.</li>
     78 <li>Only add a local receipt if it's after an existing receipt (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3399">#3399</a>). Contributed by <a href="https://github.com/andybalaam"><code>@​andybalaam</code></a>.</li>
     79 <li>Attempt a potential workaround for stuck notifs (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3384">#3384</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25406">vector-im/element-web#25406</a>. Contributed by <a href="https://github.com/andybalaam"><code>@​andybalaam</code></a>.</li>
     80 <li>Fix verification bug with <code>pendingEventOrdering: &quot;chronological&quot;</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3382">#3382</a>).</li>
     81 </ul>
     82 <h2>v25.2.0-rc.5</h2>
     83 <h2>🐛 Bug Fixes</h2>
     84 <!-- raw HTML omitted -->
     85 </blockquote>
     86 <p>... (truncated)</p>
     87 </details>
     88 <details>
     89 <summary>Changelog</summary>
     90 <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>
     91 <blockquote>
     92 <h1>Changes in <a href="https://github.com/matrix-org/matrix-js-sdk/releases/tag/v26.0.0">26.0.0</a> (2023-06-06)</h1>
     93 <h2>🚨 BREAKING CHANGES</h2>
     94 <ul>
     95 <li>Ensure we do not add relations to the wrong timeline (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3427">#3427</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25450">vector-im/element-web#25450</a> and <a href="https://redirect.github.com/vector-im/element-web/issues/25494">vector-im/element-web#25494</a>.</li>
     96 <li>Deprecate <code>QrCodeEvent</code>, <code>SasEvent</code> and <code>VerificationEvent</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3386">#3386</a>).</li>
     97 </ul>
     98 <h2>🦖 Deprecations</h2>
     99 <ul>
    100 <li>Move crypto classes into a separate namespace (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3385">#3385</a>).</li>
    101 </ul>
    102 <h2>✨ Features</h2>
    103 <ul>
    104 <li>Mention deno support in the README (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3417">#3417</a>). Contributed by <a href="https://github.com/sigmaSd"><code>@​sigmaSd</code></a>.</li>
    105 <li>Mark room version 10 as safe (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3425">#3425</a>).</li>
    106 <li>Prioritise entirely supported flows for UIA (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3402">#3402</a>).</li>
    107 <li>Add methods to terminate idb worker (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3362">#3362</a>).</li>
    108 <li>Total summary count (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3351">#3351</a>). Contributed by <a href="https://github.com/toger5"><code>@​toger5</code></a>.</li>
    109 <li>Audio concealment (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3349">#3349</a>). Contributed by <a href="https://github.com/toger5"><code>@​toger5</code></a>.</li>
    110 </ul>
    111 <h2>🐛 Bug Fixes</h2>
    112 <ul>
    113 <li>Correctly accumulate sync summaries. (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3366">#3366</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/23345">vector-im/element-web#23345</a>.</li>
    114 <li>Keep measuring a call feed's volume after a stream replacement (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3361">#3361</a>). Fixes <a href="https://redirect.github.com/vector-im/element-call/issues/1051">vector-im/element-call#1051</a>.</li>
    115 <li>Element-R: Avoid uploading a new fallback key at every <code>/sync</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3338">#3338</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25215">vector-im/element-web#25215</a>.</li>
    116 <li>Accumulate receipts for the main thread and unthreaded separately (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3339">#3339</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/24629">vector-im/element-web#24629</a>.</li>
    117 <li>Remove spec non-compliant extended glob format (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3423">#3423</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25474">vector-im/element-web#25474</a>.</li>
    118 <li>Fix bug where original event was inserted into timeline instead of the edit event (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3398">#3398</a>). Contributed by <a href="https://github.com/andybalaam"><code>@​andybalaam</code></a>.</li>
    119 <li>Only add a local receipt if it's after an existing receipt (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3399">#3399</a>). Contributed by <a href="https://github.com/andybalaam"><code>@​andybalaam</code></a>.</li>
    120 <li>Attempt a potential workaround for stuck notifs (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3384">#3384</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25406">vector-im/element-web#25406</a>. Contributed by <a href="https://github.com/andybalaam"><code>@​andybalaam</code></a>.</li>
    121 <li>Fix verification bug with <code>pendingEventOrdering: &quot;chronological&quot;</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3382">#3382</a>).</li>
    122 </ul>
    123 <h1>Changes in <a href="https://github.com/matrix-org/matrix-js-sdk/releases/tag/v25.1.1">25.1.1</a> (2023-05-16)</h1>
    124 <h2>🐛 Bug Fixes</h2>
    125 <ul>
    126 <li>Rebuild to fix packaging glitch in 25.1.0. Fixes <a href="https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3363">#3363</a></li>
    127 </ul>
    128 <h1>Changes in <a href="https://github.com/matrix-org/matrix-js-sdk/releases/tag/v25.1.0">25.1.0</a> (2023-05-09)</h1>
    129 <h2>🦖 Deprecations</h2>
    130 <ul>
    131 <li>Deprecate MatrixClient::resolveRoomAlias (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3316">#3316</a>).</li>
    132 </ul>
    133 <h2>✨ Features</h2>
    134 <ul>
    135 <li>add client method to remove pusher (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3324">#3324</a>). Contributed by <a href="https://github.com/kerryarchibald"><code>@​kerryarchibald</code></a>.</li>
    136 <li>Implement MSC 3981 (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3248">#3248</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25021">vector-im/element-web#25021</a>. Contributed by <a href="https://github.com/justjanne"><code>@​justjanne</code></a>.</li>
    137 <li>Added <code>Room.getLastLiveEvent</code> and <code>Room.getLastThread</code>. Deprecated <code>Room.lastThread</code> in favour of <code>Room.getLastThread</code>. (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3321">#3321</a>).</li>
    138 <li>Element-R: wire up device lists (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3272">#3272</a>). Contributed by <a href="https://github.com/florianduros"><code>@​florianduros</code></a>.</li>
    139 <li>Node 20 support (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3302">#3302</a>).</li>
    140 </ul>
    141 <h2>🐛 Bug Fixes</h2>
    142 <ul>
    143 <li>Fix racing between one-time-keys processing and sync (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3327">#3327</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25214">vector-im/element-web#25214</a>. Contributed by <a href="https://github.com/florianduros"><code>@​florianduros</code></a>.</li>
    144 </ul>
    145 <!-- raw HTML omitted -->
    146 </blockquote>
    147 <p>... (truncated)</p>
    148 </details>
    149 <details>
    150 <summary>Commits</summary>
    151 <ul>
    152 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/f41fa84e72da0542940d2f712dda0f7ee2758b6f"><code>f41fa84</code></a> v26.0.0</li>
    153 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/3c4134537a9b64818b134c6c48c3482dbb4d304c"><code>3c41345</code></a> Prepare changelog for v26.0.0</li>
    154 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/d4414341d6cd968fcee11e6ef00e0da02c7b5808"><code>d441434</code></a> v26.0.0-rc.1</li>
    155 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/f173014fc0032ca6a67e85a27f7bc00808d6280e"><code>f173014</code></a> Prepare changelog for v26.0.0-rc.1</li>
    156 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/81cb44db7f85002dee776f97500949fd0b9bc554"><code>81cb44d</code></a> Merge branch 'develop' into staging</li>
    157 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/71f9b25db7bb1704aabf249dcba5d18d3aa94b08"><code>71f9b25</code></a> Ensure we do not add relations to the wrong timeline (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3427">#3427</a>)</li>
    158 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/9c5c7ddb17f1a9edfe1d7145795ac0128d4ba0d5"><code>9c5c7dd</code></a> Add remote user and call id in webrtc call stats (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3413">#3413</a>)</li>
    159 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/feb424b0a9433ef7a75dd9099b849461e07a7a7a"><code>feb424b</code></a> mention deno support in the README (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3417">#3417</a>)</li>
    160 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/648a1a09b192534bcde9e0a23c1f3c30541fc2e6"><code>648a1a0</code></a> Mark room version 10 as safe (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3425">#3425</a>)</li>
    161 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/56c5375bbddeb8555d7b6e51b3f2a9374fcfc902"><code>56c5375</code></a> Remove spec non-compliant extended glob format (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3423">#3423</a>)</li>
    162 <li>Additional commits viewable in <a href="https://github.com/matrix-org/matrix-js-sdk/compare/v23.0.0...v26.0.0">compare view</a></li>
    163 </ul>
    164 </details>
    165 <br />
    166 
    167 
    168 [![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=26.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    169 
    170 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`.
    171 
    172 [//]: # (dependabot-automerge-start)
    173 [//]: # (dependabot-automerge-end)
    174 
    175 ---
    176 
    177 <details>
    178 <summary>Dependabot commands and options</summary>
    179 <br />
    180 
    181 You can trigger Dependabot actions by commenting on this PR:
    182 - `@dependabot rebase` will rebase this PR
    183 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    184 - `@dependabot merge` will merge this PR after your CI passes on it
    185 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    186 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    187 - `@dependabot reopen` will reopen this PR if it is closed
    188 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    189 - `@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)
    190 - `@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)
    191 - `@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)
    192 
    193 
    194 </details>
    195 
    196 <!-- Replace -->
    197 ----
    198 ⌛ Deploy Preview - Build in Progress
    199 <!-- Replace -->
    200 
    201 
    202 
    203 ## Comments
    204 
    205 ### @dependabot[bot] — 2023-06-09T09:06:35Z
    206 
    207 Superseded by #467.
    208