Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2025

This PR contains the following updates:

Package Change Age Confidence
react-router (source) 7.9.4 -> 7.9.5 age confidence

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 - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 bump-framework-in-fixtures Testing a Remix version bump against our test fixtures label Oct 23, 2025
@renovate renovate bot requested a review from a team as a code owner October 23, 2025 20:59
@renovate renovate bot added dependencies Pull requests that update a dependency file javascript labels Oct 23, 2025
@netlify
Copy link

netlify bot commented Oct 23, 2025

Deploy Preview for remix-serverless ready!

Name Link
🔨 Latest commit 7a9673f
🔍 Latest deploy log https://app.netlify.com/projects/remix-serverless/deploys/69022d14178edb00084fb838
😎 Deploy Preview https://deploy-preview-557--remix-serverless.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

kodiakhq[bot]
kodiakhq bot previously approved these changes Oct 23, 2025
@github-actions github-actions bot added the type: chore work needed to keep the product and development running smoothly label Oct 23, 2025
@netlify
Copy link

netlify bot commented Oct 23, 2025

Deploy Preview for remix-edge ready!

Name Link
🔨 Latest commit 7a9673f
🔍 Latest deploy log https://app.netlify.com/projects/remix-edge/deploys/69022d14178edb00084fb83c
😎 Deploy Preview https://deploy-preview-557--remix-edge.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from 84d489e to 7a9673f Compare October 29, 2025 15:04
@renovate renovate bot enabled auto-merge (squash) October 29, 2025 15:04
@renovate renovate bot changed the title chore(deps): update react-router monorepo to ^7.9.5-pre chore(deps): update dependency react-router to v7.9.5 Oct 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-framework-in-fixtures Testing a Remix version bump against our test fixtures dependencies Pull requests that update a dependency file javascript type: chore work needed to keep the product and development running smoothly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant