-
Notifications
You must be signed in to change notification settings - Fork 128
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
chore(deps): update dependency react-router to ^6.20.0 #429
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
changed the title
chore(deps): update dependency react-router to ^6.12.1
chore(deps): update dependency react-router to ^6.13.0
Jun 14, 2023
renovate
bot
force-pushed
the
renovate/react
branch
from
June 14, 2023 16:26
8e54361
to
b1bcb66
Compare
renovate
bot
changed the title
chore(deps): update dependency react-router to ^6.13.0
chore(deps): update dependency react-router to ^6.14.0
Jun 23, 2023
renovate
bot
force-pushed
the
renovate/react
branch
from
June 23, 2023 21:39
b1bcb66
to
5b471d4
Compare
renovate
bot
changed the title
chore(deps): update dependency react-router to ^6.14.0
chore(deps): update dependency react-router to ^6.14.1
Jun 30, 2023
renovate
bot
force-pushed
the
renovate/react
branch
from
June 30, 2023 20:52
5b471d4
to
f4eca16
Compare
renovate
bot
changed the title
chore(deps): update dependency react-router to ^6.14.1
chore(deps): update dependency react-router to ^6.14.2
Jul 17, 2023
renovate
bot
force-pushed
the
renovate/react
branch
from
July 17, 2023 22:02
f4eca16
to
a9f1857
Compare
renovate
bot
changed the title
chore(deps): update dependency react-router to ^6.14.2
chore(deps): update dependency react-router to ^6.15.0
Aug 10, 2023
renovate
bot
force-pushed
the
renovate/react
branch
from
August 10, 2023 17:00
a9f1857
to
fe5414c
Compare
renovate
bot
force-pushed
the
renovate/react
branch
from
September 13, 2023 17:39
fe5414c
to
fdf0e65
Compare
renovate
bot
changed the title
chore(deps): update dependency react-router to ^6.15.0
chore(deps): update dependency react-router to ^6.16.0
Sep 13, 2023
renovate
bot
changed the title
chore(deps): update dependency react-router to ^6.16.0
chore(deps): update dependency react-router to ^6.17.0
Oct 16, 2023
renovate
bot
force-pushed
the
renovate/react
branch
from
October 16, 2023 17:24
fdf0e65
to
08bf16f
Compare
renovate
bot
changed the title
chore(deps): update dependency react-router to ^6.17.0
chore(deps): update dependency react-router to ^6.18.0
Oct 31, 2023
renovate
bot
force-pushed
the
renovate/react
branch
from
October 31, 2023 16:24
08bf16f
to
e8660a7
Compare
renovate
bot
force-pushed
the
renovate/react
branch
from
November 16, 2023 15:50
e8660a7
to
3b0ef0d
Compare
renovate
bot
changed the title
chore(deps): update dependency react-router to ^6.18.0
chore(deps): update dependency react-router to ^6.19.0
Nov 16, 2023
renovate
bot
force-pushed
the
renovate/react
branch
from
November 22, 2023 19:09
3b0ef0d
to
7f59e93
Compare
renovate
bot
changed the title
chore(deps): update dependency react-router to ^6.19.0
chore(deps): update dependency react-router to ^6.20.0
Nov 22, 2023
renovate
bot
force-pushed
the
renovate/react
branch
from
November 23, 2023 00:36
7f59e93
to
c75e2a1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.11.2
->^6.20.0
Release Notes
remix-run/react-router (react-router)
v6.20.0
Compare Source
Minor Changes
PathParam
type from the public API (#10719)Patch Changes
resolveTo
in splat routes (#11045)getPathContributingMatches
UNSAFE_getPathContributingMatches
export from@remix-run/router
since we no longer need this in thereact-router
/react-router-dom
layers@remix-run/router@1.13.0
v6.19.0
Compare Source
Minor Changes
unstable_flushSync
option touseNavigate
/useSumbit
/fetcher.load
/fetcher.submit
to opt-out ofReact.startTransition
and intoReactDOM.flushSync
for state updates (#11005)unstable_
prefix from theuseBlocker
hook as it's been in use for enough time that we are confident in the API. We do not plan to remove the prefix fromunstable_usePrompt
due to differences in how browsers handlewindow.confirm
that prevent React Router from guaranteeing consistent/correct behavior. (#10991)Patch Changes
Fix
useActionData
so it returns proper contextual action data and not any action data in the tree (#11023)Fix bug in
useResolvedPath
that would causeuseResolvedPath(".")
in a splat route to lose the splat portion of the URL path. (#10983)"."
paths inside a splat route which incorrectly dropped the splat portion of the URL. If you are relative routing via"."
inside a splat route in your application you should double check that your logic is not relying on this buggy behavior and update accordingly.Updated dependencies:
@remix-run/router@1.12.0
v6.18.0
Compare Source
Patch Changes
future
prop onBrowserRouter
,HashRouter
andMemoryRouter
so that it accepts aPartial<FutureConfig>
instead of requiring all flags to be included. (#10962)@remix-run/router@1.11.0
v6.17.0
Compare Source
Patch Changes
RouterProvider
future
prop type to be aPartial<FutureConfig>
so that not all flags must be specified (#10900)@remix-run/router@1.10.0
v6.16.0
Compare Source
Minor Changes
any
withunknown
on exposed typings for user-provided data. To do this in Remix v2 without introducing breaking changes in React Router v6, we have added generics to a number of shared types. These continue to default toany
in React Router and are overridden withunknown
in Remix. In React Router v7 we plan to move these tounknown
as a breaking change. (#10843)Location
now accepts a generic for thelocation.state
valueActionFunctionArgs
/ActionFunction
/LoaderFunctionArgs
/LoaderFunction
now accept a generic for thecontext
parameter (only used in SSR usages viacreateStaticHandler
)useMatches
(now exported asUIMatch
) accepts generics formatch.data
andmatch.handle
- both of which were already set tounknown
@private
class exportErrorResponse
to anUNSAFE_ErrorResponseImpl
export since it is an implementation detail and there should be no construction ofErrorResponse
instances in userland. This frees us up to export atype ErrorResponse
which correlates to an instance of the class viaInstanceType
. Userland code should only ever be usingErrorResponse
as a type and should be type-narrowing viaisRouteErrorResponse
. (#10811)ShouldRevalidateFunctionArgs
interface (#10797)_isFetchActionRedirect
,_hasFetcherDoneAnything
) (#10715)Patch Changes
@remix-run/router@1.9.0
v6.15.0
Compare Source
Minor Changes
redirectDocument()
function which allows users to specify that a redirect from aloader
/action
should trigger a document reload (viawindow.location
) instead of attempting to navigate to the redirected location via React Router (#10705)Patch Changes
useRevalidator
is referentially stable across re-renders if revalidations are not actively occurring (#10707)@remix-run/router@1.8.0
v6.14.2
Compare Source
Patch Changes
@remix-run/router@1.7.2
v6.14.1
Compare Source
Patch Changes
unstable_useBlocker
when used with an unstable blocker function (#10652)@remix-run/router@1.7.1
v6.14.0
Compare Source
Patch Changes
basename
from locations provided tounstable_useBlocker
functions to matchuseLocation
(#10573)generatePath
when passed a numeric0
value parameter (#10612)unstable_useBlocker
key issues inStrictMode
(#10573)tsc --skipLibCheck:false
issues on React 17 (#10622)typescript
to 5.1 (#10581)@remix-run/router@1.7.0
v6.13.0
Compare Source
Minor Changes
Move
React.startTransition
usage behind a future flag to avoid issues with existing incompatibleSuspense
usages. We recommend folks adopting this flag to be better compatible with React concurrent mode, but if you run into issues you can continue without the use ofstartTransition
until v7. Issues usually boils down to creating net-new promises during the render cycle, so if you run into issues you should either lift your promise creation out of the render cycle or put it behind auseMemo
. (#10596)Existing behavior will no longer include
React.startTransition
:If you wish to enable
React.startTransition
, pass the future flag to your component:Patch Changes
React.startTransition
minification bug in production mode (#10588)v6.12.1
Compare Source
Patch Changes
React.startTransition
to fix webpack + react 17 compilation error (#10569)v6.12.0
Compare Source
Minor Changes
React.startTransition
if it exists (#10438)Patch Changes
@remix-run/router@1.6.3
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.