base-ui icon indicating copy to clipboard operation
base-ui copied to clipboard

Bump react-router to ^7.9.6

Open renovate[bot] opened this issue 1 week ago • 2 comments

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 02:00 AM and 06:59 AM, only on Friday ( * 2-6 * * 5 ) in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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[bot] avatar Nov 21 '25 06:11 renovate[bot]

vite-css-base-ui-example

pnpm add https://pkg.pr.new/mui/base-ui/@base-ui-components/react@3288
pnpm add https://pkg.pr.new/mui/base-ui/@base-ui-components/utils@3288

commit: b89a950

pkg-pr-new[bot] avatar Nov 21 '25 06:11 pkg-pr-new[bot]

Deploy Preview for base-ui ready!

Name Link
Latest commit b89a95049756f5b15da84547ffaf8d1a1101ce28
Latest deploy log https://app.netlify.com/projects/base-ui/deploys/6927d8102fea64000809b54d
Deploy Preview https://deploy-preview-3288--base-ui.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[bot] avatar Nov 21 '25 06:11 netlify[bot]

Bundle size report

Bundle Parsed size Gzip size
@base-ui-components/react 0B(0.00%) 0B(0.00%)

Details of bundle changes


Check out the code infra dashboard for more information about this PR.

mui-bot avatar Nov 27 '25 04:11 mui-bot