-
Notifications
You must be signed in to change notification settings - Fork 391
feat(tanstack-react-start): Introduce middleware and support for TanStack Start RC #6859
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
Open
wobsoriano
wants to merge
38
commits into
main
Choose a base branch
from
rob/tanstack-rc
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+337
−481
Open
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
1c717f5
chore(tanstack-react-start): Init RC update
wobsoriano 443e7ce
chore: introduce middleware
wobsoriano c0342c5
chore: Use global context for auth fn
wobsoriano 3f9b230
chore: export new middleware
wobsoriano 793acc5
chore: remove context
wobsoriano 4f4ee08
chore: add missing middleware error message
wobsoriano 14a31e3
chore: export middleware type
wobsoriano 5c42683
chore: Update ClerkProvider to use new context state
wobsoriano a0f5987
chore: remove unused returned properties
wobsoriano 02a3269
chore: add placeholder changeset
wobsoriano c938089
chore: remove unused function
wobsoriano 41fe920
chore: remove unused function
wobsoriano 951cc06
feat(repo): Enable sessions staging e2e runs (#6855)
nikosdouvlis 1b772e6
feat(shared): Improve error handling for clerk-js loading (#6856)
brkalow d55720c
feat(shared): Capture auth component mounted for all SDK types (#6858)
heatlikeheatwave bf496bc
feat(react-router): Introduce middleware and context (#6660)
wobsoriano f77df91
chore(repo): Update pnpm to v10.17.1 (#6847)
renovate[bot] 900ac85
ci(repo): Version packages (#6844)
clerk-cookie 01ec8ee
dedupe
wobsoriano 456c86c
Merge main into rob/tanstack-rc, accepting main's version for conflicts
wobsoriano 86cb369
chore: update tests
wobsoriano d8a96ab
chore: edit changeset
wobsoriano 2de4a2c
Merge branch 'main' into rob/tanstack-rc
wobsoriano 5427d6e
chore: remove unused file
wobsoriano da42e5a
chore: set test version to 7 days ago
wobsoriano 33b064b
skip tanstack router test
wobsoriano 52459e0
skip tanstack router test
wobsoriano 80a3018
skip tanstack router test
wobsoriano ec71828
chore: skip tanstack router test
wobsoriano 5848fa5
chore: bump integration tanstack versions
wobsoriano 8ef7ac6
revert
wobsoriano 525dd91
fix integration router
wobsoriano 2c5f793
Merge branch 'main' into rob/tanstack-rc
wobsoriano a612233
Merge branch 'main' into rob/tanstack-rc
wobsoriano cc8e86d
Merge branch 'main' into rob/tanstack-rc
wobsoriano 40cf986
chore: Use shared type helper
wobsoriano b971abc
chore: fix middleware missing message
wobsoriano b19fa85
chore: update integration deps
wobsoriano File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
Empty file.
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Raising the peer dependency floor is a breaking change
Moving the peer requirements to
^1.132.0
drops support for every app still on 1.131.x, which our previous range accepted. That’s effectively a breaking change for consumers, so we either need to widen the range (e.g.>=1.131.49 <2
) if compatibility remains, or else communicate the break via an appropriate version bump/release note before shipping.🤖 Prompt for AI Agents