@depup/nuxt__kit 4.5.2-depup.3 → 4.5.2-depup.5

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 -7
  2. package/changes.json +14 -6
  3. package/package.json +22 -14
package/README.md CHANGED
@@ -14,21 +14,23 @@ npm install @depup/nuxt__kit
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [@nuxt/kit](https://www.npmjs.com/package/@nuxt/kit) @ 4.5.2 |
17
- | Processed | 2026-09-03 |
18
- | Smoke test | passed |
19
- | Deps updated | 7 |
17
+ | Processed | 2026-09-21 |
18
+ | Smoke test | failed |
19
+ | Deps updated | 9 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | c12 | ^3.3.4 | ^4.0.0-beta.5 |
26
- | errx | ^0.1.2 | ^0.2.0 |
27
- | ignore | ^7.0.6 | ^7.0.8 |
25
+ | c12 | ^3.3.4 | ^4.0.0-rc.1 |
26
+ | errx | ^0.1.2 | ^0.2.2 |
27
+ | ignore | ^7.0.6 | ^7.0.9 |
28
+ | nostics | ^1.2.0 | ^1.3.0 |
28
29
  | ohash | ^2.0.11 | ^2.0.12 |
30
+ | pkg-types | ^2.3.1 | ^2.3.3 |
29
31
  | rc9 | ^3.0.1 | ^3.1.0 |
30
32
  | unctx | ^3.0.0 | ^3.0.1 |
31
- | verkit | ^0.3.1 | ^0.4.0 |
33
+ | verkit | ^0.3.1 | ^0.5.0 |
32
34
 
33
35
  ---
34
36
 
package/changes.json CHANGED
@@ -2,20 +2,28 @@
2
2
  "bumped": {
3
3
  "c12": {
4
4
  "from": "^3.3.4",
5
- "to": "^4.0.0-beta.5"
5
+ "to": "^4.0.0-rc.1"
6
6
  },
7
7
  "errx": {
8
8
  "from": "^0.1.2",
9
- "to": "^0.2.0"
9
+ "to": "^0.2.2"
10
10
  },
11
11
  "ignore": {
12
12
  "from": "^7.0.6",
13
- "to": "^7.0.8"
13
+ "to": "^7.0.9"
14
+ },
15
+ "nostics": {
16
+ "from": "^1.2.0",
17
+ "to": "^1.3.0"
14
18
  },
15
19
  "ohash": {
16
20
  "from": "^2.0.11",
17
21
  "to": "^2.0.12"
18
22
  },
23
+ "pkg-types": {
24
+ "from": "^2.3.1",
25
+ "to": "^2.3.3"
26
+ },
19
27
  "rc9": {
20
28
  "from": "^3.0.1",
21
29
  "to": "^3.1.0"
@@ -26,9 +34,9 @@
26
34
  },
27
35
  "verkit": {
28
36
  "from": "^0.3.1",
29
- "to": "^0.4.0"
37
+ "to": "^0.5.0"
30
38
  }
31
39
  },
32
- "timestamp": "2026-09-03T08:12:09.168Z",
33
- "totalUpdated": 7
40
+ "timestamp": "2026-09-21T16:09:49.173Z",
41
+ "totalUpdated": 9
34
42
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/nuxt__kit",
3
- "version": "4.5.2-depup.3",
3
+ "version": "4.5.2-depup.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -21,27 +21,27 @@
21
21
  "README.md"
22
22
  ],
23
23
  "dependencies": {
24
- "c12": "^4.0.0-beta.5",
24
+ "c12": "^4.0.0-rc.1",
25
25
  "consola": "^3.4.2",
26
26
  "defu": "^6.1.7",
27
27
  "destr": "^2.0.5",
28
- "errx": "^0.2.0",
28
+ "errx": "^0.2.2",
29
29
  "exsolve": "^1.1.1",
30
- "ignore": "^7.0.8",
30
+ "ignore": "^7.0.9",
31
31
  "jiti": "^2.7.0",
32
32
  "klona": "^2.0.6",
33
33
  "mlly": "^1.8.2",
34
- "nostics": "^1.2.0",
34
+ "nostics": "^1.3.0",
35
35
  "ohash": "^2.0.12",
36
36
  "pathe": "^2.0.3",
37
- "pkg-types": "^2.3.1",
37
+ "pkg-types": "^2.3.3",
38
38
  "rc9": "^3.1.0",
39
39
  "scule": "^1.3.0",
40
40
  "tinyglobby": "^0.2.17",
41
41
  "ufo": "^1.6.4",
42
42
  "unctx": "^3.0.1",
43
43
  "untyped": "^2.0.0",
44
- "verkit": "^0.4.0"
44
+ "verkit": "^0.5.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "chokidar": "^5.0.0",
@@ -73,20 +73,28 @@
73
73
  "changes": {
74
74
  "c12": {
75
75
  "from": "^3.3.4",
76
- "to": "^4.0.0-beta.5"
76
+ "to": "^4.0.0-rc.1"
77
77
  },
78
78
  "errx": {
79
79
  "from": "^0.1.2",
80
- "to": "^0.2.0"
80
+ "to": "^0.2.2"
81
81
  },
82
82
  "ignore": {
83
83
  "from": "^7.0.6",
84
- "to": "^7.0.8"
84
+ "to": "^7.0.9"
85
+ },
86
+ "nostics": {
87
+ "from": "^1.2.0",
88
+ "to": "^1.3.0"
85
89
  },
86
90
  "ohash": {
87
91
  "from": "^2.0.11",
88
92
  "to": "^2.0.12"
89
93
  },
94
+ "pkg-types": {
95
+ "from": "^2.3.1",
96
+ "to": "^2.3.3"
97
+ },
90
98
  "rc9": {
91
99
  "from": "^3.0.1",
92
100
  "to": "^3.1.0"
@@ -97,13 +105,13 @@
97
105
  },
98
106
  "verkit": {
99
107
  "from": "^0.3.1",
100
- "to": "^0.4.0"
108
+ "to": "^0.5.0"
101
109
  }
102
110
  },
103
- "depsUpdated": 7,
111
+ "depsUpdated": 9,
104
112
  "originalPackage": "@nuxt/kit",
105
113
  "originalVersion": "4.5.2",
106
- "processedAt": "2026-09-03T08:12:37.526Z",
107
- "smokeTest": "passed"
114
+ "processedAt": "2026-09-21T16:10:16.129Z",
115
+ "smokeTest": "failed"
108
116
  }
109
117
  }