Skip to content

chore(deps-dev): bump @react-router/dev from 8.2.0 to 8.3.0 - #269

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/react-router/dev-8.3.0
Jul 27, 2026
Merged

chore(deps-dev): bump @react-router/dev from 8.2.0 to 8.3.0#269
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/react-router/dev-8.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps @react-router/dev from 8.2.0 to 8.3.0.

Release notes

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

v8.3.0

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

Changelog

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

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:

  • Commits

    @dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 27, 2026
    Bumps [@react-router/dev](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dev) from 8.2.0 to 8.3.0.
    - [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.0/packages/react-router-dev)
    
    ---
    updated-dependencies:
    - dependency-name: "@react-router/dev"
      dependency-version: 8.3.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot
    dependabot Bot force-pushed the dependabot/npm_and_yarn/react-router/dev-8.3.0 branch from 118937e to 9ab570b Compare July 27, 2026 17:59
    @github-actions
    github-actions Bot enabled auto-merge (squash) July 27, 2026 18:00
    @github-actions
    github-actions Bot merged commit 7e593a4 into main Jul 27, 2026
    3 checks passed
    @github-actions
    github-actions Bot deleted the dependabot/npm_and_yarn/react-router/dev-8.3.0 branch July 27, 2026 18:00
    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.

    0 participants