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.json (21063B)


      1 {
      2   "number": 453,
      3   "title": "Bump matrix-js-sdk from 23.0.0 to 26.0.0",
      4   "state": "closed",
      5   "diff_file": "453.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2023-06-07T09:07:24Z",
      8   "closed_at": "2023-06-09T09:06:36Z",
      9   "merged_at": null,
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/matrix-js-sdk-26.0.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 26.0.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>v26.0.0</h2>\n<h2>\ud83d\udea8 BREAKING CHANGES</h2>\n<ul>\n<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>\n<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>\n</ul>\n<h2>\ud83e\udd96 Deprecations</h2>\n<ul>\n<li>Move crypto classes into a separate namespace (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3385\">#3385</a>).</li>\n</ul>\n<h2>\u2728 Features</h2>\n<ul>\n<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>@\u200bsigmaSd</code></a>.</li>\n<li>Mark room version 10 as safe (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3425\">#3425</a>).</li>\n<li>Prioritise entirely supported flows for UIA (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3402\">#3402</a>).</li>\n<li>Add methods to terminate idb worker (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3362\">#3362</a>).</li>\n<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>@\u200btoger5</code></a>.</li>\n<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>@\u200btoger5</code></a>.</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<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>\n<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>\n<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>\n<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>\n<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>\n<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>@\u200bandybalaam</code></a>.</li>\n<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>@\u200bandybalaam</code></a>.</li>\n<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>@\u200bandybalaam</code></a>.</li>\n<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>\n</ul>\n<h2>v26.0.0-rc.1</h2>\n<h2>\ud83d\udea8 BREAKING CHANGES</h2>\n<ul>\n<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>\n<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>\n</ul>\n<h2>\ud83e\udd96 Deprecations</h2>\n<ul>\n<li>Move crypto classes into a separate namespace (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3385\">#3385</a>).</li>\n</ul>\n<h2>\u2728 Features</h2>\n<ul>\n<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>@\u200bsigmaSd</code></a>.</li>\n<li>Mark room version 10 as safe (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3425\">#3425</a>).</li>\n<li>Prioritise entirely supported flows for UIA (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3402\">#3402</a>).</li>\n<li>Add methods to terminate idb worker (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3362\">#3362</a>).</li>\n<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>@\u200btoger5</code></a>.</li>\n<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>@\u200btoger5</code></a>.</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<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>\n<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>\n<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>\n<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>\n<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>\n<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>@\u200bandybalaam</code></a>.</li>\n<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>@\u200bandybalaam</code></a>.</li>\n<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>@\u200bandybalaam</code></a>.</li>\n<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>\n</ul>\n<h2>v25.2.0-rc.5</h2>\n<h2>\ud83d\udc1b Bug Fixes</h2>\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/v26.0.0\">26.0.0</a> (2023-06-06)</h1>\n<h2>\ud83d\udea8 BREAKING CHANGES</h2>\n<ul>\n<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>\n<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>\n</ul>\n<h2>\ud83e\udd96 Deprecations</h2>\n<ul>\n<li>Move crypto classes into a separate namespace (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3385\">#3385</a>).</li>\n</ul>\n<h2>\u2728 Features</h2>\n<ul>\n<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>@\u200bsigmaSd</code></a>.</li>\n<li>Mark room version 10 as safe (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3425\">#3425</a>).</li>\n<li>Prioritise entirely supported flows for UIA (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3402\">#3402</a>).</li>\n<li>Add methods to terminate idb worker (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3362\">#3362</a>).</li>\n<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>@\u200btoger5</code></a>.</li>\n<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>@\u200btoger5</code></a>.</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<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>\n<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>\n<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>\n<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>\n<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>\n<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>@\u200bandybalaam</code></a>.</li>\n<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>@\u200bandybalaam</code></a>.</li>\n<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>@\u200bandybalaam</code></a>.</li>\n<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>\n</ul>\n<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>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<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>\n</ul>\n<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>\n<h2>\ud83e\udd96 Deprecations</h2>\n<ul>\n<li>Deprecate MatrixClient::resolveRoomAlias (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3316\">#3316</a>).</li>\n</ul>\n<h2>\u2728 Features</h2>\n<ul>\n<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>@\u200bkerryarchibald</code></a>.</li>\n<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>@\u200bjustjanne</code></a>.</li>\n<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>\n<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>@\u200bflorianduros</code></a>.</li>\n<li>Node 20 support (<a href=\"https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3302\">#3302</a>).</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<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>@\u200bflorianduros</code></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/f41fa84e72da0542940d2f712dda0f7ee2758b6f\"><code>f41fa84</code></a> v26.0.0</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/3c4134537a9b64818b134c6c48c3482dbb4d304c\"><code>3c41345</code></a> Prepare changelog for v26.0.0</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/d4414341d6cd968fcee11e6ef00e0da02c7b5808\"><code>d441434</code></a> v26.0.0-rc.1</li>\n<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>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/81cb44db7f85002dee776f97500949fd0b9bc554\"><code>81cb44d</code></a> Merge branch 'develop' into staging</li>\n<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>\n<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>\n<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>\n<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>\n<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>\n<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>\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=26.0.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-06-09T09:06:35Z",
     27       "body": "Superseded by #467."
     28     }
     29   ],
     30   "review_comments": []
     31 }