@depup/wrangler 4.75.0-depup.0 → 4.77.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,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.75.0 |
17
- | Processed | 2026-03-17 |
16
+ | Original | [wrangler](https://www.npmjs.com/package/wrangler) @ 4.77.0 |
17
+ | Processed | 2026-03-24 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 3 |
20
20
 
package/changes.json CHANGED
@@ -13,6 +13,6 @@
13
13
  "to": "^8.3.0"
14
14
  }
15
15
  },
16
- "timestamp": "2026-03-17T19:30:20.982Z",
16
+ "timestamp": "2026-03-24T12:23:41.209Z",
17
17
  "totalUpdated": 3
18
18
  }
@@ -826,6 +826,24 @@
826
826
  "description": "Binding to Cloudflare Media Transformations\n\nNOTE: This field is not automatically inherited from the top level environment, and so must be specified in every named environment.",
827
827
  "default": {}
828
828
  },
829
+ "stream": {
830
+ "type": "object",
831
+ "properties": {
832
+ "binding": {
833
+ "type": "string"
834
+ },
835
+ "remote": {
836
+ "type": "boolean",
837
+ "description": "Whether the Stream binding should be remote or not in local development"
838
+ }
839
+ },
840
+ "required": [
841
+ "binding"
842
+ ],
843
+ "additionalProperties": false,
844
+ "description": "Binding to Cloudflare Stream\n\nNOTE: This field is not automatically inherited from the top level environment, and so must be specified in every named environment.",
845
+ "default": {}
846
+ },
829
847
  "version_metadata": {
830
848
  "type": "object",
831
849
  "properties": {
@@ -2089,6 +2107,24 @@
2089
2107
  "description": "Binding to Cloudflare Media Transformations\n\nNOTE: This field is not automatically inherited from the top level environment, and so must be specified in every named environment.",
2090
2108
  "default": {}
2091
2109
  },
2110
+ "stream": {
2111
+ "type": "object",
2112
+ "properties": {
2113
+ "binding": {
2114
+ "type": "string"
2115
+ },
2116
+ "remote": {
2117
+ "type": "boolean",
2118
+ "description": "Whether the Stream binding should be remote or not in local development"
2119
+ }
2120
+ },
2121
+ "required": [
2122
+ "binding"
2123
+ ],
2124
+ "additionalProperties": false,
2125
+ "description": "Binding to Cloudflare Stream\n\nNOTE: This field is not automatically inherited from the top level environment, and so must be specified in every named environment.",
2126
+ "default": {}
2127
+ },
2092
2128
  "version_metadata": {
2093
2129
  "type": "object",
2094
2130
  "properties": {
package/package.json CHANGED
@@ -1,45 +1,45 @@
1
1
  {
2
2
  "name": "@depup/wrangler",
3
- "version": "4.75.0-depup.0",
4
- "description": "[DepUp] Command-line interface for all things Cloudflare Workers",
3
+ "version": "4.77.0-depup.0",
4
+ "description": "Command-line interface for all things Cloudflare Workers (with updated dependencies)",
5
5
  "keywords": [
6
- "depup",
7
- "dependency-bumped",
8
- "updated-deps",
9
6
  "wrangler",
7
+ "depup",
8
+ "updated-dependencies",
9
+ "security",
10
+ "latest",
11
+ "patched",
12
+ "assembly",
13
+ "cli",
10
14
  "cloudflare",
11
- "workers",
12
15
  "cloudflare workers",
13
- "edge",
14
16
  "compute",
17
+ "edge",
18
+ "emscripten",
19
+ "graphql",
20
+ "http",
21
+ "router",
22
+ "rust",
15
23
  "serverless",
16
24
  "serverless application",
17
25
  "serverless module",
26
+ "typescript",
18
27
  "wasm",
19
28
  "web",
20
- "assembly",
21
29
  "webassembly",
22
- "rust",
23
- "emscripten",
24
- "typescript",
25
- "graphql",
26
- "router",
27
- "http",
28
- "cli"
30
+ "workers"
29
31
  ],
30
32
  "homepage": "https://github.com/cloudflare/workers-sdk#readme",
31
33
  "bugs": {
32
34
  "url": "https://github.com/cloudflare/workers-sdk/issues"
33
35
  },
36
+ "license": "MIT OR Apache-2.0",
37
+ "author": "wrangler@cloudflare.com",
34
38
  "repository": {
35
39
  "type": "git",
36
40
  "url": "https://github.com/cloudflare/workers-sdk.git",
37
41
  "directory": "packages/wrangler"
38
42
  },
39
- "license": "MIT OR Apache-2.0",
40
- "author": "wrangler@cloudflare.com",
41
- "main": "wrangler-dist/cli.js",
42
- "types": "wrangler-dist/cli.d.ts",
43
43
  "bin": {
44
44
  "wrangler": "./bin/wrangler.js",
45
45
  "wrangler2": "./bin/wrangler.js"
@@ -54,6 +54,8 @@
54
54
  "changes.json",
55
55
  "README.md"
56
56
  ],
57
+ "main": "wrangler-dist/cli.js",
58
+ "types": "wrangler-dist/cli.d.ts",
57
59
  "dependencies": {
58
60
  "blake3-wasm": "^3.0.0",
59
61
  "esbuild": "^0.27.4",
@@ -61,8 +63,8 @@
61
63
  "unenv": "2.0.0-rc.24",
62
64
  "workerd": "1.20260317.1",
63
65
  "@cloudflare/kv-asset-handler": "0.4.2",
64
- "@cloudflare/unenv-preset": "2.15.0",
65
- "miniflare": "4.20260317.0"
66
+ "@cloudflare/unenv-preset": "2.16.0",
67
+ "miniflare": "4.20260317.2"
66
68
  },
67
69
  "devDependencies": {
68
70
  "@aws-sdk/client-s3": "^3.721.0",
@@ -82,7 +84,7 @@
82
84
  "@types/json-diff": "^1.0.3",
83
85
  "@types/mime": "^3.0.4",
84
86
  "@types/minimatch": "^5.1.2",
85
- "@types/node": "^20.19.9",
87
+ "@types/node": "^22.10.1",
86
88
  "@types/node-forge": "^1.3.11",
87
89
  "@types/prompts": "^2.0.14",
88
90
  "@types/resolve": "^1.20.6",
@@ -91,7 +93,7 @@
91
93
  "@types/supports-color": "^8.1.1",
92
94
  "@types/ws": "^8.5.7",
93
95
  "@types/yargs": "^17.0.22",
94
- "@vitest/ui": "3.2.4",
96
+ "@vitest/ui": "4.1.0",
95
97
  "@webcontainer/env": "^1.1.0",
96
98
  "am-i-vibing": "^0.1.0",
97
99
  "capnweb": "^0.5.0",
@@ -109,7 +111,6 @@
109
111
  "dotenv": "^16.3.1",
110
112
  "dotenv-expand": "^12.0.2",
111
113
  "empathic": "^2.0.0",
112
- "eslint": "^9.39.1",
113
114
  "esprima": "4.0.1",
114
115
  "execa": "^6.1.0",
115
116
  "get-port": "^7.0.0",
@@ -146,20 +147,19 @@
146
147
  "typescript": "~5.8.3",
147
148
  "undici": "7.24.4",
148
149
  "update-check": "^1.5.4",
149
- "vitest": "3.2.4",
150
+ "vitest": "4.1.0",
150
151
  "vitest-websocket-mock": "^0.4.0",
151
152
  "ws": "8.18.0",
152
153
  "xxhash-wasm": "^1.0.1",
153
154
  "yaml": "^2.8.1",
154
155
  "yargs": "^17.7.2",
156
+ "@cloudflare/containers-shared": "0.13.0",
155
157
  "@cloudflare/cli": "1.2.1",
156
- "@cloudflare/containers-shared": "0.12.0",
157
- "@cloudflare/eslint-config-shared": "1.2.1",
158
+ "@cloudflare/pages-shared": "^0.13.118",
158
159
  "@cloudflare/workers-shared": "0.19.1",
159
- "@cloudflare/pages-shared": "^0.13.116",
160
160
  "@cloudflare/workers-tsconfig": "0.0.0",
161
- "@cloudflare/workers-utils": "0.12.0",
162
- "@cloudflare/workflows-shared": "0.6.0"
161
+ "@cloudflare/workers-utils": "0.13.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"
@@ -184,7 +184,6 @@
184
184
  "scripts": {
185
185
  "assert-git-version": "node -r esbuild-register scripts/assert-git-version.ts",
186
186
  "build": "pnpm run clean && pnpm tsup && pnpm run generate-json-schema",
187
- "check:lint": "eslint . --max-warnings=0 --cache",
188
187
  "check:type": "tsc -p ./tsconfig.json && tsc -p ./templates/tsconfig.json",
189
188
  "clean": "node -r esbuild-register ../../tools/clean/clean.ts wrangler-dist miniflare-dist emitted-types",
190
189
  "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\"",
@@ -214,8 +213,8 @@
214
213
  },
215
214
  "depsUpdated": 3,
216
215
  "originalPackage": "wrangler",
217
- "originalVersion": "4.75.0",
218
- "processedAt": "2026-03-17T19:31:03.349Z",
216
+ "originalVersion": "4.77.0",
217
+ "processedAt": "2026-03-24T12:24:14.580Z",
219
218
  "smokeTest": "failed"
220
219
  }
221
220
  }
@@ -1,6 +1,6 @@
1
1
  declare module "__ENTRY_POINT__" {
2
- import { Middleware } from "./middleware/common";
3
2
  import { WorkerEntrypoint } from "cloudflare:workers";
3
+ import { Middleware } from "./middleware/common";
4
4
 
5
5
  export type WorkerEntrypointConstructor = typeof WorkerEntrypoint;
6
6
 
@@ -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
  */
@@ -1810,6 +1811,20 @@ interface EnvironmentNonInheritable {
1810
1811
  /** Whether the Media binding should be remote or not */
1811
1812
  remote?: boolean;
1812
1813
  } | undefined;
1814
+ /**
1815
+ * Binding to Cloudflare Stream
1816
+ *
1817
+ * NOTE: This field is not automatically inherited from the top level environment,
1818
+ * and so must be specified in every named environment.
1819
+ *
1820
+ * @default {}
1821
+ * @nonInheritable
1822
+ */
1823
+ stream: {
1824
+ binding: string;
1825
+ /** Whether the Stream binding should be remote or not in local development */
1826
+ remote?: boolean;
1827
+ } | undefined;
1813
1828
  /**
1814
1829
  * Binding to the Worker Version's metadata
1815
1830
  */
@@ -3137,10 +3152,8 @@ declare function experimental_getWranglerCommands(): {
3137
3152
  };
3138
3153
 
3139
3154
  /**
3140
- * This file contains:
3141
- *
3142
- * - The main entrypoint for the CLI, which calls `main()` from `index.ts`.
3143
- * - 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.
3144
3157
  */
3145
3158
 
3146
3159
  interface Unstable_ASSETSBindingsOptions {