create-cloudflare 2.46.0 → 2.46.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 +5 -23
  2. package/package.json +6 -6
package/dist/cli.js CHANGED
@@ -74560,7 +74560,7 @@ var Yargs = YargsFactory(esm_default);
74560
74560
  var yargs_default = Yargs;
74561
74561
 
74562
74562
  // package.json
74563
- var version = "2.46.0";
74563
+ var version = "2.46.2";
74564
74564
 
74565
74565
  // src/metrics.ts
74566
74566
  var import_node_async_hooks = require("node:async_hooks");
@@ -75335,16 +75335,16 @@ var package_default = {
75335
75335
  "so that we can use dependabot to update these dependencies automatically."
75336
75336
  ],
75337
75337
  dependencies: {
75338
- "create-astro": "4.11.3",
75338
+ "create-astro": "4.11.4",
75339
75339
  "create-analog": "1.8.1",
75340
- "@angular/create": "19.2.9",
75340
+ "@angular/create": "19.2.10",
75341
75341
  "create-docusaurus": "3.7.0",
75342
75342
  "create-hono": "0.18.0",
75343
75343
  "create-next-app": "15.3.1",
75344
75344
  "create-qwik": "1.13.0",
75345
75345
  "create-vite": "6.4.1",
75346
75346
  "create-remix": "2.16.5",
75347
- "create-react-router": "7.5.2",
75347
+ "create-react-router": "7.5.3",
75348
75348
  "create-solid": "0.6.2",
75349
75349
  "create-vue": "3.16.4",
75350
75350
  gatsby: "5.14.3",
@@ -78064,7 +78064,7 @@ var c3_default50 = config47;
78064
78064
  var import_node_assert = __toESM(require("node:assert"));
78065
78065
 
78066
78066
  // ../wrangler/package.json
78067
- var version2 = "4.14.0";
78067
+ var version2 = "4.14.4";
78068
78068
 
78069
78069
  // src/git.ts
78070
78070
  var offerGit = async (ctx) => {
@@ -81664,26 +81664,8 @@ repeat-string/index.js:
81664
81664
  *)
81665
81665
 
81666
81666
  yargs-parser/build/lib/string-utils.js:
81667
- (**
81668
- * @license
81669
- * Copyright (c) 2016, Contributors
81670
- * SPDX-License-Identifier: ISC
81671
- *)
81672
-
81673
81667
  yargs-parser/build/lib/tokenize-arg-string.js:
81674
- (**
81675
- * @license
81676
- * Copyright (c) 2016, Contributors
81677
- * SPDX-License-Identifier: ISC
81678
- *)
81679
-
81680
81668
  yargs-parser/build/lib/yargs-parser-types.js:
81681
- (**
81682
- * @license
81683
- * Copyright (c) 2016, Contributors
81684
- * SPDX-License-Identifier: ISC
81685
- *)
81686
-
81687
81669
  yargs-parser/build/lib/yargs-parser.js:
81688
81670
  (**
81689
81671
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-cloudflare",
3
- "version": "2.46.0",
3
+ "version": "2.46.2",
4
4
  "description": "A CLI for creating and deploying new applications to Cloudflare.",
5
5
  "keywords": [
6
6
  "cloudflare",
@@ -30,7 +30,7 @@
30
30
  "@babel/parser": "^7.21.3",
31
31
  "@babel/types": "^7.21.4",
32
32
  "@clack/prompts": "^0.6.3",
33
- "@cloudflare/workers-types": "^4.20250428.0",
33
+ "@cloudflare/workers-types": "^4.20250507.0",
34
34
  "@iarna/toml": "^3.0.0",
35
35
  "@types/command-exists": "^1.2.0",
36
36
  "@types/cross-spawn": "^6.0.2",
@@ -38,7 +38,7 @@
38
38
  "@types/degit": "^2.8.6",
39
39
  "@types/dns2": "^2.0.3",
40
40
  "@types/esprima": "^4.0.3",
41
- "@types/node": "^18.19.75",
41
+ "@types/node": "^20.17.32",
42
42
  "@types/semver": "^7.5.1",
43
43
  "@types/which-pm-runs": "^1.0.0",
44
44
  "@types/yargs": "^17.0.22",
@@ -52,7 +52,7 @@
52
52
  "degit": "^2.8.4",
53
53
  "dns2": "^2.1.0",
54
54
  "dotenv": "^16.0.0",
55
- "esbuild": "0.25.2",
55
+ "esbuild": "0.25.4",
56
56
  "execa": "^7.1.1",
57
57
  "glob": "^10.3.3",
58
58
  "haikunator": "^2.1.2",
@@ -73,9 +73,9 @@
73
73
  "@cloudflare/cli": "1.1.1",
74
74
  "@cloudflare/eslint-config-worker": "1.1.0",
75
75
  "@cloudflare/mock-npm-registry": "0.0.0",
76
- "@cloudflare/vite-plugin": "1.0.13",
76
+ "@cloudflare/vite-plugin": "1.1.1",
77
77
  "@cloudflare/workers-tsconfig": "0.0.0",
78
- "wrangler": "4.14.0"
78
+ "wrangler": "4.14.4"
79
79
  },
80
80
  "engines": {
81
81
  "node": ">=18.14.1"