361.json (11149B)
1 { 2 "number": 361, 3 "title": "Bump react-router-dom from 6.7.0 to 6.8.2", 4 "state": "closed", 5 "diff_file": "361.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2023-02-28T09:12:11Z", 8 "closed_at": "2023-03-13T09:12:38Z", 9 "merged_at": null, 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/react-router-dom-6.8.2", 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.2.\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.2</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>Treat same-origin absolute URLs in <code><Link to></code> as external if they are outside of the router <code>basename</code> (<a href=\"https://github-redirect.dependabot.com/remix-run/react-router/pull/10135\">#10135</a>)</li>\n<li>Fix <code>useBlocker</code> to return <code>IDLE_BLOCKER</code> during SSR (<a href=\"https://github-redirect.dependabot.com/remix-run/react-router/pull/10046\">#10046</a>)</li>\n<li>Fix SSR of absolute <code><Link to></code> urls (<a href=\"https://github-redirect.dependabot.com/remix-run/react-router/pull/10112\">#10112</a>)</li>\n<li>Properly escape HTML characters in <code>StaticRouterProvider</code> serialized hydration data (<a href=\"https://github-redirect.dependabot.com/remix-run/react-router/pull/10068\">#10068</a>)</li>\n<li>Updated dependencies:\n<ul>\n<li><code>@remix-run/router@1.3.3</code></li>\n<li><code>react-router@6.8.2</code></li>\n</ul>\n</li>\n</ul>\n<h2>6.8.1</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>Improved absolute url detection in <code>Link</code> component (now also supports <code>mailto:</code> urls) (<a href=\"https://github-redirect.dependabot.com/remix-run/react-router/pull/9994\">#9994</a>)</li>\n<li>Fix partial object (search or hash only) pathnames losing current path value (<a href=\"https://github-redirect.dependabot.com/remix-run/react-router/pull/10029\">#10029</a>)</li>\n<li>Updated dependencies:\n<ul>\n<li><code>react-router@6.8.1</code></li>\n<li><code>@remix-run/router@1.3.2</code></li>\n</ul>\n</li>\n</ul>\n<h2>6.8.0</h2>\n<h3>Minor Changes</h3>\n<ul>\n<li>\n<p>Support absolute URLs in <code><Link to></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><Link to="https://neworigin.com/some/path"> {/* Document request */}\n<Link to="//neworigin.com/some/path"> {/* Document request */}\n<Link to="https://www.currentorigin.com/path"> {/* 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><fetcher.Form></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><ScrollRestoration></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/c312eaa7d3d511369a4dbccfa6d3a799ed65578d\"><code>c312eaa</code></a> chore: Update version for release (<a href=\"https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10142\">#10142</a>)</li>\n<li><a href=\"https://github.com/remix-run/react-router/commit/b1aa838d8fe5b6cd41ac0a862109799de27aca28\"><code>b1aa838</code></a> chore: Update version for release (pre) (<a href=\"https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10137\">#10137</a>)</li>\n<li><a href=\"https://github.com/remix-run/react-router/commit/d43e1ab91b7f70d1579b78c442a8ad984f060629\"><code>d43e1ab</code></a> fix: treat absolute/same-origin/different-basename <Link to> values as extern...</li>\n<li><a href=\"https://github.com/remix-run/react-router/commit/1d2417bd48c59edfd9a08d0a7d876c14508f70a5\"><code>1d2417b</code></a> chore: Update version for release (pre) (<a href=\"https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10129\">#10129</a>)</li>\n<li><a href=\"https://github.com/remix-run/react-router/commit/d6af011465dd4d486af088201b333c999ad8278e\"><code>d6af011</code></a> chore: Update version for release (pre) (<a href=\"https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10128\">#10128</a>)</li>\n<li><a href=\"https://github.com/remix-run/react-router/commit/8975de9966d272fda2deca1a1cadfb1658c60790\"><code>8975de9</code></a> Hotfix: absolute URLs on server router (<a href=\"https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10112\">#10112</a>)</li>\n<li><a href=\"https://github.com/remix-run/react-router/commit/3c6fb46a678036ed25895dc05ae260ab78cfc7a5\"><code>3c6fb46</code></a> chore: Update version for release (pre) (<a href=\"https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10124\">#10124</a>)</li>\n<li><a href=\"https://github.com/remix-run/react-router/commit/3eac3a6456c19a88fba5f1d06a2c6ee1f8c6b927\"><code>3eac3a6</code></a> feat: mutable route tree (<a href=\"https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/9996\">#9996</a>)</li>\n<li><a href=\"https://github.com/remix-run/react-router/commit/bbe4ec50e0b54e013b8ee5db1e0956146c4983e9\"><code>bbe4ec5</code></a> Move invariant to UNSAFE_ export (<a href=\"https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10066\">#10066</a>)</li>\n<li><a href=\"https://github.com/remix-run/react-router/commit/5706fbd9975ce6d3c6e4201644a7936be4c3f3c2\"><code>5706fbd</code></a> __staticRouterHydrationData html tag escape (<a href=\"https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10068\">#10068</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/remix-run/react-router/commits/react-router-dom@6.8.2/packages/react-router-dom\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[](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-03-13T09:12:37Z", 27 "body": "Superseded by #376." 28 } 29 ], 30 "review_comments": [] 31 }