-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat: Next.js 16 , zod v4 ,minor version bumps and minor fixes #2162
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
base: main
Are you sure you want to change the base?
feat: Next.js 16 , zod v4 ,minor version bumps and minor fixes #2162
Conversation
🦋 Changeset detectedLatest commit: bf2c821 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
This is wip I want to add activity and view transition+ cache component, will continue in a few days |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Closes #2157 #2082 #2163 #1903
✅ Checklist
Changelog
upgraded nextjs to v16 , update zod to v4 and all vercel env preset , updated eslint setup as next lint is no longer supported.
removed postcss as nextjs auto supports it see nextjs docs
moved from env.js and next.config.js to ts variant as its supported now (closes feat: Use TypeScript Next.js config (next.config.ts) #2082 )
added nextCookies plugin following better auth new docs (closes bug: Error Code: state_mismatch when signing in with GitHub on fresh T3 App #2157 )
upgraded astro version and headless ui menu,listbox component imports (minor change)
add generated folder to base template gitignore (closes bug: /generated being pushed #2163)
add [alias] to import-alias option (closes: bug: Setting import-alias via the command line fails. #1903)
note: no cache component feature used as of now
💯