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

319.json (9310B)


      1 {
      2   "number": 319,
      3   "title": "Bump react-router-dom from 6.7.0 to 6.8.0",
      4   "state": "closed",
      5   "diff_file": "319.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2023-01-27T08:19:27Z",
      8   "closed_at": "2023-02-07T08:16:08Z",
      9   "merged_at": null,
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/react-router-dom-6.8.0",
     12   "labels": [
     13     "dependencies",
     14     "javascript"
     15   ],
     16   "assignees": [
     17     "MTRNord"
     18   ],
     19   "requested_reviewers": [
     20     "MTRNord"
     21   ],
     22   "body": "Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.7.0 to 6.8.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/remix-run/react-router/releases\">react-router-dom's releases</a>.</em></p>\n<blockquote>\n<h2>react-router-dom-v5-compat@6.4.0-pre.15</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>Updated dependencies\n<ul>\n<li>react-router@6.4.0-pre.15</li>\n<li>react-router-dom@6.4.0-pre.15</li>\n</ul>\n</li>\n</ul>\n<h2>react-router-dom-v5-compat@6.4.0-pre.11</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>Updated dependencies\n<ul>\n<li>react-router@6.4.0-pre.11</li>\n<li>react-router-dom@6.4.0-pre.11</li>\n</ul>\n</li>\n</ul>\n<h2>react-router-dom-v5-compat@6.4.0-pre.10</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>Updated dependencies\n<ul>\n<li>react-router@6.4.0-pre.10</li>\n<li>react-router-dom@6.4.0-pre.10</li>\n</ul>\n</li>\n</ul>\n<h2>react-router-dom-v5-compat@6.4.0-pre.9</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>Updated dependencies\n<ul>\n<li>react-router@6.4.0-pre.9</li>\n<li>react-router-dom@6.4.0-pre.9</li>\n</ul>\n</li>\n</ul>\n<h2>react-router-dom-v5-compat@6.4.0-pre.8</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>Updated dependencies\n<ul>\n<li>react-router@6.4.0-pre.8</li>\n<li>react-router-dom@6.4.0-pre.8</li>\n</ul>\n</li>\n</ul>\n<h2>react-router-dom-v5-compat@6.4.0-pre.7</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>Updated dependencies\n<ul>\n<li><code>react-router@6.4.0-pre.7</code></li>\n<li><code>react-router-dom@6.4.0-pre.7</code></li>\n</ul>\n</li>\n</ul>\n<h2>react-router-dom-v5-compat@6.4.0-pre.6</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>44bce3c6: Fix <code>react-router-dom</code> peer dependency version\n<ul>\n<li>react-router@6.4.0-pre.6</li>\n<li>react-router-dom@6.4.0-pre.6</li>\n</ul>\n</li>\n</ul>\n<h2>react-router-dom-v5-compat@6.4.0-pre.5</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/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md\">react-router-dom's changelog</a>.</em></p>\n<blockquote>\n<h2>6.8.0</h2>\n<h3>Minor Changes</h3>\n<ul>\n<li>\n<p>Support absolute URLs in <code>&lt;Link to&gt;</code>. If the URL is for the current origin, it will still do a client-side navigation. If the URL is for a different origin then it will do a fresh document request for the new origin. (<a href=\"https://github-redirect.dependabot.com/remix-run/react-router/pull/9900\">#9900</a>)</p>\n<pre lang=\"tsx\"><code>&lt;Link to=&quot;https://neworigin.com/some/path&quot;&gt;    {/* Document request */}\n&lt;Link to=&quot;//neworigin.com/some/path&quot;&gt;          {/* Document request */}\n&lt;Link to=&quot;https://www.currentorigin.com/path&quot;&gt; {/* Client-side navigation */}\n</code></pre>\n</li>\n</ul>\n<h3>Patch Changes</h3>\n<ul>\n<li>Fix bug with search params removal via <code>useSearchParams</code> (<a href=\"https://github-redirect.dependabot.com/remix-run/react-router/pull/9969\">#9969</a>)</li>\n<li>Respect <code>preventScrollReset</code> on <code>&lt;fetcher.Form&gt;</code> (<a href=\"https://github-redirect.dependabot.com/remix-run/react-router/pull/9963\">#9963</a>)</li>\n<li>Fix navigation for hash routers on manual URL changes (<a href=\"https://github-redirect.dependabot.com/remix-run/react-router/pull/9980\">#9980</a>)</li>\n<li>Use <code>pagehide</code> instead of <code>beforeunload</code> for <code>&lt;ScrollRestoration&gt;</code>. This has better cross-browser support, specifically on Mobile Safari. (<a href=\"https://github-redirect.dependabot.com/remix-run/react-router/pull/9945\">#9945</a>)</li>\n<li>Updated dependencies:\n<ul>\n<li><code>@remix-run/router@1.3.1</code></li>\n<li><code>react-router@6.8.0</code></li>\n</ul>\n</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/remix-run/react-router/commit/e158bc157d6ebb6cc0cdd3577ef30e2ee94c4a16\"><code>e158bc1</code></a> chore: Update version for release (<a href=\"https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/9988\">#9988</a>)</li>\n<li><a href=\"https://github.com/remix-run/react-router/commit/adc63c65bc98a65cad37f1ef65881549aa66fd73\"><code>adc63c6</code></a> chore: Update version for release (pre) (<a href=\"https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/9976\">#9976</a>)</li>\n<li><a href=\"https://github.com/remix-run/react-router/commit/72e3ca65b6f7708f66862dc5259d41d4b1cacd21\"><code>72e3ca6</code></a> chore: Update version for release (pre) (<a href=\"https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/9974\">#9974</a>)</li>\n<li><a href=\"https://github.com/remix-run/react-router/commit/075a2e0bd3937241c33dd4ef65d79b719e24c1a9\"><code>075a2e0</code></a> Merge branch 'main' into release-next</li>\n<li><a href=\"https://github.com/remix-run/react-router/commit/e29876cf57df9b4519ca2e618de34820e055424e\"><code>e29876c</code></a> Fix bug with search params removal (<a href=\"https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/9969\">#9969</a>)</li>\n<li><a href=\"https://github.com/remix-run/react-router/commit/db73e9482318271d9e10cb6d81b7fb6f1d67eb5c\"><code>db73e94</code></a> Change useScrollRestoration to use pagehide event (<a href=\"https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/9945\">#9945</a>)</li>\n<li><a href=\"https://github.com/remix-run/react-router/commit/1143652d5d0e666a66388be227afc0383a050897\"><code>1143652</code></a> chore: update to Jest v29 (<a href=\"https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/9895\">#9895</a>)</li>\n<li><a href=\"https://github.com/remix-run/react-router/commit/15ad8d531fae7cd3e2d2038cf3c29595d7812ee1\"><code>15ad8d5</code></a> Merge branch 'release-next' into dev</li>\n<li><a href=\"https://github.com/remix-run/react-router/commit/0e4c524b329bf9641ccfc85da95bcde708bc56ca\"><code>0e4c524</code></a> Merge branch 'release-next'</li>\n<li><a href=\"https://github.com/remix-run/react-router/commit/e9f271d566f338016cac6f29bbeb89f9584b6372\"><code>e9f271d</code></a> feat: allow <code>\\&lt;Link&gt;</code> to link to external urls (<a href=\"https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/9900\">#9900</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/remix-run/react-router/commits/react-router-dom@6.8.0/packages/react-router-dom\">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=react-router-dom&package-manager=npm_and_yarn&previous-version=6.7.0&new-version=6.8.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-02-07T08:16:07Z",
     27       "body": "Superseded by #335."
     28     }
     29   ],
     30   "review_comments": []
     31 }