@depup/wrangler 4.78.0-depup.0 → 4.79.0-depup.0

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.
package/README.md CHANGED
@@ -13,10 +13,10 @@ npm install @depup/wrangler
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [wrangler](https://www.npmjs.com/package/wrangler) @ 4.78.0 |
17
- | Processed | 2026-03-27 |
16
+ | Original | [wrangler](https://www.npmjs.com/package/wrangler) @ 4.79.0 |
17
+ | Processed | 2026-03-31 |
18
18
  | Smoke test | failed |
19
- | Deps updated | 3 |
19
+ | Deps updated | 4 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
@@ -24,7 +24,8 @@ npm install @depup/wrangler
24
24
  |------------|------|-----|
25
25
  | blake3-wasm | 2.1.5 | ^3.0.0 |
26
26
  | esbuild | 0.27.3 | ^0.27.4 |
27
- | path-to-regexp | 6.3.0 | ^8.4.0 |
27
+ | path-to-regexp | 6.3.0 | ^8.4.1 |
28
+ | workerd | 1.20260329.1 | ^1.20260331.1 |
28
29
 
29
30
  ---
30
31
 
package/changes.json CHANGED
@@ -10,9 +10,13 @@
10
10
  },
11
11
  "path-to-regexp": {
12
12
  "from": "6.3.0",
13
- "to": "^8.4.0"
13
+ "to": "^8.4.1"
14
+ },
15
+ "workerd": {
16
+ "from": "1.20260329.1",
17
+ "to": "^1.20260331.1"
14
18
  }
15
19
  },
16
- "timestamp": "2026-03-27T16:23:20.433Z",
17
- "totalUpdated": 3
20
+ "timestamp": "2026-03-31T12:28:06.963Z",
21
+ "totalUpdated": 4
18
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/wrangler",
3
- "version": "4.78.0-depup.0",
3
+ "version": "4.79.0-depup.0",
4
4
  "description": "Command-line interface for all things Cloudflare Workers (with updated dependencies)",
5
5
  "keywords": [
6
6
  "wrangler",
@@ -59,25 +59,24 @@
59
59
  "dependencies": {
60
60
  "blake3-wasm": "^3.0.0",
61
61
  "esbuild": "^0.27.4",
62
- "path-to-regexp": "^8.4.0",
62
+ "path-to-regexp": "^8.4.1",
63
63
  "unenv": "2.0.0-rc.24",
64
- "workerd": "1.20260317.1",
64
+ "workerd": "^1.20260331.1",
65
65
  "@cloudflare/kv-asset-handler": "0.4.2",
66
66
  "@cloudflare/unenv-preset": "2.16.0",
67
- "miniflare": "4.20260317.3"
67
+ "miniflare": "4.20260329.0"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@aws-sdk/client-s3": "^3.721.0",
71
71
  "@bomb.sh/tab": "^0.0.12",
72
72
  "@cloudflare/types": "6.18.4",
73
- "@cloudflare/workers-types": "^4.20260317.1",
73
+ "@cloudflare/workers-types": "^4.20260329.1",
74
74
  "@cspotcode/source-map-support": "0.8.1",
75
75
  "@netlify/build-info": "^10.2.0",
76
76
  "@sentry/node": "^7.86.0",
77
77
  "@sentry/types": "^7.86.0",
78
78
  "@sentry/utils": "^7.86.0",
79
79
  "@types/command-exists": "^1.2.0",
80
- "@types/cross-spawn": "^6.0.2",
81
80
  "@types/esprima": "^4.0.3",
82
81
  "@types/glob-to-regexp": "^0.4.1",
83
82
  "@types/javascript-time-ago": "^2.0.3",
@@ -105,7 +104,6 @@
105
104
  "cmd-shim": "^4.1.0",
106
105
  "command-exists": "^1.2.9",
107
106
  "concurrently": "^8.2.2",
108
- "cross-spawn": "^7.0.3",
109
107
  "date-fns": "^4.1.0",
110
108
  "devtools-protocol": "^0.0.1182435",
111
109
  "dotenv": "^16.3.1",
@@ -153,16 +151,17 @@
153
151
  "xxhash-wasm": "^1.0.1",
154
152
  "yaml": "^2.8.1",
155
153
  "yargs": "^17.7.2",
154
+ "@cloudflare/cli": "1.3.0",
155
+ "@cloudflare/codemod": "1.1.0",
156
156
  "@cloudflare/containers-shared": "0.13.1",
157
- "@cloudflare/cli": "1.2.1",
157
+ "@cloudflare/pages-shared": "^0.13.120",
158
158
  "@cloudflare/workers-shared": "0.19.1",
159
- "@cloudflare/pages-shared": "^0.13.119",
160
159
  "@cloudflare/workers-tsconfig": "0.0.0",
161
- "@cloudflare/workflows-shared": "0.7.1",
162
- "@cloudflare/workers-utils": "0.14.0"
160
+ "@cloudflare/workers-utils": "0.14.0",
161
+ "@cloudflare/workflows-shared": "0.7.2"
163
162
  },
164
163
  "peerDependencies": {
165
- "@cloudflare/workers-types": "^4.20260317.1"
164
+ "@cloudflare/workers-types": "^4.20260329.1"
166
165
  },
167
166
  "peerDependenciesMeta": {
168
167
  "@cloudflare/workers-types": {
@@ -208,13 +207,17 @@
208
207
  },
209
208
  "path-to-regexp": {
210
209
  "from": "6.3.0",
211
- "to": "^8.4.0"
210
+ "to": "^8.4.1"
211
+ },
212
+ "workerd": {
213
+ "from": "1.20260329.1",
214
+ "to": "^1.20260331.1"
212
215
  }
213
216
  },
214
- "depsUpdated": 3,
217
+ "depsUpdated": 4,
215
218
  "originalPackage": "wrangler",
216
- "originalVersion": "4.78.0",
217
- "processedAt": "2026-03-27T16:23:52.998Z",
219
+ "originalVersion": "4.79.0",
220
+ "processedAt": "2026-03-31T12:28:31.857Z",
218
221
  "smokeTest": "failed"
219
222
  }
220
223
  }
@@ -2485,8 +2485,45 @@ type FrameworkInfo = {
2485
2485
  id: string;
2486
2486
  name: string;
2487
2487
  class: typeof Framework;
2488
+ } & ({
2489
+ supported: false;
2490
+ } | {
2491
+ supported: true;
2492
+ frameworkPackageInfo: AutoConfigFrameworkPackageInfo;
2493
+ });
2494
+ /**
2495
+ * AutoConfig information for a package that defines a framework.
2496
+ */
2497
+ type AutoConfigFrameworkPackageInfo = {
2498
+ /** The package name (e.g. "astro" for the Astro framework and "@solidjs/start" for the SolidStart framework) */
2499
+ name: string;
2500
+ /** The minimum version (if any) of the package/framework that autoconfig supports */
2501
+ minimumVersion: string;
2502
+ /** The latest major version of the package/framework that autoconfig supports */
2503
+ maximumKnownMajorVersion: string;
2488
2504
  };
2489
2505
 
2506
+ declare abstract class Framework {
2507
+ #private;
2508
+ readonly id: FrameworkInfo["id"];
2509
+ readonly name: FrameworkInfo["name"];
2510
+ get frameworkVersion(): string;
2511
+ constructor(frameworkInfo: Pick<FrameworkInfo, "id" | "name">);
2512
+ isConfigured(_projectPath: string): boolean;
2513
+ abstract configure(options: ConfigurationOptions): Promise<ConfigurationResults> | ConfigurationResults;
2514
+ configurationDescription?: string;
2515
+ /**
2516
+ * Validates the installed framework version against the supported range and
2517
+ * stores it for later access via the `frameworkVersion` getter.
2518
+ * Warns via `logger` if the version exceeds `maximumKnownMajorVersion`.
2519
+ *
2520
+ * @param projectPath - Path to the project root used to resolve the installed version.
2521
+ * @param frameworkPackageInfo - Package metadata including name and version bounds.
2522
+ * @throws {AssertionError} If the installed version cannot be determined.
2523
+ * @throws {AutoConfigFrameworkConfigurationError} If the version is below `minimumVersion`.
2524
+ */
2525
+ validateFrameworkVersion(projectPath: string, frameworkPackageInfo: AutoConfigFrameworkPackageInfo): void;
2526
+ }
2490
2527
  type ConfigurationOptions = {
2491
2528
  outputDir: string;
2492
2529
  projectPath: string;
@@ -2508,15 +2545,6 @@ type ConfigurationResults = {
2508
2545
  deployCommandOverride?: string;
2509
2546
  versionCommandOverride?: string;
2510
2547
  };
2511
- declare abstract class Framework {
2512
- readonly id: string;
2513
- readonly name: string;
2514
- constructor(frameworkInfo: Pick<FrameworkInfo, "id" | "name">);
2515
- isConfigured(_projectPath: string): boolean;
2516
- abstract configure(options: ConfigurationOptions): Promise<ConfigurationResults> | ConfigurationResults;
2517
- configurationDescription?: string;
2518
- autoConfigSupported: boolean;
2519
- }
2520
2548
 
2521
2549
  type AutoConfigDetailsBase = {
2522
2550
  /** The name of the worker */
@@ -2872,6 +2900,7 @@ type Teams =
2872
2900
  | "Product: D1"
2873
2901
  | "Product: Queues"
2874
2902
  | "Product: AI"
2903
+ | "Product: AI Search"
2875
2904
  | "Product: Hyperdrive"
2876
2905
  | "Product: Pipelines"
2877
2906
  | "Product: Vectorize"