@ui5/cli 4.0.53 → 4.0.55
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/CHANGELOG.md +12 -1
- package/npm-shrinkwrap.json +108 -72
- package/package.json +6 -8
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,16 @@
|
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
4
4
|
|
|
5
|
-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.55...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v4.0.55"></a>
|
|
8
|
+
## [v4.0.55] - 2026-05-26
|
|
9
|
+
### Dependency Updates
|
|
10
|
+
- Bump [@ui5](https://github.com/ui5)/fs from 4.0.5 to 4.0.6 [`1eb4306`](https://github.com/SAP/ui5-cli/commit/1eb4306be02d355fa5e221374bc0903666ab80ef)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
<a name="v4.0.54"></a>
|
|
14
|
+
## [v4.0.54] - 2026-05-27
|
|
6
15
|
|
|
7
16
|
<a name="v4.0.53"></a>
|
|
8
17
|
## [v4.0.53] - 2026-05-13
|
|
@@ -1536,6 +1545,8 @@ Only Node.js v10 or higher is supported.
|
|
|
1536
1545
|
|
|
1537
1546
|
<a name="v0.0.1"></a>
|
|
1538
1547
|
## v0.0.1 - 2018-06-06
|
|
1548
|
+
[v4.0.55]: https://github.com/SAP/ui5-cli/compare/v4.0.54...v4.0.55
|
|
1549
|
+
[v4.0.54]: https://github.com/SAP/ui5-cli/compare/v4.0.53...v4.0.54
|
|
1539
1550
|
[v4.0.53]: https://github.com/SAP/ui5-cli/compare/v4.0.52...v4.0.53
|
|
1540
1551
|
[v4.0.52]: https://github.com/SAP/ui5-cli/compare/v4.0.51...v4.0.52
|
|
1541
1552
|
[v4.0.51]: https://github.com/SAP/ui5-cli/compare/v4.0.50...v4.0.51
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.55",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@ui5/cli",
|
|
9
|
-
"version": "4.0.
|
|
9
|
+
"version": "4.0.55",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@ui5/builder": "^4.1.6",
|
|
13
|
-
"@ui5/fs": "^4.0.
|
|
13
|
+
"@ui5/fs": "^4.0.6",
|
|
14
14
|
"@ui5/logger": "^4.0.2",
|
|
15
15
|
"@ui5/project": "^4.0.16",
|
|
16
16
|
"@ui5/server": "^4.0.15",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"js-yaml": "^4.1.1",
|
|
21
21
|
"open": "^11.0.0",
|
|
22
22
|
"pretty-hrtime": "^1.0.3",
|
|
23
|
-
"semver": "^7.8.
|
|
23
|
+
"semver": "^7.8.1",
|
|
24
24
|
"update-notifier": "^7.3.1",
|
|
25
25
|
"yargs": "^17.7.2"
|
|
26
26
|
},
|
|
@@ -34,18 +34,18 @@
|
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
"node_modules/@adobe/css-tools": {
|
|
37
|
-
"version": "4.
|
|
38
|
-
"resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.
|
|
39
|
-
"integrity": "sha512-
|
|
37
|
+
"version": "4.5.0",
|
|
38
|
+
"resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.5.0.tgz",
|
|
39
|
+
"integrity": "sha512-6OzddxPio9UiWTCemp4N8cYLV2ZN1ncRnV1cVGtve7dhPOtRkleRyx32GQCYSwDYgaHU3USMm84tNsvKzRCa1Q==",
|
|
40
40
|
"license": "MIT"
|
|
41
41
|
},
|
|
42
42
|
"node_modules/@babel/code-frame": {
|
|
43
|
-
"version": "7.29.
|
|
44
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.
|
|
45
|
-
"integrity": "sha512-
|
|
43
|
+
"version": "7.29.7",
|
|
44
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
|
|
45
|
+
"integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
|
|
46
46
|
"license": "MIT",
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@babel/helper-validator-identifier": "^7.
|
|
48
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
49
49
|
"js-tokens": "^4.0.0",
|
|
50
50
|
"picocolors": "^1.1.1"
|
|
51
51
|
},
|
|
@@ -54,30 +54,30 @@
|
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"node_modules/@babel/helper-string-parser": {
|
|
57
|
-
"version": "7.
|
|
58
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.
|
|
59
|
-
"integrity": "sha512-
|
|
57
|
+
"version": "7.29.7",
|
|
58
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
|
|
59
|
+
"integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
|
|
60
60
|
"license": "MIT",
|
|
61
61
|
"engines": {
|
|
62
62
|
"node": ">=6.9.0"
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
"node_modules/@babel/helper-validator-identifier": {
|
|
66
|
-
"version": "7.
|
|
67
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
|
|
68
|
-
"integrity": "sha512-
|
|
66
|
+
"version": "7.29.7",
|
|
67
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
|
68
|
+
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|
69
69
|
"license": "MIT",
|
|
70
70
|
"engines": {
|
|
71
71
|
"node": ">=6.9.0"
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
"node_modules/@babel/parser": {
|
|
75
|
-
"version": "7.29.
|
|
76
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.
|
|
77
|
-
"integrity": "sha512-
|
|
75
|
+
"version": "7.29.7",
|
|
76
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.7.tgz",
|
|
77
|
+
"integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
|
|
78
78
|
"license": "MIT",
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@babel/types": "^7.29.
|
|
80
|
+
"@babel/types": "^7.29.7"
|
|
81
81
|
},
|
|
82
82
|
"bin": {
|
|
83
83
|
"parser": "bin/babel-parser.js"
|
|
@@ -87,13 +87,13 @@
|
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
89
|
"node_modules/@babel/types": {
|
|
90
|
-
"version": "7.29.
|
|
91
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.
|
|
92
|
-
"integrity": "sha512-
|
|
90
|
+
"version": "7.29.7",
|
|
91
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.7.tgz",
|
|
92
|
+
"integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
|
|
93
93
|
"license": "MIT",
|
|
94
94
|
"dependencies": {
|
|
95
|
-
"@babel/helper-string-parser": "^7.
|
|
96
|
-
"@babel/helper-validator-identifier": "^7.
|
|
95
|
+
"@babel/helper-string-parser": "^7.29.7",
|
|
96
|
+
"@babel/helper-validator-identifier": "^7.29.7"
|
|
97
97
|
},
|
|
98
98
|
"engines": {
|
|
99
99
|
"node": ">=6.9.0"
|
|
@@ -331,9 +331,9 @@
|
|
|
331
331
|
"license": "MIT"
|
|
332
332
|
},
|
|
333
333
|
"node_modules/@npmcli/map-workspaces/node_modules/brace-expansion": {
|
|
334
|
-
"version": "2.1.
|
|
335
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.
|
|
336
|
-
"integrity": "sha512-
|
|
334
|
+
"version": "2.1.1",
|
|
335
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.1.tgz",
|
|
336
|
+
"integrity": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==",
|
|
337
337
|
"license": "MIT",
|
|
338
338
|
"dependencies": {
|
|
339
339
|
"balanced-match": "^1.0.0"
|
|
@@ -559,9 +559,9 @@
|
|
|
559
559
|
"license": "MIT"
|
|
560
560
|
},
|
|
561
561
|
"node_modules/@tufjs/models/node_modules/brace-expansion": {
|
|
562
|
-
"version": "2.1.
|
|
563
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.
|
|
564
|
-
"integrity": "sha512-
|
|
562
|
+
"version": "2.1.1",
|
|
563
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.1.tgz",
|
|
564
|
+
"integrity": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==",
|
|
565
565
|
"license": "MIT",
|
|
566
566
|
"dependencies": {
|
|
567
567
|
"balanced-match": "^1.0.0"
|
|
@@ -638,18 +638,17 @@
|
|
|
638
638
|
}
|
|
639
639
|
},
|
|
640
640
|
"node_modules/@ui5/fs": {
|
|
641
|
-
"version": "4.0.
|
|
642
|
-
"resolved": "https://registry.npmjs.org/@ui5/fs/-/fs-4.0.
|
|
643
|
-
"integrity": "sha512-
|
|
641
|
+
"version": "4.0.6",
|
|
642
|
+
"resolved": "https://registry.npmjs.org/@ui5/fs/-/fs-4.0.6.tgz",
|
|
643
|
+
"integrity": "sha512-Emv91mG1VtRE9v8NktovDh1bJkzFXqY0DYXdfeK5tXc4ZhVr5V3wxo4m0mELYAlkx1mhLv9BNsZy9kU3InPa0w==",
|
|
644
644
|
"license": "Apache-2.0",
|
|
645
645
|
"dependencies": {
|
|
646
646
|
"@ui5/logger": "^4.0.2",
|
|
647
|
-
"clone": "^2.1.2",
|
|
648
647
|
"escape-string-regexp": "^5.0.0",
|
|
649
|
-
"globby": "^16.
|
|
648
|
+
"globby": "^16.2.0",
|
|
650
649
|
"graceful-fs": "^4.2.11",
|
|
651
650
|
"micromatch": "^4.0.8",
|
|
652
|
-
"minimatch": "^10.2.
|
|
651
|
+
"minimatch": "^10.2.5",
|
|
653
652
|
"pretty-hrtime": "^1.0.3",
|
|
654
653
|
"random-int": "^3.1.0"
|
|
655
654
|
},
|
|
@@ -1930,9 +1929,9 @@
|
|
|
1930
1929
|
}
|
|
1931
1930
|
},
|
|
1932
1931
|
"node_modules/es-object-atoms": {
|
|
1933
|
-
"version": "1.1.
|
|
1934
|
-
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.
|
|
1935
|
-
"integrity": "sha512-
|
|
1932
|
+
"version": "1.1.2",
|
|
1933
|
+
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
|
|
1934
|
+
"integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
|
|
1936
1935
|
"license": "MIT",
|
|
1937
1936
|
"dependencies": {
|
|
1938
1937
|
"es-errors": "^1.3.0"
|
|
@@ -2531,9 +2530,9 @@
|
|
|
2531
2530
|
"license": "MIT"
|
|
2532
2531
|
},
|
|
2533
2532
|
"node_modules/glob/node_modules/brace-expansion": {
|
|
2534
|
-
"version": "2.1.
|
|
2535
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.
|
|
2536
|
-
"integrity": "sha512-
|
|
2533
|
+
"version": "2.1.1",
|
|
2534
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.1.tgz",
|
|
2535
|
+
"integrity": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==",
|
|
2537
2536
|
"license": "MIT",
|
|
2538
2537
|
"dependencies": {
|
|
2539
2538
|
"balanced-match": "^1.0.0"
|
|
@@ -2827,9 +2826,9 @@
|
|
|
2827
2826
|
"license": "MIT"
|
|
2828
2827
|
},
|
|
2829
2828
|
"node_modules/ignore-walk/node_modules/brace-expansion": {
|
|
2830
|
-
"version": "2.1.
|
|
2831
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.
|
|
2832
|
-
"integrity": "sha512-
|
|
2829
|
+
"version": "2.1.1",
|
|
2830
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.1.tgz",
|
|
2831
|
+
"integrity": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==",
|
|
2833
2832
|
"license": "MIT",
|
|
2834
2833
|
"dependencies": {
|
|
2835
2834
|
"balanced-match": "^1.0.0"
|
|
@@ -3293,9 +3292,19 @@
|
|
|
3293
3292
|
}
|
|
3294
3293
|
},
|
|
3295
3294
|
"node_modules/linkify-it": {
|
|
3296
|
-
"version": "5.0.
|
|
3297
|
-
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.
|
|
3298
|
-
"integrity": "sha512-
|
|
3295
|
+
"version": "5.0.1",
|
|
3296
|
+
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.1.tgz",
|
|
3297
|
+
"integrity": "sha512-wVoTjP4Q6R0NW5hiZkVJaFZPWgtXfoGF+6LucL3/FtiNjmcHhYjEr5f1Kqjirc1nBW07J/ZuRFumqr2oqccEWg==",
|
|
3298
|
+
"funding": [
|
|
3299
|
+
{
|
|
3300
|
+
"type": "github",
|
|
3301
|
+
"url": "https://github.com/sponsors/puzrin"
|
|
3302
|
+
},
|
|
3303
|
+
{
|
|
3304
|
+
"type": "github",
|
|
3305
|
+
"url": "https://github.com/sponsors/markdown-it"
|
|
3306
|
+
}
|
|
3307
|
+
],
|
|
3299
3308
|
"license": "MIT",
|
|
3300
3309
|
"dependencies": {
|
|
3301
3310
|
"uc.micro": "^2.0.0"
|
|
@@ -3449,14 +3458,24 @@
|
|
|
3449
3458
|
}
|
|
3450
3459
|
},
|
|
3451
3460
|
"node_modules/markdown-it": {
|
|
3452
|
-
"version": "14.
|
|
3453
|
-
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.
|
|
3454
|
-
"integrity": "sha512-
|
|
3461
|
+
"version": "14.2.0",
|
|
3462
|
+
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.2.0.tgz",
|
|
3463
|
+
"integrity": "sha512-1TGiQiJVRQ3NPmZH6sx5Cfnmg6GQm9jvC1ch4TK511NjSJvjzKLzn5pPfZRNZkRPZP0HqCioSndqH8v2nRaWVQ==",
|
|
3464
|
+
"funding": [
|
|
3465
|
+
{
|
|
3466
|
+
"type": "github",
|
|
3467
|
+
"url": "https://github.com/sponsors/puzrin"
|
|
3468
|
+
},
|
|
3469
|
+
{
|
|
3470
|
+
"type": "github",
|
|
3471
|
+
"url": "https://github.com/sponsors/markdown-it"
|
|
3472
|
+
}
|
|
3473
|
+
],
|
|
3455
3474
|
"license": "MIT",
|
|
3456
3475
|
"dependencies": {
|
|
3457
3476
|
"argparse": "^2.0.1",
|
|
3458
3477
|
"entities": "^4.4.0",
|
|
3459
|
-
"linkify-it": "^5.0.
|
|
3478
|
+
"linkify-it": "^5.0.1",
|
|
3460
3479
|
"mdurl": "^2.0.0",
|
|
3461
3480
|
"punycode.js": "^2.3.1",
|
|
3462
3481
|
"uc.micro": "^2.1.0"
|
|
@@ -4618,9 +4637,9 @@
|
|
|
4618
4637
|
}
|
|
4619
4638
|
},
|
|
4620
4639
|
"node_modules/qs": {
|
|
4621
|
-
"version": "6.15.
|
|
4622
|
-
"resolved": "https://registry.npmjs.org/qs/-/qs-6.15.
|
|
4623
|
-
"integrity": "sha512-
|
|
4640
|
+
"version": "6.15.2",
|
|
4641
|
+
"resolved": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz",
|
|
4642
|
+
"integrity": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==",
|
|
4624
4643
|
"license": "BSD-3-Clause",
|
|
4625
4644
|
"dependencies": {
|
|
4626
4645
|
"side-channel": "^1.1.0"
|
|
@@ -5058,9 +5077,9 @@
|
|
|
5058
5077
|
"license": "MIT"
|
|
5059
5078
|
},
|
|
5060
5079
|
"node_modules/semver": {
|
|
5061
|
-
"version": "7.8.
|
|
5062
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.
|
|
5063
|
-
"integrity": "sha512-
|
|
5080
|
+
"version": "7.8.1",
|
|
5081
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz",
|
|
5082
|
+
"integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
|
|
5064
5083
|
"license": "ISC",
|
|
5065
5084
|
"bin": {
|
|
5066
5085
|
"semver": "bin/semver.js"
|
|
@@ -5605,9 +5624,9 @@
|
|
|
5605
5624
|
}
|
|
5606
5625
|
},
|
|
5607
5626
|
"node_modules/terser": {
|
|
5608
|
-
"version": "5.
|
|
5609
|
-
"resolved": "https://registry.npmjs.org/terser/-/terser-5.
|
|
5610
|
-
"integrity": "sha512-
|
|
5627
|
+
"version": "5.48.0",
|
|
5628
|
+
"resolved": "https://registry.npmjs.org/terser/-/terser-5.48.0.tgz",
|
|
5629
|
+
"integrity": "sha512-J/9An6vs9Us6wKRriSFXBWdRZapREHqFzdNUKk0pmu804EMR6dr6winwo7e5JDxN4xahxQsuysyYFwlwj4XN/Q==",
|
|
5611
5630
|
"license": "BSD-2-Clause",
|
|
5612
5631
|
"dependencies": {
|
|
5613
5632
|
"@jridgewell/source-map": "^0.3.3",
|
|
@@ -5674,17 +5693,34 @@
|
|
|
5674
5693
|
}
|
|
5675
5694
|
},
|
|
5676
5695
|
"node_modules/type-is": {
|
|
5677
|
-
"version": "2.0
|
|
5678
|
-
"resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.
|
|
5679
|
-
"integrity": "sha512-
|
|
5696
|
+
"version": "2.1.0",
|
|
5697
|
+
"resolved": "https://registry.npmjs.org/type-is/-/type-is-2.1.0.tgz",
|
|
5698
|
+
"integrity": "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==",
|
|
5680
5699
|
"license": "MIT",
|
|
5681
5700
|
"dependencies": {
|
|
5682
|
-
"content-type": "^
|
|
5701
|
+
"content-type": "^2.0.0",
|
|
5683
5702
|
"media-typer": "^1.1.0",
|
|
5684
5703
|
"mime-types": "^3.0.0"
|
|
5685
5704
|
},
|
|
5686
5705
|
"engines": {
|
|
5687
|
-
"node": ">=
|
|
5706
|
+
"node": ">= 18"
|
|
5707
|
+
},
|
|
5708
|
+
"funding": {
|
|
5709
|
+
"type": "opencollective",
|
|
5710
|
+
"url": "https://opencollective.com/express"
|
|
5711
|
+
}
|
|
5712
|
+
},
|
|
5713
|
+
"node_modules/type-is/node_modules/content-type": {
|
|
5714
|
+
"version": "2.0.0",
|
|
5715
|
+
"resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
|
|
5716
|
+
"integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
|
|
5717
|
+
"license": "MIT",
|
|
5718
|
+
"engines": {
|
|
5719
|
+
"node": ">=18"
|
|
5720
|
+
},
|
|
5721
|
+
"funding": {
|
|
5722
|
+
"type": "opencollective",
|
|
5723
|
+
"url": "https://opencollective.com/express"
|
|
5688
5724
|
}
|
|
5689
5725
|
},
|
|
5690
5726
|
"node_modules/type-is/node_modules/mime-types": {
|
|
@@ -5716,9 +5752,9 @@
|
|
|
5716
5752
|
"license": "MIT"
|
|
5717
5753
|
},
|
|
5718
5754
|
"node_modules/undici": {
|
|
5719
|
-
"version": "6.
|
|
5720
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-6.
|
|
5721
|
-
"integrity": "sha512-
|
|
5755
|
+
"version": "6.26.0",
|
|
5756
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-6.26.0.tgz",
|
|
5757
|
+
"integrity": "sha512-4yqz8a3n5HmGTlsbADNtr/dJlhkh/55Rq798G6ibiULcXbDtaLpTl1pvdqcbFfeoj3iSi52lePFM7h9H21cw/A==",
|
|
5722
5758
|
"license": "MIT",
|
|
5723
5759
|
"engines": {
|
|
5724
5760
|
"node": ">=18.17"
|
|
@@ -6080,7 +6116,7 @@
|
|
|
6080
6116
|
"node": ">=4.0.0"
|
|
6081
6117
|
}
|
|
6082
6118
|
},
|
|
6083
|
-
"node_modules/
|
|
6119
|
+
"node_modules/xmlbuilder": {
|
|
6084
6120
|
"version": "11.0.1",
|
|
6085
6121
|
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
|
|
6086
6122
|
"integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.55",
|
|
4
4
|
"description": "UI5 CLI - CLI",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -31,15 +31,12 @@
|
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"test": "npm run lint && npm run jsdoc-generate && npm run coverage && npm run check-licenses",
|
|
34
|
-
"test-azure": "npm run coverage-xunit",
|
|
35
34
|
"lint": "eslint ./",
|
|
36
35
|
"unit": "rimraf test/tmp && ava",
|
|
37
36
|
"unit-verbose": "rimraf test/tmp && cross-env UI5_LOG_LVL=verbose ava --verbose --serial",
|
|
38
37
|
"unit-watch": "npm run unit -- --watch",
|
|
39
|
-
"unit-xunit": "rimraf test/tmp && ava --node-arguments=\"--experimental-loader=@istanbuljs/esm-loader-hook\" --tap | tap-xunit --dontUseCommentsAsTestNames=true > test-results.xml",
|
|
40
38
|
"unit-inspect": "cross-env UI5_LOG_LVL=verbose ava debug --break",
|
|
41
39
|
"coverage": "rimraf test/tmp && nyc ava --node-arguments=\"--experimental-loader=@istanbuljs/esm-loader-hook\"",
|
|
42
|
-
"coverage-xunit": "nyc --reporter=text --reporter=text-summary --reporter=cobertura npm run unit-xunit",
|
|
43
40
|
"jsdoc": "npm run jsdoc-generate && open-cli jsdocs/index.html",
|
|
44
41
|
"jsdoc-generate": "jsdoc -c ./jsdoc.json -t $(npm ls docdash --parseable | head -1) ./lib/ || (echo 'Error during JSDoc generation! Check log.' && exit 1)",
|
|
45
42
|
"jsdoc-watch": "npm run jsdoc && chokidar \"./lib/**/*.js\" -c \"npm run jsdoc-generate\"",
|
|
@@ -48,7 +45,8 @@
|
|
|
48
45
|
"prepublishOnly": "git push --follow-tags",
|
|
49
46
|
"release-note": "git-chglog --sort semver -c .chglog/release-config.yml v$npm_package_version | node .chglog/consolidate-changelogs.js",
|
|
50
47
|
"knip": "knip --config knip.config.js",
|
|
51
|
-
"check-licenses": "licensee --errors-only"
|
|
48
|
+
"check-licenses": "licensee --errors-only",
|
|
49
|
+
"check-engine": "check-engine-light -f npm-shrinkwrap.json ."
|
|
52
50
|
},
|
|
53
51
|
"files": [
|
|
54
52
|
"CHANGELOG.md",
|
|
@@ -118,7 +116,7 @@
|
|
|
118
116
|
},
|
|
119
117
|
"dependencies": {
|
|
120
118
|
"@ui5/builder": "^4.1.6",
|
|
121
|
-
"@ui5/fs": "^4.0.
|
|
119
|
+
"@ui5/fs": "^4.0.6",
|
|
122
120
|
"@ui5/logger": "^4.0.2",
|
|
123
121
|
"@ui5/project": "^4.0.16",
|
|
124
122
|
"@ui5/server": "^4.0.15",
|
|
@@ -128,7 +126,7 @@
|
|
|
128
126
|
"js-yaml": "^4.1.1",
|
|
129
127
|
"open": "^11.0.0",
|
|
130
128
|
"pretty-hrtime": "^1.0.3",
|
|
131
|
-
"semver": "^7.8.
|
|
129
|
+
"semver": "^7.8.1",
|
|
132
130
|
"update-notifier": "^7.3.1",
|
|
133
131
|
"yargs": "^17.7.2"
|
|
134
132
|
},
|
|
@@ -136,6 +134,7 @@
|
|
|
136
134
|
"@eslint/js": "^9.8.0",
|
|
137
135
|
"@istanbuljs/esm-loader-hook": "^0.3.0",
|
|
138
136
|
"ava": "^6.4.1",
|
|
137
|
+
"check-engine-light": "0.4.0",
|
|
139
138
|
"chokidar-cli": "^3.0.0",
|
|
140
139
|
"cross-env": "^10.1.0",
|
|
141
140
|
"docdash": "^2.0.2",
|
|
@@ -154,7 +153,6 @@
|
|
|
154
153
|
"rimraf": "^6.1.3",
|
|
155
154
|
"sinon": "^21.1.2",
|
|
156
155
|
"strip-ansi": "^7.2.0",
|
|
157
|
-
"tap-xunit": "^2.4.1",
|
|
158
156
|
"testdouble": "^3.20.2"
|
|
159
157
|
}
|
|
160
158
|
}
|