Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2025

This PR contains the following updates:

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

Release Notes

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

v7.9.6

Compare Source

Patch Changes
  • [UNSTABLE] Add location/params as arguments to client-side unstable_onError to permit enhanced error reporting. (#​14509)

    ⚠️ This is a breaking change if you've already adopted unstable_onError. The second errorInfo parameter is now an object with location and params:

    // Before
    function errorHandler(error: unknown, errorInfo?: React.errorInfo) {
      /*...*/
    }
    
    // After
    function errorHandler(
      error: unknown,
      info: {
        location: Location;
        params: Params;
        errorInfo?: React.ErrorInfo;
      },
    ) {
      /*...*/
    }
  • Properly handle ancestor thrown middleware errors before next() on fetcher submissions (#​14517)

  • Fix issue with splat routes interfering with multiple calls to patchRoutesOnNavigation (#​14487)

  • Normalize double-slashes in resolvePath (#​14529)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Never, 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 enabled auto-merge (squash) November 14, 2025 07:42
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Nov 14, 2025

Deploying tanstack-table-search-params-react-router-lib with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0a8f892
Status: ✅  Deploy successful!
Preview URL: https://ba1047d1.tanstack-table-search-params-react-router-lib.pages.dev
Branch Preview URL: https://renovate-react-router-monore.tanstack-table-search-params-react-router-lib.pages.dev

View logs

@vercel
Copy link

vercel bot commented Nov 14, 2025

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

Project Deployment Preview Comments Updated (UTC)
tanstack-table-search-params-next-app-router Ready Ready Preview Comment Nov 14, 2025 7:43am
tanstack-table-search-params-next-pages-router Ready Ready Preview Comment Nov 14, 2025 7:43am

@cloudflare-workers-and-pages
Copy link

Deploying tanstack-table-search-params-tanstack-router with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0a8f892
Status: ✅  Deploy successful!
Preview URL: https://fdd57235.tanstack-table-search-params-tanstack-router.pages.dev
Branch Preview URL: https://renovate-react-router-monore.tanstack-table-search-params-tanstack-router.pages.dev

View logs

@renovate renovate bot merged commit 01a9b37 into main Nov 14, 2025
9 checks passed
@renovate renovate bot deleted the renovate/react-router-monorepo branch November 14, 2025 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant