[PR #18] [CLOSED] Bump react-router from 6.28.0 to 7.0.2 in /backstage #63

Closed
opened 2026-06-08 08:28:02 +00:00 by ryangr0 · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/backstage/react-router-7.0.2


📝 Commits (1)

  • 1db2e69 Bump react-router from 6.28.0 to 7.0.2 in /backstage

📊 Changes

2 files changed (+43 additions, -4 deletions)

View changed files

📝 backstage/packages/app/package.json (+1 -1)
📝 backstage/yarn.lock (+42 -3)

📄 Description

Bumps react-router from 6.28.0 to 7.0.2.

Release notes

Sourced from react-router's releases.

v7.0.2

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

v7.0.1

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

v7.0.0

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

Changelog

Sourced from react-router's changelog.

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
      • useFetcher().submit
      • useRevalidator.revalidate
  • Remove future.v7_normalizeFormMethod future flag (#11697)

  • For Remix consumers migrating to React Router, the crypto global from the Web Crypto API is now required when using cookie and session APIs. This means that the following APIs are provided from react-router rather than platform-specific packages: (#11837)

    • createCookie
    • createCookieSessionStorage
    • createMemorySessionStorage

... (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/18 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/3/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/backstage/react-router-7.0.2` --- ### 📝 Commits (1) - [`1db2e69`](https://github.com/webgrip/backstage-application/commit/1db2e69df754abbd515e42f18c91316d9440245e) Bump react-router from 6.28.0 to 7.0.2 in /backstage ### 📊 Changes **2 files changed** (+43 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `backstage/packages/app/package.json` (+1 -1) 📝 `backstage/yarn.lock` (+42 -3) </details> ### 📄 Description Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 6.28.0 to 7.0.2. <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.0.2</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v702">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v702</a></p> <h2>v7.0.1</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v701">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v701</a></p> <h2>v7.0.0</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v700">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v700</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.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> <li><code>useFetcher().submit</code></li> <li><code>useRevalidator.revalidate</code></li> </ul> </li> </ul> </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>For Remix consumers migrating to React Router, the <code>crypto</code> global from the <a href="https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API">Web Crypto API</a> is now required when using cookie and session APIs. This means that the following APIs are provided from <code>react-router</code> rather than platform-specific packages: (<a href="https://redirect.github.com/remix-run/react-router/pull/11837">#11837</a>)</p> <ul> <li><code>createCookie</code></li> <li><code>createCookieSessionStorage</code></li> <li><code>createMemorySessionStorage</code></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/a51b35d82b0f8cd35b6d0900c88c8d5686ebc8f1"><code>a51b35d</code></a> chore: Update version for release (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/12444">#12444</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/05d766755606f3ae4a83ac7e92cc483a4f78a10c"><code>05d7667</code></a> release: typegen fixes (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/12443">#12443</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/1007cc7f48b18ec5fe865fc52d1355238320a330"><code>1007cc7</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/12442">#12442</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/180a120624f61e8bd3cbcbdf384ab9a0ce950baa"><code>180a120</code></a> typegen: matches and params for child routes (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/12397">#12397</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/5ce866762a7918d80eeeca3eab159d56e51ba65d"><code>5ce8667</code></a> temporarily only use one build in export map (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/12437">#12437</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/aed1b458e018960fd5fab604ded4dcbcea2eef38"><code>aed1b45</code></a> moved createRoutesFromElements for API docs (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/12341">#12341</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/47953dd5d762a048ed5bbeb0607a9b5098db2837"><code>47953dd</code></a> chore: format</li> <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/issues/12347">#12347</a>)</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/issues/12344">#12344</a>)</li> <li>Additional commits viewable in <a href="https://github.com/remix-run/react-router/commits/react-router@7.0.2/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.0&new-version=7.0.2)](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:28:02 +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#63
No description provided.