@depup/nuxt 4.4.2-depup.4 → 4.4.2-depup.6

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.
Files changed (3) hide show
  1. package/README.md +10 -6
  2. package/changes.json +22 -6
  3. package/package.json +31 -15
package/README.md CHANGED
@@ -14,23 +14,27 @@ 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-18 |
17
+ | Processed | 2026-03-24 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 9 |
19
+ | Deps updated | 13 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @nuxt/devtools | ^3.2.3 | ^4.0.0-alpha.1 |
25
+ | @nuxt/devtools | ^3.2.3 | ^4.0.0-alpha.3 |
26
26
  | c12 | ^3.3.3 | ^4.0.0-beta.4 |
27
+ | cookie-es | ^2.0.0 | ^3.0.1 |
27
28
  | devalue | ^5.6.3 | ^5.6.4 |
28
29
  | hookable | ^6.0.1 | ^6.1.0 |
29
- | oxc-minify | ^0.117.0 | ^0.120.0 |
30
- | oxc-parser | ^0.117.0 | ^0.120.0 |
31
- | oxc-transform | ^0.117.0 | ^0.120.0 |
30
+ | mlly | ^1.8.1 | ^1.8.2 |
31
+ | oxc-minify | ^0.117.0 | ^0.121.0 |
32
+ | oxc-parser | ^0.117.0 | ^0.121.0 |
33
+ | oxc-transform | ^0.117.0 | ^0.121.0 |
34
+ | picomatch | ^4.0.3 | ^4.0.4 |
32
35
  | unimport | ^6.0.1 | ^6.0.2 |
33
36
  | unrouting | ^0.1.5 | ^0.1.7 |
37
+ | vue-router | ^5.0.3 | ^5.0.4 |
34
38
 
35
39
  ---
36
40
 
package/changes.json CHANGED
@@ -2,12 +2,16 @@
2
2
  "bumped": {
3
3
  "@nuxt/devtools": {
4
4
  "from": "^3.2.3",
5
- "to": "^4.0.0-alpha.1"
5
+ "to": "^4.0.0-alpha.3"
6
6
  },
7
7
  "c12": {
8
8
  "from": "^3.3.3",
9
9
  "to": "^4.0.0-beta.4"
10
10
  },
11
+ "cookie-es": {
12
+ "from": "^2.0.0",
13
+ "to": "^3.0.1"
14
+ },
11
15
  "devalue": {
12
16
  "from": "^5.6.3",
13
17
  "to": "^5.6.4"
@@ -16,17 +20,25 @@
16
20
  "from": "^6.0.1",
17
21
  "to": "^6.1.0"
18
22
  },
23
+ "mlly": {
24
+ "from": "^1.8.1",
25
+ "to": "^1.8.2"
26
+ },
19
27
  "oxc-minify": {
20
28
  "from": "^0.117.0",
21
- "to": "^0.120.0"
29
+ "to": "^0.121.0"
22
30
  },
23
31
  "oxc-parser": {
24
32
  "from": "^0.117.0",
25
- "to": "^0.120.0"
33
+ "to": "^0.121.0"
26
34
  },
27
35
  "oxc-transform": {
28
36
  "from": "^0.117.0",
29
- "to": "^0.120.0"
37
+ "to": "^0.121.0"
38
+ },
39
+ "picomatch": {
40
+ "from": "^4.0.3",
41
+ "to": "^4.0.4"
30
42
  },
31
43
  "unimport": {
32
44
  "from": "^6.0.1",
@@ -35,8 +47,12 @@
35
47
  "unrouting": {
36
48
  "from": "^0.1.5",
37
49
  "to": "^0.1.7"
50
+ },
51
+ "vue-router": {
52
+ "from": "^5.0.3",
53
+ "to": "^5.0.4"
38
54
  }
39
55
  },
40
- "timestamp": "2026-03-18T04:45:19.202Z",
41
- "totalUpdated": 9
56
+ "timestamp": "2026-03-24T00:34:38.932Z",
57
+ "totalUpdated": 13
42
58
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/nuxt",
3
- "version": "4.4.2-depup.4",
3
+ "version": "4.4.2-depup.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -53,7 +53,7 @@
53
53
  "dependencies": {
54
54
  "@dxup/nuxt": "^0.4.0",
55
55
  "@nuxt/cli": "^3.34.0",
56
- "@nuxt/devtools": "^4.0.0-alpha.1",
56
+ "@nuxt/devtools": "^4.0.0-alpha.3",
57
57
  "@nuxt/telemetry": "^2.7.0",
58
58
  "@unhead/vue": "^2.1.12",
59
59
  "@vue/shared": "^3.5.30",
@@ -61,7 +61,7 @@
61
61
  "chokidar": "^5.0.0",
62
62
  "compatx": "^0.2.0",
63
63
  "consola": "^3.4.2",
64
- "cookie-es": "^2.0.0",
64
+ "cookie-es": "^3.0.1",
65
65
  "defu": "^6.1.4",
66
66
  "devalue": "^5.6.4",
67
67
  "errx": "^0.1.0",
@@ -74,19 +74,19 @@
74
74
  "klona": "^2.0.6",
75
75
  "knitwork": "^1.3.0",
76
76
  "magic-string": "^0.30.21",
77
- "mlly": "^1.8.1",
77
+ "mlly": "^1.8.2",
78
78
  "nanotar": "^0.3.0",
79
79
  "nypm": "^0.6.5",
80
80
  "ofetch": "^1.5.1",
81
81
  "ohash": "^2.0.11",
82
82
  "on-change": "^6.0.2",
83
- "oxc-minify": "^0.120.0",
84
- "oxc-parser": "^0.120.0",
85
- "oxc-transform": "^0.120.0",
83
+ "oxc-minify": "^0.121.0",
84
+ "oxc-parser": "^0.121.0",
85
+ "oxc-transform": "^0.121.0",
86
86
  "oxc-walker": "^0.7.0",
87
87
  "pathe": "^2.0.3",
88
88
  "perfect-debounce": "^2.1.0",
89
- "picomatch": "^4.0.3",
89
+ "picomatch": "^4.0.4",
90
90
  "pkg-types": "^2.3.0",
91
91
  "rou3": "^0.8.1",
92
92
  "scule": "^1.3.0",
@@ -102,7 +102,7 @@
102
102
  "unrouting": "^0.1.7",
103
103
  "untyped": "^2.0.0",
104
104
  "vue": "^3.5.30",
105
- "vue-router": "^5.0.3",
105
+ "vue-router": "^5.0.4",
106
106
  "@nuxt/nitro-server": "4.4.2",
107
107
  "@nuxt/vite-builder": "4.4.2",
108
108
  "@nuxt/kit": "4.4.2",
@@ -153,12 +153,16 @@
153
153
  "changes": {
154
154
  "@nuxt/devtools": {
155
155
  "from": "^3.2.3",
156
- "to": "^4.0.0-alpha.1"
156
+ "to": "^4.0.0-alpha.3"
157
157
  },
158
158
  "c12": {
159
159
  "from": "^3.3.3",
160
160
  "to": "^4.0.0-beta.4"
161
161
  },
162
+ "cookie-es": {
163
+ "from": "^2.0.0",
164
+ "to": "^3.0.1"
165
+ },
162
166
  "devalue": {
163
167
  "from": "^5.6.3",
164
168
  "to": "^5.6.4"
@@ -167,17 +171,25 @@
167
171
  "from": "^6.0.1",
168
172
  "to": "^6.1.0"
169
173
  },
174
+ "mlly": {
175
+ "from": "^1.8.1",
176
+ "to": "^1.8.2"
177
+ },
170
178
  "oxc-minify": {
171
179
  "from": "^0.117.0",
172
- "to": "^0.120.0"
180
+ "to": "^0.121.0"
173
181
  },
174
182
  "oxc-parser": {
175
183
  "from": "^0.117.0",
176
- "to": "^0.120.0"
184
+ "to": "^0.121.0"
177
185
  },
178
186
  "oxc-transform": {
179
187
  "from": "^0.117.0",
180
- "to": "^0.120.0"
188
+ "to": "^0.121.0"
189
+ },
190
+ "picomatch": {
191
+ "from": "^4.0.3",
192
+ "to": "^4.0.4"
181
193
  },
182
194
  "unimport": {
183
195
  "from": "^6.0.1",
@@ -186,12 +198,16 @@
186
198
  "unrouting": {
187
199
  "from": "^0.1.5",
188
200
  "to": "^0.1.7"
201
+ },
202
+ "vue-router": {
203
+ "from": "^5.0.3",
204
+ "to": "^5.0.4"
189
205
  }
190
206
  },
191
- "depsUpdated": 9,
207
+ "depsUpdated": 13,
192
208
  "originalPackage": "nuxt",
193
209
  "originalVersion": "4.4.2",
194
- "processedAt": "2026-03-18T04:45:57.594Z",
210
+ "processedAt": "2026-03-24T00:35:16.659Z",
195
211
  "smokeTest": "passed"
196
212
  }
197
213
  }