Skip to content

Commit df62ed9

Browse files
chargomeclaude
andauthored
test(nextjs): Pin eslint-config-next package to major (#20552)
`@next/eslint-plugin-next@16.3.0-canary.3` was never published which is why our tests started failing. We do not use lint in tests anyway so it's fine to keep them on latest 16 closes #20546, #20545, #20544, #20542, #20543, #20541, #20540, #20539, #20538, #20537, #20536, #20535 --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 49bd7e7 commit df62ed9

5 files changed

Lines changed: 10 additions & 8 deletions

File tree

.size-limit.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ module.exports = [
9696
path: 'packages/browser/build/npm/esm/prod/index.js',
9797
import: createImport('init', 'browserTracingIntegration', 'replayIntegration', 'replayCanvasIntegration'),
9898
gzip: true,
99-
limit: '88 KB',
99+
limit: '89 KB',
100100
disablePlugins: ['@size-limit/esbuild'],
101101
},
102102
{
@@ -310,15 +310,15 @@ module.exports = [
310310
path: createCDNPath('bundle.tracing.replay.min.js'),
311311
gzip: false,
312312
brotli: false,
313-
limit: '257 KB',
313+
limit: '258 KB',
314314
disablePlugins: ['@size-limit/esbuild'],
315315
},
316316
{
317317
name: 'CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed',
318318
path: createCDNPath('bundle.tracing.replay.logs.metrics.min.js'),
319319
gzip: false,
320320
brotli: false,
321-
limit: '260.5 KB',
321+
limit: '261 KB',
322322
disablePlugins: ['@size-limit/esbuild'],
323323
},
324324
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/react": "^19",
4040
"@types/react-dom": "^19",
4141
"eslint": "^9",
42-
"eslint-config-next": "canary",
42+
"eslint-config-next": "^16",
4343
"typescript": "^5"
4444
},
4545
"volta": {

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/react": "^19",
3232
"@types/react-dom": "^19",
3333
"eslint": "^9",
34-
"eslint-config-next": "canary",
34+
"eslint-config-next": "^16",
3535
"typescript": "^5",
3636
"wrangler": "^4.61.0"
3737
},
@@ -43,7 +43,9 @@
4343
{
4444
"build-command": "pnpm test:build-latest",
4545
"label": "nextjs-16-cf-workers (latest)"
46-
},
46+
}
47+
],
48+
"optionalVariants": [
4749
{
4850
"build-command": "pnpm test:build-canary",
4951
"label": "nextjs-16-cf-workers (canary)"

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
@@ -40,7 +40,7 @@
4040
"@types/react": "^19",
4141
"@types/react-dom": "^19",
4242
"eslint": "^9",
43-
"eslint-config-next": "canary",
43+
"eslint-config-next": "^16",
4444
"typescript": "^5"
4545
},
4646
"volta": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/react": "^19",
4242
"@types/react-dom": "^19",
4343
"eslint": "^9",
44-
"eslint-config-next": "canary",
44+
"eslint-config-next": "^16",
4545
"typescript": "^5"
4646
},
4747
"volta": {

0 commit comments

Comments
 (0)