@depup/nuxt 4.4.2-depup.1 → 4.4.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 +7 -6
- package/package.json +16 -12
package/README.md
CHANGED
|
@@ -14,19 +14,20 @@ 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-16 |
|
|
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
|
-
| c12 | ^3.3.3 | ^4.0.0-beta.
|
|
25
|
+
| c12 | ^3.3.3 | ^4.0.0-beta.4 |
|
|
26
26
|
| devalue | ^5.6.3 | ^5.6.4 |
|
|
27
|
-
|
|
|
28
|
-
| oxc-
|
|
29
|
-
| oxc-
|
|
27
|
+
| hookable | ^6.0.1 | ^6.1.0 |
|
|
28
|
+
| oxc-minify | ^0.117.0 | ^0.120.0 |
|
|
29
|
+
| oxc-parser | ^0.117.0 | ^0.120.0 |
|
|
30
|
+
| oxc-transform | ^0.117.0 | ^0.120.0 |
|
|
30
31
|
| unrouting | ^0.1.5 | ^0.1.7 |
|
|
31
32
|
|
|
32
33
|
---
|
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.3",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@nuxt/telemetry": "^2.7.0",
|
|
56
56
|
"@unhead/vue": "^2.1.12",
|
|
57
57
|
"@vue/shared": "^3.5.30",
|
|
58
|
-
"c12": "^4.0.0-beta.
|
|
58
|
+
"c12": "^4.0.0-beta.4",
|
|
59
59
|
"chokidar": "^5.0.0",
|
|
60
60
|
"compatx": "^0.2.0",
|
|
61
61
|
"consola": "^3.4.2",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"errx": "^0.1.0",
|
|
66
66
|
"escape-string-regexp": "^5.0.0",
|
|
67
67
|
"exsolve": "^1.0.8",
|
|
68
|
-
"hookable": "^6.0
|
|
68
|
+
"hookable": "^6.1.0",
|
|
69
69
|
"ignore": "^7.0.5",
|
|
70
70
|
"impound": "^1.1.5",
|
|
71
71
|
"jiti": "^2.6.1",
|
|
@@ -78,9 +78,9 @@
|
|
|
78
78
|
"ofetch": "^1.5.1",
|
|
79
79
|
"ohash": "^2.0.11",
|
|
80
80
|
"on-change": "^6.0.2",
|
|
81
|
-
"oxc-minify": "^0.
|
|
82
|
-
"oxc-parser": "^0.
|
|
83
|
-
"oxc-transform": "^0.
|
|
81
|
+
"oxc-minify": "^0.120.0",
|
|
82
|
+
"oxc-parser": "^0.120.0",
|
|
83
|
+
"oxc-transform": "^0.120.0",
|
|
84
84
|
"oxc-walker": "^0.7.0",
|
|
85
85
|
"pathe": "^2.0.3",
|
|
86
86
|
"perfect-debounce": "^2.1.0",
|
|
@@ -149,33 +149,37 @@
|
|
|
149
149
|
"changes": {
|
|
150
150
|
"c12": {
|
|
151
151
|
"from": "^3.3.3",
|
|
152
|
-
"to": "^4.0.0-beta.
|
|
152
|
+
"to": "^4.0.0-beta.4"
|
|
153
153
|
},
|
|
154
154
|
"devalue": {
|
|
155
155
|
"from": "^5.6.3",
|
|
156
156
|
"to": "^5.6.4"
|
|
157
157
|
},
|
|
158
|
+
"hookable": {
|
|
159
|
+
"from": "^6.0.1",
|
|
160
|
+
"to": "^6.1.0"
|
|
161
|
+
},
|
|
158
162
|
"oxc-minify": {
|
|
159
163
|
"from": "^0.117.0",
|
|
160
|
-
"to": "^0.
|
|
164
|
+
"to": "^0.120.0"
|
|
161
165
|
},
|
|
162
166
|
"oxc-parser": {
|
|
163
167
|
"from": "^0.117.0",
|
|
164
|
-
"to": "^0.
|
|
168
|
+
"to": "^0.120.0"
|
|
165
169
|
},
|
|
166
170
|
"oxc-transform": {
|
|
167
171
|
"from": "^0.117.0",
|
|
168
|
-
"to": "^0.
|
|
172
|
+
"to": "^0.120.0"
|
|
169
173
|
},
|
|
170
174
|
"unrouting": {
|
|
171
175
|
"from": "^0.1.5",
|
|
172
176
|
"to": "^0.1.7"
|
|
173
177
|
}
|
|
174
178
|
},
|
|
175
|
-
"depsUpdated":
|
|
179
|
+
"depsUpdated": 7,
|
|
176
180
|
"originalPackage": "nuxt",
|
|
177
181
|
"originalVersion": "4.4.2",
|
|
178
|
-
"processedAt": "2026-03-
|
|
182
|
+
"processedAt": "2026-03-16T12:31:08.716Z",
|
|
179
183
|
"smokeTest": "passed"
|
|
180
184
|
}
|
|
181
185
|
}
|