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

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 +7 -5
  2. package/changes.json +42 -0
  3. package/package.json +28 -16
package/README.md CHANGED
@@ -14,20 +14,22 @@ 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-15 |
17
+ | Processed | 2026-03-18 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 7 |
19
+ | Deps updated | 9 |
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
26
  | c12 | ^3.3.3 | ^4.0.0-beta.4 |
26
27
  | devalue | ^5.6.3 | ^5.6.4 |
27
28
  | hookable | ^6.0.1 | ^6.1.0 |
28
- | oxc-minify | ^0.117.0 | ^0.119.0 |
29
- | oxc-parser | ^0.117.0 | ^0.119.0 |
30
- | oxc-transform | ^0.117.0 | ^0.119.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 |
32
+ | unimport | ^6.0.1 | ^6.0.2 |
31
33
  | unrouting | ^0.1.5 | ^0.1.7 |
32
34
 
33
35
  ---
package/changes.json ADDED
@@ -0,0 +1,42 @@
1
+ {
2
+ "bumped": {
3
+ "@nuxt/devtools": {
4
+ "from": "^3.2.3",
5
+ "to": "^4.0.0-alpha.1"
6
+ },
7
+ "c12": {
8
+ "from": "^3.3.3",
9
+ "to": "^4.0.0-beta.4"
10
+ },
11
+ "devalue": {
12
+ "from": "^5.6.3",
13
+ "to": "^5.6.4"
14
+ },
15
+ "hookable": {
16
+ "from": "^6.0.1",
17
+ "to": "^6.1.0"
18
+ },
19
+ "oxc-minify": {
20
+ "from": "^0.117.0",
21
+ "to": "^0.120.0"
22
+ },
23
+ "oxc-parser": {
24
+ "from": "^0.117.0",
25
+ "to": "^0.120.0"
26
+ },
27
+ "oxc-transform": {
28
+ "from": "^0.117.0",
29
+ "to": "^0.120.0"
30
+ },
31
+ "unimport": {
32
+ "from": "^6.0.1",
33
+ "to": "^6.0.2"
34
+ },
35
+ "unrouting": {
36
+ "from": "^0.1.5",
37
+ "to": "^0.1.7"
38
+ }
39
+ },
40
+ "timestamp": "2026-03-18T04:45:19.202Z",
41
+ "totalUpdated": 9
42
+ }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@depup/nuxt",
3
- "version": "4.4.2-depup.2",
3
+ "version": "4.4.2-depup.4",
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,12 +46,14 @@
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",
56
+ "@nuxt/devtools": "^4.0.0-alpha.1",
55
57
  "@nuxt/telemetry": "^2.7.0",
56
58
  "@unhead/vue": "^2.1.12",
57
59
  "@vue/shared": "^3.5.30",
@@ -78,9 +80,9 @@
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.120.0",
84
+ "oxc-parser": "^0.120.0",
85
+ "oxc-transform": "^0.120.0",
84
86
  "oxc-walker": "^0.7.0",
85
87
  "pathe": "^2.0.3",
86
88
  "perfect-debounce": "^2.1.0",
@@ -95,7 +97,7 @@
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",
@@ -140,13 +142,19 @@
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.1"
157
+ },
150
158
  "c12": {
151
159
  "from": "^3.3.3",
152
160
  "to": "^4.0.0-beta.4"
@@ -161,25 +169,29 @@
161
169
  },
162
170
  "oxc-minify": {
163
171
  "from": "^0.117.0",
164
- "to": "^0.119.0"
172
+ "to": "^0.120.0"
165
173
  },
166
174
  "oxc-parser": {
167
175
  "from": "^0.117.0",
168
- "to": "^0.119.0"
176
+ "to": "^0.120.0"
169
177
  },
170
178
  "oxc-transform": {
171
179
  "from": "^0.117.0",
172
- "to": "^0.119.0"
180
+ "to": "^0.120.0"
181
+ },
182
+ "unimport": {
183
+ "from": "^6.0.1",
184
+ "to": "^6.0.2"
173
185
  },
174
186
  "unrouting": {
175
187
  "from": "^0.1.5",
176
188
  "to": "^0.1.7"
177
189
  }
178
190
  },
179
- "depsUpdated": 7,
191
+ "depsUpdated": 9,
180
192
  "originalPackage": "nuxt",
181
193
  "originalVersion": "4.4.2",
182
- "processedAt": "2026-03-15T12:21:53.760Z",
194
+ "processedAt": "2026-03-18T04:45:57.594Z",
183
195
  "smokeTest": "passed"
184
196
  }
185
197
  }