Skip to content

Update dependency @react-router/dev to v8.4.0 - #583

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/react-router-dev-8.x
Open

renovate[bot] wants to merge 1 commit into
masterfrom
renovate/react-router-dev-8.x

Conversation

@renovate

@renovate renovate Bot commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@react-router/dev (source) 8.2.08.4.0 age adoption passing confidence

Release Notes

remix-run/react-router (@​react-router/dev)

v8.4.0

Compare Source

Patch Changes
  • Fix action submissions behind an HTTPS reverse proxy in react-router dev and vite preview by using X-Forwarded-Proto when constructing request.url (#​15466)
    • No React Router configuration is required
    • The URL host continues to come from Host, not X-Forwarded-Host
    • Configure reverse proxies to overwrite client-supplied X-Forwarded-Proto headers
    • Do not expose dev or preview servers publicly
  • Pass development conditions as CLI flags when relaunching the dev process (#​15435)
  • Fix stack trace locations for split route modules when source maps are enabled in the reactRouter Vite plugin (#​15440)
  • Updated dependencies:

v8.3.1

Compare Source

Patch Changes

v8.3.0

Compare Source

Minor Changes
  • Restart react-router dev with --conditions=development when not already configured (#​15291)
Patch Changes
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,
});

Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • "on sunday before 6:00am"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jul 26, 2026
@vercel

vercel Bot commented Jul 26, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
lobe-ui Ready Ready Preview Sep 15, 2026 8:00pm UTC

Request Review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9581384486

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread packages/docs-kit/package.json Outdated
},
"peerDependencies": {
"@react-router/dev": "8.2.0",
"@react-router/dev": "8.3.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep the React Router runtime aligned with the dev tooling

When a consumer runs any lobedocs build, dev, or typegen command, the CLI now resolves @react-router/dev 8.3.0 while both this package and the root application still pin react-router to 8.2.0. The 8.3.0 release updates its framework dependency to react-router 8.3.0, so this partial upgrade can load one router version in the compiler/server tooling and another in the generated site's entries and components; update the exact react-router pins alongside @react-router/dev.

Useful? React with 👍 / 👎.

@pkg-pr-new

pkg-pr-new Bot commented Aug 11, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@lobehub/ui@583

commit: 9b5f43e

@renovate
renovate Bot force-pushed the renovate/react-router-dev-8.x branch from e5dbb0f to 352458e Compare August 14, 2026 12:27
@renovate
renovate Bot force-pushed the renovate/react-router-dev-8.x branch from 352458e to 69975a6 Compare August 26, 2026 14:21
@renovate
renovate Bot force-pushed the renovate/react-router-dev-8.x branch from 69975a6 to 96d53a6 Compare August 28, 2026 16:54
@renovate renovate Bot changed the title Update dependency @react-router/dev to v8.3.0 Update dependency @react-router/dev to v8.3.1 Aug 28, 2026
@renovate
renovate Bot force-pushed the renovate/react-router-dev-8.x branch from 96d53a6 to dff98bd Compare September 3, 2026 00:42
@renovate
renovate Bot force-pushed the renovate/react-router-dev-8.x branch from dff98bd to b8d4b92 Compare September 3, 2026 10:20
@renovate
renovate Bot force-pushed the renovate/react-router-dev-8.x branch from b8d4b92 to 811e9ee Compare September 3, 2026 21:55
@renovate
renovate Bot force-pushed the renovate/react-router-dev-8.x branch from 811e9ee to de34e6d Compare September 7, 2026 16:55
@renovate
renovate Bot force-pushed the renovate/react-router-dev-8.x branch from de34e6d to 56cace8 Compare September 9, 2026 13:36
@renovate
renovate Bot force-pushed the renovate/react-router-dev-8.x branch from 56cace8 to f790920 Compare September 10, 2026 08:04
@renovate
renovate Bot force-pushed the renovate/react-router-dev-8.x branch from 1e1f87d to 9b5f43e Compare September 15, 2026 19:40
@renovate renovate Bot changed the title Update dependency @react-router/dev to v8.3.1 Update dependency @react-router/dev to v8.4.0 Sep 15, 2026
@renovate
renovate Bot force-pushed the renovate/react-router-dev-8.x branch from 1e1f87d to 9b5f43e Compare September 15, 2026 19:41
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants