@depup/nuxt__kit 4.5.2-depup.1 → 4.5.2-depup.3
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 +6 -2
- package/changes.json +18 -2
- package/package.json +23 -7
package/README.md
CHANGED
|
@@ -14,16 +14,20 @@ npm install @depup/nuxt__kit
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [@nuxt/kit](https://www.npmjs.com/package/@nuxt/kit) @ 4.5.2 |
|
|
17
|
-
| Processed | 2026-
|
|
17
|
+
| Processed | 2026-09-03 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 7 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
25
|
| c12 | ^3.3.4 | ^4.0.0-beta.5 |
|
|
26
|
+
| errx | ^0.1.2 | ^0.2.0 |
|
|
27
|
+
| ignore | ^7.0.6 | ^7.0.8 |
|
|
26
28
|
| ohash | ^2.0.11 | ^2.0.12 |
|
|
29
|
+
| rc9 | ^3.0.1 | ^3.1.0 |
|
|
30
|
+
| unctx | ^3.0.0 | ^3.0.1 |
|
|
27
31
|
| verkit | ^0.3.1 | ^0.4.0 |
|
|
28
32
|
|
|
29
33
|
---
|
package/changes.json
CHANGED
|
@@ -4,15 +4,31 @@
|
|
|
4
4
|
"from": "^3.3.4",
|
|
5
5
|
"to": "^4.0.0-beta.5"
|
|
6
6
|
},
|
|
7
|
+
"errx": {
|
|
8
|
+
"from": "^0.1.2",
|
|
9
|
+
"to": "^0.2.0"
|
|
10
|
+
},
|
|
11
|
+
"ignore": {
|
|
12
|
+
"from": "^7.0.6",
|
|
13
|
+
"to": "^7.0.8"
|
|
14
|
+
},
|
|
7
15
|
"ohash": {
|
|
8
16
|
"from": "^2.0.11",
|
|
9
17
|
"to": "^2.0.12"
|
|
10
18
|
},
|
|
19
|
+
"rc9": {
|
|
20
|
+
"from": "^3.0.1",
|
|
21
|
+
"to": "^3.1.0"
|
|
22
|
+
},
|
|
23
|
+
"unctx": {
|
|
24
|
+
"from": "^3.0.0",
|
|
25
|
+
"to": "^3.0.1"
|
|
26
|
+
},
|
|
11
27
|
"verkit": {
|
|
12
28
|
"from": "^0.3.1",
|
|
13
29
|
"to": "^0.4.0"
|
|
14
30
|
}
|
|
15
31
|
},
|
|
16
|
-
"timestamp": "2026-
|
|
17
|
-
"totalUpdated":
|
|
32
|
+
"timestamp": "2026-09-03T08:12:09.168Z",
|
|
33
|
+
"totalUpdated": 7
|
|
18
34
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/nuxt__kit",
|
|
3
|
-
"version": "4.5.2-depup.
|
|
3
|
+
"version": "4.5.2-depup.3",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"consola": "^3.4.2",
|
|
26
26
|
"defu": "^6.1.7",
|
|
27
27
|
"destr": "^2.0.5",
|
|
28
|
-
"errx": "^0.
|
|
28
|
+
"errx": "^0.2.0",
|
|
29
29
|
"exsolve": "^1.1.1",
|
|
30
|
-
"ignore": "^7.0.
|
|
30
|
+
"ignore": "^7.0.8",
|
|
31
31
|
"jiti": "^2.7.0",
|
|
32
32
|
"klona": "^2.0.6",
|
|
33
33
|
"mlly": "^1.8.2",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"ohash": "^2.0.12",
|
|
36
36
|
"pathe": "^2.0.3",
|
|
37
37
|
"pkg-types": "^2.3.1",
|
|
38
|
-
"rc9": "^3.0
|
|
38
|
+
"rc9": "^3.1.0",
|
|
39
39
|
"scule": "^1.3.0",
|
|
40
40
|
"tinyglobby": "^0.2.17",
|
|
41
41
|
"ufo": "^1.6.4",
|
|
42
|
-
"unctx": "^3.0.
|
|
42
|
+
"unctx": "^3.0.1",
|
|
43
43
|
"untyped": "^2.0.0",
|
|
44
44
|
"verkit": "^0.4.0"
|
|
45
45
|
},
|
|
@@ -75,19 +75,35 @@
|
|
|
75
75
|
"from": "^3.3.4",
|
|
76
76
|
"to": "^4.0.0-beta.5"
|
|
77
77
|
},
|
|
78
|
+
"errx": {
|
|
79
|
+
"from": "^0.1.2",
|
|
80
|
+
"to": "^0.2.0"
|
|
81
|
+
},
|
|
82
|
+
"ignore": {
|
|
83
|
+
"from": "^7.0.6",
|
|
84
|
+
"to": "^7.0.8"
|
|
85
|
+
},
|
|
78
86
|
"ohash": {
|
|
79
87
|
"from": "^2.0.11",
|
|
80
88
|
"to": "^2.0.12"
|
|
81
89
|
},
|
|
90
|
+
"rc9": {
|
|
91
|
+
"from": "^3.0.1",
|
|
92
|
+
"to": "^3.1.0"
|
|
93
|
+
},
|
|
94
|
+
"unctx": {
|
|
95
|
+
"from": "^3.0.0",
|
|
96
|
+
"to": "^3.0.1"
|
|
97
|
+
},
|
|
82
98
|
"verkit": {
|
|
83
99
|
"from": "^0.3.1",
|
|
84
100
|
"to": "^0.4.0"
|
|
85
101
|
}
|
|
86
102
|
},
|
|
87
|
-
"depsUpdated":
|
|
103
|
+
"depsUpdated": 7,
|
|
88
104
|
"originalPackage": "@nuxt/kit",
|
|
89
105
|
"originalVersion": "4.5.2",
|
|
90
|
-
"processedAt": "2026-
|
|
106
|
+
"processedAt": "2026-09-03T08:12:37.526Z",
|
|
91
107
|
"smokeTest": "passed"
|
|
92
108
|
}
|
|
93
109
|
}
|