@depup/wrangler 4.76.0-depup.0 → 4.77.0-depup.1

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,8 +13,8 @@ npm install @depup/wrangler
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [wrangler](https://www.npmjs.com/package/wrangler) @ 4.76.0 |
17
- | Processed | 2026-03-20 |
16
+ | Original | [wrangler](https://www.npmjs.com/package/wrangler) @ 4.77.0 |
17
+ | Processed | 2026-03-26 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 3 |
20
20
 
@@ -24,7 +24,7 @@ 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.3.0 |
27
+ | path-to-regexp | 6.3.0 | ^8.4.0 |
28
28
 
29
29
  ---
30
30
 
package/changes.json CHANGED
@@ -10,9 +10,9 @@
10
10
  },
11
11
  "path-to-regexp": {
12
12
  "from": "6.3.0",
13
- "to": "^8.3.0"
13
+ "to": "^8.4.0"
14
14
  }
15
15
  },
16
- "timestamp": "2026-03-20T08:17:18.732Z",
16
+ "timestamp": "2026-03-26T20:19:16.629Z",
17
17
  "totalUpdated": 3
18
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/wrangler",
3
- "version": "4.76.0-depup.0",
3
+ "version": "4.77.0-depup.1",
4
4
  "description": "Command-line interface for all things Cloudflare Workers (with updated dependencies)",
5
5
  "keywords": [
6
6
  "wrangler",
@@ -59,12 +59,12 @@
59
59
  "dependencies": {
60
60
  "blake3-wasm": "^3.0.0",
61
61
  "esbuild": "^0.27.4",
62
- "path-to-regexp": "^8.3.0",
62
+ "path-to-regexp": "^8.4.0",
63
63
  "unenv": "2.0.0-rc.24",
64
64
  "workerd": "1.20260317.1",
65
65
  "@cloudflare/kv-asset-handler": "0.4.2",
66
66
  "@cloudflare/unenv-preset": "2.16.0",
67
- "miniflare": "4.20260317.1"
67
+ "miniflare": "4.20260317.2"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@aws-sdk/client-s3": "^3.721.0",
@@ -84,7 +84,7 @@
84
84
  "@types/json-diff": "^1.0.3",
85
85
  "@types/mime": "^3.0.4",
86
86
  "@types/minimatch": "^5.1.2",
87
- "@types/node": "^20.19.9",
87
+ "@types/node": "^22.10.1",
88
88
  "@types/node-forge": "^1.3.11",
89
89
  "@types/prompts": "^2.0.14",
90
90
  "@types/resolve": "^1.20.6",
@@ -93,7 +93,7 @@
93
93
  "@types/supports-color": "^8.1.1",
94
94
  "@types/ws": "^8.5.7",
95
95
  "@types/yargs": "^17.0.22",
96
- "@vitest/ui": "3.2.4",
96
+ "@vitest/ui": "4.1.0",
97
97
  "@webcontainer/env": "^1.1.0",
98
98
  "am-i-vibing": "^0.1.0",
99
99
  "capnweb": "^0.5.0",
@@ -147,19 +147,19 @@
147
147
  "typescript": "~5.8.3",
148
148
  "undici": "7.24.4",
149
149
  "update-check": "^1.5.4",
150
- "vitest": "3.2.4",
150
+ "vitest": "4.1.0",
151
151
  "vitest-websocket-mock": "^0.4.0",
152
152
  "ws": "8.18.0",
153
153
  "xxhash-wasm": "^1.0.1",
154
154
  "yaml": "^2.8.1",
155
155
  "yargs": "^17.7.2",
156
- "@cloudflare/cli": "1.2.1",
157
156
  "@cloudflare/containers-shared": "0.13.0",
158
- "@cloudflare/pages-shared": "^0.13.117",
157
+ "@cloudflare/cli": "1.2.1",
158
+ "@cloudflare/pages-shared": "^0.13.118",
159
159
  "@cloudflare/workers-shared": "0.19.1",
160
160
  "@cloudflare/workers-tsconfig": "0.0.0",
161
161
  "@cloudflare/workers-utils": "0.13.0",
162
- "@cloudflare/workflows-shared": "0.7.0"
162
+ "@cloudflare/workflows-shared": "0.7.1"
163
163
  },
164
164
  "peerDependencies": {
165
165
  "@cloudflare/workers-types": "^4.20260317.1"
@@ -173,7 +173,7 @@
173
173
  "fsevents": "~2.3.2"
174
174
  },
175
175
  "engines": {
176
- "node": ">=20.0.0"
176
+ "node": ">=20.3.0"
177
177
  },
178
178
  "volta": {
179
179
  "extends": "../../package.json"
@@ -208,13 +208,13 @@
208
208
  },
209
209
  "path-to-regexp": {
210
210
  "from": "6.3.0",
211
- "to": "^8.3.0"
211
+ "to": "^8.4.0"
212
212
  }
213
213
  },
214
214
  "depsUpdated": 3,
215
215
  "originalPackage": "wrangler",
216
- "originalVersion": "4.76.0",
217
- "processedAt": "2026-03-20T08:17:44.352Z",
216
+ "originalVersion": "4.77.0",
217
+ "processedAt": "2026-03-26T20:19:42.074Z",
218
218
  "smokeTest": "failed"
219
219
  }
220
220
  }
@@ -740,6 +740,7 @@ type ReadConfigOptions = ResolveConfigPathOptions & {
740
740
  hideWarnings?: boolean;
741
741
  preserveOriginalMain?: boolean;
742
742
  };
743
+
743
744
  /**
744
745
  * Get the Wrangler configuration; read it from the give `configPath` if available.
745
746
  */
@@ -3151,10 +3152,8 @@ declare function experimental_getWranglerCommands(): {
3151
3152
  };
3152
3153
 
3153
3154
  /**
3154
- * This file contains:
3155
- *
3156
- * - The main entrypoint for the CLI, which calls `main()` from `index.ts`.
3157
- * - The exports for the public API of the package.
3155
+ * This file is the main entrypoint for the CLI, which calls `main()` from `index.ts`.
3156
+ * It also re-exports the public API of the package.
3158
3157
  */
3159
3158
 
3160
3159
  interface Unstable_ASSETSBindingsOptions {