base-ui
base-ui copied to clipboard
Bump react-router to ^7.9.6
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| react-router (source) | ^7.9.5 -> ^7.9.6 |
Release Notes
remix-run/react-router (react-router)
v7.9.6
Patch Changes
-
[UNSTABLE] Add
location/paramsas arguments to client-sideunstable_onErrorto permit enhanced error reporting. (#14509)⚠️ This is a breaking change if you've already adopted
unstable_onError. The seconderrorInfoparameter is now an object withlocationandparams:// 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.
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
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...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify project configuration.
Bundle size report
| Bundle | Parsed size | Gzip size |
|---|---|---|
| @base-ui-components/react | 0B(0.00%) | 0B(0.00%) |
Check out the code infra dashboard for more information about this PR.