Skip to content

Commit 55a54b1

Browse files
Update dependency react-router to v7.8.2 (#24738)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [react-router](https://redirect.github.com/remix-run/react-router) ([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router)) | [`7.8.1` -> `7.8.2`](https://renovatebot.com/diffs/npm/react-router/7.8.1/7.8.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-router/7.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-router/7.8.1/7.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>remix-run/react-router (react-router)</summary> ### [`v7.8.2`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#782) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/[email protected]@7.8.2) ##### Patch Changes - \[UNSTABLE] Remove Data Mode `future.unstable_middleware` flag from `createBrowserRouter` ([#&#8203;14213](https://redirect.github.com/remix-run/react-router/pull/14213)) - This is only needed as a Framework Mode flag because of the route modules and the `getLoadContext` type behavior change - In Data Mode, it's an opt-in feature because it's just a new property on a route object, so there's no behavior changes that necessitate a flag - \[UNSTABLE] Add `<RouterProvider unstable_onError>`/`<HydratedRouter unstable_onError>` prop for client side error reporting ([#&#8203;14162](https://redirect.github.com/remix-run/react-router/pull/14162)) - server action revalidation opt out via $SKIP\_REVALIDATION field ([#&#8203;14154](https://redirect.github.com/remix-run/react-router/pull/14154)) - Properly escape interpolated param values in `generatePath()` ([#&#8203;13530](https://redirect.github.com/remix-run/react-router/pull/13530)) - Maintain `ReadonlyMap` and `ReadonlySet` types in server response data. ([#&#8203;13092](https://redirect.github.com/remix-run/react-router/pull/13092)) - \[UNSTABLE] Delay serialization of `.data` redirects to 202 responses until after middleware chain ([#&#8203;14205](https://redirect.github.com/remix-run/react-router/pull/14205)) - Fix `TypeError` if you throw from `patchRoutesOnNavigation` when no partial matches exist ([#&#8203;14198](https://redirect.github.com/remix-run/react-router/pull/14198)) - Fix `basename` usage without a leading slash in data routers ([#&#8203;11671](https://redirect.github.com/remix-run/react-router/pull/11671)) - \[UNSTABLE] Update client middleware so it returns the data strategy results allowing for more advanced post-processing middleware ([#&#8203;14151](https://redirect.github.com/remix-run/react-router/pull/14151)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Between 05:00 PM and 11:59 PM, only on Friday ( * 17-23 * * 5 ), Only on Sunday and Saturday ( * * * * 0,6, ), Between 12:00 AM and 12:59 PM, only on Monday ( * 0-12 * * 1 ) (UTC). 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/TryGhost/Ghost). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb01fdd commit 55a54b1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

apps/admin-x-framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"@tryghost/shade": "0.0.0",
9898
"react": "18.3.1",
9999
"react-dom": "18.3.1",
100-
"react-router": "7.8.1"
100+
"react-router": "7.8.2"
101101
},
102102
"peerDependencies": {
103103
"react": "^18.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28127,10 +28127,10 @@ react-remove-scroll@^2.6.3:
2812728127
use-callback-ref "^1.3.3"
2812828128
use-sidecar "^1.1.3"
2812928129

28130-
28131-
version "7.8.1"
28132-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.8.1.tgz#62d62bc1a3fcde79c3ced8f7114f7b4f86916ce2"
28133-
integrity sha512-5cy/M8DHcG51/KUIka1nfZ2QeylS4PJRs6TT8I4PF5axVsI5JUxp0hC0NZ/AEEj8Vw7xsEoD7L/6FY+zoYaOGA==
28130+
28131+
version "7.8.2"
28132+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.8.2.tgz#9d2d4147ca72832c550acc60ed688062d18f70b8"
28133+
integrity sha512-7M2fR1JbIZ/jFWqelpvSZx+7vd7UlBTfdZqf6OSdF9g6+sfdqJDAWcak6ervbHph200ePlu+7G8LdoiC3ReyAQ==
2813428134
dependencies:
2813528135
cookie "^1.0.1"
2813628136
set-cookie-parser "^2.6.0"

0 commit comments

Comments
 (0)