Skip to content

Commit 33587e0

Browse files
committed
fixup! bump wrangler and compatibility_date
1 parent 68dcd76 commit 33587e0

20 files changed

Lines changed: 684 additions & 165 deletions

File tree

examples/create-next-app/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "node_modules/wrangler/config-schema.json",
33
"main": ".open-next/worker.js",
44
"name": "create-next-app",
5-
"compatibility_date": "2026-04-15",
5+
"compatibility_date": "2026-08-01",
66
"compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"],
77
"assets": {
88
"directory": ".open-next/assets",

examples/e2e/app-pages-router/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "node_modules/wrangler/config-schema.json",
33
"main": ".open-next/worker.js",
44
"name": "app-pages-router",
5-
"compatibility_date": "2026-04-15",
5+
"compatibility_date": "2026-08-01",
66
"compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"],
77
"assets": {
88
"directory": ".open-next/assets",

examples/e2e/app-router/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "node_modules/wrangler/config-schema.json",
33
"main": ".open-next/worker.js",
44
"name": "app-router",
5-
"compatibility_date": "2026-04-15",
5+
"compatibility_date": "2026-08-01",
66
"compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"],
77
"assets": {
88
"directory": ".open-next/assets",

examples/e2e/experimental/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "node_modules/wrangler/config-schema.json",
33
"main": ".open-next/worker.js",
44
"name": "experimental",
5-
"compatibility_date": "2026-04-15",
5+
"compatibility_date": "2026-08-01",
66
"compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"],
77
"assets": {
88
"directory": ".open-next/assets",

examples/e2e/pages-router/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "node_modules/wrangler/config-schema.json",
33
"main": ".open-next/worker.js",
44
"name": "pages-router",
5-
"compatibility_date": "2026-04-15",
5+
"compatibility_date": "2026-08-01",
66
"compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"],
77
"assets": {
88
"directory": ".open-next/assets",

examples/middleware/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "node_modules/wrangler/config-schema.json",
33
"main": ".open-next/worker.js",
44
"name": "middleware",
5-
"compatibility_date": "2026-04-15",
5+
"compatibility_date": "2026-08-01",
66
"compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"],
77
"assets": {
88
"directory": ".open-next/assets",

examples/overrides/d1-tag-next/wrangler.e2e.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "node_modules/wrangler/config-schema.json",
33
"main": ".open-next/worker.js",
44
"name": "ssg-app",
5-
"compatibility_date": "2026-04-15",
5+
"compatibility_date": "2026-08-01",
66
"compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"],
77
"assets": {
88
"directory": ".open-next/assets",

examples/overrides/kv-tag-next/wrangler.e2e.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "node_modules/wrangler/config-schema.json",
33
"main": ".open-next/worker.js",
44
"name": "ssg-app",
5-
"compatibility_date": "2026-04-15",
5+
"compatibility_date": "2026-08-01",
66
"compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"],
77
"assets": {
88
"directory": ".open-next/assets",

examples/overrides/memory-queue/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "node_modules/wrangler/config-schema.json",
33
"main": ".open-next/worker.js",
44
"name": "memory-queue",
5-
"compatibility_date": "2026-04-15",
5+
"compatibility_date": "2026-08-01",
66
"compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"],
77
"assets": {
88
"directory": ".open-next/assets",

examples/overrides/r2-incremental-cache/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "node_modules/wrangler/config-schema.json",
33
"main": ".open-next/worker.js",
44
"name": "r2-incremental-cache",
5-
"compatibility_date": "2026-04-15",
5+
"compatibility_date": "2026-08-01",
66
"compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"],
77
"assets": {
88
"directory": ".open-next/assets",

0 commit comments

Comments
 (0)