@ui5/cli 4.0.45 → 4.0.47
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 +9 -1
- package/npm-shrinkwrap.json +138 -18
- package/package.json +4 -16
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,13 @@
|
|
|
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.47...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v4.0.47"></a>
|
|
8
|
+
## [v4.0.47] - 2026-03-05
|
|
9
|
+
|
|
10
|
+
<a name="v4.0.46"></a>
|
|
11
|
+
## [v4.0.46] - 2026-02-27
|
|
6
12
|
|
|
7
13
|
<a name="v4.0.45"></a>
|
|
8
14
|
## [v4.0.45] - 2026-02-24
|
|
@@ -1494,6 +1500,8 @@ Only Node.js v10 or higher is supported.
|
|
|
1494
1500
|
|
|
1495
1501
|
<a name="v0.0.1"></a>
|
|
1496
1502
|
## v0.0.1 - 2018-06-06
|
|
1503
|
+
[v4.0.47]: https://github.com/SAP/ui5-cli/compare/v4.0.46...v4.0.47
|
|
1504
|
+
[v4.0.46]: https://github.com/SAP/ui5-cli/compare/v4.0.45...v4.0.46
|
|
1497
1505
|
[v4.0.45]: https://github.com/SAP/ui5-cli/compare/v4.0.44...v4.0.45
|
|
1498
1506
|
[v4.0.44]: https://github.com/SAP/ui5-cli/compare/v4.0.43...v4.0.44
|
|
1499
1507
|
[v4.0.43]: https://github.com/SAP/ui5-cli/compare/v4.0.42...v4.0.43
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.47",
|
|
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.47",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@ui5/builder": "^4.1.4",
|
|
@@ -324,6 +324,36 @@
|
|
|
324
324
|
"node": "^18.17.0 || >=20.5.0"
|
|
325
325
|
}
|
|
326
326
|
},
|
|
327
|
+
"node_modules/@npmcli/map-workspaces/node_modules/balanced-match": {
|
|
328
|
+
"version": "1.0.2",
|
|
329
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
330
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
331
|
+
"license": "MIT"
|
|
332
|
+
},
|
|
333
|
+
"node_modules/@npmcli/map-workspaces/node_modules/brace-expansion": {
|
|
334
|
+
"version": "2.0.2",
|
|
335
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
336
|
+
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
337
|
+
"license": "MIT",
|
|
338
|
+
"dependencies": {
|
|
339
|
+
"balanced-match": "^1.0.0"
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
"node_modules/@npmcli/map-workspaces/node_modules/minimatch": {
|
|
343
|
+
"version": "9.0.9",
|
|
344
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
345
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
346
|
+
"license": "ISC",
|
|
347
|
+
"dependencies": {
|
|
348
|
+
"brace-expansion": "^2.0.2"
|
|
349
|
+
},
|
|
350
|
+
"engines": {
|
|
351
|
+
"node": ">=16 || 14 >=14.17"
|
|
352
|
+
},
|
|
353
|
+
"funding": {
|
|
354
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
355
|
+
}
|
|
356
|
+
},
|
|
327
357
|
"node_modules/@npmcli/name-from-folder": {
|
|
328
358
|
"version": "3.0.0",
|
|
329
359
|
"resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-3.0.0.tgz",
|
|
@@ -522,6 +552,36 @@
|
|
|
522
552
|
"node": "^18.17.0 || >=20.5.0"
|
|
523
553
|
}
|
|
524
554
|
},
|
|
555
|
+
"node_modules/@tufjs/models/node_modules/balanced-match": {
|
|
556
|
+
"version": "1.0.2",
|
|
557
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
558
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
559
|
+
"license": "MIT"
|
|
560
|
+
},
|
|
561
|
+
"node_modules/@tufjs/models/node_modules/brace-expansion": {
|
|
562
|
+
"version": "2.0.2",
|
|
563
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
564
|
+
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
565
|
+
"license": "MIT",
|
|
566
|
+
"dependencies": {
|
|
567
|
+
"balanced-match": "^1.0.0"
|
|
568
|
+
}
|
|
569
|
+
},
|
|
570
|
+
"node_modules/@tufjs/models/node_modules/minimatch": {
|
|
571
|
+
"version": "9.0.9",
|
|
572
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
573
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
574
|
+
"license": "ISC",
|
|
575
|
+
"dependencies": {
|
|
576
|
+
"brace-expansion": "^2.0.2"
|
|
577
|
+
},
|
|
578
|
+
"engines": {
|
|
579
|
+
"node": ">=16 || 14 >=14.17"
|
|
580
|
+
},
|
|
581
|
+
"funding": {
|
|
582
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
583
|
+
}
|
|
584
|
+
},
|
|
525
585
|
"node_modules/@types/linkify-it": {
|
|
526
586
|
"version": "5.0.0",
|
|
527
587
|
"resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz",
|
|
@@ -1020,9 +1080,9 @@
|
|
|
1020
1080
|
}
|
|
1021
1081
|
},
|
|
1022
1082
|
"node_modules/brace-expansion": {
|
|
1023
|
-
"version": "5.0.
|
|
1024
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
1025
|
-
"integrity": "sha512-
|
|
1083
|
+
"version": "5.0.4",
|
|
1084
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
|
|
1085
|
+
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
1026
1086
|
"license": "MIT",
|
|
1027
1087
|
"dependencies": {
|
|
1028
1088
|
"balanced-match": "^4.0.2"
|
|
@@ -2469,6 +2529,36 @@
|
|
|
2469
2529
|
"node": ">= 6"
|
|
2470
2530
|
}
|
|
2471
2531
|
},
|
|
2532
|
+
"node_modules/glob/node_modules/balanced-match": {
|
|
2533
|
+
"version": "1.0.2",
|
|
2534
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
2535
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
2536
|
+
"license": "MIT"
|
|
2537
|
+
},
|
|
2538
|
+
"node_modules/glob/node_modules/brace-expansion": {
|
|
2539
|
+
"version": "2.0.2",
|
|
2540
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
2541
|
+
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
2542
|
+
"license": "MIT",
|
|
2543
|
+
"dependencies": {
|
|
2544
|
+
"balanced-match": "^1.0.0"
|
|
2545
|
+
}
|
|
2546
|
+
},
|
|
2547
|
+
"node_modules/glob/node_modules/minimatch": {
|
|
2548
|
+
"version": "9.0.9",
|
|
2549
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
2550
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
2551
|
+
"license": "ISC",
|
|
2552
|
+
"dependencies": {
|
|
2553
|
+
"brace-expansion": "^2.0.2"
|
|
2554
|
+
},
|
|
2555
|
+
"engines": {
|
|
2556
|
+
"node": ">=16 || 14 >=14.17"
|
|
2557
|
+
},
|
|
2558
|
+
"funding": {
|
|
2559
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
2560
|
+
}
|
|
2561
|
+
},
|
|
2472
2562
|
"node_modules/global-directory": {
|
|
2473
2563
|
"version": "4.0.1",
|
|
2474
2564
|
"resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
|
|
@@ -2735,6 +2825,36 @@
|
|
|
2735
2825
|
"node": "^18.17.0 || >=20.5.0"
|
|
2736
2826
|
}
|
|
2737
2827
|
},
|
|
2828
|
+
"node_modules/ignore-walk/node_modules/balanced-match": {
|
|
2829
|
+
"version": "1.0.2",
|
|
2830
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
2831
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
2832
|
+
"license": "MIT"
|
|
2833
|
+
},
|
|
2834
|
+
"node_modules/ignore-walk/node_modules/brace-expansion": {
|
|
2835
|
+
"version": "2.0.2",
|
|
2836
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
2837
|
+
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
2838
|
+
"license": "MIT",
|
|
2839
|
+
"dependencies": {
|
|
2840
|
+
"balanced-match": "^1.0.0"
|
|
2841
|
+
}
|
|
2842
|
+
},
|
|
2843
|
+
"node_modules/ignore-walk/node_modules/minimatch": {
|
|
2844
|
+
"version": "9.0.9",
|
|
2845
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
2846
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
2847
|
+
"license": "ISC",
|
|
2848
|
+
"dependencies": {
|
|
2849
|
+
"brace-expansion": "^2.0.2"
|
|
2850
|
+
},
|
|
2851
|
+
"engines": {
|
|
2852
|
+
"node": ">=16 || 14 >=14.17"
|
|
2853
|
+
},
|
|
2854
|
+
"funding": {
|
|
2855
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
2856
|
+
}
|
|
2857
|
+
},
|
|
2738
2858
|
"node_modules/import-local": {
|
|
2739
2859
|
"version": "3.2.0",
|
|
2740
2860
|
"resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz",
|
|
@@ -3497,9 +3617,9 @@
|
|
|
3497
3617
|
"license": "ISC"
|
|
3498
3618
|
},
|
|
3499
3619
|
"node_modules/minimatch": {
|
|
3500
|
-
"version": "10.2.
|
|
3501
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
3502
|
-
"integrity": "sha512
|
|
3620
|
+
"version": "10.2.4",
|
|
3621
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
|
3622
|
+
"integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
|
|
3503
3623
|
"license": "BlueOak-1.0.0",
|
|
3504
3624
|
"dependencies": {
|
|
3505
3625
|
"brace-expansion": "^5.0.2"
|
|
@@ -4927,9 +5047,9 @@
|
|
|
4927
5047
|
"license": "MIT"
|
|
4928
5048
|
},
|
|
4929
5049
|
"node_modules/sax": {
|
|
4930
|
-
"version": "1.
|
|
4931
|
-
"resolved": "https://registry.npmjs.org/sax/-/sax-1.
|
|
4932
|
-
"integrity": "sha512-
|
|
5050
|
+
"version": "1.5.0",
|
|
5051
|
+
"resolved": "https://registry.npmjs.org/sax/-/sax-1.5.0.tgz",
|
|
5052
|
+
"integrity": "sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==",
|
|
4933
5053
|
"license": "BlueOak-1.0.0",
|
|
4934
5054
|
"engines": {
|
|
4935
5055
|
"node": ">=11.0.0"
|
|
@@ -5388,12 +5508,12 @@
|
|
|
5388
5508
|
}
|
|
5389
5509
|
},
|
|
5390
5510
|
"node_modules/strip-ansi": {
|
|
5391
|
-
"version": "7.
|
|
5392
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.
|
|
5393
|
-
"integrity": "sha512-
|
|
5511
|
+
"version": "7.2.0",
|
|
5512
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
5513
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
5394
5514
|
"license": "MIT",
|
|
5395
5515
|
"dependencies": {
|
|
5396
|
-
"ansi-regex": "^6.
|
|
5516
|
+
"ansi-regex": "^6.2.2"
|
|
5397
5517
|
},
|
|
5398
5518
|
"engines": {
|
|
5399
5519
|
"node": ">=12"
|
|
@@ -5464,9 +5584,9 @@
|
|
|
5464
5584
|
}
|
|
5465
5585
|
},
|
|
5466
5586
|
"node_modules/tar": {
|
|
5467
|
-
"version": "7.5.
|
|
5468
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
5469
|
-
"integrity": "sha512-
|
|
5587
|
+
"version": "7.5.10",
|
|
5588
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.10.tgz",
|
|
5589
|
+
"integrity": "sha512-8mOPs1//5q/rlkNSPcCegA6hiHJYDmSLEI8aMH/CdSQJNWztHC9WHNam5zdQlfpTwB9Xp7IBEsHfV5LKMJGVAw==",
|
|
5470
5590
|
"license": "BlueOak-1.0.0",
|
|
5471
5591
|
"dependencies": {
|
|
5472
5592
|
"@isaacs/fs-minipass": "^4.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.47",
|
|
4
4
|
"description": "UI5 CLI - CLI",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -145,15 +145,15 @@
|
|
|
145
145
|
"eslint-plugin-jsdoc": "61.5.0",
|
|
146
146
|
"esmock": "^2.7.3",
|
|
147
147
|
"execa": "^9.6.1",
|
|
148
|
-
"globals": "^17.
|
|
148
|
+
"globals": "^17.4.0",
|
|
149
149
|
"jsdoc": "^4.0.5",
|
|
150
150
|
"knip": "^5.85.0",
|
|
151
151
|
"licensee": "^11.1.1",
|
|
152
152
|
"nyc": "^17.1.0",
|
|
153
153
|
"open-cli": "^8.0.0",
|
|
154
154
|
"rimraf": "^6.1.3",
|
|
155
|
-
"sinon": "^21.0.
|
|
156
|
-
"strip-ansi": "^7.
|
|
155
|
+
"sinon": "^21.0.2",
|
|
156
|
+
"strip-ansi": "^7.2.0",
|
|
157
157
|
"tap-xunit": "^2.4.1",
|
|
158
158
|
"testdouble": "^3.20.2"
|
|
159
159
|
},
|
|
@@ -166,18 +166,6 @@
|
|
|
166
166
|
},
|
|
167
167
|
"node-gyp@10": {
|
|
168
168
|
"tar": "^7.5.7"
|
|
169
|
-
},
|
|
170
|
-
"glob": {
|
|
171
|
-
"minimatch": "^10.2.2"
|
|
172
|
-
},
|
|
173
|
-
"ignore-walk": {
|
|
174
|
-
"minimatch": "^10.2.2"
|
|
175
|
-
},
|
|
176
|
-
"@tufjs/models": {
|
|
177
|
-
"minimatch": "^10.2.2"
|
|
178
|
-
},
|
|
179
|
-
"@npmcli/map-workspaces": {
|
|
180
|
-
"minimatch": "^10.2.2"
|
|
181
169
|
}
|
|
182
170
|
}
|
|
183
171
|
}
|