Skip to content

chore(react-router): Update dependency react-router to v7.6.3 #6296

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 14, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-router (source) 7.6.1 -> 7.6.3 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

remix-run/react-router (react-router)

v7.6.3

Compare Source

Patch Changes
  • Do not serialize types for useRouteLoaderData<typeof clientLoader> (#​13752)

    For types to distinguish a clientLoader from a serverLoader, you MUST annotate clientLoader args:

    //                                   👇 annotation required to skip serializing types
    export function clientLoader({}: Route.ClientLoaderArgs) {
      return { fn: () => "earth" };
    }
    
    function SomeComponent() {
      const data = useRouteLoaderData<typeof clientLoader>("routes/this-route");
      const planet = data?.fn() ?? "world";
      return <h1>Hello, {planet}!</h1>;
    }

v7.6.2

Compare Source

Patch Changes
  • Avoid additional with-props chunk in Framework Mode by moving route module component prop logic from the Vite plugin to react-router (#​13650)
  • Slight refactor of internal headers() function processing for use with RSC (#​13639)

Configuration

📅 Schedule: Branch creation - "before 7am on the first day of the week" in timezone GMT, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update 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 13, 2025
@renovate renovate bot enabled auto-merge (squash) July 13, 2025 02:07
Copy link

vercel bot commented Jul 13, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
clerk-js-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 14, 2025 2:43am

Copy link

pkg-pr-new bot commented Jul 13, 2025

Open in StackBlitz

@clerk/agent-toolkit

npm i https://pkg.pr.new/@clerk/agent-toolkit@6296

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@6296

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@6296

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@6296

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@6296

@clerk/dev-cli

npm i https://pkg.pr.new/@clerk/dev-cli@6296

@clerk/elements

npm i https://pkg.pr.new/@clerk/elements@6296

@clerk/clerk-expo

npm i https://pkg.pr.new/@clerk/clerk-expo@6296

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@6296

@clerk/express

npm i https://pkg.pr.new/@clerk/express@6296

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@6296

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@6296

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@6296

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@6296

@clerk/clerk-react

npm i https://pkg.pr.new/@clerk/clerk-react@6296

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@6296

@clerk/remix

npm i https://pkg.pr.new/@clerk/remix@6296

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@6296

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@6296

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@6296

@clerk/themes

npm i https://pkg.pr.new/@clerk/themes@6296

@clerk/types

npm i https://pkg.pr.new/@clerk/types@6296

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@6296

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@6296

commit: cf4d519

Copy link

changeset-bot bot commented Jul 14, 2025

⚠️ No Changeset found

Latest commit: cf4d519

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor Author

renovate bot commented Jul 14, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@nikosdouvlis nikosdouvlis disabled auto-merge July 14, 2025 09:41
@nikosdouvlis nikosdouvlis merged commit d4dd3c4 into main Jul 14, 2025
35 of 36 checks passed
@nikosdouvlis nikosdouvlis deleted the renovate/react-router-dev-minor branch July 14, 2025 09: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 react-router
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy