@depup/boxen 8.0.1-depup.0 → 8.0.1-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.
- package/README.md +3 -3
- package/changes.json +34 -0
- package/package.json +15 -11
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ npm install @depup/boxen
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [boxen](https://www.npmjs.com/package/boxen) @ 8.0.1 |
|
|
17
|
-
| Processed | 2026-
|
|
17
|
+
| Processed | 2026-07-21 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
19
|
| Deps updated | 7 |
|
|
20
20
|
|
|
@@ -25,8 +25,8 @@ npm install @depup/boxen
|
|
|
25
25
|
| camelcase | ^8.0.0 | ^9.0.0 |
|
|
26
26
|
| chalk | ^5.3.0 | ^5.6.2 |
|
|
27
27
|
| cli-boxes | ^3.0.0 | ^4.0.1 |
|
|
28
|
-
| string-width | ^7.2.0 | ^8.2.
|
|
29
|
-
| type-fest | ^4.21.0 | ^5.
|
|
28
|
+
| string-width | ^7.2.0 | ^8.2.2 |
|
|
29
|
+
| type-fest | ^4.21.0 | ^5.8.0 |
|
|
30
30
|
| widest-line | ^5.0.0 | ^6.0.0 |
|
|
31
31
|
| wrap-ansi | ^9.0.0 | ^10.0.0 |
|
|
32
32
|
|
package/changes.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bumped": {
|
|
3
|
+
"camelcase": {
|
|
4
|
+
"from": "^8.0.0",
|
|
5
|
+
"to": "^9.0.0"
|
|
6
|
+
},
|
|
7
|
+
"chalk": {
|
|
8
|
+
"from": "^5.3.0",
|
|
9
|
+
"to": "^5.6.2"
|
|
10
|
+
},
|
|
11
|
+
"cli-boxes": {
|
|
12
|
+
"from": "^3.0.0",
|
|
13
|
+
"to": "^4.0.1"
|
|
14
|
+
},
|
|
15
|
+
"string-width": {
|
|
16
|
+
"from": "^7.2.0",
|
|
17
|
+
"to": "^8.2.2"
|
|
18
|
+
},
|
|
19
|
+
"type-fest": {
|
|
20
|
+
"from": "^4.21.0",
|
|
21
|
+
"to": "^5.8.0"
|
|
22
|
+
},
|
|
23
|
+
"widest-line": {
|
|
24
|
+
"from": "^5.0.0",
|
|
25
|
+
"to": "^6.0.0"
|
|
26
|
+
},
|
|
27
|
+
"wrap-ansi": {
|
|
28
|
+
"from": "^9.0.0",
|
|
29
|
+
"to": "^10.0.0"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"timestamp": "2026-07-21T17:21:54.823Z",
|
|
33
|
+
"totalUpdated": 7
|
|
34
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/boxen",
|
|
3
|
-
"version": "8.0.1-depup.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "8.0.1-depup.4",
|
|
4
|
+
"description": "Create boxes in the terminal (with updated dependencies)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": "sindresorhus/boxen",
|
|
7
7
|
"funding": "https://github.com/sponsors/sindresorhus",
|
|
@@ -24,13 +24,17 @@
|
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
26
|
"index.js",
|
|
27
|
-
"index.d.ts"
|
|
27
|
+
"index.d.ts",
|
|
28
|
+
"changes.json",
|
|
29
|
+
"README.md"
|
|
28
30
|
],
|
|
29
31
|
"keywords": [
|
|
30
|
-
"depup",
|
|
31
|
-
"dependency-bumped",
|
|
32
|
-
"updated-deps",
|
|
33
32
|
"boxen",
|
|
33
|
+
"depup",
|
|
34
|
+
"updated-dependencies",
|
|
35
|
+
"security",
|
|
36
|
+
"latest",
|
|
37
|
+
"patched",
|
|
34
38
|
"cli",
|
|
35
39
|
"box",
|
|
36
40
|
"boxes",
|
|
@@ -47,8 +51,8 @@
|
|
|
47
51
|
"camelcase": "^9.0.0",
|
|
48
52
|
"chalk": "^5.6.2",
|
|
49
53
|
"cli-boxes": "^4.0.1",
|
|
50
|
-
"string-width": "^8.2.
|
|
51
|
-
"type-fest": "^5.
|
|
54
|
+
"string-width": "^8.2.2",
|
|
55
|
+
"type-fest": "^5.8.0",
|
|
52
56
|
"widest-line": "^6.0.0",
|
|
53
57
|
"wrap-ansi": "^10.0.0"
|
|
54
58
|
},
|
|
@@ -86,11 +90,11 @@
|
|
|
86
90
|
},
|
|
87
91
|
"string-width": {
|
|
88
92
|
"from": "^7.2.0",
|
|
89
|
-
"to": "^8.2.
|
|
93
|
+
"to": "^8.2.2"
|
|
90
94
|
},
|
|
91
95
|
"type-fest": {
|
|
92
96
|
"from": "^4.21.0",
|
|
93
|
-
"to": "^5.
|
|
97
|
+
"to": "^5.8.0"
|
|
94
98
|
},
|
|
95
99
|
"widest-line": {
|
|
96
100
|
"from": "^5.0.0",
|
|
@@ -104,7 +108,7 @@
|
|
|
104
108
|
"depsUpdated": 7,
|
|
105
109
|
"originalPackage": "boxen",
|
|
106
110
|
"originalVersion": "8.0.1",
|
|
107
|
-
"processedAt": "2026-
|
|
111
|
+
"processedAt": "2026-07-21T17:22:06.271Z",
|
|
108
112
|
"smokeTest": "passed"
|
|
109
113
|
}
|
|
110
114
|
}
|