create-cloudflare 2.68.0 → 2.68.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli.js +25 -12
  2. package/package.json +7 -7
package/dist/cli.js CHANGED
@@ -84086,7 +84086,6 @@ function normalizeAndValidateEnvironment(diagnostics, configPath, rawEnv, isDisp
84086
84086
  "error"
84087
84087
  );
84088
84088
  experimental(diagnostics, rawEnv, "unsafe");
84089
- experimental(diagnostics, rawEnv, "secrets");
84090
84089
  const route = normalizeAndValidateRoute(diagnostics, topLevelEnv, rawEnv);
84091
84090
  const account_id = inheritableInWranglerEnvironments(
84092
84091
  diagnostics,
@@ -86138,6 +86137,11 @@ var validateQueueBinding = /* @__PURE__ */ __name((diagnostics, field, value) =>
86138
86137
  isValid2 = false;
86139
86138
  }
86140
86139
  }
86140
+ if (hasProperty(value, "delivery_delay") && value.delivery_delay !== void 0) {
86141
+ diagnostics.warnings.push(
86142
+ `The "delivery_delay" field in "${field}" is deprecated and has no effect. Queue-level settings should be configured using "wrangler queues update" instead. This setting will be removed in a future version.`
86143
+ );
86144
+ }
86141
86145
  if (!isRemoteValid(value, field, diagnostics)) {
86142
86146
  isValid2 = false;
86143
86147
  }
@@ -87165,13 +87169,15 @@ var validatePreviewsConfig = /* @__PURE__ */ __name((envName) => (diagnostics, f
87165
87169
  "secrets_store_secrets",
87166
87170
  "artifacts",
87167
87171
  "unsafe_hello_world",
87172
+ "flagship",
87168
87173
  "worker_loaders",
87169
87174
  "ratelimits",
87170
87175
  "vpc_services",
87171
87176
  "version_metadata",
87172
87177
  "logpush",
87173
87178
  "observability",
87174
- "limits"
87179
+ "limits",
87180
+ "cache"
87175
87181
  ]) && isValid2;
87176
87182
  isValid2 = validateVars(envName)(
87177
87183
  diagnostics,
@@ -87345,6 +87351,12 @@ var validatePreviewsConfig = /* @__PURE__ */ __name((envName) => (diagnostics, f
87345
87351
  previews.unsafe_hello_world,
87346
87352
  void 0
87347
87353
  ) && isValid2;
87354
+ isValid2 = validateBindingArray(envName, validateFlagshipBinding)(
87355
+ diagnostics,
87356
+ `${field}.flagship`,
87357
+ previews.flagship,
87358
+ void 0
87359
+ ) && isValid2;
87348
87360
  isValid2 = validateBindingArray(envName, validateWorkerLoaderBinding)(
87349
87361
  diagnostics,
87350
87362
  `${field}.worker_loaders`,
@@ -87394,6 +87406,7 @@ var validatePreviewsConfig = /* @__PURE__ */ __name((envName) => (diagnostics, f
87394
87406
  "number"
87395
87407
  ) && isValid2;
87396
87408
  }
87409
+ isValid2 = validateCache(diagnostics, `${field}.cache`, previews.cache, void 0) && isValid2;
87397
87410
  return isValid2;
87398
87411
  }, "validatePreviewsConfig");
87399
87412
  var validateMigrations = /* @__PURE__ */ __name((diagnostics, field, value) => {
@@ -95594,7 +95607,7 @@ var Yargs = YargsFactory(esm_default2);
95594
95607
  var yargs_default = Yargs;
95595
95608
 
95596
95609
  // package.json
95597
- var version = "2.68.0";
95610
+ var version = "2.68.2";
95598
95611
 
95599
95612
  // src/metrics.ts
95600
95613
  var import_node_async_hooks = require("node:async_hooks");
@@ -97805,24 +97818,24 @@ __name2(getPropertyName, "getPropertyName");
97805
97818
  var package_default = {
97806
97819
  name: "frameworks_clis_info",
97807
97820
  dependencies: {
97808
- "@angular/create": "21.2.8",
97809
- "@tanstack/create-start": "0.59.26",
97821
+ "@angular/create": "21.2.10",
97822
+ "@tanstack/create-start": "0.59.30",
97810
97823
  "create-analog": "2.5.0",
97811
97824
  "create-astro": "5.0.6",
97812
- "create-docusaurus": "3.10.0",
97825
+ "create-docusaurus": "3.10.1",
97813
97826
  "create-hono": "0.19.4",
97814
- "create-next-app": "16.2.4",
97827
+ "create-next-app": "16.2.6",
97815
97828
  "create-qwik": "1.19.2",
97816
- "create-react-router": "7.14.2",
97829
+ "create-react-router": "7.15.0",
97817
97830
  "create-rwsdk": "3.1.3",
97818
97831
  "create-solid": "0.7.0",
97819
- "create-vike": "0.0.622",
97832
+ "create-vike": "0.0.625",
97820
97833
  "create-vite": "9.0.6",
97821
97834
  "create-vue": "3.22.3",
97822
- "create-waku": "0.12.5-1.0.0-alpha.8-0",
97835
+ "create-waku": "0.12.5-1.0.0-alpha.10-0",
97823
97836
  gatsby: "5.16.1",
97824
97837
  nuxi: "3.35.1",
97825
- sv: "0.15.2"
97838
+ sv: "0.15.3"
97826
97839
  },
97827
97840
  info: [
97828
97841
  "This package.json is only used to keep track of the frameworks cli dependencies",
@@ -100280,7 +100293,7 @@ If the application uses Durable Objects or Workflows, refer to the relevant best
100280
100293
  var import_node_assert6 = __toESM(require("node:assert"));
100281
100294
 
100282
100295
  // ../wrangler/package.json
100283
- var version2 = "4.87.0";
100296
+ var version2 = "4.90.1";
100284
100297
 
100285
100298
  // src/git.ts
100286
100299
  var offerGit = async (ctx) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-cloudflare",
3
- "version": "2.68.0",
3
+ "version": "2.68.2",
4
4
  "description": "A CLI for creating and deploying new applications to Cloudflare.",
5
5
  "keywords": [
6
6
  "cloudflare",
@@ -31,7 +31,7 @@
31
31
  "@babel/parser": "^7.21.3",
32
32
  "@babel/types": "^7.21.4",
33
33
  "@clack/prompts": "^1.2.0",
34
- "@cloudflare/workers-types": "^4.20260430.1",
34
+ "@cloudflare/workers-types": "^4.20260508.1",
35
35
  "@types/command-exists": "^1.2.0",
36
36
  "@types/cross-spawn": "^6.0.2",
37
37
  "@types/deepmerge": "^2.2.0",
@@ -65,20 +65,20 @@
65
65
  "tree-kill": "^1.2.2",
66
66
  "typescript": "~5.8.3",
67
67
  "undici": "7.24.8",
68
- "vite": "^8.0.0",
68
+ "vite": "^8.0.12",
69
69
  "vite-tsconfig-paths": "^4.0.8",
70
70
  "vitest": "4.1.0",
71
71
  "which-pm-runs": "^1.1.0",
72
72
  "wrap-ansi": "^9.0.0",
73
73
  "xdg-app-paths": "^8.3.0",
74
74
  "yargs": "^17.7.2",
75
- "@cloudflare/cli-shared-helpers": "0.1.0",
75
+ "@cloudflare/cli-shared-helpers": "0.1.3",
76
76
  "@cloudflare/codemod": "1.1.0",
77
77
  "@cloudflare/mock-npm-registry": "0.0.0",
78
- "@cloudflare/vite-plugin": "1.35.0",
78
+ "@cloudflare/vite-plugin": "1.36.4",
79
79
  "@cloudflare/workers-tsconfig": "0.0.0",
80
- "@cloudflare/workers-utils": "0.18.0",
81
- "wrangler": "4.87.0"
80
+ "@cloudflare/workers-utils": "0.21.0",
81
+ "wrangler": "4.90.1"
82
82
  },
83
83
  "engines": {
84
84
  "node": ">=22.0.0"