File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -477,3 +477,15 @@ jobs:
477477 ENCRYPTION_KEY : ' 0000000000000000000000000000000000000000000000000000000000000000' # dummy key for CI only
478478 TURBO_CACHE_DIR : .turbo
479479 run : bunx turbo run build --filter=@sim/app
480+
481+ - name : Upload conflicting build assets
482+ if : failure()
483+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
484+ with :
485+ name : build-collision-diagnostics
486+ path : |
487+ apps/sim/.next/????????????????.js
488+ apps/sim/.next/????????????????.map
489+ include-hidden-files : true
490+ if-no-files-found : ignore
491+ retention-days : 7
Original file line number Diff line number Diff line change 2828 "fumadocs-mdx" : " 14.3.2" ,
2929 "fumadocs-openapi" : " 10.8.1" ,
3030 "fumadocs-ui" : " 16.8.5" ,
31- "next" : " 16.3.4 " ,
31+ "next" : " 16.3.6 " ,
3232 "next-themes" : " ^0.4.6" ,
3333 "react" : " 19.2.4" ,
3434 "react-dom" : " 19.2.4" ,
Original file line number Diff line number Diff line change 212212 "mssql" : " 12.7.0" ,
213213 "mysql2" : " 3.24.2" ,
214214 "neo4j-driver" : " 6.0.1" ,
215- "next" : " 16.3.4 " ,
215+ "next" : " 16.3.6 " ,
216216 "next-mdx-remote" : " ^6.0.0" ,
217217 "next-themes" : " ^0.4.6" ,
218218 "nodemailer" : " 9.1.1" ,
261261 "zustand" : " ^5.0.13"
262262 },
263263 "devDependencies" : {
264- "@next/env" : " 16.3.4 " ,
264+ "@next/env" : " 16.3.6 " ,
265265 "@sim/testing" : " workspace:*" ,
266266 "@sim/tsconfig" : " workspace:*" ,
267267 "@tailwindcss/postcss" : " ^4.3.3" ,
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ exact = true
33# Supply-chain gate: only install package versions published at least 7 days ago
44# (blocks freshly published, potentially compromised releases).
55minimumReleaseAge = 604800
6+ # Reviewed Next.js 16.3.6 security patch; remove after 2026-09-29 once it clears the age gate.
7+ minimumReleaseAgeExcludes = [" next" ]
68
79[run ]
810env = { NEXT_PUBLIC_APP_URL = " http://localhost:3000" }
Original file line number Diff line number Diff line change 126126 "overrides" : {
127127 "react" : " 19.2.4" ,
128128 "react-dom" : " 19.2.4" ,
129- "next" : " 16.3.4 " ,
130- "@next/env" : " 16.3.4 " ,
129+ "next" : " 16.3.6 " ,
130+ "@next/env" : " 16.3.6 " ,
131131 "drizzle-orm" : " ^0.45.2" ,
132132 "postgres" : " ^3.4.5" ,
133133 "minimatch" : " ^10.2.5" ,
150150 "ws" : " 8.21.3"
151151 },
152152 "optionalDependencies" : {
153- "@next/swc-darwin-arm64" : " 16.3.4 " ,
154- "@next/swc-darwin-x64" : " 16.3.4 " ,
155- "@next/swc-linux-arm64-gnu" : " 16.3.4 " ,
156- "@next/swc-linux-x64-gnu" : " 16.3.4 "
153+ "@next/swc-darwin-arm64" : " 16.3.6 " ,
154+ "@next/swc-darwin-x64" : " 16.3.6 " ,
155+ "@next/swc-linux-arm64-gnu" : " 16.3.6 " ,
156+ "@next/swc-linux-x64-gnu" : " 16.3.6 "
157157 },
158158 "devDependencies" : {
159159 "@babel/parser" : " 7.29.2" ,
Original file line number Diff line number Diff line change 8585 "class-variance-authority" : " ^0.7.1" ,
8686 "framer-motion" : " ^12.5.0" ,
8787 "input-otp" : " ^1.4.2" ,
88- "next" : " 16.3.4 " ,
88+ "next" : " 16.3.6 " ,
8989 "prismjs" : " ^1.30.0" ,
9090 "react" : " 19.2.4" ,
9191 "react-dom" : " 19.2.4" ,
Original file line number Diff line number Diff line change 4949 },
5050 "devDependencies" : {
5151 "@clack/prompts" : " 1.7.0" ,
52- "@next/env" : " 16.3.4 " ,
52+ "@next/env" : " 16.3.6 " ,
5353 "@sim/deployment-config" : " workspace:*" ,
5454 "@sim/security" : " workspace:*" ,
5555 "@sim/tsconfig" : " workspace:*" ,
Original file line number Diff line number Diff line change 6060 },
6161 "devDependencies" : {
6262 "@sim/tsconfig" : " workspace:*" ,
63- "next" : " 16.3.4 " ,
63+ "next" : " 16.3.6 " ,
6464 "stripe" : " 18.5.0" ,
6565 "typescript" : " ^7.0.2" ,
6666 "vitest" : " ^5.0.1"
You can’t perform that action at this time.
0 commit comments