-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update react-router monorepo to v7.1.2 #1200
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"
suddenlygiovanni.dev/pnpm-lock.yaml
Line 470 in 61f0c5e
'@babel/[email protected]': |
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
61f0c5e
to
a2614b7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"
suddenlygiovanni.dev/pnpm-lock.yaml
Line 5801 in a2614b7
'@babel/helper-optimise-call-expression': 7.25.9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"
suddenlygiovanni.dev/pnpm-lock.yaml
Line 5832 in a2614b7
'@babel/[email protected]': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"
suddenlygiovanni.dev/pnpm-lock.yaml
Line 5842 in a2614b7
'@babel/helper-optimise-call-expression': 7.25.9 |
This PR contains the following updates:
7.1.1
->7.1.2
7.1.1
->7.1.2
7.1.1
->7.1.2
Release Notes
remix-run/react-router (@react-router/dev)
v7.1.2
Compare Source
Patch Changes
module-sync
server condition when enabled in the runtime. This fixes React context mismatches (e.g.useHref() may be used only in the context of a <Router> component.
) during development on Node 22.10.0+ when using libraries that have a peer dependency on React Router. (#12729)[email protected]
@react-router/[email protected]
@react-router/[email protected]
remix-run/react-router (@react-router/node)
v7.1.2
Compare Source
Patch Changes
[email protected]
remix-run/react-router (react-router)
v7.1.2
Compare Source
Patch Changes
Fix issue with fetcher data cleanup in the data layer on fetcher unmount (#12681)
Do not rely on
symbol
for filtering outredirect
responses from loader data (#12694)Previously, some projects were getting type checking errors like:
Now that
symbol
s are not used for theredirect
response type, these errors should no longer be present.Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.