@depup/netlify-cli 27.0.0-depup.0 → 27.0.0-depup.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.
package/README.md CHANGED
@@ -14,9 +14,9 @@ npm install @depup/netlify-cli
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [netlify-cli](https://www.npmjs.com/package/netlify-cli) @ 27.0.0 |
17
- | Processed | 2026-07-25 |
17
+ | Processed | 2026-07-26 |
18
18
  | Smoke test | failed |
19
- | Deps updated | 49 |
19
+ | Deps updated | 50 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
@@ -39,6 +39,7 @@ npm install @depup/netlify-cli
39
39
  | @netlify/zip-it-and-ship-it | ^14.7.1 | ^15.3.0 |
40
40
  | @octokit/rest | ^22.0.0 | ^22.0.1 |
41
41
  | @opentelemetry/api | ^1.8.0 | ^1.9.1 |
42
+ | chalk | ^5.6.2 | ^6.0.0 |
42
43
  | chokidar | ^4.0.3 | ^5.0.0 |
43
44
  | commander | ^12.1.0 | ^15.0.0 |
44
45
  | comment-json | ^4.6.2 | ^5.0.0 |
@@ -56,7 +57,7 @@ npm install @depup/netlify-cli
56
57
  | inquirer-autocomplete-prompt | ^1.4.0 | ^3.0.1 |
57
58
  | is-wsl | ^3.1.0 | ^3.1.1 |
58
59
  | log-update | ^7.2.0 | ^8.0.0 |
59
- | modern-tar | ^0.7.5 | ^0.7.7 |
60
+ | modern-tar | ^0.7.5 | ^0.8.0 |
60
61
  | multiparty | ^4.2.3 | ^4.3.0 |
61
62
  | normalize-package-data | ^7.0.1 | ^9.0.0 |
62
63
  | p-map | ^7.0.3 | ^7.0.6 |
package/changes.json CHANGED
@@ -68,6 +68,10 @@
68
68
  "from": "^1.8.0",
69
69
  "to": "^1.9.1"
70
70
  },
71
+ "chalk": {
72
+ "from": "^5.6.2",
73
+ "to": "^6.0.0"
74
+ },
71
75
  "chokidar": {
72
76
  "from": "^4.0.3",
73
77
  "to": "^5.0.0"
@@ -138,7 +142,7 @@
138
142
  },
139
143
  "modern-tar": {
140
144
  "from": "^0.7.5",
141
- "to": "^0.7.7"
145
+ "to": "^0.8.0"
142
146
  },
143
147
  "multiparty": {
144
148
  "from": "^4.2.3",
@@ -197,6 +201,6 @@
197
201
  "to": "^3.4.0"
198
202
  }
199
203
  },
200
- "timestamp": "2026-07-25T00:41:59.752Z",
201
- "totalUpdated": 49
204
+ "timestamp": "2026-07-26T16:25:00.037Z",
205
+ "totalUpdated": 50
202
206
  }
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": "27.0.0-depup.0",
4
+ "version": "27.0.0-depup.2",
5
5
  "author": "Netlify Inc.",
6
6
  "type": "module",
7
7
  "engines": {
@@ -87,7 +87,7 @@
87
87
  "ascii-table": "^0.0.9",
88
88
  "backoff": "^2.5.0",
89
89
  "boxen": "^8.0.1",
90
- "chalk": "^5.6.2",
90
+ "chalk": "^6.0.0",
91
91
  "chokidar": "^5.0.0",
92
92
  "ci-info": "^4.4.0",
93
93
  "clean-deep": "^3.4.0",
@@ -130,7 +130,7 @@
130
130
  "log-update": "^8.0.0",
131
131
  "maxstache": "^1.0.7",
132
132
  "maxstache-stream": "^1.0.4",
133
- "modern-tar": "^0.7.7",
133
+ "modern-tar": "^0.8.0",
134
134
  "multiparty": "^4.3.0",
135
135
  "nanospinner": "^1.2.2",
136
136
  "netlify-redirector": "^0.5.0",
@@ -295,6 +295,10 @@
295
295
  "from": "^1.8.0",
296
296
  "to": "^1.9.1"
297
297
  },
298
+ "chalk": {
299
+ "from": "^5.6.2",
300
+ "to": "^6.0.0"
301
+ },
298
302
  "chokidar": {
299
303
  "from": "^4.0.3",
300
304
  "to": "^5.0.0"
@@ -365,7 +369,7 @@
365
369
  },
366
370
  "modern-tar": {
367
371
  "from": "^0.7.5",
368
- "to": "^0.7.7"
372
+ "to": "^0.8.0"
369
373
  },
370
374
  "multiparty": {
371
375
  "from": "^4.2.3",
@@ -424,10 +428,10 @@
424
428
  "to": "^3.4.0"
425
429
  }
426
430
  },
427
- "depsUpdated": 49,
431
+ "depsUpdated": 50,
428
432
  "originalPackage": "netlify-cli",
429
433
  "originalVersion": "27.0.0",
430
- "processedAt": "2026-07-25T00:42:42.185Z",
434
+ "processedAt": "2026-07-26T16:25:41.415Z",
431
435
  "smokeTest": "failed"
432
436
  }
433
437
  }