Update dependency @clerk/tanstack-react-start to v0.26.0 #115
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:
0.24.0
->0.26.0
Release Notes
clerk/javascript (@clerk/tanstack-react-start)
v0.26.0
Compare Source
Minor Changes
Added support for TanStack Start v1 RC! Includes a new
clerkMiddleware()
global middleware replacing the custom server handler. (#6859) by @wobsorianoUsage:
src/start.ts
file and addclerkMiddleware()
to the list of request middlewares:<ClerkProvider>
to your root routeThe
getAuth()
helper is nowauth()
and can now be called within server routes and functions, without passing a Request object:Patch Changes
Added internal helper type for
auth
andgetAuth()
functions that don't require a request or context parameter (#6910) by @wobsorianoUpdated dependencies [
65b7cc7
,20c2e29
,6e09786
,aa7210c
,2cd53cd
,56a81aa
,1a2eee6
,22b8e49
,2cd53cd
,348021d
,1a2430a
,31a04fc
,9766c4a
,fe873dc
,22b8e49
,a66357e
,dacc1af
]:v0.25.3
Compare Source
Patch Changes
fba4781
,a1f6714
]:v0.25.2
Compare Source
Patch Changes
04cba7d
,f737d26
,8777f35
,2c0128b
]:v0.25.1
Compare Source
Patch Changes
ea2bc26
,37028ca
]:v0.25.0
Compare Source
Minor Changes
Constrained TanStack dependencies to pre-RC versions. Please ensure you're using
@tanstack/*
versions below1.132.0
. (#6845) by @wobsorianoAdd new component (#6808) by @tmilewski
Patch Changes
e3e77eb
,9cf89cd
,090ca74
,b8fbadd
,5546352
]:v0.24.2
Patch Changes
8d1514a
,a8ba926
,41e0a41
,1aa9e9f
,1ad3b92
,a88ee58
,d6c7bbb
]:v0.24.1
Patch Changes
bcf24f2
,0006c82
,7c976b4
,1ceedad
,de90ede
,9d4a95c
,428cd57
]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.