Skip to content

Commit 08229e3

Browse files
committed
chore: bump compat date to 2025-09-20
1 parent 4957efe commit 08229e3

File tree

9 files changed

+16
-11
lines changed

9 files changed

+16
-11
lines changed

.changeset/green-mugs-obey.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'example-worker-echoback': patch
3+
---
4+
5+
chore: bump compat date to 2025-09-20

.cursor/rules/ci-cd-deployment.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Each worker needs [wrangler.jsonc](mdc:apps/example-worker-echoback/wrangler.jso
6666
"$schema": "node_modules/wrangler/config-schema.json",
6767
"name": "worker-name",
6868
"main": "src/index.ts",
69-
"compatibility_date": "2025-04-28",
69+
"compatibility_date": "2025-09-20",
7070
"compatibility_flags": ["nodejs_compat"],
7171
"routes": [],
7272
"logpush": true,

.cursor/rules/worker-development.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ app.use('*', cors(), logger())
8181
"$schema": "node_modules/wrangler/config-schema.json",
8282
"name": "worker-name",
8383
"main": "src/index.ts",
84-
"compatibility_date": "2025-04-28",
84+
"compatibility_date": "2025-09-20",
8585
"compatibility_flags": ["nodejs_compat"],
8686
"routes": [],
8787
"logpush": true,

.windsurf/rules/ci-cd-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Each worker needs [wrangler.jsonc](mdc:apps/example-worker-echoback/wrangler.jso
6666
"$schema": "node_modules/wrangler/config-schema.json",
6767
"name": "worker-name",
6868
"main": "src/index.ts",
69-
"compatibility_date": "2025-04-28",
69+
"compatibility_date": "2025-09-20",
7070
"compatibility_flags": ["nodejs_compat"],
7171
"routes": [],
7272
"logpush": true,

.windsurf/rules/worker-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ app.use('*', cors(), logger())
8181
"$schema": "node_modules/wrangler/config-schema.json",
8282
"name": "worker-name",
8383
"main": "src/index.ts",
84-
"compatibility_date": "2025-04-28",
84+
"compatibility_date": "2025-09-20",
8585
"compatibility_flags": ["nodejs_compat"],
8686
"routes": [],
8787
"logpush": true,

apps/example-worker-echoback/worker-configuration.d.ts

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

apps/example-worker-echoback/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
"name": "example-worker-echoback",
44
"main": "src/index.ts",
5-
"compatibility_date": "2025-04-28",
5+
"compatibility_date": "2025-09-20",
66
"compatibility_flags": ["nodejs_compat"],
77
"routes": [],
88
"logpush": true,

turbo/generators/templates/fetch-worker-vite/wrangler.jsonc.hbs

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
"name": "{{ slug name }}",
44
"main": "src/index.ts",
5-
"compatibility_date": "2025-04-28",
5+
"compatibility_date": "2025-09-20",
66
"compatibility_flags": ["nodejs_compat"],
77
"routes": [],
88
"logpush": true,

turbo/generators/templates/fetch-worker/wrangler.jsonc.hbs

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
"name": "{{ slug name }}",
44
"main": "src/index.ts",
5-
"compatibility_date": "2025-04-28",
5+
"compatibility_date": "2025-09-20",
66
"compatibility_flags": ["nodejs_compat"],
77
"routes": [],
88
"logpush": true,

0 commit comments

Comments
 (0)