feat: upgrade to Next.js 16 (#8615)

* feat: upgrade to Next.js 16

* chore: deps

* fix

* fix

* fix

* fix: workaround zod 4 for now

* fix

* fix: copy button

* fix: update apps/v4/hooks/use-is-mac.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix

* fix: remove

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
shadcn
2025-10-29 13:37:41 +04:00
committed by GitHub
parent c0329c86b9
commit 02d5ce85ec
26 changed files with 9625 additions and 5686 deletions

View File

@@ -27,10 +27,10 @@ jobs:
with:
version: 9.0.6
- name: Use Node.js 18
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: "pnpm"
- name: Install NPM Dependencies

View File

@@ -23,11 +23,11 @@ jobs:
with:
version: 9.0.6
- name: Use Node.js 18
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
version: 9.0.6
node-version: 18
node-version: 20
cache: "pnpm"
- name: Install NPM Dependencies

View File

@@ -19,7 +19,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- uses: pnpm/action-setup@v4
name: Install pnpm