[PR #29] [CLOSED] Bump react-router from 6.28.1 to 7.1.1 in /backstage/packages/app #51

Closed
opened 2026-06-08 08:27:55 +00:00 by ryangr0 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/webgrip/backstage-application/pull/29
Author: @dependabot[bot]
Created: 12/24/2024
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/backstage/packages/app/react-router-7.1.1


📝 Commits (1)

  • 95eb6fc Bump react-router from 6.28.1 to 7.1.1 in /backstage/packages/app

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 backstage/packages/app/package.json (+1 -1)

📄 Description

Bumps react-router from 6.28.1 to 7.1.1.

Release notes

Sourced from react-router's releases.

v7.1.1

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v711

v7.1.0

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v710

Changelog

Sourced from react-router's changelog.

7.1.1

7.1.0

Patch Changes

  • Throw unwrapped single fetch redirect to align with pre-single fetch behavior (#12506)
  • Ignore redirects when inferring loader data types (#12527)
  • Remove <Link prefetch> warning which suffers from false positives in a lazy route discovery world (#12485)

7.0.2

Patch Changes

  • temporarily only use one build in export map so packages can have a peer dependency on react router (#12437)

  • Generate wide matches and params types for current route and child routes (#12397)

    At runtime, matches includes child route matches and params include child route path parameters. But previously, we only generated types for parent routes in matches; for params, we only considered the parent routes and the current route. To align our generated types more closely to the runtime behavior, we now generate more permissive, wider types when accessing child route information.

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,
    • Collapse @remix-run/router into react-router (#11505)
    • Collapse react-router-dom into react-router
    • Collapse @remix-run/server-runtime into react-router
    • Collapse @remix-run/testing into react-router
  • Remove single_fetch future flag. (#11522)

  • Drop support for Node 16, React Router SSR now requires Node 18 or higher (#11391)

  • Remove future.v7_startTransition flag (#11696)

    • Expose the underlying router promises from the following APIs for compsition in React 19 APIs: (#11521)
      • useNavigate()
      • useSubmit
      • useFetcher().load

... (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/webgrip/backstage-application/pull/29 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/24/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/backstage/packages/app/react-router-7.1.1` --- ### 📝 Commits (1) - [`95eb6fc`](https://github.com/webgrip/backstage-application/commit/95eb6fcb35602157957b8a1d7c3756d3cc292ca4) Bump react-router from 6.28.1 to 7.1.1 in /backstage/packages/app ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backstage/packages/app/package.json` (+1 -1) </details> ### 📄 Description Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 6.28.1 to 7.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/remix-run/react-router/releases">react-router's releases</a>.</em></p> <blockquote> <h2>v7.1.1</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v711">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v711</a></p> <h2>v7.1.0</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v710">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v710</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md">react-router's changelog</a>.</em></p> <blockquote> <h2>7.1.1</h2> <h2>7.1.0</h2> <h3>Patch Changes</h3> <ul> <li>Throw unwrapped single fetch redirect to align with pre-single fetch behavior (<a href="https://redirect.github.com/remix-run/react-router/pull/12506">#12506</a>)</li> <li>Ignore redirects when inferring loader data types (<a href="https://redirect.github.com/remix-run/react-router/pull/12527">#12527</a>)</li> <li>Remove <code>&lt;Link prefetch&gt;</code> warning which suffers from false positives in a lazy route discovery world (<a href="https://redirect.github.com/remix-run/react-router/pull/12485">#12485</a>)</li> </ul> <h2>7.0.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>temporarily only use one build in export map so packages can have a peer dependency on react router (<a href="https://redirect.github.com/remix-run/react-router/pull/12437">#12437</a>)</p> </li> <li> <p>Generate wide <code>matches</code> and <code>params</code> types for current route and child routes (<a href="https://redirect.github.com/remix-run/react-router/pull/12397">#12397</a>)</p> <p>At runtime, <code>matches</code> includes child route matches and <code>params</code> include child route path parameters. But previously, we only generated types for parent routes in <code>matches</code>; for <code>params</code>, we only considered the parent routes and the current route. To align our generated types more closely to the runtime behavior, we now generate more permissive, wider types when accessing child route information.</p> </li> </ul> <h2>7.0.1</h2> <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> <ul> <li>Collapse <code>@remix-run/router</code> into <code>react-router</code> (<a href="https://redirect.github.com/remix-run/react-router/pull/11505">#11505</a>)</li> <li>Collapse <code>react-router-dom</code> into <code>react-router</code></li> <li>Collapse <code>@remix-run/server-runtime</code> into <code>react-router</code></li> <li>Collapse <code>@remix-run/testing</code> into <code>react-router</code></li> </ul> </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>Drop support for Node 16, React Router SSR now requires Node 18 or higher (<a href="https://redirect.github.com/remix-run/react-router/pull/11391">#11391</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> <ul> <li>Expose the underlying router promises from the following APIs for compsition in React 19 APIs: (<a href="https://redirect.github.com/remix-run/react-router/pull/11521">#11521</a>) <ul> <li><code>useNavigate()</code></li> <li><code>useSubmit</code></li> <li><code>useFetcher().load</code></li> </ul> </li> </ul> </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/2c5563eed56b7b63f8cc1141d45065e8045c1e68"><code>2c5563e</code></a> chore: Update version for release (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/12631">#12631</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/e360c30f65605dbbcdb3a839ff4aeb790297c8ac"><code>e360c30</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/12630">#12630</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/041701ead4bfd9be8704df062b60c430f838be71"><code>041701e</code></a> chore: format</li> <li><a href="https://github.com/remix-run/react-router/commit/c51985e79e45921dd2cdbf2823d5c268342c582b"><code>c51985e</code></a> chore: Update version for release (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/12604">#12604</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/d81928eba45882a62973ca7bd6331a920ba7ad34"><code>d81928e</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/12585">#12585</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/c9487e672f463f0e58a1dae900e21c124b0ec5f3"><code>c9487e6</code></a> ignore redirects when inferring loader data types (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/12527">#12527</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/7cd5c540f513fd6338ca26e15f95623efaac9d85"><code>7cd5c54</code></a> Throw single fetch redirects fetched from the server (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/12506">#12506</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/64e0a031324bb3f5269639411326b5bec3099966"><code>64e0a03</code></a> Remove false positive link prefetch warning (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/12485">#12485</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/5213a95e8e951ed63f44872792639489f3d12d19"><code>5213a95</code></a> Remove deprecated <code>ABORT_DELAY</code> in favor of <code>streamTimeout</code> (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/12478">#12478</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/e1fd99902bfe9967b39853c25d76a5c3530a268e"><code>e1fd999</code></a> chore: format</li> <li>Additional commits viewable in <a href="https://github.com/remix-run/react-router/commits/react-router@7.1.1/packages/react-router">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-router&package-manager=npm_and_yarn&previous-version=6.28.1&new-version=7.1.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>
ryangr0 2026-06-08 08:27:55 +00:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
webgrip/backstage-application#51
No description provided.