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

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 (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +10 -6
package/README.md CHANGED
@@ -14,16 +14,17 @@ 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-03-15 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 6 |
19
+ | Deps updated | 7 |
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 |
25
+ | c12 | ^3.3.3 | ^4.0.0-beta.4 |
26
26
  | devalue | ^5.6.3 | ^5.6.4 |
27
+ | hookable | ^6.0.1 | ^6.1.0 |
27
28
  | oxc-minify | ^0.117.0 | ^0.119.0 |
28
29
  | oxc-parser | ^0.117.0 | ^0.119.0 |
29
30
  | oxc-transform | ^0.117.0 | ^0.119.0 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/nuxt",
3
- "version": "4.4.2-depup.1",
3
+ "version": "4.4.2-depup.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -55,7 +55,7 @@
55
55
  "@nuxt/telemetry": "^2.7.0",
56
56
  "@unhead/vue": "^2.1.12",
57
57
  "@vue/shared": "^3.5.30",
58
- "c12": "^4.0.0-beta.3",
58
+ "c12": "^4.0.0-beta.4",
59
59
  "chokidar": "^5.0.0",
60
60
  "compatx": "^0.2.0",
61
61
  "consola": "^3.4.2",
@@ -65,7 +65,7 @@
65
65
  "errx": "^0.1.0",
66
66
  "escape-string-regexp": "^5.0.0",
67
67
  "exsolve": "^1.0.8",
68
- "hookable": "^6.0.1",
68
+ "hookable": "^6.1.0",
69
69
  "ignore": "^7.0.5",
70
70
  "impound": "^1.1.5",
71
71
  "jiti": "^2.6.1",
@@ -149,12 +149,16 @@
149
149
  "changes": {
150
150
  "c12": {
151
151
  "from": "^3.3.3",
152
- "to": "^4.0.0-beta.3"
152
+ "to": "^4.0.0-beta.4"
153
153
  },
154
154
  "devalue": {
155
155
  "from": "^5.6.3",
156
156
  "to": "^5.6.4"
157
157
  },
158
+ "hookable": {
159
+ "from": "^6.0.1",
160
+ "to": "^6.1.0"
161
+ },
158
162
  "oxc-minify": {
159
163
  "from": "^0.117.0",
160
164
  "to": "^0.119.0"
@@ -172,10 +176,10 @@
172
176
  "to": "^0.1.7"
173
177
  }
174
178
  },
175
- "depsUpdated": 6,
179
+ "depsUpdated": 7,
176
180
  "originalPackage": "nuxt",
177
181
  "originalVersion": "4.4.2",
178
- "processedAt": "2026-03-14T20:57:23.920Z",
182
+ "processedAt": "2026-03-15T12:21:53.760Z",
179
183
  "smokeTest": "passed"
180
184
  }
181
185
  }