Skip to content

Commit

Permalink
Chore(deps): Bump react-router-dom from 6.28.0 to 7.0.1 (#186)
Browse files Browse the repository at this point in the history
Bumps
[react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom)
from 6.28.0 to 7.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/remix-run/react-router/releases">react-router-dom's
releases</a>.</em></p>
<blockquote>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies
<ul>
<li>[email protected]</li>
<li>[email protected]</li>
</ul>
</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies
<ul>
<li>[email protected]</li>
<li>[email protected]</li>
</ul>
</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies
<ul>
<li>[email protected]</li>
<li>[email protected]</li>
</ul>
</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies
<ul>
<li>[email protected]</li>
<li>[email protected]</li>
</ul>
</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies
<ul>
<li>[email protected]</li>
<li>[email protected]</li>
</ul>
</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies
<ul>
<li><code>[email protected]</code></li>
<li><code>[email protected]</code></li>
</ul>
</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>44bce3c6: Fix <code>react-router-dom</code> peer dependency version
<ul>
<li>[email protected]</li>
<li>[email protected]</li>
</ul>
</li>
</ul>
<h2>[email protected]</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<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>
<blockquote>
<h2>7.0.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies:
<ul>
<li><code>[email protected]</code></li>
</ul>
</li>
</ul>
<h2>7.0.0</h2>
<h3>Major Changes</h3>
<ul>
<li>
<p>Remove the original <code>defer</code> implementation in favor of
using raw promises via single fetch and <code>turbo-stream</code>. This
removes these exports from React Router: (<a
href="https://redirect.github.com/remix-run/react-router/pull/11744">#11744</a>)</p>
<ul>
<li><code>defer</code></li>
<li><code>AbortedDeferredError</code></li>
<li><code>type TypedDeferredData</code></li>
<li><code>UNSAFE_DeferredData</code></li>
<li><code>UNSAFE_DEFERRED_SYMBOL</code>,</li>
</ul>
</li>
<li>
<p>Use <code>createRemixRouter</code>/<code>RouterProvider</code> in
<code>entry.client</code> instead of <code>RemixBrowser</code> (<a
href="https://redirect.github.com/remix-run/react-router/pull/11469">#11469</a>)</p>
</li>
<li>
<p>Remove single_fetch future flag. (<a
href="https://redirect.github.com/remix-run/react-router/pull/11522">#11522</a>)</p>
</li>
<li>
<p>Remove <code>future.v7_startTransition</code> flag (<a
href="https://redirect.github.com/remix-run/react-router/pull/11696">#11696</a>)</p>
</li>
<li>
<p>Remove <code>future.v7_normalizeFormMethod</code> future flag (<a
href="https://redirect.github.com/remix-run/react-router/pull/11697">#11697</a>)</p>
</li>
<li>
<p>Allow returning <code>undefined</code> from actions and loaders (<a
href="https://redirect.github.com/remix-run/react-router/pull/11680">#11680</a>)</p>
</li>
<li>
<p>update minimum node version to 18 (<a
href="https://redirect.github.com/remix-run/react-router/pull/11690">#11690</a>)</p>
</li>
<li>
<p>Remove <code>future.v7_prependBasename</code> from the ionternalized
<code>@remix-run/router</code> package (<a
href="https://redirect.github.com/remix-run/react-router/pull/11726">#11726</a>)</p>
</li>
<li>
<p>Remove <code>future.v7_throwAbortReason</code> from internalized
<code>@remix-run/router</code> package (<a
href="https://redirect.github.com/remix-run/react-router/pull/11728">#11728</a>)</p>
</li>
<li>
<p>Add <code>exports</code> field to all packages (<a
href="https://redirect.github.com/remix-run/react-router/pull/11675">#11675</a>)</p>
</li>
<li>
<p>node package no longer re-exports from react-router (<a
href="https://redirect.github.com/remix-run/react-router/pull/11702">#11702</a>)</p>
</li>
<li>
<p>updates the minimum React version to 18 (<a
href="https://redirect.github.com/remix-run/react-router/pull/11689">#11689</a>)</p>
</li>
<li>
<ul>
<li>Remove the <code>future.v7_partialHydration</code> flag (<a
href="https://redirect.github.com/remix-run/react-router/pull/11725">#11725</a>)
<ul>
<li>This also removes the <code>&lt;RouterProvider
fallbackElement&gt;</code> prop
<ul>
<li>To migrate, move the <code>fallbackElement</code> to a
<code>hydrateFallbackElement</code>/<code>HydrateFallback</code> on your
root route</li>
</ul>
</li>
<li>Also worth nothing there is a related breaking changer with this
future flag:
<ul>
<li>Without <code>future.v7_partialHydration</code> (when using
<code>fallbackElement</code>), <code>state.navigation</code> was
populated during the initial load</li>
<li>With <code>future.v7_partialHydration</code>,
<code>state.navigation</code> remains in an
<code>&quot;idle&quot;</code> state during the initial load</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li>
<p>Remove <code>future.v7_fetcherPersist</code> flag (<a
href="https://redirect.github.com/remix-run/react-router/pull/11731">#11731</a>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/remix-run/react-router/commit/202825ca687d15f17833dac34e7f59c401c0685e"><code>202825c</code></a>
chore: Update version for release (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/12347">#12347</a>)</li>
<li><a
href="https://github.com/remix-run/react-router/commit/fd6c297658f01f48f1dd6ca9477342312d3fe2d0"><code>fd6c297</code></a>
chore: format</li>
<li><a
href="https://github.com/remix-run/react-router/commit/d7dc44a9313be10227f93249de51efe30c771e44"><code>d7dc44a</code></a>
Merge branch 'release-next' into dev</li>
<li><a
href="https://github.com/remix-run/react-router/commit/e8e3b004d94a949372e77ce97a543bff5bc6fb89"><code>e8e3b00</code></a>
chore: Update version for release (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/12344">#12344</a>)</li>
<li><a
href="https://github.com/remix-run/react-router/commit/1499f3e43fa51370be698fc84a78150b13bd7535"><code>1499f3e</code></a>
chore: Update version for release (pre) (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/12315">#12315</a>)</li>
<li><a
href="https://github.com/remix-run/react-router/commit/c8fd1384fa23d74d7dd72aad4915f20b00d7f35f"><code>c8fd138</code></a>
docs: adjusted READMEs for the api docs generator</li>
<li><a
href="https://github.com/remix-run/react-router/commit/995bcbb7e480a5a481475825957b20c89f7f0201"><code>995bcbb</code></a>
chore: Update version for release (pre) (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/12235">#12235</a>)</li>
<li><a
href="https://github.com/remix-run/react-router/commit/0e9b34690d532340b3cf3b304d0b8612c7638a11"><code>0e9b346</code></a>
chore: Update version for release (pre) (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/12205">#12205</a>)</li>
<li><a
href="https://github.com/remix-run/react-router/commit/6576bd0714830b75d2dcd6556bd22a68f1c4da0e"><code>6576bd0</code></a>
chore: Update version for release (pre) (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/12202">#12202</a>)</li>
<li><a
href="https://github.com/remix-run/react-router/commit/8daac72b0ec5e909ff691ecb05d7c3397bfe407f"><code>8daac72</code></a>
Merge branch 'dev' into release-next</li>
<li>Additional commits viewable in <a
href="https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-router-dom&package-manager=npm_and_yarn&previous-version=6.28.0&new-version=7.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
- `@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)
- `@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)


</details>
  • Loading branch information
ansulagrawal authored Nov 25, 2024
2 parents 4629876 + 8d85977 commit 5aef7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"react-dnd": "^14.0.5",
"react-dnd-html5-backend": "^14.1.0",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"react-router-dom": "^7.0.1",
"rrule": "^2.8.1"
},
"devDependencies": {
Expand Down

0 comments on commit 5aef7ae

Please sign in to comment.