-
-
Notifications
You must be signed in to change notification settings - Fork 424
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
Next 15 + React 19 #1233
Open
ahkhanjani
wants to merge
27
commits into
t3-oss:main
Choose a base branch
from
ahkhanjani:next15
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.
+1,682
−1,457
Open
Next 15 + React 19 #1233
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
f4c756e
Next 15 + React 19
ahkhanjani 8d75f50
downgrade turbo
ahkhanjani 12b003c
fix ui package exports for turbopack
ahkhanjani f607ca9
update some packages
ahkhanjani bb7468d
fix expo react types
ahkhanjani e588b04
add a new line
ahkhanjani 8ff52ae
Revert "add a new line"
ahkhanjani f19fb01
revert next.config.ts + bring back jiti v1
ahkhanjani 4e77873
pnpm and node up
ahkhanjani ec0da7f
expo: revert hoisting and custom path behaviors
ahkhanjani aed485b
update
ahkhanjani 5df3249
dedupe deps
ahkhanjani 3475c8a
update deps
ahkhanjani 7d0fd02
Merge branch 'main' into next15
ahkhanjani 3d44450
update
ahkhanjani 2ffef7c
revert @auth/core update
ahkhanjani 399af1a
disable react-hooks/exhaustive-deps eslint rule
ahkhanjani 19939fb
Revert "disable react-hooks/exhaustive-deps eslint rule"
ahkhanjani 8193e6c
update deps
ahkhanjani 6c95116
update node patch version
ahkhanjani 9508d3d
Merge branch 'main' into next15
juliusmarminge f0c8da2
r18 types??
juliusmarminge d796f59
Merge branch 'main' into next15
juliusmarminge ede820e
Merge branch 'main' into next15
juliusmarminge b54db70
cookie jag
juliusmarminge 245fff0
reorder workspace
juliusmarminge 4c15022
node 22
ahkhanjani 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
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20.18 | ||
22.11 | ||
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
"name": "create-t3-turbo", | ||
"private": true, | ||
"engines": { | ||
"node": ">=20.18.1", | ||
"pnpm": "^9.14.2" | ||
"node": ">=22.11.0", | ||
"pnpm": "^9.14.4" | ||
}, | ||
"packageManager": "[email protected].2", | ||
"packageManager": "[email protected].4", | ||
"scripts": { | ||
"build": "turbo run build", | ||
"clean": "git clean -xdf node_modules", | ||
|
@@ -25,9 +25,9 @@ | |
}, | ||
"devDependencies": { | ||
"@acme/prettier-config": "workspace:*", | ||
"@turbo/gen": "^2.3.1", | ||
"@turbo/gen": "^2.3.3", | ||
"prettier": "catalog:", | ||
"turbo": "^2.3.1", | ||
"turbo": "^2.3.3", | ||
"typescript": "catalog:" | ||
}, | ||
"prettier": "@acme/prettier-config" | ||
|
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
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
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
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.
Node v22 causes prettier plugin warnings:
Prettier v3.4 solves this issue. Could you bump the prettier version?