Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 10, 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 - 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 requested a review from a team as a code owner November 10, 2025 22:54
@renovate renovate bot added bump-framework-in-fixtures Testing a Remix version bump against our test fixtures dependencies Pull requests that update a dependency file javascript labels Nov 10, 2025
@netlify
Copy link

netlify bot commented Nov 10, 2025

Deploy Preview for remix-edge ready!

Name Link
🔨 Latest commit e2308de
🔍 Latest deploy log https://app.netlify.com/projects/remix-edge/deploys/69169ee658ecce0008c012ac
😎 Deploy Preview https://deploy-preview-580--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.

@netlify
Copy link

netlify bot commented Nov 10, 2025

Deploy Preview for remix-serverless ready!

Name Link
🔨 Latest commit e2308de
🔍 Latest deploy log https://app.netlify.com/projects/remix-serverless/deploys/69169ee6eccf71000879424e
😎 Deploy Preview https://deploy-preview-580--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.

@github-actions github-actions bot added the type: chore work needed to keep the product and development running smoothly label Nov 10, 2025
kodiakhq[bot]
kodiakhq bot previously approved these changes Nov 10, 2025
@renovate renovate bot enabled auto-merge (squash) November 14, 2025 03:15
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from d317d28 to e2308de Compare November 14, 2025 03:15
@renovate renovate bot changed the title chore(deps): update react-router monorepo to ^7.9.6-pre chore(deps): update dependency react-router to v7.9.6 Nov 14, 2025
@renovate renovate bot merged commit b881a21 into main Nov 14, 2025
22 checks passed
@renovate renovate bot deleted the renovate/react-router-monorepo branch November 14, 2025 03:24
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