Next.js 15.4

This commit is contained in:
Konstantin Wohlwend 2025-07-16 12:05:08 -07:00
parent 2c9e02fcc8
commit 8c48d7258b
6 changed files with 302 additions and 605 deletions

View File

@ -66,7 +66,7 @@
"freestyle-sandboxes": "^0.0.92",
"jose": "^5.2.2",
"json-diff": "^1.0.6",
"next": "15.2.3",
"next": "15.4.1",
"nodemailer": "^6.9.10",
"oidc-provider": "^8.5.1",
"pg": "^8.16.3",

View File

@ -41,7 +41,7 @@
"geist": "^1",
"lodash": "^4.17.21",
"lucide-react": "^0.508.0",
"next": "15.2.3",
"next": "15.4.1",
"next-themes": "^0.2.1",
"posthog-js": "^1.235.0",
"react": "19.0.0",

View File

@ -1382,10 +1382,10 @@ describe("with server access", () => {
"status": 409,
"body": {
"code": "USER_EMAIL_ALREADY_EXISTS",
"details": {
"email": "default-mailbox--<stripped UUID>@stack-generated.example.com",
"would_work_if_email_was_verified": false,
},
"details": {
"email": "default-mailbox--<stripped UUID>@stack-generated.example.com",
"would_work_if_email_was_verified": false,
},
"error": "A user with email \\"default-mailbox--<stripped UUID>@stack-generated.example.com\\" already exists.",
},
"headers": Headers {
@ -1947,10 +1947,10 @@ describe("with server access", () => {
"status": 409,
"body": {
"code": "USER_EMAIL_ALREADY_EXISTS",
"details": {
"email": "default-mailbox--<stripped UUID>@stack-generated.example.com",
"would_work_if_email_was_verified": false,
},
"details": {
"email": "default-mailbox--<stripped UUID>@stack-generated.example.com",
"would_work_if_email_was_verified": false,
},
"error": "A user with email \\"default-mailbox--<stripped UUID>@stack-generated.example.com\\" already exists.",
},
"headers": Headers {
@ -2010,10 +2010,10 @@ describe("with server access", () => {
"status": 409,
"body": {
"code": "USER_EMAIL_ALREADY_EXISTS",
"details": {
"email": "default-mailbox--<stripped UUID>@stack-generated.example.com",
"would_work_if_email_was_verified": false,
},
"details": {
"email": "default-mailbox--<stripped UUID>@stack-generated.example.com",
"would_work_if_email_was_verified": false,
},
"error": "A user with email \\"default-mailbox--<stripped UUID>@stack-generated.example.com\\" already exists.",
},
"headers": Headers {

View File

@ -41,7 +41,7 @@
"lucide-react": "^0.511.0",
"mermaid": "^11.6.0",
"minimatch": "^10.0.1",
"next": "15.3.2",
"next": "15.4.1",
"next-themes": "^0.4.6",
"posthog-js": "^1.235.0",
"react": "^18.3.1",

View File

@ -18,7 +18,7 @@
"@stackframe/stack": "workspace:*",
"@stackframe/stack-shared": "workspace:*",
"@stackframe/stack-ui": "workspace:*",
"next": "15.2.3",
"next": "15.4.1",
"next-themes": "^0.4.3",
"react": "19.0.0",
"react-dom": "19.0.0",

File diff suppressed because it is too large Load Diff