Skip to content

Commit 26108fe

Browse files
andreiborzaclaude
andauthored
test(e2e): Bump Next.js to 16.2.11 and 15.5.21 in test apps (#23820)
## What Bumps Next.js in nine E2E test applications off versions carrying high-severity advisories. - `16.2.3` -> `16.2.11` in `nextjs-16`, `nextjs-16-bun`, `nextjs-16-cf-workers`, `nextjs-16-tunnel`, `nextjs-16-trailing-slash` and `nextjs-sourcemaps` - `16.2.6` -> `16.2.11` in `nextjs-16-streaming`, which still hit four of the same advisories - `15.5.18` -> `15.5.21` in `nextjs-15` and `nextjs-15-intl`, matching the pin `packages/nextjs` already uses `16.2.11` and `15.5.21` are the first releases on each line clearing every high-severity advisory. The Next 14 apps are left alone: they pin an old version on purpose to cover the minimum supported version, and their advisory is already allowlisted. ## Why Dependency review only evaluates changed manifests, so a pin is checked once when it is introduced and never again. These apps have been sitting on vulnerable versions without CI saying anything, which only surfaced when adding a new app in #23817 made the same dependency count as added. Ref #23513 Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 8c2ab94 commit 26108fe

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

‎dev-packages/e2e-tests/test-applications/nextjs-15-intl/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/node": "^18.19.1",
1616
"@types/react": "18.0.26",
1717
"@types/react-dom": "18.0.9",
18-
"next": "15.5.18",
18+
"next": "15.5.21",
1919
"next-intl": "^4.3.12",
2020
"react": "latest",
2121
"react-dom": "latest",

‎dev-packages/e2e-tests/test-applications/nextjs-15/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/react": "18.0.26",
2121
"@types/react-dom": "18.0.9",
2222
"ai": "^3.0.0",
23-
"next": "15.5.18",
23+
"next": "15.5.21",
2424
"react": "latest",
2525
"react-dom": "latest",
2626
"typescript": "~5.0.0",

‎dev-packages/e2e-tests/test-applications/nextjs-16-bun/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@sentry/bun": "file:../../packed/sentry-bun-packed.tgz",
1717
"@sentry/core": "file:../../packed/sentry-core-packed.tgz",
1818
"import-in-the-middle": "^2",
19-
"next": "16.2.3",
19+
"next": "16.2.11",
2020
"react": "19.1.0",
2121
"react-dom": "19.1.0",
2222
"require-in-the-middle": "^8"

‎dev-packages/e2e-tests/test-applications/nextjs-16-cf-workers/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@opennextjs/cloudflare": "^1.14.9",
2121
"@sentry/nextjs": "file:../../packed/sentry-nextjs-packed.tgz",
2222
"@sentry/core": "file:../../packed/sentry-core-packed.tgz",
23-
"next": "16.2.3",
23+
"next": "16.2.11",
2424
"react": "19.1.0",
2525
"react-dom": "19.1.0"
2626
},

‎dev-packages/e2e-tests/test-applications/nextjs-16-streaming/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@vercel/queue": "^0.1.3",
2525
"ai": "^3.0.0",
2626
"import-in-the-middle": "^2",
27-
"next": "16.2.6",
27+
"next": "16.2.11",
2828
"react": "19.1.0",
2929
"react-dom": "19.1.0",
3030
"require-in-the-middle": "^8",

‎dev-packages/e2e-tests/test-applications/nextjs-16-trailing-slash/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@sentry/nextjs": "file:../../packed/sentry-nextjs-packed.tgz",
1717
"@sentry/core": "file:../../packed/sentry-core-packed.tgz",
1818
"import-in-the-middle": "^2",
19-
"next": "16.2.3",
19+
"next": "16.2.11",
2020
"react": "19.1.0",
2121
"react-dom": "19.1.0",
2222
"require-in-the-middle": "^8"

‎dev-packages/e2e-tests/test-applications/nextjs-16-tunnel/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@sentry/core": "file:../../packed/sentry-core-packed.tgz",
2828
"ai": "^3.0.0",
2929
"import-in-the-middle": "^1",
30-
"next": "16.2.3",
30+
"next": "16.2.11",
3131
"react": "19.1.0",
3232
"react-dom": "19.1.0",
3333
"require-in-the-middle": "^7",

‎dev-packages/e2e-tests/test-applications/nextjs-16/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"ai": "^3.0.0",
3131
"import-in-the-middle": "^2",
3232
"ioredis": "5.10.1",
33-
"next": "16.2.3",
33+
"next": "16.2.11",
3434
"openai": "5.18.1",
3535
"pg": "^8.13.1",
3636
"react": "19.1.0",

‎dev-packages/e2e-tests/test-applications/nextjs-sourcemaps/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@sentry/nextjs": "file:../../packed/sentry-nextjs-packed.tgz",
13-
"next": "16.2.3",
13+
"next": "16.2.11",
1414
"react": "19.1.0",
1515
"react-dom": "19.1.0",
1616
"typescript": "~5.0.0"

0 commit comments

Comments
 (0)