@depup/netlify-cli 24.10.0-depup.1 → 24.10.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 +3 -2
- package/changes.json +6 -2
- package/npm-shrinkwrap.json +9 -7
- package/package.json +8 -4
package/README.md
CHANGED
|
@@ -14,14 +14,15 @@ npm install @depup/netlify-cli
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [netlify-cli](https://www.npmjs.com/package/netlify-cli) @ 24.10.0 |
|
|
17
|
-
| Processed | 2026-04-
|
|
17
|
+
| Processed | 2026-04-07 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 29 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
+
| @fastify/static | 9.0.0 | ^9.1.0 |
|
|
25
26
|
| @netlify/blobs | 10.7.0 | ^10.7.4 |
|
|
26
27
|
| @netlify/edge-functions-bootstrap | 2.17.1 | ^3.1.0 |
|
|
27
28
|
| @octokit/rest | 22.0.0 | ^22.0.1 |
|
package/changes.json
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bumped": {
|
|
3
|
+
"@fastify/static": {
|
|
4
|
+
"from": "9.0.0",
|
|
5
|
+
"to": "^9.1.0"
|
|
6
|
+
},
|
|
3
7
|
"@netlify/blobs": {
|
|
4
8
|
"from": "10.7.0",
|
|
5
9
|
"to": "^10.7.4"
|
|
@@ -113,6 +117,6 @@
|
|
|
113
117
|
"to": "^8.20.0"
|
|
114
118
|
}
|
|
115
119
|
},
|
|
116
|
-
"timestamp": "2026-04-
|
|
117
|
-
"totalUpdated":
|
|
120
|
+
"timestamp": "2026-04-07T08:34:17.129Z",
|
|
121
|
+
"totalUpdated": 29
|
|
118
122
|
}
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/netlify-cli",
|
|
3
|
-
"version": "24.10.0-depup.
|
|
3
|
+
"version": "24.10.0-depup.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@depup/netlify-cli",
|
|
9
|
-
"version": "24.10.0-depup.
|
|
9
|
+
"version": "24.10.0-depup.2",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@fastify/static": "9.
|
|
12
|
+
"@fastify/static": "^9.1.0",
|
|
13
13
|
"@netlify/ai": "0.4.1",
|
|
14
14
|
"@netlify/api": "14.0.18",
|
|
15
15
|
"@netlify/blobs": "^10.7.4",
|
|
@@ -429,7 +429,9 @@
|
|
|
429
429
|
}
|
|
430
430
|
},
|
|
431
431
|
"node_modules/@fastify/static": {
|
|
432
|
-
"version": "9.
|
|
432
|
+
"version": "9.1.0",
|
|
433
|
+
"resolved": "https://registry.npmjs.org/@fastify/static/-/static-9.1.0.tgz",
|
|
434
|
+
"integrity": "sha512-EPRNQYqEYEYTK8yyGbcM0iHpyJaupb94bey5O6iCQfLTADr02kaZU+qeHSdd9H9TiMwTBVkrMa59V8CMbn3avQ==",
|
|
433
435
|
"funding": [
|
|
434
436
|
{
|
|
435
437
|
"type": "github",
|
|
@@ -9286,9 +9288,9 @@
|
|
|
9286
9288
|
}
|
|
9287
9289
|
},
|
|
9288
9290
|
"node_modules/lru-cache": {
|
|
9289
|
-
"version": "11.3.
|
|
9290
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.
|
|
9291
|
-
"integrity": "sha512-
|
|
9291
|
+
"version": "11.3.2",
|
|
9292
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.2.tgz",
|
|
9293
|
+
"integrity": "sha512-wgWa6FWQ3QRRJbIjbsldRJZxdxYngT/dO0I5Ynmlnin8qy7tC6xYzbcJjtN4wHLXtkbVwHzk0C+OejVw1XM+DQ==",
|
|
9292
9294
|
"license": "BlueOak-1.0.0",
|
|
9293
9295
|
"engines": {
|
|
9294
9296
|
"node": "20 || >=22"
|
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.10.0-depup.
|
|
4
|
+
"version": "24.10.0-depup.2",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"typecheck:watch": "tsc --watch"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@fastify/static": "9.
|
|
66
|
+
"@fastify/static": "^9.1.0",
|
|
67
67
|
"@netlify/ai": "0.4.1",
|
|
68
68
|
"@netlify/api": "14.0.18",
|
|
69
69
|
"@netlify/blobs": "^10.7.4",
|
|
@@ -170,6 +170,10 @@
|
|
|
170
170
|
"packageManager": "npm@10.9.4+sha512.3a7506f37e85c1ba1021baad79f0cd9724748131f321fc117c4dc3ba235ec01be7327584a41d15117c01945560aa9373220628fcc1e1dddd877a5fe9b336a900",
|
|
171
171
|
"depup": {
|
|
172
172
|
"changes": {
|
|
173
|
+
"@fastify/static": {
|
|
174
|
+
"from": "9.0.0",
|
|
175
|
+
"to": "^9.1.0"
|
|
176
|
+
},
|
|
173
177
|
"@netlify/blobs": {
|
|
174
178
|
"from": "10.7.0",
|
|
175
179
|
"to": "^10.7.4"
|
|
@@ -283,10 +287,10 @@
|
|
|
283
287
|
"to": "^8.20.0"
|
|
284
288
|
}
|
|
285
289
|
},
|
|
286
|
-
"depsUpdated":
|
|
290
|
+
"depsUpdated": 29,
|
|
287
291
|
"originalPackage": "netlify-cli",
|
|
288
292
|
"originalVersion": "24.10.0",
|
|
289
|
-
"processedAt": "2026-04-
|
|
293
|
+
"processedAt": "2026-04-07T08:34:39.285Z",
|
|
290
294
|
"smokeTest": "failed"
|
|
291
295
|
}
|
|
292
296
|
}
|