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
11 changes: 11 additions & 0 deletions .changeset/c3-frameworks-update-12339.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"create-cloudflare": patch
---

Update dependencies of "create-cloudflare"

The following dependency versions have been updated:

| Dependency | From | To |
| ------------- | ----- | ----- |
| create-analog | 2.2.2 | 2.2.3 |
11 changes: 11 additions & 0 deletions .changeset/c3-frameworks-update-12341.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"create-cloudflare": patch
---

Update dependencies of "create-cloudflare"

The following dependency versions have been updated:

| Dependency | From | To |
| ----------- | ------ | ------ |
| create-qwik | 1.18.0 | 1.19.0 |
11 changes: 11 additions & 0 deletions .changeset/c3-frameworks-update-12342.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"create-cloudflare": patch
---

Update dependencies of "create-cloudflare"

The following dependency versions have been updated:

| Dependency | From | To |
| ---------- | ------ | ------ |
| sv | 0.11.3 | 0.11.4 |
11 changes: 11 additions & 0 deletions .changeset/c3-frameworks-update-12343.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"create-cloudflare": patch
---

Update dependencies of "create-cloudflare"

The following dependency versions have been updated:

| Dependency | From | To |
| ----------- | ------- | ------- |
| create-vike | 0.0.566 | 0.0.572 |
11 changes: 11 additions & 0 deletions .changeset/c3-frameworks-update-12344.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"create-cloudflare": patch
---

Update dependencies of "create-cloudflare"

The following dependency versions have been updated:

| Dependency | From | To |
| ----------- | ---------------------- | ---------------------- |
| create-waku | 0.12.5-1.0.0-alpha.2-0 | 0.12.5-1.0.0-alpha.3-0 |
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ web_modules/
# Optional eslint cache
.eslintcache

# Optional prettier cache
.prettiercache

# Optional stylelint cache
.stylelintcache

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"check": "pnpm check:fixtures && pnpm check:private-packages && pnpm check:package-deps && pnpm check:deployments && node lint-turbo.mjs && dotenv -- turbo check:lint check:type check:format type:tests",
"check:deployments": "node -r esbuild-register tools/deployments/deploy-non-npm-packages.ts check",
"check:fixtures": "node -r esbuild-register tools/deployments/validate-fixtures.ts",
"check:format": "prettier . --check --ignore-unknown",
"check:format": "prettier . --check --ignore-unknown --cache",
"check:lint": "dotenv -- turbo check:lint",
"check:package-deps": "node -r esbuild-register tools/deployments/validate-package-dependencies.ts",
"check:private-packages": "node -r esbuild-register tools/deployments/validate-private-packages.ts",
"check:type": "dotenv -- turbo check:type type:tests",
"dev": "dotenv -- turbo dev",
"fix": "dotenv -- turbo check:lint -- --fix && pnpm run prettify",
"prettify": "prettier . --write --ignore-unknown",
"prettify": "prettier . --write --ignore-unknown --cache",
"test": "dotenv -- turbo test",
"test:ci": "dotenv -- turbo test:ci",
"test:e2e": "dotenv -- turbo test:e2e",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"license": "MIT OR Apache-2.0",
"author": "wrangler@cloudflare.com",
"scripts": {
"check:lint": "eslint . --max-warnings=0",
"check:lint": "eslint . --max-warnings=0 --cache",
"check:type": "tsc",
"deploy": "echo 'no deploy'",
"test:ci": "vitest run"
Expand Down
2 changes: 1 addition & 1 deletion packages/containers-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "MIT OR Apache-2.0",
"author": "wrangler@cloudflare.com",
"scripts": {
"check:lint": "eslint . --max-warnings 0",
"check:lint": "eslint . --max-warnings 0 --cache",
"check:type": "tsc -p ./tsconfig.json && pnpm run type:tests",
"deploy": "echo 'no deploy'",
"test": "vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"scripts": {
"build": "node -r esbuild-register scripts/build.ts",
"dev:codemod": "node -r esbuild-register scripts/codemodDev.ts",
"check:lint": "eslint . --max-warnings=0",
"check:lint": "eslint . --max-warnings=0 --cache",
"check:type": "tsc",
"test:e2e": "vitest run --config ./vitest-e2e.config.mts",
"test:unit": "vitest run --config ./vitest.config.mts",
Expand Down
10 changes: 5 additions & 5 deletions packages/create-cloudflare/src/frameworks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
],
"dependencies": {
"create-astro": "4.13.2",
"create-analog": "2.2.2",
"create-analog": "2.2.3",
"@angular/create": "21.1.1",
"create-docusaurus": "3.9.2",
"create-hono": "0.19.4",
"create-next-app": "15.5.6",
"create-qwik": "1.18.0",
"create-qwik": "1.19.0",
"create-vite": "7.1.1",
"create-rwsdk": "3.1.3",
"create-react-router": "7.13.0",
"create-solid": "0.6.11",
"create-vike": "0.0.566",
"create-vike": "0.0.572",
"create-vue": "3.19.0",
"create-waku": "0.12.5-1.0.0-alpha.2-0",
"create-waku": "0.12.5-1.0.0-alpha.3-0",
"@tanstack/create-start": "0.40.0",
"gatsby": "5.15.0",
"sv": "0.11.3",
"sv": "0.11.4",
"nuxi": "3.30.0"
}
}
2 changes: 1 addition & 1 deletion packages/devprod-status-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.3.0",
"private": true,
"scripts": {
"check:lint": "eslint . --max-warnings=0",
"check:lint": "eslint . --max-warnings=0 --cache",
"check:type": "tsc",
"deploy": "wrangler deploy"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/edge-preview-authenticated-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.2.5",
"private": true,
"scripts": {
"check:lint": "eslint . --max-warnings=0",
"check:lint": "eslint . --max-warnings=0 --cache",
"check:type": "tsc",
"deploy": "wrangler deploy",
"start": "wrangler dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/format-errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "wrangler build",
"check:lint": "eslint . --max-warnings=0",
"check:lint": "eslint . --max-warnings=0 --cache",
"check:type": "tsc",
"deploy": "wrangler deploy",
"start": "wrangler dev"
Expand Down
2 changes: 1 addition & 1 deletion packages/kv-asset-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"scripts": {
"build": "tsup",
"check:lint": "eslint . --max-warnings=0",
"check:lint": "eslint . --max-warnings=0 --cache",
"check:type": "tsc",
"prepack": "npm run build",
"pretest": "npm run build",
Expand Down
2 changes: 1 addition & 1 deletion packages/miniflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"scripts": {
"build": "node scripts/build.mjs && pnpm run types:build",
"capnp:workerd": "capnp-es node_modules/workerd/workerd.capnp -ots:src/runtime/config/generated --src-prefix=node_modules/workerd",
"check:lint": "eslint --max-warnings=0 \"{src,test}/**/*.ts\" \"types/**/*.ts\"",
"check:lint": "eslint --max-warnings=0 --cache \"{src,test}/**/*.ts\" \"types/**/*.ts\"",
"check:type": "tsc",
"clean": "rimraf ./dist ./dist-types",
"dev": "concurrently -n esbuild,typechk,typewrk -c yellow,blue,blue.dim \"node scripts/build.mjs watch\" \"node scripts/types.mjs tsconfig.json watch\" \"node scripts/types.mjs src/workers/tsconfig.json watch\"",
Expand Down
2 changes: 1 addition & 1 deletion packages/mock-npm-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"check:lint": "eslint . --max-warnings=0",
"check:lint": "eslint . --max-warnings=0 --cache",
"check:types": "tsc"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pages-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"scripts": {
"build": "node -r esbuild-register ./scripts/build.ts",
"check:lint": "eslint . --max-warnings=0",
"check:lint": "eslint . --max-warnings=0 --cache",
"check:type": "tsc",
"prepack": "npm run build",
"test": "vitest run",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground-preview-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build-middleware": "pnpm run build-middleware:common && pnpm run build-middleware:loader",
"build-middleware:common": "pnpm dlx esbuild ../wrangler/templates/middleware/common.ts --outfile=src/middleware/common.module.template",
"build-middleware:loader": "pnpm dlx esbuild ../wrangler/templates/middleware/loader-modules.ts --outfile=src/middleware/loader.module.template",
"check:lint": "eslint . --max-warnings=0",
"check:lint": "eslint . --max-warnings=0 --cache",
"check:type": "tsc",
"deploy": "wrangler deploy",
"deploy:testing": "wrangler deploy -e testing",
Expand Down
2 changes: 1 addition & 1 deletion packages/quick-edit-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"publisher": "cloudflare",
"browser": "./dist/extension.js",
"scripts": {
"check:lint": "eslint src --max-warnings=0",
"check:lint": "eslint src --max-warnings=0 --cache",
"check:type": "tsc",
"package-web": "node -r esbuild-register scripts/bundle.ts",
"vscode:prepublish": "pnpm run package-web",
Expand Down
2 changes: 1 addition & 1 deletion packages/quick-edit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "BSD-3-Clause",
"author": "workers-devprod@cloudflare.com",
"scripts": {
"check:lint": "eslint --max-warnings=0",
"check:lint": "eslint --max-warnings=0 --cache",
"check:type": "tsc",
"custom:build": "./build.sh",
"deploy": "pnpm run setup && pnpm run custom:build && CLOUDFLARE_ACCOUNT_ID=e35fd947284363a46fd7061634477114 pnpm wrangler deploy",
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-r2-archive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"scripts": {
"build": "wrangler deploy --dry-run --outdir=./dist",
"check:lint": "eslint . --max-warnings=0",
"check:lint": "eslint . --max-warnings=0 --cache",
"deploy": "wrangler deploy",
"start": "wrangler dev",
"type:check": "tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/unenv-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],
"scripts": {
"build": "unbuild",
"check:lint": "eslint . --max-warnings=0",
"check:lint": "eslint . --max-warnings=0 --cache",
"check:type": "tsc --noEmit"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"scripts": {
"build": "tsdown",
"check:lint": "eslint . --max-warnings=0",
"check:lint": "eslint . --max-warnings=0 --cache",
"check:type": "tsc --build",
"dev": "tsdown --watch",
"test": "vitest run",
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest-pool-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"scripts": {
"build": "node scripts/bundle.mjs && tsc -p tsconfig.emit.json",
"capnp:rtti": "capnp-es scripts/rtti/rtti.capnp -ojs",
"check:lint": "eslint . --max-warnings=0",
"check:lint": "eslint . --max-warnings=0 --cache",
"check:type": "tsc && tsc -p src/worker/tsconfig.json && tsc -p types/tsconfig.json",
"dev": "node scripts/bundle.mjs watch",
"test": "vitest run",
Expand Down
2 changes: 1 addition & 1 deletion packages/workers-editor-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"scripts": {
"build": "tsc && vite build",
"check:lint": "eslint lib --max-warnings=0",
"check:lint": "eslint lib --max-warnings=0 --cache",
"check:type": "tsc && tsc -p tsconfig.node.json --noEmit",
"dev": "vite"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/workers-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "tsc && vite build",
"build:testing": "tsc && vite build -m development",
"check": "pnpm exec tsx ./generate-default-hashes.ts check",
"check:lint": "eslint src --max-warnings=0",
"check:lint": "eslint src --max-warnings=0 --cache",
"check:type": "tsc",
"deploy": "CLOUDFLARE_ACCOUNT_ID=e35fd947284363a46fd7061634477114 wrangler pages deploy --project-name workers-playground ./dist",
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/workers-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "MIT OR Apache-2.0",
"author": "wrangler@cloudflare.com",
"scripts": {
"check:lint": "eslint . --max-warnings=0",
"check:lint": "eslint . --max-warnings=0 --cache",
"check:type": "pnpm run check:type:tests && tsc",
"check:type:tests": "tsc -p ./asset-worker/tests/tsconfig.json && tsc -p ./router-worker/tests/tsconfig.json",
"deploy": "pnpm run generate-sourcemaps && pnpm run deploy:router-worker && pnpm run deploy:asset-worker && pnpm run upload-sourcemaps",
Expand Down
2 changes: 1 addition & 1 deletion packages/workers-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"scripts": {
"build": "tsup",
"check:lint": "eslint . --max-warnings=0",
"check:lint": "eslint . --max-warnings=0 --cache",
"check:type": "tsc -p ./tsconfig.json",
"dev": "concurrently -c black,blue --kill-others-on-fail false \"pnpm tsup --watch src\" \"pnpm run check:type --watch --preserveWatchOutput\"",
"test": "vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/workflows-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"scripts": {
"build": "esbuild ./src/local-binding-worker.ts --format=esm --bundle --outfile=dist/local-binding-worker.mjs --sourcemap=external --external:cloudflare:*",
"check:lint": "eslint . --max-warnings=0",
"check:lint": "eslint . --max-warnings=0 --cache",
"check:type": "tsc",
"clean": "rimraf dist",
"deploy": "echo 'no deploy'",
Expand Down
2 changes: 1 addition & 1 deletion packages/wrangler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"scripts": {
"assert-git-version": "node -r esbuild-register scripts/assert-git-version.ts",
"build": "pnpm run clean && pnpm tsup && pnpm run generate-json-schema",
"check:lint": "eslint . --max-warnings=0",
"check:lint": "eslint . --max-warnings=0 --cache",
"check:type": "tsc -p ./tsconfig.json && tsc -p ./templates/tsconfig.json",
"clean": "rimraf wrangler-dist miniflare-dist emitted-types",
"dev": "pnpm run clean && concurrently -c black,blue --kill-others-on-fail false \"pnpm tsup --watch src --watch ../containers-shared/src --watch ../cli\" \"pnpm run check:type --watch --preserveWatchOutput\"",
Expand Down
4 changes: 1 addition & 3 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
"persistent": true,
"cache": false
},
"check:lint": {
"dependsOn": ["^check:lint"]
},
"check:lint": {},
"check:type": {
"dependsOn": ["build"]
},
Expand Down
Loading