Skip to content

Commit 798217a

Browse files
authored
Merge branch 'main' into feat/node-middleware-support
2 parents 16301c0 + 0daef4d commit 798217a

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@netlify/edge-functions": "^2.17.1",
6262
"@netlify/eslint-config-node": "^7.0.1",
6363
"@netlify/functions": "^4.2.4",
64-
"@netlify/serverless-functions-api": "^2.2.1",
64+
"@netlify/serverless-functions-api": "^2.3.0",
6565
"@netlify/zip-it-and-ship-it": "^14.1.4",
6666
"@opentelemetry/api": "^1.8.0",
6767
"@playwright/test": "^1.43.1",

tests/test-config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,10 @@
420420
"app-dir action size limit invalid config should respect the size set in serverActions.bodySizeLimit for plaintext fetch actions should error for requests that exceed the size limit",
421421
"app-dir action size limit invalid config should respect the size set in serverActions.bodySizeLimit for multipart fetch actions should error for requests that exceed the size limit"
422422
]
423+
},
424+
{
425+
"file": "test/e2e/app-dir/next-after-app-deploy/index.test.ts",
426+
"reason": "Common test setup in this test suite is making 2 requests to page with 1 hour revalidation asserting it's the same, but on Netlify the first fetch will serve content we mark as stale, so second one will serve freshly generated one and those won't match."
423427
}
424428
],
425429
"failures": [

0 commit comments

Comments
 (0)