Skip to content

Commit b2a215e

Browse files
committed
Remove "experimental" compat flags.
1 parent 2f3549a commit b2a215e

54 files changed

Lines changed: 8190 additions & 3334 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.agents/skills/write-gatekeeper/SKELETON.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ class MySessionImpl extends RpcTarget implements MySession {
544544
"name": "gatekeeper-<name>",
545545
"main": "src/<name>.ts",
546546
"compatibility_date": "2026-02-02",
547-
"compatibility_flags": ["experimental", "allow_irrevocable_stub_storage"],
547+
"compatibility_flags": ["allow_irrevocable_stub_storage"],
548548
"migrations": [
549549
{
550550
"tag": "v0",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"devDependencies": {
1818
"jsonc-parser": "^3.3.1",
19-
"oxlint": "^1.71.0",
19+
"oxlint": "^1.76.0",
2020
"typescript": "^5.9.3",
21-
"vite": "^7.3.5",
22-
"wrangler": "^4.103.0"
21+
"vite": "^7.3.6",
22+
"wrangler": "^4.115.0"
2323
}
2424
}

packages/backend-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@gadgets/error-reporting": "workspace:*"
2929
},
3030
"devDependencies": {
31-
"@cloudflare/workers-types": "^4.20260619.1",
32-
"@cloudflare/vitest-pool-workers": "^0.16.18",
33-
"vitest": "^4.1.9"
31+
"@cloudflare/vitest-pool-workers": "^0.16.20",
32+
"@cloudflare/workers-types": "^4.20260702.1",
33+
"vitest": "^4.1.10"
3434
}
3535
}

packages/error-reporting/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
},
1616
"devDependencies": {
1717
"typescript": "^5.9.3",
18-
"vitest": "^4.1.9"
18+
"vitest": "^4.1.10"
1919
}
2020
}

packages/gatekeeper-cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
},
1919
"devDependencies": {
2020
"typescript": "^5.9.3",
21-
"wrangler": "^4.103.0"
21+
"wrangler": "^4.115.0"
2222
}
2323
}

packages/gatekeeper-cloudflare/worker-configuration.d.ts

Lines changed: 133 additions & 57 deletions
Large diffs are not rendered by default.

packages/gatekeeper-cloudflare/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"watch_dir": "src"
77
},
88
"compatibility_date": "2026-02-02",
9-
"compatibility_flags": ["experimental", "allow_irrevocable_stub_storage", "nodejs_als"],
9+
"compatibility_flags": ["allow_irrevocable_stub_storage", "nodejs_als"],
1010
"rules": [
1111
{ "type": "Text", "globs": ["**/*.txt", "**/*.svg"], "fallthrough": false }
1212
],

packages/gatekeeper-confluence/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"@gadgets/workshop-shared": "workspace:*",
1818
"capnweb": "^0.8.0",
1919
"capnweb-validate": "0.2.1",
20-
"node-html-parser": "^7.0.1"
20+
"node-html-parser": "^7.1.0"
2121
},
2222
"devDependencies": {
2323
"typescript": "^5.9.3",
24-
"vitest": "^3.2.4",
25-
"wrangler": "^4.92.0"
24+
"vitest": "^3.2.7",
25+
"wrangler": "^4.115.0"
2626
}
2727
}

0 commit comments

Comments
 (0)