Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cloud-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"@octokit/auth-app": "^8.1.2",
"@trpc/server": "^11.0.0",
"aws4fetch": "^1.0.20",
"jsonwebtoken": "^9.0.2",
"jsonwebtoken": "^9.0.3",
"pg": "^8.16.3",
"workers-tagged-logger": "^1.0.0",
"zod": "^4.1.0"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.11.1",
"@cloudflare/vitest-pool-workers": "^0.12.8",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.38.0",
"@types/jsonwebtoken": "^9.0.10",
Expand All @@ -48,7 +48,7 @@
"typescript": "^5.8.3",
"typescript-eslint": "^8.46.2",
"vitest": "^2.1.8",
"wrangler": "^4.51.0"
"wrangler": "^4.61.0"
},
"author": "",
"license": "MIT"
Expand Down
4 changes: 2 additions & 2 deletions cloudflare-ai-attribution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"jest": "^29.7.0",
"typescript": "^5.7.2",
"@types/jsonwebtoken": "^9.0.10",
"wrangler": "^4.54.0"
"wrangler": "^4.61.0"
},
"dependencies": {
"hono": "^4.11.4",
"workers-tagged-logger": "^1.0.0",
"jsonwebtoken": "^9.0.2",
"jsonwebtoken": "^9.0.3",
"zod": "^4.1.12"
}
}
4 changes: 2 additions & 2 deletions cloudflare-app-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@ashishkumar472/cf-git": "1.0.5",
"diff": "^8.0.2",
"jsonwebtoken": "^9.0.2",
"jsonwebtoken": "^9.0.3",
"workers-tagged-logger": "^1.0.0",
"zod": "^4.1.12"
},
Expand All @@ -25,6 +25,6 @@
"@types/node": "^22.10.1",
"tsx": "^4.7.0",
"typescript": "^5.9.3",
"wrangler": "4.45.3"
"wrangler": "^4.61.0"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: wrangler changed from pinned to a semver range; this can reduce build reproducibility

If wrangler publishes a breaking change under the ^4.x range (or behavior changes that affect worker builds), CI and local dev may diverge over time. Pinning the exact version keeps the toolchain stable.

Suggested change
"wrangler": "^4.61.0"
"wrangler": "4.61.0"

}
}
2 changes: 1 addition & 1 deletion cloudflare-auto-fix-infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20260120.0",
"typescript": "^5.8.3",
"wrangler": "^4.54.0"
"wrangler": "^4.61.0"
},
"dependencies": {
"hono": "^4.11.4",
Expand Down
2 changes: 1 addition & 1 deletion cloudflare-auto-triage-infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20260120.0",
"typescript": "^5.8.3",
"wrangler": "^4.51.0"
"wrangler": "^4.61.0"
},
"dependencies": {
"hono": "^4.11.4",
Expand Down
2 changes: 1 addition & 1 deletion cloudflare-code-review-infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20250110.0",
"typescript": "^5.8.3",
"wrangler": "^4.45.1"
"wrangler": "^4.61.0"
},
"dependencies": {
"hono": "^4.11.4"
Expand Down
4 changes: 2 additions & 2 deletions cloudflare-db-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"zod": "^4.1.12"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.11.1",
"@cloudflare/vitest-pool-workers": "^0.12.8",
"@types/jest": "^30.0.0",
"@types/node": "^22",
"jest": "^30.2.0",
"ts-jest": "^29.4.6",
"typescript": "^5.8.3",
"wrangler": "^4.54.0"
"wrangler": "^4.61.0"
}
}
2 changes: 1 addition & 1 deletion cloudflare-deploy-infra/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"ts-jest": "^29.1.2",
"tsx": "^4.7.0",
"typescript": "^5.8.3",
"wrangler": "^4.51.0"
"wrangler": "^4.61.0"
}
}
2 changes: 1 addition & 1 deletion cloudflare-deploy-infra/dispatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"hono": "^4.11.4",
"hono-rate-limiter": "^0.5.3",
"jsonwebtoken": "^9.0.2",
"jsonwebtoken": "^9.0.3",
"zod": "^4.1.12"
}
}
2 changes: 1 addition & 1 deletion cloudflare-session-ingest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^22",
"vitest": "^2.1.8",
"wrangler": "^4.60.0"
"wrangler": "^4.61.0"
}
}
4 changes: 2 additions & 2 deletions cloudflare-webhook-agent-ingest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"zod": "^4.3.5"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.12.1",
"@cloudflare/vitest-pool-workers": "^0.12.8",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.0",
"@types/node": "^22",
Expand All @@ -40,6 +40,6 @@
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.2",
"vitest": "^2.1.8",
"wrangler": "^4.51.0"
"wrangler": "^4.61.0"
}
}
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
"@ai-sdk/gateway": "^3.0.16",
"@ai-sdk/mistral": "^2.0.23",
"@ai-sdk/openai": "^2.0.52",
"@aws-sdk/client-s3": "^3.933.0",
"@aws-sdk/s3-request-presigner": "^3.933.0",
"@aws-sdk/client-s3": "^3.980.0",
"@aws-sdk/s3-request-presigner": "^3.980.0",
"@lottiefiles/dotlottie-react": "^0.17.6",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@mistralai/mistralai": "^1.10.0",
"@monaco-editor/react": "^4.7.0",
"@next/bundle-analyzer": "^16.0.3",
"@next/mdx": "^15.5.7",
"@next/third-parties": "^15.5.7",
"@next/mdx": "^15.5.10",
"@next/third-parties": "^15.5.10",
"@octokit/auth-app": "^8.1.2",
"@octokit/oauth-methods": "^6.0.2",
"@octokit/rest": "^22.0.0",
Expand Down Expand Up @@ -103,7 +103,7 @@
"jotai-minidb": "^0.0.8",
"js-cookie": "^3.0.5",
"js-yaml": "^4.1.1",
"jsonwebtoken": "^9.0.2",
"jsonwebtoken": "^9.0.3",
"lucide-react": "^0.552.0",
"motion": "^12.23.24",
"next": "^15.5.10",
Expand Down Expand Up @@ -133,7 +133,7 @@
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.39.1",
"@jest/globals": "^30.2.0",
"@next/eslint-plugin-next": "^15.5.7",
"@next/eslint-plugin-next": "^15.5.10",
"@playwright/test": "^1.57.0",
"@swc/jest": "^0.2.39",
"@tailwindcss/postcss": "^4.1.16",
Expand All @@ -151,7 +151,7 @@
"dotenv": "^17.2.3",
"drizzle-kit": "^0.31.8",
"eslint": "^9.39.1",
"eslint-config-next": "^15.5.7",
"eslint-config-next": "^15.5.10",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-drizzle": "^0.2.3",
"eslint-plugin-n": "^17.23.1",
Expand Down Expand Up @@ -179,7 +179,8 @@
"overrides": {
"mdast-util-to-hast": "^13.2.1",
"storybook": "^9.1.17",
"next": "^15.5.10"
"next": "^15.5.10",
"preact": "10.28.3"
}
}
}
Loading