@depup/netlify-cli 27.0.0-depup.1 → 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
@@ -16,7 +16,7 @@ npm install @depup/netlify-cli
16
16
  | Original | [netlify-cli](https://www.npmjs.com/package/netlify-cli) @ 27.0.0 |
17
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 |
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"
@@ -197,6 +201,6 @@
197
201
  "to": "^3.4.0"
198
202
  }
199
203
  },
200
- "timestamp": "2026-07-26T01:09:57.876Z",
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.1",
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",
@@ -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"
@@ -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-26T01:10:46.651Z",
434
+ "processedAt": "2026-07-26T16:25:41.415Z",
431
435
  "smokeTest": "failed"
432
436
  }
433
437
  }