@depup/nuxt 4.4.2-depup.6 → 4.4.2-depup.8
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 +8 -6
- package/changes.json +14 -6
- package/package.json +21 -13
package/README.md
CHANGED
|
@@ -14,26 +14,28 @@ npm install @depup/nuxt
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [nuxt](https://www.npmjs.com/package/nuxt) @ 4.4.2 |
|
|
17
|
-
| Processed | 2026-03-
|
|
17
|
+
| Processed | 2026-03-31 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 15 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
25
|
| @nuxt/devtools | ^3.2.3 | ^4.0.0-alpha.3 |
|
|
26
|
+
| @vue/shared | ^3.5.30 | ^3.5.31 |
|
|
26
27
|
| c12 | ^3.3.3 | ^4.0.0-beta.4 |
|
|
27
|
-
| cookie-es | ^2.0.0 | ^3.
|
|
28
|
+
| cookie-es | ^2.0.0 | ^3.1.1 |
|
|
28
29
|
| devalue | ^5.6.3 | ^5.6.4 |
|
|
29
30
|
| hookable | ^6.0.1 | ^6.1.0 |
|
|
30
31
|
| mlly | ^1.8.1 | ^1.8.2 |
|
|
31
|
-
| oxc-minify | ^0.117.0 | ^0.
|
|
32
|
-
| oxc-parser | ^0.117.0 | ^0.
|
|
33
|
-
| oxc-transform | ^0.117.0 | ^0.
|
|
32
|
+
| oxc-minify | ^0.117.0 | ^0.123.0 |
|
|
33
|
+
| oxc-parser | ^0.117.0 | ^0.123.0 |
|
|
34
|
+
| oxc-transform | ^0.117.0 | ^0.123.0 |
|
|
34
35
|
| picomatch | ^4.0.3 | ^4.0.4 |
|
|
35
36
|
| unimport | ^6.0.1 | ^6.0.2 |
|
|
36
37
|
| unrouting | ^0.1.5 | ^0.1.7 |
|
|
38
|
+
| vue | ^3.5.30 | ^3.5.31 |
|
|
37
39
|
| vue-router | ^5.0.3 | ^5.0.4 |
|
|
38
40
|
|
|
39
41
|
---
|
package/changes.json
CHANGED
|
@@ -4,13 +4,17 @@
|
|
|
4
4
|
"from": "^3.2.3",
|
|
5
5
|
"to": "^4.0.0-alpha.3"
|
|
6
6
|
},
|
|
7
|
+
"@vue/shared": {
|
|
8
|
+
"from": "^3.5.30",
|
|
9
|
+
"to": "^3.5.31"
|
|
10
|
+
},
|
|
7
11
|
"c12": {
|
|
8
12
|
"from": "^3.3.3",
|
|
9
13
|
"to": "^4.0.0-beta.4"
|
|
10
14
|
},
|
|
11
15
|
"cookie-es": {
|
|
12
16
|
"from": "^2.0.0",
|
|
13
|
-
"to": "^3.
|
|
17
|
+
"to": "^3.1.1"
|
|
14
18
|
},
|
|
15
19
|
"devalue": {
|
|
16
20
|
"from": "^5.6.3",
|
|
@@ -26,15 +30,15 @@
|
|
|
26
30
|
},
|
|
27
31
|
"oxc-minify": {
|
|
28
32
|
"from": "^0.117.0",
|
|
29
|
-
"to": "^0.
|
|
33
|
+
"to": "^0.123.0"
|
|
30
34
|
},
|
|
31
35
|
"oxc-parser": {
|
|
32
36
|
"from": "^0.117.0",
|
|
33
|
-
"to": "^0.
|
|
37
|
+
"to": "^0.123.0"
|
|
34
38
|
},
|
|
35
39
|
"oxc-transform": {
|
|
36
40
|
"from": "^0.117.0",
|
|
37
|
-
"to": "^0.
|
|
41
|
+
"to": "^0.123.0"
|
|
38
42
|
},
|
|
39
43
|
"picomatch": {
|
|
40
44
|
"from": "^4.0.3",
|
|
@@ -48,11 +52,15 @@
|
|
|
48
52
|
"from": "^0.1.5",
|
|
49
53
|
"to": "^0.1.7"
|
|
50
54
|
},
|
|
55
|
+
"vue": {
|
|
56
|
+
"from": "^3.5.30",
|
|
57
|
+
"to": "^3.5.31"
|
|
58
|
+
},
|
|
51
59
|
"vue-router": {
|
|
52
60
|
"from": "^5.0.3",
|
|
53
61
|
"to": "^5.0.4"
|
|
54
62
|
}
|
|
55
63
|
},
|
|
56
|
-
"timestamp": "2026-03-
|
|
57
|
-
"totalUpdated":
|
|
64
|
+
"timestamp": "2026-03-31T12:31:40.354Z",
|
|
65
|
+
"totalUpdated": 15
|
|
58
66
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/nuxt",
|
|
3
|
-
"version": "4.4.2-depup.
|
|
3
|
+
"version": "4.4.2-depup.8",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
"@nuxt/devtools": "^4.0.0-alpha.3",
|
|
57
57
|
"@nuxt/telemetry": "^2.7.0",
|
|
58
58
|
"@unhead/vue": "^2.1.12",
|
|
59
|
-
"@vue/shared": "^3.5.
|
|
59
|
+
"@vue/shared": "^3.5.31",
|
|
60
60
|
"c12": "^4.0.0-beta.4",
|
|
61
61
|
"chokidar": "^5.0.0",
|
|
62
62
|
"compatx": "^0.2.0",
|
|
63
63
|
"consola": "^3.4.2",
|
|
64
|
-
"cookie-es": "^3.
|
|
64
|
+
"cookie-es": "^3.1.1",
|
|
65
65
|
"defu": "^6.1.4",
|
|
66
66
|
"devalue": "^5.6.4",
|
|
67
67
|
"errx": "^0.1.0",
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
"ofetch": "^1.5.1",
|
|
81
81
|
"ohash": "^2.0.11",
|
|
82
82
|
"on-change": "^6.0.2",
|
|
83
|
-
"oxc-minify": "^0.
|
|
84
|
-
"oxc-parser": "^0.
|
|
85
|
-
"oxc-transform": "^0.
|
|
83
|
+
"oxc-minify": "^0.123.0",
|
|
84
|
+
"oxc-parser": "^0.123.0",
|
|
85
|
+
"oxc-transform": "^0.123.0",
|
|
86
86
|
"oxc-walker": "^0.7.0",
|
|
87
87
|
"pathe": "^2.0.3",
|
|
88
88
|
"perfect-debounce": "^2.1.0",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"unplugin": "^3.0.0",
|
|
102
102
|
"unrouting": "^0.1.7",
|
|
103
103
|
"untyped": "^2.0.0",
|
|
104
|
-
"vue": "^3.5.
|
|
104
|
+
"vue": "^3.5.31",
|
|
105
105
|
"vue-router": "^5.0.4",
|
|
106
106
|
"@nuxt/nitro-server": "4.4.2",
|
|
107
107
|
"@nuxt/vite-builder": "4.4.2",
|
|
@@ -155,13 +155,17 @@
|
|
|
155
155
|
"from": "^3.2.3",
|
|
156
156
|
"to": "^4.0.0-alpha.3"
|
|
157
157
|
},
|
|
158
|
+
"@vue/shared": {
|
|
159
|
+
"from": "^3.5.30",
|
|
160
|
+
"to": "^3.5.31"
|
|
161
|
+
},
|
|
158
162
|
"c12": {
|
|
159
163
|
"from": "^3.3.3",
|
|
160
164
|
"to": "^4.0.0-beta.4"
|
|
161
165
|
},
|
|
162
166
|
"cookie-es": {
|
|
163
167
|
"from": "^2.0.0",
|
|
164
|
-
"to": "^3.
|
|
168
|
+
"to": "^3.1.1"
|
|
165
169
|
},
|
|
166
170
|
"devalue": {
|
|
167
171
|
"from": "^5.6.3",
|
|
@@ -177,15 +181,15 @@
|
|
|
177
181
|
},
|
|
178
182
|
"oxc-minify": {
|
|
179
183
|
"from": "^0.117.0",
|
|
180
|
-
"to": "^0.
|
|
184
|
+
"to": "^0.123.0"
|
|
181
185
|
},
|
|
182
186
|
"oxc-parser": {
|
|
183
187
|
"from": "^0.117.0",
|
|
184
|
-
"to": "^0.
|
|
188
|
+
"to": "^0.123.0"
|
|
185
189
|
},
|
|
186
190
|
"oxc-transform": {
|
|
187
191
|
"from": "^0.117.0",
|
|
188
|
-
"to": "^0.
|
|
192
|
+
"to": "^0.123.0"
|
|
189
193
|
},
|
|
190
194
|
"picomatch": {
|
|
191
195
|
"from": "^4.0.3",
|
|
@@ -199,15 +203,19 @@
|
|
|
199
203
|
"from": "^0.1.5",
|
|
200
204
|
"to": "^0.1.7"
|
|
201
205
|
},
|
|
206
|
+
"vue": {
|
|
207
|
+
"from": "^3.5.30",
|
|
208
|
+
"to": "^3.5.31"
|
|
209
|
+
},
|
|
202
210
|
"vue-router": {
|
|
203
211
|
"from": "^5.0.3",
|
|
204
212
|
"to": "^5.0.4"
|
|
205
213
|
}
|
|
206
214
|
},
|
|
207
|
-
"depsUpdated":
|
|
215
|
+
"depsUpdated": 15,
|
|
208
216
|
"originalPackage": "nuxt",
|
|
209
217
|
"originalVersion": "4.4.2",
|
|
210
|
-
"processedAt": "2026-03-
|
|
218
|
+
"processedAt": "2026-03-31T12:32:14.344Z",
|
|
211
219
|
"smokeTest": "passed"
|
|
212
220
|
}
|
|
213
221
|
}
|