@ui5/cli 4.0.54 → 4.0.56
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 +17 -2
- package/README.md +1 -1
- package/npm-shrinkwrap.json +92 -83
- package/package.json +10 -12
package/CHANGELOG.md
CHANGED
|
@@ -2,10 +2,23 @@
|
|
|
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.56...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v4.0.56"></a>
|
|
8
|
+
## [v4.0.56] - 2026-06-15
|
|
9
|
+
### Dependency Updates
|
|
10
|
+
- Bump [@ui5](https://github.com/ui5)/project from 4.0.16 to 4.0.17 [`d13f92d`](https://github.com/SAP/ui5-cli/commit/d13f92d18afc72ae3c8d795eeebc102e588d3661)
|
|
11
|
+
- Bump [@ui5](https://github.com/ui5)/builder from 4.1.6 to 4.2.0 [`b5220c4`](https://github.com/SAP/ui5-cli/commit/b5220c4adc255bc4799511e569fd4f796c1f6f23)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
<a name="v4.0.55"></a>
|
|
15
|
+
## [v4.0.55] - 2026-05-27
|
|
16
|
+
### Dependency Updates
|
|
17
|
+
- Bump [@ui5](https://github.com/ui5)/fs from 4.0.5 to 4.0.6 [`1eb4306`](https://github.com/SAP/ui5-cli/commit/1eb4306be02d355fa5e221374bc0903666ab80ef)
|
|
18
|
+
|
|
6
19
|
|
|
7
20
|
<a name="v4.0.54"></a>
|
|
8
|
-
## [v4.0.54] - 2026-05-
|
|
21
|
+
## [v4.0.54] - 2026-05-27
|
|
9
22
|
|
|
10
23
|
<a name="v4.0.53"></a>
|
|
11
24
|
## [v4.0.53] - 2026-05-13
|
|
@@ -1539,6 +1552,8 @@ Only Node.js v10 or higher is supported.
|
|
|
1539
1552
|
|
|
1540
1553
|
<a name="v0.0.1"></a>
|
|
1541
1554
|
## v0.0.1 - 2018-06-06
|
|
1555
|
+
[v4.0.56]: https://github.com/SAP/ui5-cli/compare/v4.0.55...v4.0.56
|
|
1556
|
+
[v4.0.55]: https://github.com/SAP/ui5-cli/compare/v4.0.54...v4.0.55
|
|
1542
1557
|
[v4.0.54]: https://github.com/SAP/ui5-cli/compare/v4.0.53...v4.0.54
|
|
1543
1558
|
[v4.0.53]: https://github.com/SAP/ui5-cli/compare/v4.0.52...v4.0.53
|
|
1544
1559
|
[v4.0.52]: https://github.com/SAP/ui5-cli/compare/v4.0.51...v4.0.52
|
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
> Part of the [UI5 CLI](https://github.com/UI5/cli)
|
|
15
15
|
|
|
16
16
|
[](https://api.reuse.software/info/github.com/SAP/ui5-cli)
|
|
17
|
-
[](https://github.com/SAP/ui5-cli/actions/workflows/github-ci.yml)
|
|
18
18
|
[](https://www.npmjs.com/package/@ui5/cli)
|
|
19
19
|
[](https://coveralls.io/github/SAP/ui5-cli)
|
|
20
20
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.56",
|
|
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.56",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@ui5/builder": "^4.
|
|
13
|
-
"@ui5/fs": "^4.0.
|
|
12
|
+
"@ui5/builder": "^4.2.0",
|
|
13
|
+
"@ui5/fs": "^4.0.6",
|
|
14
14
|
"@ui5/logger": "^4.0.2",
|
|
15
|
-
"@ui5/project": "^4.0.
|
|
15
|
+
"@ui5/project": "^4.0.17",
|
|
16
16
|
"@ui5/server": "^4.0.15",
|
|
17
17
|
"chalk": "^5.6.2",
|
|
18
18
|
"data-with-position": "^0.5.0",
|
|
19
19
|
"import-local": "^3.2.0",
|
|
20
|
-
"js-yaml": "^4.
|
|
20
|
+
"js-yaml": "^4.2.0",
|
|
21
21
|
"open": "^11.0.0",
|
|
22
22
|
"pretty-hrtime": "^1.0.3",
|
|
23
|
-
"semver": "^7.8.
|
|
23
|
+
"semver": "^7.8.4",
|
|
24
24
|
"update-notifier": "^7.3.1",
|
|
25
25
|
"yargs": "^17.7.2"
|
|
26
26
|
},
|
|
@@ -431,9 +431,9 @@
|
|
|
431
431
|
"license": "ISC"
|
|
432
432
|
},
|
|
433
433
|
"node_modules/@pnpm/npm-conf": {
|
|
434
|
-
"version": "3.0.
|
|
435
|
-
"resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-3.0.
|
|
436
|
-
"integrity": "sha512
|
|
434
|
+
"version": "3.0.3",
|
|
435
|
+
"resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-3.0.3.tgz",
|
|
436
|
+
"integrity": "sha512-//0sR/cow/s4ICQaYoAobOl4aU8cjU6x/V24V7XkKotb9+O+3zySIYp146vpaobYHnxa4pZX8NkV54Z5AwbDKA==",
|
|
437
437
|
"license": "MIT",
|
|
438
438
|
"dependencies": {
|
|
439
439
|
"@pnpm/config.env-replace": "^1.1.0",
|
|
@@ -611,13 +611,13 @@
|
|
|
611
611
|
"license": "MIT"
|
|
612
612
|
},
|
|
613
613
|
"node_modules/@ui5/builder": {
|
|
614
|
-
"version": "4.
|
|
615
|
-
"resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-4.
|
|
616
|
-
"integrity": "sha512-
|
|
614
|
+
"version": "4.2.0",
|
|
615
|
+
"resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-4.2.0.tgz",
|
|
616
|
+
"integrity": "sha512-fwVzgEyW6Ji4LZuManLbyyLWgDAgyLoUfPIAztjgHsLtBbAR51UvELodH00HxO4Me2MZfZdHmwIApoMTxjSTqA==",
|
|
617
617
|
"license": "Apache-2.0",
|
|
618
618
|
"dependencies": {
|
|
619
619
|
"@jridgewell/sourcemap-codec": "^1.5.5",
|
|
620
|
-
"@ui5/fs": "^4.0.
|
|
620
|
+
"@ui5/fs": "^4.0.6",
|
|
621
621
|
"@ui5/logger": "^4.0.2",
|
|
622
622
|
"cheerio": "1.0.0",
|
|
623
623
|
"escape-unicode": "^0.3.0",
|
|
@@ -627,9 +627,9 @@
|
|
|
627
627
|
"jsdoc": "^4.0.5",
|
|
628
628
|
"less-openui5": "^0.11.6",
|
|
629
629
|
"pretty-data": "^0.40.0",
|
|
630
|
-
"semver": "^7.
|
|
631
|
-
"terser": "^5.
|
|
632
|
-
"workerpool": "^
|
|
630
|
+
"semver": "^7.8.4",
|
|
631
|
+
"terser": "^5.48.0",
|
|
632
|
+
"workerpool": "^10.0.2",
|
|
633
633
|
"xml2js": "^0.6.2"
|
|
634
634
|
},
|
|
635
635
|
"engines": {
|
|
@@ -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
|
},
|
|
@@ -674,13 +673,13 @@
|
|
|
674
673
|
}
|
|
675
674
|
},
|
|
676
675
|
"node_modules/@ui5/project": {
|
|
677
|
-
"version": "4.0.
|
|
678
|
-
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.
|
|
679
|
-
"integrity": "sha512-
|
|
676
|
+
"version": "4.0.17",
|
|
677
|
+
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.17.tgz",
|
|
678
|
+
"integrity": "sha512-W/RoE179OTfloubSfgfnnbTf+DSZZxVnTYuhftaezdreZzvbxcqlLdPMZvwGPcaq9qwu5A3x4eEHtTNlC3Lopw==",
|
|
680
679
|
"license": "Apache-2.0",
|
|
681
680
|
"dependencies": {
|
|
682
681
|
"@npmcli/config": "^9.0.0",
|
|
683
|
-
"@ui5/fs": "^4.0.
|
|
682
|
+
"@ui5/fs": "^4.0.6",
|
|
684
683
|
"@ui5/logger": "^4.0.2",
|
|
685
684
|
"ajv": "^8.20.0",
|
|
686
685
|
"ajv-errors": "^3.0.0",
|
|
@@ -688,7 +687,7 @@
|
|
|
688
687
|
"escape-string-regexp": "^5.0.0",
|
|
689
688
|
"globby": "^14.1.0",
|
|
690
689
|
"graceful-fs": "^4.2.11",
|
|
691
|
-
"js-yaml": "^4.
|
|
690
|
+
"js-yaml": "^4.2.0",
|
|
692
691
|
"lockfile": "^1.0.4",
|
|
693
692
|
"make-fetch-happen": "^14.0.3",
|
|
694
693
|
"node-stream-zip": "^1.15.0",
|
|
@@ -697,7 +696,7 @@
|
|
|
697
696
|
"read-package-up": "^11.0.0",
|
|
698
697
|
"read-pkg": "^9.0.1",
|
|
699
698
|
"resolve": "^1.22.12",
|
|
700
|
-
"semver": "^7.8.
|
|
699
|
+
"semver": "^7.8.4",
|
|
701
700
|
"xml2js": "^0.6.2",
|
|
702
701
|
"yesno": "^0.4.0"
|
|
703
702
|
},
|
|
@@ -706,7 +705,7 @@
|
|
|
706
705
|
"npm": ">= 8"
|
|
707
706
|
},
|
|
708
707
|
"peerDependencies": {
|
|
709
|
-
"@ui5/builder": "^4.
|
|
708
|
+
"@ui5/builder": "^4.2.0"
|
|
710
709
|
},
|
|
711
710
|
"peerDependenciesMeta": {
|
|
712
711
|
"@ui5/builder": {
|
|
@@ -830,9 +829,9 @@
|
|
|
830
829
|
}
|
|
831
830
|
},
|
|
832
831
|
"node_modules/acorn": {
|
|
833
|
-
"version": "8.
|
|
834
|
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.
|
|
835
|
-
"integrity": "sha512-
|
|
832
|
+
"version": "8.17.0",
|
|
833
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.17.0.tgz",
|
|
834
|
+
"integrity": "sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==",
|
|
836
835
|
"license": "MIT",
|
|
837
836
|
"bin": {
|
|
838
837
|
"acorn": "bin/acorn"
|
|
@@ -964,20 +963,20 @@
|
|
|
964
963
|
"license": "MIT"
|
|
965
964
|
},
|
|
966
965
|
"node_modules/body-parser": {
|
|
967
|
-
"version": "2.
|
|
968
|
-
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.
|
|
969
|
-
"integrity": "sha512-
|
|
966
|
+
"version": "2.3.0",
|
|
967
|
+
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.3.0.tgz",
|
|
968
|
+
"integrity": "sha512-2cGmJupaNgg+QUwVLAucDuWuoMZ6EX9iHDRswZ5lsNYEmwPaRknMPCLZz07yTzVq/83p4o/wzbDZbBrTvGGTIw==",
|
|
970
969
|
"license": "MIT",
|
|
971
970
|
"dependencies": {
|
|
972
971
|
"bytes": "^3.1.2",
|
|
973
|
-
"content-type": "^
|
|
972
|
+
"content-type": "^2.0.0",
|
|
974
973
|
"debug": "^4.4.3",
|
|
975
|
-
"http-errors": "^2.0.
|
|
976
|
-
"iconv-lite": "^0.7.
|
|
974
|
+
"http-errors": "^2.0.1",
|
|
975
|
+
"iconv-lite": "^0.7.2",
|
|
977
976
|
"on-finished": "^2.4.1",
|
|
978
|
-
"qs": "^6.
|
|
979
|
-
"raw-body": "^3.0.
|
|
980
|
-
"type-is": "^2.0
|
|
977
|
+
"qs": "^6.15.2",
|
|
978
|
+
"raw-body": "^3.0.2",
|
|
979
|
+
"type-is": "^2.1.0"
|
|
981
980
|
},
|
|
982
981
|
"engines": {
|
|
983
982
|
"node": ">=18"
|
|
@@ -1474,12 +1473,16 @@
|
|
|
1474
1473
|
}
|
|
1475
1474
|
},
|
|
1476
1475
|
"node_modules/content-type": {
|
|
1477
|
-
"version": "
|
|
1478
|
-
"resolved": "https://registry.npmjs.org/content-type/-/content-type-
|
|
1479
|
-
"integrity": "sha512-
|
|
1476
|
+
"version": "2.0.0",
|
|
1477
|
+
"resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
|
|
1478
|
+
"integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
|
|
1480
1479
|
"license": "MIT",
|
|
1481
1480
|
"engines": {
|
|
1482
|
-
"node": ">=
|
|
1481
|
+
"node": ">=18"
|
|
1482
|
+
},
|
|
1483
|
+
"funding": {
|
|
1484
|
+
"type": "opencollective",
|
|
1485
|
+
"url": "https://opencollective.com/express"
|
|
1483
1486
|
}
|
|
1484
1487
|
},
|
|
1485
1488
|
"node_modules/cookie": {
|
|
@@ -2153,6 +2156,15 @@
|
|
|
2153
2156
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
2154
2157
|
}
|
|
2155
2158
|
},
|
|
2159
|
+
"node_modules/express/node_modules/content-type": {
|
|
2160
|
+
"version": "1.0.5",
|
|
2161
|
+
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
|
|
2162
|
+
"integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
|
|
2163
|
+
"license": "MIT",
|
|
2164
|
+
"engines": {
|
|
2165
|
+
"node": ">= 0.6"
|
|
2166
|
+
}
|
|
2167
|
+
},
|
|
2156
2168
|
"node_modules/express/node_modules/debug": {
|
|
2157
2169
|
"version": "2.6.9",
|
|
2158
2170
|
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
@@ -2644,9 +2656,9 @@
|
|
|
2644
2656
|
}
|
|
2645
2657
|
},
|
|
2646
2658
|
"node_modules/hasown": {
|
|
2647
|
-
"version": "2.0.
|
|
2648
|
-
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.
|
|
2649
|
-
"integrity": "sha512-
|
|
2659
|
+
"version": "2.0.4",
|
|
2660
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
|
|
2661
|
+
"integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
|
|
2650
2662
|
"license": "MIT",
|
|
2651
2663
|
"dependencies": {
|
|
2652
2664
|
"function-bind": "^1.1.2"
|
|
@@ -3159,9 +3171,19 @@
|
|
|
3159
3171
|
"license": "MIT"
|
|
3160
3172
|
},
|
|
3161
3173
|
"node_modules/js-yaml": {
|
|
3162
|
-
"version": "4.
|
|
3163
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.
|
|
3164
|
-
"integrity": "sha512-
|
|
3174
|
+
"version": "4.2.0",
|
|
3175
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz",
|
|
3176
|
+
"integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==",
|
|
3177
|
+
"funding": [
|
|
3178
|
+
{
|
|
3179
|
+
"type": "github",
|
|
3180
|
+
"url": "https://github.com/sponsors/puzrin"
|
|
3181
|
+
},
|
|
3182
|
+
{
|
|
3183
|
+
"type": "github",
|
|
3184
|
+
"url": "https://github.com/sponsors/nodeca"
|
|
3185
|
+
}
|
|
3186
|
+
],
|
|
3165
3187
|
"license": "MIT",
|
|
3166
3188
|
"dependencies": {
|
|
3167
3189
|
"argparse": "^2.0.1"
|
|
@@ -5078,9 +5100,9 @@
|
|
|
5078
5100
|
"license": "MIT"
|
|
5079
5101
|
},
|
|
5080
5102
|
"node_modules/semver": {
|
|
5081
|
-
"version": "7.8.
|
|
5082
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.
|
|
5083
|
-
"integrity": "sha512-
|
|
5103
|
+
"version": "7.8.4",
|
|
5104
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.4.tgz",
|
|
5105
|
+
"integrity": "sha512-rUCObTnP32Q08R2uuIrt7r9PlEonuTmtuXYcW6s5kjdlj3xbnwe+21yXptAUYcMAABLkYYTtnmzb3w3EDZfueA==",
|
|
5084
5106
|
"license": "ISC",
|
|
5085
5107
|
"bin": {
|
|
5086
5108
|
"semver": "bin/semver.js"
|
|
@@ -5171,14 +5193,14 @@
|
|
|
5171
5193
|
}
|
|
5172
5194
|
},
|
|
5173
5195
|
"node_modules/side-channel": {
|
|
5174
|
-
"version": "1.1.
|
|
5175
|
-
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.
|
|
5176
|
-
"integrity": "sha512-
|
|
5196
|
+
"version": "1.1.1",
|
|
5197
|
+
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.1.tgz",
|
|
5198
|
+
"integrity": "sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==",
|
|
5177
5199
|
"license": "MIT",
|
|
5178
5200
|
"dependencies": {
|
|
5179
5201
|
"es-errors": "^1.3.0",
|
|
5180
|
-
"object-inspect": "^1.13.
|
|
5181
|
-
"side-channel-list": "^1.0.
|
|
5202
|
+
"object-inspect": "^1.13.4",
|
|
5203
|
+
"side-channel-list": "^1.0.1",
|
|
5182
5204
|
"side-channel-map": "^1.0.1",
|
|
5183
5205
|
"side-channel-weakmap": "^1.0.2"
|
|
5184
5206
|
},
|
|
@@ -5600,9 +5622,9 @@
|
|
|
5600
5622
|
}
|
|
5601
5623
|
},
|
|
5602
5624
|
"node_modules/tar": {
|
|
5603
|
-
"version": "7.5.
|
|
5604
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
5605
|
-
"integrity": "sha512-
|
|
5625
|
+
"version": "7.5.16",
|
|
5626
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.16.tgz",
|
|
5627
|
+
"integrity": "sha512-56adEpPMouktRlBLXiaYFFzZ/3+JXa8P9n7WbR+ibIjtviN55mEaOkiysCnPnWm+7kkui1Dn8J9l+g6zV8731w==",
|
|
5606
5628
|
"license": "BlueOak-1.0.0",
|
|
5607
5629
|
"dependencies": {
|
|
5608
5630
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
@@ -5643,9 +5665,9 @@
|
|
|
5643
5665
|
}
|
|
5644
5666
|
},
|
|
5645
5667
|
"node_modules/tinyglobby": {
|
|
5646
|
-
"version": "0.2.
|
|
5647
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
5648
|
-
"integrity": "sha512-
|
|
5668
|
+
"version": "0.2.17",
|
|
5669
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
|
|
5670
|
+
"integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
|
|
5649
5671
|
"license": "MIT",
|
|
5650
5672
|
"dependencies": {
|
|
5651
5673
|
"fdir": "^6.5.0",
|
|
@@ -5711,19 +5733,6 @@
|
|
|
5711
5733
|
"url": "https://opencollective.com/express"
|
|
5712
5734
|
}
|
|
5713
5735
|
},
|
|
5714
|
-
"node_modules/type-is/node_modules/content-type": {
|
|
5715
|
-
"version": "2.0.0",
|
|
5716
|
-
"resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
|
|
5717
|
-
"integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
|
|
5718
|
-
"license": "MIT",
|
|
5719
|
-
"engines": {
|
|
5720
|
-
"node": ">=18"
|
|
5721
|
-
},
|
|
5722
|
-
"funding": {
|
|
5723
|
-
"type": "opencollective",
|
|
5724
|
-
"url": "https://opencollective.com/express"
|
|
5725
|
-
}
|
|
5726
|
-
},
|
|
5727
5736
|
"node_modules/type-is/node_modules/mime-types": {
|
|
5728
5737
|
"version": "3.0.2",
|
|
5729
5738
|
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
|
|
@@ -5959,9 +5968,9 @@
|
|
|
5959
5968
|
}
|
|
5960
5969
|
},
|
|
5961
5970
|
"node_modules/workerpool": {
|
|
5962
|
-
"version": "
|
|
5963
|
-
"resolved": "https://registry.npmjs.org/workerpool/-/workerpool-
|
|
5964
|
-
"integrity": "sha512-
|
|
5971
|
+
"version": "10.0.2",
|
|
5972
|
+
"resolved": "https://registry.npmjs.org/workerpool/-/workerpool-10.0.2.tgz",
|
|
5973
|
+
"integrity": "sha512-8PCeZlCwu0+8hXruze1ahYNsY+M0LOCmbmySZ9BWWqWIXP9TAXa6FZCxACTDL/0j47pFcC4xW98Gr8nAC5oymg==",
|
|
5965
5974
|
"license": "Apache-2.0"
|
|
5966
5975
|
},
|
|
5967
5976
|
"node_modules/wrap-ansi": {
|
|
@@ -6117,7 +6126,7 @@
|
|
|
6117
6126
|
"node": ">=4.0.0"
|
|
6118
6127
|
}
|
|
6119
6128
|
},
|
|
6120
|
-
"node_modules/
|
|
6129
|
+
"node_modules/xmlbuilder": {
|
|
6121
6130
|
"version": "11.0.1",
|
|
6122
6131
|
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
|
|
6123
6132
|
"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.56",
|
|
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",
|
|
@@ -117,18 +115,18 @@
|
|
|
117
115
|
"url": "git@github.com:SAP/ui5-cli.git"
|
|
118
116
|
},
|
|
119
117
|
"dependencies": {
|
|
120
|
-
"@ui5/builder": "^4.
|
|
121
|
-
"@ui5/fs": "^4.0.
|
|
118
|
+
"@ui5/builder": "^4.2.0",
|
|
119
|
+
"@ui5/fs": "^4.0.6",
|
|
122
120
|
"@ui5/logger": "^4.0.2",
|
|
123
|
-
"@ui5/project": "^4.0.
|
|
121
|
+
"@ui5/project": "^4.0.17",
|
|
124
122
|
"@ui5/server": "^4.0.15",
|
|
125
123
|
"chalk": "^5.6.2",
|
|
126
124
|
"data-with-position": "^0.5.0",
|
|
127
125
|
"import-local": "^3.2.0",
|
|
128
|
-
"js-yaml": "^4.
|
|
126
|
+
"js-yaml": "^4.2.0",
|
|
129
127
|
"open": "^11.0.0",
|
|
130
128
|
"pretty-hrtime": "^1.0.3",
|
|
131
|
-
"semver": "^7.8.
|
|
129
|
+
"semver": "^7.8.4",
|
|
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",
|
|
@@ -143,7 +142,7 @@
|
|
|
143
142
|
"eslint-config-google": "^0.14.0",
|
|
144
143
|
"eslint-plugin-ava": "^15.1.0",
|
|
145
144
|
"eslint-plugin-jsdoc": "61.5.0",
|
|
146
|
-
"esmock": "^2.7.
|
|
145
|
+
"esmock": "^2.7.6",
|
|
147
146
|
"execa": "^9.6.1",
|
|
148
147
|
"globals": "^17.6.0",
|
|
149
148
|
"jsdoc": "^4.0.5",
|
|
@@ -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
|
}
|