@depup/netlify-cli 24.11.1-depup.0 → 24.11.1-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 +3 -2
- package/changes.json +6 -2
- package/npm-shrinkwrap.json +6 -6
- package/package.json +8 -4
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) @ 24.11.1 |
|
|
17
|
-
| Processed | 2026-04-
|
|
17
|
+
| Processed | 2026-04-12 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 31 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
@@ -30,6 +30,7 @@ npm install @depup/netlify-cli
|
|
|
30
30
|
| @opentelemetry/api | 1.8.0 | ^1.9.1 |
|
|
31
31
|
| chokidar | 4.0.3 | ^5.0.0 |
|
|
32
32
|
| commander | 12.1.0 | ^14.0.3 |
|
|
33
|
+
| comment-json | 4.6.2 | ^5.0.0 |
|
|
33
34
|
| cron-parser | 4.9.0 | ^5.5.0 |
|
|
34
35
|
| dotenv | 17.3.1 | ^17.4.1 |
|
|
35
36
|
| execa | 5.1.1 | ^9.6.1 |
|
package/changes.json
CHANGED
|
@@ -32,6 +32,10 @@
|
|
|
32
32
|
"from": "12.1.0",
|
|
33
33
|
"to": "^14.0.3"
|
|
34
34
|
},
|
|
35
|
+
"comment-json": {
|
|
36
|
+
"from": "4.6.2",
|
|
37
|
+
"to": "^5.0.0"
|
|
38
|
+
},
|
|
35
39
|
"cron-parser": {
|
|
36
40
|
"from": "4.9.0",
|
|
37
41
|
"to": "^5.5.0"
|
|
@@ -121,6 +125,6 @@
|
|
|
121
125
|
"to": "^8.20.0"
|
|
122
126
|
}
|
|
123
127
|
},
|
|
124
|
-
"timestamp": "2026-04-
|
|
125
|
-
"totalUpdated":
|
|
128
|
+
"timestamp": "2026-04-12T05:03:22.179Z",
|
|
129
|
+
"totalUpdated": 31
|
|
126
130
|
}
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/netlify-cli",
|
|
3
|
-
"version": "24.11.1-depup.
|
|
3
|
+
"version": "24.11.1-depup.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@depup/netlify-cli",
|
|
9
|
-
"version": "24.11.1-depup.
|
|
9
|
+
"version": "24.11.1-depup.1",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@fastify/static": "^9.1.0",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"ci-info": "4.4.0",
|
|
40
40
|
"clean-deep": "3.4.0",
|
|
41
41
|
"commander": "^14.0.3",
|
|
42
|
-
"comment-json": "
|
|
42
|
+
"comment-json": "^5.0.0",
|
|
43
43
|
"content-type": "1.0.5",
|
|
44
44
|
"cookie": "1.1.1",
|
|
45
45
|
"cron-parser": "^5.5.0",
|
|
@@ -6322,9 +6322,9 @@
|
|
|
6322
6322
|
}
|
|
6323
6323
|
},
|
|
6324
6324
|
"node_modules/comment-json": {
|
|
6325
|
-
"version": "
|
|
6326
|
-
"resolved": "https://registry.npmjs.org/comment-json/-/comment-json-
|
|
6327
|
-
"integrity": "sha512-
|
|
6325
|
+
"version": "5.0.0",
|
|
6326
|
+
"resolved": "https://registry.npmjs.org/comment-json/-/comment-json-5.0.0.tgz",
|
|
6327
|
+
"integrity": "sha512-uiqLcOiVDJtBP8WGkZHEP+FZIhTzP1dxvn59EfoYUi9gqupjrBWVQkO2atDrbnKPwLeotFYDsuNb26uBMqB+hw==",
|
|
6328
6328
|
"license": "MIT",
|
|
6329
6329
|
"dependencies": {
|
|
6330
6330
|
"array-timsort": "^1.0.3",
|
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": "24.11.1-depup.
|
|
4
|
+
"version": "24.11.1-depup.1",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"ci-info": "4.4.0",
|
|
94
94
|
"clean-deep": "3.4.0",
|
|
95
95
|
"commander": "^14.0.3",
|
|
96
|
-
"comment-json": "
|
|
96
|
+
"comment-json": "^5.0.0",
|
|
97
97
|
"content-type": "1.0.5",
|
|
98
98
|
"cookie": "1.1.1",
|
|
99
99
|
"cron-parser": "^5.5.0",
|
|
@@ -202,6 +202,10 @@
|
|
|
202
202
|
"from": "12.1.0",
|
|
203
203
|
"to": "^14.0.3"
|
|
204
204
|
},
|
|
205
|
+
"comment-json": {
|
|
206
|
+
"from": "4.6.2",
|
|
207
|
+
"to": "^5.0.0"
|
|
208
|
+
},
|
|
205
209
|
"cron-parser": {
|
|
206
210
|
"from": "4.9.0",
|
|
207
211
|
"to": "^5.5.0"
|
|
@@ -291,10 +295,10 @@
|
|
|
291
295
|
"to": "^8.20.0"
|
|
292
296
|
}
|
|
293
297
|
},
|
|
294
|
-
"depsUpdated":
|
|
298
|
+
"depsUpdated": 31,
|
|
295
299
|
"originalPackage": "netlify-cli",
|
|
296
300
|
"originalVersion": "24.11.1",
|
|
297
|
-
"processedAt": "2026-04-
|
|
301
|
+
"processedAt": "2026-04-12T05:03:48.128Z",
|
|
298
302
|
"smokeTest": "failed"
|
|
299
303
|
}
|
|
300
304
|
}
|