@depup/nuxt 4.4.2-depup.5 → 4.4.2-depup.7

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 +9 -3
  2. package/changes.json +27 -3
  3. package/package.json +35 -11
package/README.md CHANGED
@@ -14,23 +14,29 @@ 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-19 |
17
+ | Processed | 2026-03-27 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 9 |
19
+ | Deps updated | 15 |
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
+ | @vue/shared | ^3.5.30 | ^3.5.31 |
26
27
  | c12 | ^3.3.3 | ^4.0.0-beta.4 |
28
+ | cookie-es | ^2.0.0 | ^3.1.1 |
27
29
  | devalue | ^5.6.3 | ^5.6.4 |
28
30
  | hookable | ^6.0.1 | ^6.1.0 |
31
+ | mlly | ^1.8.1 | ^1.8.2 |
29
32
  | oxc-minify | ^0.117.0 | ^0.121.0 |
30
33
  | oxc-parser | ^0.117.0 | ^0.121.0 |
31
34
  | oxc-transform | ^0.117.0 | ^0.121.0 |
35
+ | picomatch | ^4.0.3 | ^4.0.4 |
32
36
  | unimport | ^6.0.1 | ^6.0.2 |
33
37
  | unrouting | ^0.1.5 | ^0.1.7 |
38
+ | vue | ^3.5.30 | ^3.5.31 |
39
+ | vue-router | ^5.0.3 | ^5.0.4 |
34
40
 
35
41
  ---
36
42
 
package/changes.json CHANGED
@@ -2,12 +2,20 @@
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
+ },
7
+ "@vue/shared": {
8
+ "from": "^3.5.30",
9
+ "to": "^3.5.31"
6
10
  },
7
11
  "c12": {
8
12
  "from": "^3.3.3",
9
13
  "to": "^4.0.0-beta.4"
10
14
  },
15
+ "cookie-es": {
16
+ "from": "^2.0.0",
17
+ "to": "^3.1.1"
18
+ },
11
19
  "devalue": {
12
20
  "from": "^5.6.3",
13
21
  "to": "^5.6.4"
@@ -16,6 +24,10 @@
16
24
  "from": "^6.0.1",
17
25
  "to": "^6.1.0"
18
26
  },
27
+ "mlly": {
28
+ "from": "^1.8.1",
29
+ "to": "^1.8.2"
30
+ },
19
31
  "oxc-minify": {
20
32
  "from": "^0.117.0",
21
33
  "to": "^0.121.0"
@@ -28,6 +40,10 @@
28
40
  "from": "^0.117.0",
29
41
  "to": "^0.121.0"
30
42
  },
43
+ "picomatch": {
44
+ "from": "^4.0.3",
45
+ "to": "^4.0.4"
46
+ },
31
47
  "unimport": {
32
48
  "from": "^6.0.1",
33
49
  "to": "^6.0.2"
@@ -35,8 +51,16 @@
35
51
  "unrouting": {
36
52
  "from": "^0.1.5",
37
53
  "to": "^0.1.7"
54
+ },
55
+ "vue": {
56
+ "from": "^3.5.30",
57
+ "to": "^3.5.31"
58
+ },
59
+ "vue-router": {
60
+ "from": "^5.0.3",
61
+ "to": "^5.0.4"
38
62
  }
39
63
  },
40
- "timestamp": "2026-03-19T08:20:49.923Z",
41
- "totalUpdated": 9
64
+ "timestamp": "2026-03-27T00:41:50.513Z",
65
+ "totalUpdated": 15
42
66
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/nuxt",
3
- "version": "4.4.2-depup.5",
3
+ "version": "4.4.2-depup.7",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -53,15 +53,15 @@
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
- "@vue/shared": "^3.5.30",
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": "^2.0.0",
64
+ "cookie-es": "^3.1.1",
65
65
  "defu": "^6.1.4",
66
66
  "devalue": "^5.6.4",
67
67
  "errx": "^0.1.0",
@@ -74,7 +74,7 @@
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",
@@ -86,7 +86,7 @@
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",
@@ -101,8 +101,8 @@
101
101
  "unplugin": "^3.0.0",
102
102
  "unrouting": "^0.1.7",
103
103
  "untyped": "^2.0.0",
104
- "vue": "^3.5.30",
105
- "vue-router": "^5.0.3",
104
+ "vue": "^3.5.31",
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,20 @@
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
+ },
158
+ "@vue/shared": {
159
+ "from": "^3.5.30",
160
+ "to": "^3.5.31"
157
161
  },
158
162
  "c12": {
159
163
  "from": "^3.3.3",
160
164
  "to": "^4.0.0-beta.4"
161
165
  },
166
+ "cookie-es": {
167
+ "from": "^2.0.0",
168
+ "to": "^3.1.1"
169
+ },
162
170
  "devalue": {
163
171
  "from": "^5.6.3",
164
172
  "to": "^5.6.4"
@@ -167,6 +175,10 @@
167
175
  "from": "^6.0.1",
168
176
  "to": "^6.1.0"
169
177
  },
178
+ "mlly": {
179
+ "from": "^1.8.1",
180
+ "to": "^1.8.2"
181
+ },
170
182
  "oxc-minify": {
171
183
  "from": "^0.117.0",
172
184
  "to": "^0.121.0"
@@ -179,6 +191,10 @@
179
191
  "from": "^0.117.0",
180
192
  "to": "^0.121.0"
181
193
  },
194
+ "picomatch": {
195
+ "from": "^4.0.3",
196
+ "to": "^4.0.4"
197
+ },
182
198
  "unimport": {
183
199
  "from": "^6.0.1",
184
200
  "to": "^6.0.2"
@@ -186,12 +202,20 @@
186
202
  "unrouting": {
187
203
  "from": "^0.1.5",
188
204
  "to": "^0.1.7"
205
+ },
206
+ "vue": {
207
+ "from": "^3.5.30",
208
+ "to": "^3.5.31"
209
+ },
210
+ "vue-router": {
211
+ "from": "^5.0.3",
212
+ "to": "^5.0.4"
189
213
  }
190
214
  },
191
- "depsUpdated": 9,
215
+ "depsUpdated": 15,
192
216
  "originalPackage": "nuxt",
193
217
  "originalVersion": "4.4.2",
194
- "processedAt": "2026-03-19T08:21:19.156Z",
218
+ "processedAt": "2026-03-27T00:42:34.088Z",
195
219
  "smokeTest": "passed"
196
220
  }
197
221
  }