Commit 26108fe
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
- nextjs-15
- nextjs-16-bun
- nextjs-16-cf-workers
- nextjs-16-streaming
- nextjs-16-trailing-slash
- nextjs-16-tunnel
- nextjs-16
- nextjs-sourcemaps
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments