@depup/nuxt 4.4.2-depup.6 → 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 +5 -3
  2. package/changes.json +11 -3
  3. package/package.json +15 -7
package/README.md CHANGED
@@ -14,17 +14,18 @@ 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-24 |
17
+ | Processed | 2026-03-27 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 13 |
19
+ | Deps updated | 15 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
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 |
27
- | cookie-es | ^2.0.0 | ^3.0.1 |
28
+ | cookie-es | ^2.0.0 | ^3.1.1 |
28
29
  | devalue | ^5.6.3 | ^5.6.4 |
29
30
  | hookable | ^6.0.1 | ^6.1.0 |
30
31
  | mlly | ^1.8.1 | ^1.8.2 |
@@ -34,6 +35,7 @@ npm install @depup/nuxt
34
35
  | picomatch | ^4.0.3 | ^4.0.4 |
35
36
  | unimport | ^6.0.1 | ^6.0.2 |
36
37
  | unrouting | ^0.1.5 | ^0.1.7 |
38
+ | vue | ^3.5.30 | ^3.5.31 |
37
39
  | vue-router | ^5.0.3 | ^5.0.4 |
38
40
 
39
41
  ---
package/changes.json CHANGED
@@ -4,13 +4,17 @@
4
4
  "from": "^3.2.3",
5
5
  "to": "^4.0.0-alpha.3"
6
6
  },
7
+ "@vue/shared": {
8
+ "from": "^3.5.30",
9
+ "to": "^3.5.31"
10
+ },
7
11
  "c12": {
8
12
  "from": "^3.3.3",
9
13
  "to": "^4.0.0-beta.4"
10
14
  },
11
15
  "cookie-es": {
12
16
  "from": "^2.0.0",
13
- "to": "^3.0.1"
17
+ "to": "^3.1.1"
14
18
  },
15
19
  "devalue": {
16
20
  "from": "^5.6.3",
@@ -48,11 +52,15 @@
48
52
  "from": "^0.1.5",
49
53
  "to": "^0.1.7"
50
54
  },
55
+ "vue": {
56
+ "from": "^3.5.30",
57
+ "to": "^3.5.31"
58
+ },
51
59
  "vue-router": {
52
60
  "from": "^5.0.3",
53
61
  "to": "^5.0.4"
54
62
  }
55
63
  },
56
- "timestamp": "2026-03-24T00:34:38.932Z",
57
- "totalUpdated": 13
64
+ "timestamp": "2026-03-27T00:41:50.513Z",
65
+ "totalUpdated": 15
58
66
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/nuxt",
3
- "version": "4.4.2-depup.6",
3
+ "version": "4.4.2-depup.7",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -56,12 +56,12 @@
56
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": "^3.0.1",
64
+ "cookie-es": "^3.1.1",
65
65
  "defu": "^6.1.4",
66
66
  "devalue": "^5.6.4",
67
67
  "errx": "^0.1.0",
@@ -101,7 +101,7 @@
101
101
  "unplugin": "^3.0.0",
102
102
  "unrouting": "^0.1.7",
103
103
  "untyped": "^2.0.0",
104
- "vue": "^3.5.30",
104
+ "vue": "^3.5.31",
105
105
  "vue-router": "^5.0.4",
106
106
  "@nuxt/nitro-server": "4.4.2",
107
107
  "@nuxt/vite-builder": "4.4.2",
@@ -155,13 +155,17 @@
155
155
  "from": "^3.2.3",
156
156
  "to": "^4.0.0-alpha.3"
157
157
  },
158
+ "@vue/shared": {
159
+ "from": "^3.5.30",
160
+ "to": "^3.5.31"
161
+ },
158
162
  "c12": {
159
163
  "from": "^3.3.3",
160
164
  "to": "^4.0.0-beta.4"
161
165
  },
162
166
  "cookie-es": {
163
167
  "from": "^2.0.0",
164
- "to": "^3.0.1"
168
+ "to": "^3.1.1"
165
169
  },
166
170
  "devalue": {
167
171
  "from": "^5.6.3",
@@ -199,15 +203,19 @@
199
203
  "from": "^0.1.5",
200
204
  "to": "^0.1.7"
201
205
  },
206
+ "vue": {
207
+ "from": "^3.5.30",
208
+ "to": "^3.5.31"
209
+ },
202
210
  "vue-router": {
203
211
  "from": "^5.0.3",
204
212
  "to": "^5.0.4"
205
213
  }
206
214
  },
207
- "depsUpdated": 13,
215
+ "depsUpdated": 15,
208
216
  "originalPackage": "nuxt",
209
217
  "originalVersion": "4.4.2",
210
- "processedAt": "2026-03-24T00:35:16.659Z",
218
+ "processedAt": "2026-03-27T00:42:34.088Z",
211
219
  "smokeTest": "passed"
212
220
  }
213
221
  }