@depup/nuxt 4.4.2-depup.0 → 4.4.2-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 +6 -5
- package/package.json +14 -10
package/README.md
CHANGED
|
@@ -14,9 +14,9 @@ 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-14 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 6 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
@@ -24,9 +24,10 @@ npm install @depup/nuxt
|
|
|
24
24
|
|------------|------|-----|
|
|
25
25
|
| c12 | ^3.3.3 | ^4.0.0-beta.3 |
|
|
26
26
|
| devalue | ^5.6.3 | ^5.6.4 |
|
|
27
|
-
| oxc-minify | ^0.117.0 | ^0.
|
|
28
|
-
| oxc-parser | ^0.117.0 | ^0.
|
|
29
|
-
| oxc-transform | ^0.117.0 | ^0.
|
|
27
|
+
| oxc-minify | ^0.117.0 | ^0.119.0 |
|
|
28
|
+
| oxc-parser | ^0.117.0 | ^0.119.0 |
|
|
29
|
+
| oxc-transform | ^0.117.0 | ^0.119.0 |
|
|
30
|
+
| unrouting | ^0.1.5 | ^0.1.7 |
|
|
30
31
|
|
|
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.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
@@ -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.119.0",
|
|
82
|
+
"oxc-parser": "^0.119.0",
|
|
83
|
+
"oxc-transform": "^0.119.0",
|
|
84
84
|
"oxc-walker": "^0.7.0",
|
|
85
85
|
"pathe": "^2.0.3",
|
|
86
86
|
"perfect-debounce": "^2.1.0",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"unctx": "^2.5.0",
|
|
98
98
|
"unimport": "^6.0.1",
|
|
99
99
|
"unplugin": "^3.0.0",
|
|
100
|
-
"unrouting": "^0.1.
|
|
100
|
+
"unrouting": "^0.1.7",
|
|
101
101
|
"untyped": "^2.0.0",
|
|
102
102
|
"vue": "^3.5.30",
|
|
103
103
|
"vue-router": "^5.0.3",
|
|
@@ -157,21 +157,25 @@
|
|
|
157
157
|
},
|
|
158
158
|
"oxc-minify": {
|
|
159
159
|
"from": "^0.117.0",
|
|
160
|
-
"to": "^0.
|
|
160
|
+
"to": "^0.119.0"
|
|
161
161
|
},
|
|
162
162
|
"oxc-parser": {
|
|
163
163
|
"from": "^0.117.0",
|
|
164
|
-
"to": "^0.
|
|
164
|
+
"to": "^0.119.0"
|
|
165
165
|
},
|
|
166
166
|
"oxc-transform": {
|
|
167
167
|
"from": "^0.117.0",
|
|
168
|
-
"to": "^0.
|
|
168
|
+
"to": "^0.119.0"
|
|
169
|
+
},
|
|
170
|
+
"unrouting": {
|
|
171
|
+
"from": "^0.1.5",
|
|
172
|
+
"to": "^0.1.7"
|
|
169
173
|
}
|
|
170
174
|
},
|
|
171
|
-
"depsUpdated":
|
|
175
|
+
"depsUpdated": 6,
|
|
172
176
|
"originalPackage": "nuxt",
|
|
173
177
|
"originalVersion": "4.4.2",
|
|
174
|
-
"processedAt": "2026-03-
|
|
178
|
+
"processedAt": "2026-03-14T20:57:23.920Z",
|
|
175
179
|
"smokeTest": "passed"
|
|
176
180
|
}
|
|
177
181
|
}
|