-
Notifications
You must be signed in to change notification settings - Fork 371
chore(react-router): Update dependency react-router to v7.7.1 #6408
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
|
@clerk/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/elements
@clerk/clerk-expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/clerk-react
@clerk/react-router
@clerk/remix
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/themes
@clerk/types
@clerk/upgrade
@clerk/vue
commit: |
8bee916
to
e3c2b90
Compare
e3c2b90
to
47768df
Compare
This PR contains the following updates:
7.6.3
->7.7.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
remix-run/react-router (react-router)
v7.7.1
Compare Source
Patch Changes
shouldRevalidate
returned false (#14026)Matched leaf route at location "/..." does not have an element or Component
warnings when error boundaries are rendered. (#14021)v7.7.0
Compare Source
Minor Changes
Add unstable RSC support (#13700)
For more information, see the RSC documentation.
Patch Changes
Handle
InvalidCharacterError
when validating cookie signature (#13847)Pass a copy of
searchParams
to thesetSearchParams
callback function to avoid muations of the internalsearchParams
instance. This was an issue when navigations were blocked because the internal instance be out of sync withuseLocation().search
. (#12784)Support invalid
Date
inturbo-stream
v2 fork (#13684)In Framework Mode, clear critical CSS in development after initial render (#13872)
Strip search parameters from
patchRoutesOnNavigation
path
param for fetcher calls (#13911)Skip scroll restoration on useRevalidator() calls because they're not new locations (#13671)
Support unencoded UTF-8 routes in prerender config with
ssr
set tofalse
(#13699)Do not throw if the url hash is not a valid URI component (#13247)
Fix a regression in
createRoutesStub
introduced with the middleware feature. (#13946)As part of that work we altered the signature to align with the new middleware APIs without making it backwards compatible with the prior
AppLoadContext
API. This permittedcreateRoutesStub
to work if you were opting into middleware and the updatedcontext
typings, but brokecreateRoutesStub
for users not yet opting into middleware.We've reverted this change and re-implemented it in such a way that both sets of users can leverage it.
createRoutesStub
with the updated API.Remove
Content-Length
header from Single Fetch responses (#13902)Configuration
📅 Schedule: Branch creation - "before 7am on the first day of the week" in timezone GMT, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.