Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 2, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-router (source) 7.9.4 -> 7.9.5 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.9.5

Compare Source

Patch Changes
  • Move RSCHydratedRouter and utils to /dom export. (#​14457)

  • useRoute: return type-safe handle (#​14462)

    For example:

    // app/routes/admin.tsx
    const handle = { hello: "world" };
    // app/routes/some-other-route.tsx
    export default function Component() {
      const admin = useRoute("routes/admin");
      if (!admin) throw new Error("Not nested within 'routes/admin'");
      console.log(admin.handle);
      //                ^? { hello: string }
    }
  • Ensure action handlers run for routes with middleware even if no loader is present (#​14443)

  • Add unstable_instrumentations API to allow users to add observablity to their apps by instrumenting route loaders, actions, middlewares, lazy, as well as server-side request handlers and client side navigations/fetches (#​14412)

    • Framework Mode:
      • entry.server.tsx: export const unstable_instrumentations = [...]
      • entry.client.tsx: <HydratedRouter unstable_instrumentations={[...]} />
    • Data Mode
      • createBrowserRouter(routes, { unstable_instrumentations: [...] })

    This also adds a new unstable_pattern parameter to loaders/actions/middleware which contains the un-interpolated route pattern (i.e., /blog/:slug) which is useful for aggregating performance metrics by route


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 Nov 2, 2025
@renovate renovate bot enabled auto-merge (squash) November 2, 2025 05:52
@vercel
Copy link

vercel bot commented Nov 2, 2025

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

1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
clerk-js-sandbox Skipped Skipped Nov 2, 2025 5:52am

@changeset-bot
Copy link

changeset-bot bot commented Nov 2, 2025

⚠️ No Changeset found

Latest commit: 765f124

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

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 2, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 2, 2025

Open in StackBlitz

@clerk/agent-toolkit

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

@clerk/astro

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

@clerk/backend

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

@clerk/chrome-extension

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

@clerk/clerk-js

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

@clerk/dev-cli

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

@clerk/elements

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

@clerk/clerk-expo

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

@clerk/expo-passkeys

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

@clerk/express

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

@clerk/fastify

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

@clerk/localizations

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

@clerk/nextjs

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

@clerk/nuxt

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

@clerk/clerk-react

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

@clerk/react-router

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

@clerk/remix

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

@clerk/shared

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

@clerk/tanstack-react-start

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

@clerk/testing

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

@clerk/themes

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

@clerk/types

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

@clerk/upgrade

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

@clerk/vue

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

commit: 765f124

@blacksmith-sh
Copy link

blacksmith-sh bot commented Nov 2, 2025

Found 63 test failures on Blacksmith runners:

Test View Logs
[chrome] › integration/tests/
components.test.ts:102:9 › component smoke tests @generic › long-running--next.appRoute
r.withEmailCodes › OrganizationList supports fallback
View Logs
[chrome] › integration/tests/
components.test.ts:102:9 › component smoke tests @generic › long-running--next.appRoute
r.withEmailCodes › UserProfile supports fallback
View Logs
[chrome] › integration/tests/
components.test.ts:102:9 › component smoke tests @generic › long-running--next.appRoute
r.withEmailCodes › Waitlist supports fallback
View Logs
[chrome] › integration/tests/
components.test.ts:102:9 › component smoke tests @generic › long-running--react.vite.wi
thEmailCodes › CreateOrganization supports fallback
View Logs
[chrome] › integration/tests/
components.test.ts:102:9 › component smoke tests @generic › long-running--react.vite.wi
thEmailCodes › OrganizationSwitcher supports fallback
View Logs
[chrome] › integration/tests/
components.test.ts:102:9 › component smoke tests @generic › long-running--react.vite.wi
thEmailCodes › SignIn supports fallback
View Logs
[chrome] › integration/tests/
components.test.ts:102:9 › component smoke tests @generic › long-running--react.vite.wi
thEmailCodes › UserAvatar supports fallback
View Logs
[chrome] › integration/tests/custom-flows/
sign-in.test.ts:51:7 › Custom Flows Sign In @custom › can sign in with email code
View Logs
[chrome] › integration/tests/custom-flows/
sign-in.test.ts:65:7 › Custom Flows Sign In @custom › renders error with invalid email
code
View Logs
[chrome] › integration/tests/custom-flows/
sign-in.test.ts:78:7 › Custom Flows Sign In @custom › can sign in with phone code
View Logs
[chrome] › integration/tests/custom-flows/
sign-in.test.ts:92:7 › Custom Flows Sign In @custom › can sign in with password
View Logs
[chrome] › integration/tests/custom-flows/
sign-up.test.ts:53:7 › Custom Flows Sign Up @custom › can sign up with email and passwo
rd
View Logs
[chrome] › integration/tests/
custom-pages.test.ts:65:13 › user profile custom pages @generic › long-running--react.v
ite.withEmailCodes › Custom pages coming from <UserButton/>
› user profile has all custom pages with icons in the side nav with specified order
View Logs
[chrome] › integration/tests/
dynamic-keys.test.ts:92:7 › dynamic keys @nextjs › calls clerkClient with dynamic key
s from middleware runtime
View Logs
[chrome] › integration/tests/
dynamic-keys.test.ts:92:7 › dynamic keys @nextjs › calls clerkClient with dynamic key
s from middleware runtime
View Logs
[chrome] › integration/tests/elements/
next-sign-in.test.ts:33:7 › Next.js Sign-In Flow @elements › long-running--elements.nex
t.appRouter › sign in with email and password
View Logs
[chrome] › integration/tests/elements/
next-sign-up.test.ts:13:7 › Next.js Sign-Up Flow @elements › long-running--elements.nex
t.appRouter › sign up with email and password
View Logs
[chrome] › integration/tests/elements/
otp.test.ts:135:9 › OTP @elements › long-running--elements.next.appRouter › Type: segme
nted-otp › should replace selected segment with new input
View Logs
[chrome] › integration/tests/next-account-portal/
clerk-v4-ap-core-1.test.ts:30:7 › Next with ClerkJS V4 <->
Account Portal Core 1 @ap-flows › sign in
View Logs
[chrome] › integration/tests/next-account-portal/
clerk-v5-ap-core-1.test.ts:30:7 › Next with ClerkJS V5 <->
Account Portal Core 1 @ap-flows › sign in
View Logs
[chrome] › integration/tests/
next-quickstart.test.ts:23:7 › nextjs @quickstart › long-running--quickstart.next.appRo
uter › Clerk client loads on first visit and Sign In button renders
View Logs
[chrome] › integration/tests/
next-quickstart.test.ts:23:7 › nextjs @quickstart › long-running--quickstart.next.appRo
uter › Clerk client loads on first visit and Sign In button renders
View Logs
[chrome] › integration/tests/
oauth-flows.test.ts:38:7 › oauth flows @nextjs › long-running--next.appRouter.withEmail
Codes › sign up with custom oauth provider
View Logs
[chrome] › integration/tests/
oauth-flows.test.ts:38:7 › oauth flows @nextjs › long-running--next.appRouter.withEmail
Codes › sign up with custom oauth provider
View Logs
[chrome] › integration/tests/
oauth-flows.test.ts:38:7 › oauth flows @nextjs › long-running--next.appRouter.withEmail
Codes › sign up with custom oauth provider
View Logs
[chrome] › integration/tests/react-router/
basic.test.ts:35:9 › basic tests for @react-router with middleware › long-running--reac
t-router.node › can sign in and user button renders
View Logs
[chrome] › integration/tests/react-router/
basic.test.ts:53:9 › basic tests for @react-router with middleware › long-running--reac
t-router.node › redirects to sign-in when unauthenticated
View Logs
[chrome] › integration/tests/react-router/
basic.test.ts:61:9 › basic tests for @react-router with middleware › long-running--reac
t-router.node › renders control components contents
View Logs
[chrome] › integration/tests/react-router/
basic.test.ts:74:9 › basic tests for @react-router with middleware › long-running--reac
t-router.node › renders user profile with SSR data
View Logs
[chrome] › integration/tests/react-router/
library-mode.test.ts:40:7 › Library Mode basic tests for @react-router › should log in
successfully
View Logs
[chrome] › integration/tests/react-router/
pre-middleware.test.ts:113:7 › basic tests for @react-router without middleware › can s
ign in and user button renders
View Logs
[chrome] › integration/tests/react-router/
pre-middleware.test.ts:131:7 › basic tests for @react-router without middleware › redir
ects to sign-in when unauthenticated
View Logs
[chrome] › integration/tests/react-router/
pre-middleware.test.ts:139:7 › basic tests for @react-router without middleware › rende
rs control components contents
View Logs
[chrome] › integration/tests/react-router/
pre-middleware.test.ts:152:7 › basic tests for @react-router without middleware › rende
rs user profile with SSR data
View Logs
[chrome] › integration/tests/
redirects.test.ts:34:9 › redirect props @nextjs › long-running--next.appRouter.withEmai
lCodes › SignInButton › sign in button respects forceRedirectUrl
View Logs
[chrome] › integration/tests/
redirects.test.ts:34:9 › redirect props @nextjs › long-running--next.appRouter.withEmai
lCodes › SignInButton › sign in button respects forceRedirectUrl
View Logs
[chrome] › integration/tests/
redirects.test.ts:34:9 › redirect props @nextjs › long-running--next.appRouter.withEmai
lCodes › SignInButton › sign in button respects forceRedirectUrl
View Logs
[chrome] › integration/tests/
session-tasks-eject-flow.test.ts:88:7 › session tasks eject flow @nextjs › redirects to
completion page after resolving task
View Logs
[chrome] › integration/tests/
session-tasks-eject-flow.test.ts:88:7 › session tasks eject flow @nextjs › redirects to
completion page after resolving task
View Logs
[chrome] › integration/tests/
session-tasks-eject-flow.test.ts:88:7 › session tasks eject flow @nextjs › redirects to
completion page after resolving task
View Logs
[chrome] › integration/tests/
session-tasks-multi-session.test.ts:33:9 › session tasks multi-session flow @nextjs › l
ong-running--next.appRouter.withSessionTasks › when switching sessions, navigate to tas
k
View Logs
[chrome] › integration/tests/
session-tasks-multi-session.test.ts:33:9 › session tasks multi-session flow @nextjs › l
ong-running--next.appRouter.withSessionTasks › when switching sessions, navigate to tas
k
View Logs
[chrome] › integration/tests/
session-tasks-multi-session.test.ts:33:9 › session tasks multi-session flow @nextjs › l
ong-running--next.appRouter.withSessionTasks › when switching sessions, navigate to tas
k
View Logs
[chrome] › integration/tests/
session-tasks-sign-in.test.ts:36:9 › session tasks after sign-in flow @nextjs › long-ru
nning--next.appRouter.withSessionTasks › with email and password, navigate to task on a
fter sign-in
View Logs
[chrome] › integration/tests/
session-tasks-sign-in.test.ts:36:9 › session tasks after sign-in flow @nextjs › long-ru
nning--next.appRouter.withSessionTasks › with email and password, navigate to task on a
fter sign-in
View Logs
[chrome] › integration/tests/
session-tasks-sign-in.test.ts:36:9 › session tasks after sign-in flow @nextjs › long-ru
nning--next.appRouter.withSessionTasks › with email and password, navigate to task on a
fter sign-in
View Logs
[chrome] › integration/tests/session-token-cache/
multi-session.test.ts:54:9 › MemoryTokenCache Multi-Session Integration @nextjs › long-
running--next.appRouter.withSessionTasks › MemoryTokenCache multi-session - multiple us
ers in different tabs with separate token caches
View Logs
[chrome] › integration/tests/session-token-cache/
multi-session.test.ts:54:9 › MemoryTokenCache Multi-Session Integration @nextjs › long-
running--next.appRouter.withSessionTasks › MemoryTokenCache multi-session - multiple us
ers in different tabs with separate token caches
View Logs
[chrome] › integration/tests/session-token-cache/
multi-session.test.ts:54:9 › MemoryTokenCache Multi-Session Integration @nextjs › long-
running--next.appRouter.withSessionTasks › MemoryTokenCache multi-session - multiple us
ers in different tabs with separate token caches
View Logs
[chrome] › integration/tests/
sign-in-flow.test.ts:26:7 › sign in flow @generic @nextjs › long-running--next.appRoute
r.withEmailCodes › sign in with email and password
View Logs
[chrome] › integration/tests/
sign-in-flow.test.ts:26:7 › sign in flow @generic @nextjs › long-running--next.appRoute
r.withEmailCodes › sign in with email and password
View Logs
[chrome] › integration/tests/
sign-in-flow.test.ts:26:7 › sign in flow @generic @nextjs › long-running--next.appRoute
r.withEmailCodes › sign in with email and password
View Logs
[chrome] › integration/tests/
sign-in-or-up-flow.test.ts:29:9 › sign-in-or-up flow @nextjs › long-running--next.appRo
uter.withSignInOrUpFlow › sign-in › flows are combined
View Logs
[chrome] › integration/tests/
sign-in-or-up-flow.test.ts:29:9 › sign-in-or-up flow @nextjs › long-running--next.appRo
uter.withSignInOrUpFlow › sign-in › flows are combined
View Logs
[chrome] › integration/tests/
sign-in-or-up-flow.test.ts:29:9 › sign-in-or-up flow @nextjs › long-running--next.appRo
uter.withSignInOrUpFlow › sign-in › flows are combined
View Logs
[setup] › integration/tests/
global.setup.ts:7:6 › start long running apps ─────────────────────
View Logs
[setup] › integration/tests/
global.setup.ts:7:6 › start long running apps ─────────────────────
View Logs
[setup] › integration/tests/
global.setup.ts:7:6 › start long running apps ─────────────────────
View Logs
[setup] › integration/tests/
global.setup.ts:7:6 › start long running apps ─────────────────────
View Logs
[setup] › integration/tests/
global.setup.ts:7:6 › start long running apps ─────────────────────
View Logs
[setup] › integration/tests/
global.setup.ts:7:6 › start long running apps ─────────────────────
View Logs
[setup] › integration/tests/
global.setup.ts:7:6 › start long running apps ─────────────────────
View Logs
[setup] › integration/tests/
global.setup.ts:7:6 › start long running apps ─────────────────────
View Logs


Fix in Cursor

auto-merge was automatically disabled November 3, 2025 11:19

Pull request was closed

@renovate
Copy link
Contributor Author

renovate bot commented Nov 3, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (7.9.5). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/react-router-dev-minor branch November 3, 2025 11:20
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.

4 participants