Skip to content

Commit 2f79820

Browse files
conico974Nicolas Dorseuil
andauthored
Bump OpenNext to 1.6.4 (#3520)
Co-authored-by: Nicolas Dorseuil <[email protected]>
1 parent eec8f16 commit 2f79820

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

bun.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@gitbook/react-contentkit": "workspace:*",
6161
"@gitbook/react-math": "workspace:*",
6262
"@gitbook/react-openapi": "workspace:*",
63-
"@opennextjs/cloudflare": "^1.6.2",
63+
"@opennextjs/cloudflare": "^1.6.4",
6464
"@radix-ui/react-checkbox": "^1.0.4",
6565
"@radix-ui/react-dropdown-menu": "^2.1.12",
6666
"@radix-ui/react-navigation-menu": "^1.2.3",
@@ -789,9 +789,9 @@
789789

790790
"@octokit/types": ["@octokit/[email protected]", "", { "dependencies": { "@octokit/openapi-types": "^25.1.0" } }, "sha512-1y6DgTy8Jomcpu33N+p5w58l6xyt55Ar2I91RPiIA0xCJBXyUAhXCcmZaDWSANiha7R9a6qJJ2CRomGPZ6f46g=="],
791791

792-
"@opennextjs/aws": ["@opennextjs/[email protected].1", "", { "dependencies": { "@ast-grep/napi": "^0.35.0", "@aws-sdk/client-cloudfront": "3.398.0", "@aws-sdk/client-dynamodb": "^3.398.0", "@aws-sdk/client-lambda": "^3.398.0", "@aws-sdk/client-s3": "^3.398.0", "@aws-sdk/client-sqs": "^3.398.0", "@node-minify/core": "^8.0.6", "@node-minify/terser": "^8.0.6", "@tsconfig/node18": "^1.0.1", "aws4fetch": "^1.0.18", "chalk": "^5.3.0", "cookie": "^1.0.2", "esbuild": "0.25.4", "express": "5.0.1", "path-to-regexp": "^6.3.0", "urlpattern-polyfill": "^10.0.0", "yaml": "^2.7.0" }, "bin": { "open-next": "dist/index.js" } }, "sha512-ryV5cQucSJDU0TF3+Jzqn9g0/+zhUZgjNopSnchPvH0SxSAbKkNaNH7SlnWBhykjusqHaFzQ8dfEjcjAq7TJSQ=="],
792+
"@opennextjs/aws": ["@opennextjs/[email protected].4", "", { "dependencies": { "@ast-grep/napi": "^0.35.0", "@aws-sdk/client-cloudfront": "3.398.0", "@aws-sdk/client-dynamodb": "^3.398.0", "@aws-sdk/client-lambda": "^3.398.0", "@aws-sdk/client-s3": "^3.398.0", "@aws-sdk/client-sqs": "^3.398.0", "@node-minify/core": "^8.0.6", "@node-minify/terser": "^8.0.6", "@tsconfig/node18": "^1.0.1", "aws4fetch": "^1.0.18", "chalk": "^5.3.0", "cookie": "^1.0.2", "esbuild": "0.25.4", "express": "5.0.1", "path-to-regexp": "^6.3.0", "urlpattern-polyfill": "^10.0.0", "yaml": "^2.7.0" }, "bin": { "open-next": "dist/index.js" } }, "sha512-s50dmKrgQ62GliffoI/hGGQVb3q/7ZN5VRa4jJw0ZsEGLfk25XuAulO/ySCYeE7/A23KoAYuhafnKr/h+vxOeQ=="],
793793

794-
"@opennextjs/cloudflare": ["@opennextjs/[email protected].2", "", { "dependencies": { "@dotenvx/dotenvx": "1.31.0", "@opennextjs/aws": "3.7.1", "cloudflare": "^4.4.1", "enquirer": "^2.4.1", "glob": "^11.0.0", "ts-tqdm": "^0.8.6", "yargs": "^18.0.0" }, "peerDependencies": { "wrangler": "^4.24.4" }, "bin": { "opennextjs-cloudflare": "dist/cli/index.js" } }, "sha512-N96OTbp1970NwLP6dNkAzBDrxjthLQ3VXHcjKl8edqNbJ/iT75H60ZYHU/ZZ7gSZQeJluPvPb1n0ZPQ08EooCQ=="],
794+
"@opennextjs/cloudflare": ["@opennextjs/[email protected].4", "", { "dependencies": { "@dotenvx/dotenvx": "1.31.0", "@opennextjs/aws": "3.7.4", "cloudflare": "^4.4.1", "enquirer": "^2.4.1", "glob": "^11.0.0", "ts-tqdm": "^0.8.6", "yargs": "^18.0.0" }, "peerDependencies": { "wrangler": "^4.24.4" }, "bin": { "opennextjs-cloudflare": "dist/cli/index.js" } }, "sha512-vGEHr1+Dli4BSrs+CM+b2bnXoUdY/GUFiLfdH28UTRHggLMG7cL49M39LtzIVR5D8eqzZ38PDB2CZMn1LJ2gSw=="],
795795

796796
"@opentelemetry/api": ["@opentelemetry/[email protected]", "", {}, "sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg=="],
797797

packages/gitbook/openNext/customWorkers/middlewareWrangler.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
// When deployed locally, we don't have access to the tag cache here,
2626
// we should just bypass the cache to go to the server directly
2727
"SHOULD_BYPASS_CACHE": "true",
28-
"OPEN_NEXT_REQUEST_ID_HEADER": "true"
28+
"OPEN_NEXT_REQUEST_ID_HEADER": "true",
29+
"GITBOOK_URL": "http://localhost:8771"
2930
},
3031
"r2_buckets": [
3132
{

packages/gitbook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@gitbook/react-contentkit": "workspace:*",
1414
"@gitbook/react-math": "workspace:*",
1515
"@gitbook/react-openapi": "workspace:*",
16-
"@opennextjs/cloudflare": "^1.6.2",
16+
"@opennextjs/cloudflare": "^1.6.4",
1717
"@radix-ui/react-checkbox": "^1.0.4",
1818
"@radix-ui/react-dropdown-menu": "^2.1.12",
1919
"@radix-ui/react-navigation-menu": "^1.2.3",

0 commit comments

Comments
 (0)