-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat: nextjs 16, better-auth 1.4, prisma v7 #2165
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
Closed
HimanshuKumarDutt094
wants to merge
31
commits into
t3-oss:main
from
HimanshuKumarDutt094:feat/next16-clean
Closed
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
fae33f4
feat: prisma v7
HimanshuKumarDutt094 abcda50
feat: prisma v7 fix
HimanshuKumarDutt094 66e55c8
fix: postinstall for prisma generate
HimanshuKumarDutt094 f4a3768
fix: remove driver adapter
HimanshuKumarDutt094 40564c9
bump:better-auth 1.4, fix: drizzle better-auth db schemas
HimanshuKumarDutt094 46a5c4a
update eslint config
HimanshuKumarDutt094 1f0e046
bump: astro ,run format and lint fix
HimanshuKumarDutt094 0cd88f7
fix: add type submit, upgrade env,next config to ts,upgrade zod to v4
HimanshuKumarDutt094 bafed8c
bump react to 19.2
HimanshuKumarDutt094 48d41ef
fix: use BETTER_AUTH_URL
HimanshuKumarDutt094 3807d72
update prisma in package json
HimanshuKumarDutt094 79e919c
chore: changeset + format + lint + button type for build
HimanshuKumarDutt094 424e4e1
version bumps wip
HimanshuKumarDutt094 b330869
cherry pick v16 upgrade
HimanshuKumarDutt094 550d4a8
lint format fix + prcess env update ,classname update
HimanshuKumarDutt094 997ef33
format fix
HimanshuKumarDutt094 8f18fc7
update types/node , fix astro png buffer
HimanshuKumarDutt094 edaba8f
bump prisma to 7.0.1 for bug fixes in studio
HimanshuKumarDutt094 42a183a
Merge branch 'main' into feat/next16-clean
HimanshuKumarDutt094 e2755d2
revert: vercel env preset
HimanshuKumarDutt094 7ae168f
revert: use implicit table name for better-auth(snake_case for db cam…
HimanshuKumarDutt094 ce32fc1
changeset update
HimanshuKumarDutt094 e989347
fix: make getBaseUrl vendor agnostic
HimanshuKumarDutt094 f3c5a9d
quote undefined check
HimanshuKumarDutt094 edc040e
use ?? instead of ||
HimanshuKumarDutt094 927ddab
fix: prisma sqlite need better-sqlite3 as a dependency
HimanshuKumarDutt094 9a723e1
chore: format
HimanshuKumarDutt094 0d00ab4
urgent: bump react 19.2.1 for cve dix
HimanshuKumarDutt094 90b8e90
chore: remvoe --turbopack as its default
HimanshuKumarDutt094 6519240
Merge branch 'main' into feat/next16-clean
HimanshuKumarDutt094 5dbe761
bump next to 16.0.7
HimanshuKumarDutt094 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 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "create-t3-app": minor | ||
| --- | ||
|
|
||
| feat prisma v7 |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "create-t3-app": minor | ||
| --- | ||
|
|
||
| feat: better-auth 1.4 |
HimanshuKumarDutt094 marked this conversation as resolved.
Show resolved
Hide resolved
|
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "create-t3-app": minor | ||
| --- | ||
|
|
||
| feat: Next.js v16 |
HimanshuKumarDutt094 marked this conversation as resolved.
Show resolved
Hide resolved
|
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
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
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
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
juliusmarminge marked this conversation as resolved.
Show resolved
Hide resolved
|
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
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.