Skip to content

Commit a8f3ce7

Browse files
committed
fix(build): upgrade stable Next.js and capture collision diagnostics
1 parent 8bacd63 commit a8f3ce7

9 files changed

Lines changed: 48 additions & 34 deletions

File tree

‎.github/workflows/test-build.yml‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

‎apps/docs/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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",

‎apps/sim/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
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",
@@ -261,7 +261,7 @@
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",

‎bun.lock‎

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎bunfig.toml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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).
55
minimumReleaseAge = 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]
810
env = { NEXT_PUBLIC_APP_URL = "http://localhost:3000" }

‎package.json‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@
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",
@@ -150,10 +150,10 @@
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",

‎packages/emcn/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
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",

‎packages/sim-setup/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
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:*",

‎packages/testing/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
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"

0 commit comments

Comments
 (0)