[PR #2717] [CLOSED] Bump react-router-dom from 6.25.1 to 7.0.1 in /frontend #4095

Closed
opened 2026-02-22 18:35:07 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2717
Author: @dependabot[bot]
Created: 11/25/2024
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/frontend/react-router-dom-7.0.1


📝 Commits (1)

  • 3a54bd4 Bump react-router-dom from 6.25.1 to 7.0.1 in /frontend

📊 Changes

2 files changed (+62 additions, -20 deletions)

View changed files

📝 frontend/package.json (+1 -1)
📝 frontend/yarn.lock (+61 -19)

📄 Description

Bumps react-router-dom from 6.25.1 to 7.0.1.

Release notes

Sourced from react-router-dom's releases.

react-router-dom-v5-compat@6.4.0-pre.15

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.15
    • react-router-dom@6.4.0-pre.15

react-router-dom-v5-compat@6.4.0-pre.11

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.11
    • react-router-dom@6.4.0-pre.11

react-router-dom-v5-compat@6.4.0-pre.10

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.10
    • react-router-dom@6.4.0-pre.10

react-router-dom-v5-compat@6.4.0-pre.9

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.9
    • react-router-dom@6.4.0-pre.9

react-router-dom-v5-compat@6.4.0-pre.8

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.8
    • react-router-dom@6.4.0-pre.8

react-router-dom-v5-compat@6.4.0-pre.7

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.7
    • react-router-dom@6.4.0-pre.7

react-router-dom-v5-compat@6.4.0-pre.6

Patch Changes

  • 44bce3c6: Fix react-router-dom peer dependency version
    • react-router@6.4.0-pre.6
    • react-router-dom@6.4.0-pre.6

react-router-dom-v5-compat@6.4.0-pre.5

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

7.0.1

Patch Changes

  • Updated dependencies:
    • react-router@7.0.1

7.0.0

Major Changes

  • Remove the original defer implementation in favor of using raw promises via single fetch and turbo-stream. This removes these exports from React Router: (#11744)

    • defer
    • AbortedDeferredError
    • type TypedDeferredData
    • UNSAFE_DeferredData
    • UNSAFE_DEFERRED_SYMBOL,
  • Use createRemixRouter/RouterProvider in entry.client instead of RemixBrowser (#11469)

  • Remove single_fetch future flag. (#11522)

  • Remove future.v7_startTransition flag (#11696)

  • Remove future.v7_normalizeFormMethod future flag (#11697)

  • Allow returning undefined from actions and loaders (#11680)

  • update minimum node version to 18 (#11690)

  • Remove future.v7_prependBasename from the ionternalized @remix-run/router package (#11726)

  • Remove future.v7_throwAbortReason from internalized @remix-run/router package (#11728)

  • Add exports field to all packages (#11675)

  • node package no longer re-exports from react-router (#11702)

  • updates the minimum React version to 18 (#11689)

    • Remove the future.v7_partialHydration flag (#11725)
      • This also removes the <RouterProvider fallbackElement> prop
        • To migrate, move the fallbackElement to a hydrateFallbackElement/HydrateFallback on your root route
      • Also worth nothing there is a related breaking changer with this future flag:
        • Without future.v7_partialHydration (when using fallbackElement), state.navigation was populated during the initial load
        • With future.v7_partialHydration, state.navigation remains in an "idle" state during the initial load
  • Remove future.v7_fetcherPersist flag (#11731)

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/2717 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/25/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/frontend/react-router-dom-7.0.1` --- ### 📝 Commits (1) - [`3a54bd4`](https://github.com/Mintplex-Labs/anything-llm/commit/3a54bd470c6f63a0e1c84d811c7a4d8c834e8064) Bump react-router-dom from 6.25.1 to 7.0.1 in /frontend ### 📊 Changes **2 files changed** (+62 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+1 -1) 📝 `frontend/yarn.lock` (+61 -19) </details> ### 📄 Description Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.25.1 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>react-router-dom-v5-compat@6.4.0-pre.15</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies <ul> <li>react-router@6.4.0-pre.15</li> <li>react-router-dom@6.4.0-pre.15</li> </ul> </li> </ul> <h2>react-router-dom-v5-compat@6.4.0-pre.11</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies <ul> <li>react-router@6.4.0-pre.11</li> <li>react-router-dom@6.4.0-pre.11</li> </ul> </li> </ul> <h2>react-router-dom-v5-compat@6.4.0-pre.10</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies <ul> <li>react-router@6.4.0-pre.10</li> <li>react-router-dom@6.4.0-pre.10</li> </ul> </li> </ul> <h2>react-router-dom-v5-compat@6.4.0-pre.9</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies <ul> <li>react-router@6.4.0-pre.9</li> <li>react-router-dom@6.4.0-pre.9</li> </ul> </li> </ul> <h2>react-router-dom-v5-compat@6.4.0-pre.8</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies <ul> <li>react-router@6.4.0-pre.8</li> <li>react-router-dom@6.4.0-pre.8</li> </ul> </li> </ul> <h2>react-router-dom-v5-compat@6.4.0-pre.7</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies <ul> <li><code>react-router@6.4.0-pre.7</code></li> <li><code>react-router-dom@6.4.0-pre.7</code></li> </ul> </li> </ul> <h2>react-router-dom-v5-compat@6.4.0-pre.6</h2> <h3>Patch Changes</h3> <ul> <li>44bce3c6: Fix <code>react-router-dom</code> peer dependency version <ul> <li>react-router@6.4.0-pre.6</li> <li>react-router-dom@6.4.0-pre.6</li> </ul> </li> </ul> <h2>react-router-dom-v5-compat@6.4.0-pre.5</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>react-router@7.0.1</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/react-router-dom@7.0.1/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.25.1&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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:35:07 -05:00
yindo closed this issue 2026-02-22 18:35:07 -05:00
yindo changed title from [PR #2717] Bump react-router-dom from 6.25.1 to 7.0.1 in /frontend to [PR #2717] [CLOSED] Bump react-router-dom from 6.25.1 to 7.0.1 in /frontend 2026-06-05 15:16:47 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4095