@depup/netlify-cli 26.2.0-depup.7 → 26.2.0-depup.8

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 (3) hide show
  1. package/README.md +11 -8
  2. package/changes.json +20 -8
  3. package/package.json +30 -18
package/README.md CHANGED
@@ -14,24 +14,27 @@ npm install @depup/netlify-cli
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [netlify-cli](https://www.npmjs.com/package/netlify-cli) @ 26.2.0 |
17
- | Processed | 2026-07-21 |
17
+ | Processed | 2026-07-24 |
18
18
  | Smoke test | failed |
19
- | Deps updated | 46 |
19
+ | Deps updated | 49 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @fastify/static | ^9.1.1 | ^10.1.0 |
26
- | @netlify/ai | ^0.4.1 | ^0.4.2 |
25
+ | @fastify/static | ^9.1.1 | ^10.1.2 |
26
+ | @netlify/ai | ^0.4.1 | ^0.4.3 |
27
27
  | @netlify/api | ^14.0.19 | ^15.1.0 |
28
- | @netlify/build | ^35.15.0 | ^36.2.1 |
29
- | @netlify/build-info | ^10.5.1 | ^11.1.0 |
28
+ | @netlify/blobs | ^10.7.9 | ^10.7.10 |
29
+ | @netlify/build | ^35.15.0 | ^36.2.3 |
30
+ | @netlify/build-info | ^10.5.1 | ^11.2.0 |
30
31
  | @netlify/config | ^24.6.0 | ^25.1.1 |
31
- | @netlify/dev | ^4.18.7 | ^4.18.9 |
32
- | @netlify/edge-bundler | ^14.10.3 | ^15.1.1 |
32
+ | @netlify/dev | ^4.18.7 | ^4.18.10 |
33
+ | @netlify/dev-utils | ^4.4.6 | ^4.4.7 |
34
+ | @netlify/edge-bundler | ^14.10.3 | ^16.0.0 |
33
35
  | @netlify/edge-functions-bootstrap | ^2.17.1 | ^3.2.0 |
34
36
  | @netlify/headers-parser | ^9.0.3 | ^10.1.0 |
37
+ | @netlify/images | ^1.3.10 | ^1.3.11 |
35
38
  | @netlify/redirect-parser | ^15.0.4 | ^16.1.0 |
36
39
  | @netlify/zip-it-and-ship-it | ^14.7.1 | ^15.3.0 |
37
40
  | @octokit/rest | ^22.0.0 | ^22.0.1 |
package/changes.json CHANGED
@@ -2,23 +2,27 @@
2
2
  "bumped": {
3
3
  "@fastify/static": {
4
4
  "from": "^9.1.1",
5
- "to": "^10.1.0"
5
+ "to": "^10.1.2"
6
6
  },
7
7
  "@netlify/ai": {
8
8
  "from": "^0.4.1",
9
- "to": "^0.4.2"
9
+ "to": "^0.4.3"
10
10
  },
11
11
  "@netlify/api": {
12
12
  "from": "^14.0.19",
13
13
  "to": "^15.1.0"
14
14
  },
15
+ "@netlify/blobs": {
16
+ "from": "^10.7.9",
17
+ "to": "^10.7.10"
18
+ },
15
19
  "@netlify/build": {
16
20
  "from": "^35.15.0",
17
- "to": "^36.2.1"
21
+ "to": "^36.2.3"
18
22
  },
19
23
  "@netlify/build-info": {
20
24
  "from": "^10.5.1",
21
- "to": "^11.1.0"
25
+ "to": "^11.2.0"
22
26
  },
23
27
  "@netlify/config": {
24
28
  "from": "^24.6.0",
@@ -26,11 +30,15 @@
26
30
  },
27
31
  "@netlify/dev": {
28
32
  "from": "^4.18.7",
29
- "to": "^4.18.9"
33
+ "to": "^4.18.10"
34
+ },
35
+ "@netlify/dev-utils": {
36
+ "from": "^4.4.6",
37
+ "to": "^4.4.7"
30
38
  },
31
39
  "@netlify/edge-bundler": {
32
40
  "from": "^14.10.3",
33
- "to": "^15.1.1"
41
+ "to": "^16.0.0"
34
42
  },
35
43
  "@netlify/edge-functions-bootstrap": {
36
44
  "from": "^2.17.1",
@@ -40,6 +48,10 @@
40
48
  "from": "^9.0.3",
41
49
  "to": "^10.1.0"
42
50
  },
51
+ "@netlify/images": {
52
+ "from": "^1.3.10",
53
+ "to": "^1.3.11"
54
+ },
43
55
  "@netlify/redirect-parser": {
44
56
  "from": "^15.0.4",
45
57
  "to": "^16.1.0"
@@ -185,6 +197,6 @@
185
197
  "to": "^3.4.0"
186
198
  }
187
199
  },
188
- "timestamp": "2026-07-21T16:19:25.315Z",
189
- "totalUpdated": 46
200
+ "timestamp": "2026-07-24T16:34:48.456Z",
201
+ "totalUpdated": 49
190
202
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depup/netlify-cli",
3
3
  "description": "Netlify command line tool (with updated dependencies)",
4
- "version": "26.2.0-depup.7",
4
+ "version": "26.2.0-depup.8",
5
5
  "author": "Netlify Inc.",
6
6
  "type": "module",
7
7
  "engines": {
@@ -62,20 +62,20 @@
62
62
  "typecheck:watch": "tsc --watch"
63
63
  },
64
64
  "dependencies": {
65
- "@fastify/static": "^10.1.0",
66
- "@netlify/ai": "^0.4.2",
65
+ "@fastify/static": "^10.1.2",
66
+ "@netlify/ai": "^0.4.3",
67
67
  "@netlify/api": "^15.1.0",
68
- "@netlify/blobs": "^10.7.9",
69
- "@netlify/build": "^36.2.1",
70
- "@netlify/build-info": "^11.1.0",
68
+ "@netlify/blobs": "^10.7.10",
69
+ "@netlify/build": "^36.2.3",
70
+ "@netlify/build-info": "^11.2.0",
71
71
  "@netlify/config": "^25.1.1",
72
- "@netlify/dev": "^4.18.9",
73
- "@netlify/dev-utils": "^4.4.6",
74
- "@netlify/edge-bundler": "^15.1.1",
72
+ "@netlify/dev": "^4.18.10",
73
+ "@netlify/dev-utils": "^4.4.7",
74
+ "@netlify/edge-bundler": "^16.0.0",
75
75
  "@netlify/edge-functions": "^3.0.8",
76
76
  "@netlify/edge-functions-bootstrap": "^3.2.0",
77
77
  "@netlify/headers-parser": "^10.1.0",
78
- "@netlify/images": "^1.3.10",
78
+ "@netlify/images": "^1.3.11",
79
79
  "@netlify/local-functions-proxy": "^2.0.3",
80
80
  "@netlify/redirect-parser": "^16.1.0",
81
81
  "@netlify/zip-it-and-ship-it": "^15.3.0",
@@ -229,23 +229,27 @@
229
229
  "changes": {
230
230
  "@fastify/static": {
231
231
  "from": "^9.1.1",
232
- "to": "^10.1.0"
232
+ "to": "^10.1.2"
233
233
  },
234
234
  "@netlify/ai": {
235
235
  "from": "^0.4.1",
236
- "to": "^0.4.2"
236
+ "to": "^0.4.3"
237
237
  },
238
238
  "@netlify/api": {
239
239
  "from": "^14.0.19",
240
240
  "to": "^15.1.0"
241
241
  },
242
+ "@netlify/blobs": {
243
+ "from": "^10.7.9",
244
+ "to": "^10.7.10"
245
+ },
242
246
  "@netlify/build": {
243
247
  "from": "^35.15.0",
244
- "to": "^36.2.1"
248
+ "to": "^36.2.3"
245
249
  },
246
250
  "@netlify/build-info": {
247
251
  "from": "^10.5.1",
248
- "to": "^11.1.0"
252
+ "to": "^11.2.0"
249
253
  },
250
254
  "@netlify/config": {
251
255
  "from": "^24.6.0",
@@ -253,11 +257,15 @@
253
257
  },
254
258
  "@netlify/dev": {
255
259
  "from": "^4.18.7",
256
- "to": "^4.18.9"
260
+ "to": "^4.18.10"
261
+ },
262
+ "@netlify/dev-utils": {
263
+ "from": "^4.4.6",
264
+ "to": "^4.4.7"
257
265
  },
258
266
  "@netlify/edge-bundler": {
259
267
  "from": "^14.10.3",
260
- "to": "^15.1.1"
268
+ "to": "^16.0.0"
261
269
  },
262
270
  "@netlify/edge-functions-bootstrap": {
263
271
  "from": "^2.17.1",
@@ -267,6 +275,10 @@
267
275
  "from": "^9.0.3",
268
276
  "to": "^10.1.0"
269
277
  },
278
+ "@netlify/images": {
279
+ "from": "^1.3.10",
280
+ "to": "^1.3.11"
281
+ },
270
282
  "@netlify/redirect-parser": {
271
283
  "from": "^15.0.4",
272
284
  "to": "^16.1.0"
@@ -412,10 +424,10 @@
412
424
  "to": "^3.4.0"
413
425
  }
414
426
  },
415
- "depsUpdated": 46,
427
+ "depsUpdated": 49,
416
428
  "originalPackage": "netlify-cli",
417
429
  "originalVersion": "26.2.0",
418
- "processedAt": "2026-07-21T16:19:54.113Z",
430
+ "processedAt": "2026-07-24T16:35:33.821Z",
419
431
  "smokeTest": "failed"
420
432
  }
421
433
  }