Skip to content

chore(deps-dev): Bump the react-router group with 3 updates - #24023

Closed
dependabot[bot] wants to merge 2 commits into
developfrom
dependabot/npm_and_yarn/react-router-b741837dea
Closed

chore(deps-dev): Bump the react-router group with 3 updates#24023
dependabot[bot] wants to merge 2 commits into
developfrom
dependabot/npm_and_yarn/react-router-b741837dea

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the react-router group with 3 updates: @react-router/dev, @react-router/node and react-router.

Updates @react-router/dev from 7.17.0 to 8.3.1

Release notes

Sourced from @​react-router/dev's releases.

v8.3.1

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

v8.3.0

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

v8.2.0

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

v8.1.0

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

v8.0.1

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

v8.0.0

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

v7.18.3

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

v7.18.2

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

v7.18.1

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

v7.18.0

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

Changelog

Sourced from @​react-router/dev's changelog.

v8.3.1

Patch Changes

v8.3.0

Minor Changes

  • Restart react-router dev with --conditions=development when not already configured (#15291)

Patch Changes

  • Allow typescript@7 to be used (#15317)

Unstable Changes

⚠️ Unstable features are not recommended for production use

  • Add unstable_rsc/client-version client build version virtual module (#15318)

  • Support the subResourceIntegrity config option in RSC Framework Mode (#15321)

    Migration guide

    No changes are required when using the default RSC SSR entry. If you maintain a custom app/entry.ssr.tsx, import the new virtual module and pass its hashes to React's importMap render option:

    +import subResourceIntegrity from "virtual:react-router/unstable_rsc/subresource-integrity";
    return renderToReadableStream(<RSCStaticRouter getPayload={getPayload} />, {
    ...options,
    bootstrapScriptContent,
    formState,
    
    importMap: subResourceIntegrity
    ? { integrity: subResourceIntegrity }
    : undefined,
    signal: request.signal,
    });
  • Updated dependencies:

  • ... (truncated)

    Commits

    Updates @react-router/node from 7.18.1 to 8.3.1

    Release notes

    Sourced from @​react-router/node's releases.

    v8.3.1

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

    v8.3.0

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

    v8.2.0

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

    v8.1.0

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

    v8.0.1

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

    v8.0.0

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

    v7.18.3

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

    v7.18.2

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

    Changelog

    Sourced from @​react-router/node's changelog.

    v8.3.1

    Patch Changes

    • Bump @remix-run/node-fetch-server dependency (#15447)
    • fix: Prevent client disconnects during streaming from crashing the Node process (#15324)
    • Updated dependencies:

    v8.3.0

    Patch Changes

    v8.2.0

    Patch Changes

    v8.1.0

    Patch Changes

    v8.0.1

    Patch Changes

    v8.0.0

    Major Changes

    • Switch from @mjackson/node-fetch-server to @remix-run/node-fetch-server now that we can directly use ESM-only packages (#14930)
    • Update minimum Node version to 22.22.0 (#14928)

    Patch Changes

    • Bump dependencies (#15106)
      • Bumped @remix-run/node-fetch-server from ^0.13.0 to ^0.13.3
    • Updated dependencies:

    ... (truncated)

    Commits

    Updates react-router from 7.18.0 to 8.3.1

    Release notes

    Sourced from react-router's releases.

    v8.3.1

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

    v8.3.0

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

    v8.2.0

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

    v8.1.0

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

    v8.0.1

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

    v8.0.0

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

    v7.18.3

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

    v7.18.2

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

    v7.18.1

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

    Changelog

    Sourced from react-router's changelog.

    v8.3.1

    Patch Changes

    • Fix Expected fetcher: <key> error thrown on navigation when a fetcher is aborted during its post-action revalidation (#15365)
    • Fix lazy route discovery caching a path as discovered when the triggering navigation was aborted after the manifest response settled but before the route tree was patched, which permanently (for the session) shadowed the real route behind a catch-all or produced 404s on every subsequent visit (#15399)
    • Improve route matching performance for long paths (#15417)
    • Improve validation of action request origins (#15419)
    • Fix <ScrollRestoration> leaving history.scrollRestoration set to "auto" after a bfcache restore, which let the browser restore scroll on subsequent history traversals before the destination route had rendered (#15397)
    • Properly respect the relative option in useSubmit/fetcher.submit when resolivng the action path (#15400)
    • Add additional URL validation on client side navigations/redirects (#15445)

    v8.3.0

    Patch Changes

    • Encode path params in href/generatePath per RFC 3986 path-segment rules instead of encodeURIComponent (#15310)
      • Characters that are valid literally in a path segment ($ & + , ; = : @ — RFC 3986 pchar) are no longer percent-encoded, so values like a semver build 1.0.0+1 interpolate unchanged instead of becoming 1.0.0%2B1
      • Structural/unsafe characters (/ ? # %, whitespace, non-ASCII) are still escaped exactly as before
    • Use crypto.randomUUID() for createMemorySessionStorage session ids (#15302)
      • createMemorySessionStorage is only intended for local development and testing - sessions are lost when the server restarts
    • Fix NavLink not applying its pending state when to has a trailing slash (#15300)
    • Preserve RSC route component metadata so routes with a clientLoader can skip unnecessary server requests once their components have rendered while still fetching missing server-rendered elements (#15323)
    • Harden RSC CSRF code paths (#15311)
    • Fix server crash (TypeError: Invalid state: Unable to enqueue) when a request is aborted while the RSC HTML stream has a pending flush (#15286)
      • Handle cancellation of the injectRSCPayload readable side, clear the pending flush, and cancel the underlying RSC payload stream

    Unstable Changes

    ⚠️ Unstable features are not recommended for production use

    • Detect stale RSC clients during lazy route discovery and reload the destination document (#15318)

      Migration

      Apps using the default RSC Framework entry do not need to make any changes. Apps with a custom entry.rsc.tsx should import the generated client version and pass it to unstable_matchRSCServerRequest:

      import clientVersion from "virtual:react-router/unstable_rsc/client-version";
      return unstable_matchRSCServerRequest({
      // ...
      clientVersion,
      });

    • Add CSP nonce support to RSC document rendering (#15320)

      • Add nonce options to unstable_routeRSCServerRequest and unstable_RSCStaticRouter
      • Forward the nonce to the HTML renderer and apply it to injected RSC payload scripts and nonce-aware framework components

    ... (truncated)

    Commits
    • da2a0f0 Release v8.3.1 (#15368)
    • 917e6fd fix(fog-of-war): don't cache aborted lazy route discoveries as discovered (#1...
    • 2e0bf72 Validate client-side navigation targets (#15445)
    • f45d4ca Revert "fix: normalize control characters in relative URLs (#15416)" (#15442)
    • c091832 fix: validate schemeful action origins (#15419)
    • 308d206 fix: improve matching perf (#15417)
    • 36bdbeb fix: normalize control characters in relative URLs (#15416)
    • 801e2ae fix(react-router): re-enable manual scroll restoration after a bfcache restor...
    • 5e98140 fix: honor the relative option in useSubmit and fetcher.submit (#15400)
    • 5843d38 refactor(router): use definite assignment assertions in createDeferred (#15396)
    • Additional commits viewable in compare view

    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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
    • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
    • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
    • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
    • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

    Bumps the react-router group with 3 updates: [@react-router/dev](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dev), [@react-router/node](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-node) and [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router).
    
    
    Updates `@react-router/dev` from 7.17.0 to 8.3.1
    - [Release notes](https://github.com/remix-run/react-router/releases)
    - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dev/CHANGELOG.md)
    - [Commits](https://github.com/remix-run/react-router/commits/@react-router/dev@8.3.1/packages/react-router-dev)
    
    Updates `@react-router/node` from 7.18.1 to 8.3.1
    - [Release notes](https://github.com/remix-run/react-router/releases)
    - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-node/CHANGELOG.md)
    - [Commits](https://github.com/remix-run/react-router/commits/@react-router/node@8.3.1/packages/react-router-node)
    
    Updates `react-router` from 7.18.0 to 8.3.1
    - [Release notes](https://github.com/remix-run/react-router/releases)
    - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
    - [Commits](https://github.com/remix-run/react-router/commits/react-router@8.3.1/packages/react-router)
    
    ---
    updated-dependencies:
    - dependency-name: "@react-router/dev"
      dependency-version: 8.3.1
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: react-router
    - dependency-name: "@react-router/node"
      dependency-version: 8.3.1
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: react-router
    - dependency-name: react-router
      dependency-version: 8.3.1
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: react-router
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 3, 2026
    @dependabot
    dependabot Bot requested a review from a team as a code owner September 3, 2026 15:28
    @dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 3, 2026
    @dependabot
    dependabot Bot requested review from mydea and s1gr1d and removed request for a team September 3, 2026 15:28
    @dependabot dependabot Bot added the javascript Pull requests that update javascript code label Sep 3, 2026
    @s1gr1d s1gr1d self-assigned this Sep 4, 2026
    @s1gr1d
    s1gr1d enabled auto-merge (squash) September 4, 2026 08:41
    @github-actions

    github-actions Bot commented Sep 4, 2026

    Copy link
    Copy Markdown
    Contributor

    size-limit report 📦

    Path Size % Change Change
    @sentry/browser 28.69 kB - -
    @sentry/browser - with treeshaking flags 26.99 kB - -
    @sentry/browser - with treeshaking flags tracing without tracing 26.89 kB - -
    @sentry/browser (incl. Tracing) 49.07 kB - -
    @sentry/browser (incl. Tracing + Span Streaming) 49.07 kB - -
    @sentry/browser (incl. Tracing, Profiling) 51.98 kB - -
    @sentry/browser (incl. Tracing, Replay) 88.62 kB - -
    @sentry/browser (incl. Tracing, Replay) - with treeshaking flags 77.85 kB - -
    @sentry/browser (incl. Tracing, Replay with Canvas) 93.3 kB - -
    @sentry/browser (incl. Tracing, Replay, Feedback) 106.24 kB - -
    @sentry/browser (incl. Feedback) 46.17 kB - -
    @sentry/browser (incl. sendFeedback) 33.75 kB - -
    @sentry/browser (incl. FeedbackAsync) 38.85 kB - -
    @sentry/browser (incl. Metrics) 29.66 kB - -
    @sentry/browser (incl. Logs) 29.94 kB - -
    @sentry/browser (incl. Metrics & Logs) 30.59 kB - -
    @sentry/react 30.45 kB - -
    @sentry/react (incl. Tracing) 51.28 kB - -
    @sentry/vue 35.91 kB - -
    @sentry/vue (incl. Tracing) 51.34 kB - -
    @sentry/svelte 28.71 kB - -
    CDN Bundle 30.43 kB - -
    CDN Bundle (incl. Tracing) 49.6 kB - -
    CDN Bundle (incl. Logs, Metrics) 32.66 kB - -
    CDN Bundle (incl. Tracing, Logs, Metrics) 51.53 kB - -
    CDN Bundle (incl. Replay, Logs, Metrics) 73.31 kB - -
    CDN Bundle (incl. Tracing, Replay) 87.15 kB - -
    CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 89.02 kB - -
    CDN Bundle (incl. Tracing, Replay, Feedback) 93.08 kB - -
    CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 95.03 kB - -
    CDN Bundle - uncompressed 90.13 kB - -
    CDN Bundle (incl. Tracing) - uncompressed 147.81 kB - -
    CDN Bundle (incl. Logs, Metrics) - uncompressed 96.52 kB - -
    CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 153.59 kB - -
    CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 225.82 kB - -
    CDN Bundle (incl. Tracing, Replay) - uncompressed 267.44 kB - -
    CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 273.21 kB - -
    CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 281.15 kB - -
    CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 286.9 kB - -
    @sentry/nextjs (client) 53.89 kB - -
    @sentry/sveltekit (client) 49.51 kB - -
    @sentry/core/server 40.96 kB - -
    @sentry/core/browser 13.53 kB - -
    @sentry/node 124.66 kB +0.02% +21 B 🔺
    @sentry/node/import (ESM hook with diagnostics-channel injection) 81.51 kB - -
    @sentry/node - without tracing 88.5 kB +0.03% +23 B 🔺
    @sentry/node - without channel injection 103.95 kB +0.03% +23 B 🔺
    @sentry/aws-serverless 96.87 kB +0.03% +23 B 🔺
    @sentry/cloudflare (withSentry) - minified 201.56 kB - -
    @sentry/cloudflare (withSentry) 501.37 kB - -

    View base workflow run

    @andreiborza

    Copy link
    Copy Markdown
    Member

    No we don't want to do this.

    @andreiborza andreiborza closed this Sep 4, 2026
    auto-merge was automatically disabled September 4, 2026 15:15

    Pull request was closed

    @dependabot @github

    dependabot Bot commented on behalf of github Sep 4, 2026

    Copy link
    Copy Markdown
    Contributor Author

    This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

    To ignore these dependencies, configure ignore rules in dependabot.yml

    @dependabot
    dependabot Bot deleted the dependabot/npm_and_yarn/react-router-b741837dea branch September 4, 2026 15:15
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    2 participants