@depup/nuxt 4.4.2-depup.1 → 4.4.2-depup.10

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 +19 -7
  2. package/changes.json +78 -0
  3. package/package.json +82 -30
package/README.md CHANGED
@@ -14,20 +14,32 @@ 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-14 |
17
+ | Processed | 2026-04-07 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 6 |
19
+ | Deps updated | 18 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | c12 | ^3.3.3 | ^4.0.0-beta.3 |
26
- | devalue | ^5.6.3 | ^5.6.4 |
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 |
25
+ | @nuxt/devtools | ^3.2.3 | ^4.0.0-alpha.3 |
26
+ | @nuxt/telemetry | ^2.7.0 | ^2.8.0 |
27
+ | @unhead/vue | ^2.1.12 | ^2.1.13 |
28
+ | @vue/shared | ^3.5.30 | ^3.5.32 |
29
+ | c12 | ^3.3.3 | ^4.0.0-beta.4 |
30
+ | cookie-es | ^2.0.0 | ^3.1.1 |
31
+ | defu | ^6.1.4 | ^6.1.6 |
32
+ | devalue | ^5.6.3 | ^5.7.0 |
33
+ | hookable | ^6.0.1 | ^6.1.0 |
34
+ | mlly | ^1.8.1 | ^1.8.2 |
35
+ | oxc-minify | ^0.117.0 | ^0.123.0 |
36
+ | oxc-parser | ^0.117.0 | ^0.123.0 |
37
+ | oxc-transform | ^0.117.0 | ^0.123.0 |
38
+ | picomatch | ^4.0.3 | ^4.0.4 |
39
+ | unimport | ^6.0.1 | ^6.0.2 |
30
40
  | unrouting | ^0.1.5 | ^0.1.7 |
41
+ | vue | ^3.5.30 | ^3.5.32 |
42
+ | vue-router | ^5.0.3 | ^5.0.4 |
31
43
 
32
44
  ---
33
45
 
package/changes.json ADDED
@@ -0,0 +1,78 @@
1
+ {
2
+ "bumped": {
3
+ "@nuxt/devtools": {
4
+ "from": "^3.2.3",
5
+ "to": "^4.0.0-alpha.3"
6
+ },
7
+ "@nuxt/telemetry": {
8
+ "from": "^2.7.0",
9
+ "to": "^2.8.0"
10
+ },
11
+ "@unhead/vue": {
12
+ "from": "^2.1.12",
13
+ "to": "^2.1.13"
14
+ },
15
+ "@vue/shared": {
16
+ "from": "^3.5.30",
17
+ "to": "^3.5.32"
18
+ },
19
+ "c12": {
20
+ "from": "^3.3.3",
21
+ "to": "^4.0.0-beta.4"
22
+ },
23
+ "cookie-es": {
24
+ "from": "^2.0.0",
25
+ "to": "^3.1.1"
26
+ },
27
+ "defu": {
28
+ "from": "^6.1.4",
29
+ "to": "^6.1.6"
30
+ },
31
+ "devalue": {
32
+ "from": "^5.6.3",
33
+ "to": "^5.7.0"
34
+ },
35
+ "hookable": {
36
+ "from": "^6.0.1",
37
+ "to": "^6.1.0"
38
+ },
39
+ "mlly": {
40
+ "from": "^1.8.1",
41
+ "to": "^1.8.2"
42
+ },
43
+ "oxc-minify": {
44
+ "from": "^0.117.0",
45
+ "to": "^0.123.0"
46
+ },
47
+ "oxc-parser": {
48
+ "from": "^0.117.0",
49
+ "to": "^0.123.0"
50
+ },
51
+ "oxc-transform": {
52
+ "from": "^0.117.0",
53
+ "to": "^0.123.0"
54
+ },
55
+ "picomatch": {
56
+ "from": "^4.0.3",
57
+ "to": "^4.0.4"
58
+ },
59
+ "unimport": {
60
+ "from": "^6.0.1",
61
+ "to": "^6.0.2"
62
+ },
63
+ "unrouting": {
64
+ "from": "^0.1.5",
65
+ "to": "^0.1.7"
66
+ },
67
+ "vue": {
68
+ "from": "^3.5.30",
69
+ "to": "^3.5.32"
70
+ },
71
+ "vue-router": {
72
+ "from": "^5.0.3",
73
+ "to": "^5.0.4"
74
+ }
75
+ },
76
+ "timestamp": "2026-04-07T00:42:36.146Z",
77
+ "totalUpdated": 18
78
+ }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@depup/nuxt",
3
- "version": "4.4.2-depup.1",
3
+ "version": "4.4.2-depup.10",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
7
7
  "directory": "packages/nuxt"
8
8
  },
9
9
  "homepage": "https://nuxt.com",
10
- "description": "[DepUp] Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.",
10
+ "description": "Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js. (with updated dependencies)",
11
11
  "license": "MIT",
12
12
  "type": "module",
13
13
  "types": "./types.d.ts",
@@ -46,45 +46,47 @@
46
46
  "config.*",
47
47
  "kit.*",
48
48
  "meta.*",
49
- "schema.*"
49
+ "schema.*",
50
+ "changes.json",
51
+ "README.md"
50
52
  ],
51
53
  "dependencies": {
52
54
  "@dxup/nuxt": "^0.4.0",
53
55
  "@nuxt/cli": "^3.34.0",
54
- "@nuxt/devtools": "^3.2.3",
55
- "@nuxt/telemetry": "^2.7.0",
56
- "@unhead/vue": "^2.1.12",
57
- "@vue/shared": "^3.5.30",
58
- "c12": "^4.0.0-beta.3",
56
+ "@nuxt/devtools": "^4.0.0-alpha.3",
57
+ "@nuxt/telemetry": "^2.8.0",
58
+ "@unhead/vue": "^2.1.13",
59
+ "@vue/shared": "^3.5.32",
60
+ "c12": "^4.0.0-beta.4",
59
61
  "chokidar": "^5.0.0",
60
62
  "compatx": "^0.2.0",
61
63
  "consola": "^3.4.2",
62
- "cookie-es": "^2.0.0",
63
- "defu": "^6.1.4",
64
- "devalue": "^5.6.4",
64
+ "cookie-es": "^3.1.1",
65
+ "defu": "^6.1.6",
66
+ "devalue": "^5.7.0",
65
67
  "errx": "^0.1.0",
66
68
  "escape-string-regexp": "^5.0.0",
67
69
  "exsolve": "^1.0.8",
68
- "hookable": "^6.0.1",
70
+ "hookable": "^6.1.0",
69
71
  "ignore": "^7.0.5",
70
72
  "impound": "^1.1.5",
71
73
  "jiti": "^2.6.1",
72
74
  "klona": "^2.0.6",
73
75
  "knitwork": "^1.3.0",
74
76
  "magic-string": "^0.30.21",
75
- "mlly": "^1.8.1",
77
+ "mlly": "^1.8.2",
76
78
  "nanotar": "^0.3.0",
77
79
  "nypm": "^0.6.5",
78
80
  "ofetch": "^1.5.1",
79
81
  "ohash": "^2.0.11",
80
82
  "on-change": "^6.0.2",
81
- "oxc-minify": "^0.119.0",
82
- "oxc-parser": "^0.119.0",
83
- "oxc-transform": "^0.119.0",
83
+ "oxc-minify": "^0.123.0",
84
+ "oxc-parser": "^0.123.0",
85
+ "oxc-transform": "^0.123.0",
84
86
  "oxc-walker": "^0.7.0",
85
87
  "pathe": "^2.0.3",
86
88
  "perfect-debounce": "^2.1.0",
87
- "picomatch": "^4.0.3",
89
+ "picomatch": "^4.0.4",
88
90
  "pkg-types": "^2.3.0",
89
91
  "rou3": "^0.8.1",
90
92
  "scule": "^1.3.0",
@@ -95,12 +97,12 @@
95
97
  "ultrahtml": "^1.6.0",
96
98
  "uncrypto": "^0.1.3",
97
99
  "unctx": "^2.5.0",
98
- "unimport": "^6.0.1",
100
+ "unimport": "^6.0.2",
99
101
  "unplugin": "^3.0.0",
100
102
  "unrouting": "^0.1.7",
101
103
  "untyped": "^2.0.0",
102
- "vue": "^3.5.30",
103
- "vue-router": "^5.0.3",
104
+ "vue": "^3.5.32",
105
+ "vue-router": "^5.0.4",
104
106
  "@nuxt/nitro-server": "4.4.2",
105
107
  "@nuxt/vite-builder": "4.4.2",
106
108
  "@nuxt/kit": "4.4.2",
@@ -140,42 +142,92 @@
140
142
  "test:attw": "attw --pack"
141
143
  },
142
144
  "keywords": [
145
+ "nuxt",
143
146
  "depup",
144
- "dependency-bumped",
145
- "updated-deps",
146
- "nuxt"
147
+ "updated-dependencies",
148
+ "security",
149
+ "latest",
150
+ "patched"
147
151
  ],
148
152
  "depup": {
149
153
  "changes": {
154
+ "@nuxt/devtools": {
155
+ "from": "^3.2.3",
156
+ "to": "^4.0.0-alpha.3"
157
+ },
158
+ "@nuxt/telemetry": {
159
+ "from": "^2.7.0",
160
+ "to": "^2.8.0"
161
+ },
162
+ "@unhead/vue": {
163
+ "from": "^2.1.12",
164
+ "to": "^2.1.13"
165
+ },
166
+ "@vue/shared": {
167
+ "from": "^3.5.30",
168
+ "to": "^3.5.32"
169
+ },
150
170
  "c12": {
151
171
  "from": "^3.3.3",
152
- "to": "^4.0.0-beta.3"
172
+ "to": "^4.0.0-beta.4"
173
+ },
174
+ "cookie-es": {
175
+ "from": "^2.0.0",
176
+ "to": "^3.1.1"
177
+ },
178
+ "defu": {
179
+ "from": "^6.1.4",
180
+ "to": "^6.1.6"
153
181
  },
154
182
  "devalue": {
155
183
  "from": "^5.6.3",
156
- "to": "^5.6.4"
184
+ "to": "^5.7.0"
185
+ },
186
+ "hookable": {
187
+ "from": "^6.0.1",
188
+ "to": "^6.1.0"
189
+ },
190
+ "mlly": {
191
+ "from": "^1.8.1",
192
+ "to": "^1.8.2"
157
193
  },
158
194
  "oxc-minify": {
159
195
  "from": "^0.117.0",
160
- "to": "^0.119.0"
196
+ "to": "^0.123.0"
161
197
  },
162
198
  "oxc-parser": {
163
199
  "from": "^0.117.0",
164
- "to": "^0.119.0"
200
+ "to": "^0.123.0"
165
201
  },
166
202
  "oxc-transform": {
167
203
  "from": "^0.117.0",
168
- "to": "^0.119.0"
204
+ "to": "^0.123.0"
205
+ },
206
+ "picomatch": {
207
+ "from": "^4.0.3",
208
+ "to": "^4.0.4"
209
+ },
210
+ "unimport": {
211
+ "from": "^6.0.1",
212
+ "to": "^6.0.2"
169
213
  },
170
214
  "unrouting": {
171
215
  "from": "^0.1.5",
172
216
  "to": "^0.1.7"
217
+ },
218
+ "vue": {
219
+ "from": "^3.5.30",
220
+ "to": "^3.5.32"
221
+ },
222
+ "vue-router": {
223
+ "from": "^5.0.3",
224
+ "to": "^5.0.4"
173
225
  }
174
226
  },
175
- "depsUpdated": 6,
227
+ "depsUpdated": 18,
176
228
  "originalPackage": "nuxt",
177
229
  "originalVersion": "4.4.2",
178
- "processedAt": "2026-03-14T20:57:23.920Z",
230
+ "processedAt": "2026-04-07T00:43:16.481Z",
179
231
  "smokeTest": "passed"
180
232
  }
181
233
  }