@ui5/cli 5.0.0-alpha.0 → 5.0.0-alpha.2
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 +37 -0
- package/npm-shrinkwrap.json +174 -174
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,43 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
|
4
4
|
|
|
5
5
|
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.26...HEAD).
|
|
6
6
|
|
|
7
|
+
## [5.0.0-alpha.2](https://github.com/UI5/cli/compare/cli-v5.0.0-alpha.1...cli-v5.0.0-alpha.2) (2025-12-15)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### chore
|
|
11
|
+
|
|
12
|
+
* **cli:** Synchronize ui5-cli-packages versions
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Dependencies
|
|
16
|
+
|
|
17
|
+
* The following workspace dependencies were updated
|
|
18
|
+
* dependencies
|
|
19
|
+
* @ui5/builder bumped from ^5.0.0-alpha.1 to ^5.0.0-alpha.2
|
|
20
|
+
* @ui5/fs bumped from ^5.0.0-alpha.1 to ^5.0.0-alpha.2
|
|
21
|
+
* @ui5/logger bumped from ^5.0.0-alpha.1 to ^5.0.0-alpha.2
|
|
22
|
+
* @ui5/project bumped from ^5.0.0-alpha.1 to ^5.0.0-alpha.2
|
|
23
|
+
* @ui5/server bumped from ^5.0.0-alpha.1 to ^5.0.0-alpha.2
|
|
24
|
+
|
|
25
|
+
<a name="5.0.0-alpha.1"></a>
|
|
26
|
+
## [5.0.0-alpha.1](https://github.com/UI5/cli/compare/cli-v5.0.0-alpha.0...cli-v5.0.0-alpha.1) (2025-12-10)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Bug Fixes
|
|
30
|
+
|
|
31
|
+
* Bump from 5.0.0-alpha.0 to 5.0.0-alpha.1 ([#1236](https://github.com/UI5/cli/issues/1236)) ([220452a](https://github.com/UI5/cli/commit/220452a77f6062e24d4473f7eb4098e5d3700aed))
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Dependencies
|
|
35
|
+
|
|
36
|
+
* The following workspace dependencies were updated
|
|
37
|
+
* dependencies
|
|
38
|
+
* @ui5/builder bumped from ^5.0.0-alpha.0 to ^5.0.0-alpha.1
|
|
39
|
+
* @ui5/fs bumped from ^5.0.0-alpha.0 to ^5.0.0-alpha.1
|
|
40
|
+
* @ui5/logger bumped from ^5.0.0-alpha.0 to ^5.0.0-alpha.1
|
|
41
|
+
* @ui5/project bumped from ^5.0.0-alpha.0 to ^5.0.0-alpha.1
|
|
42
|
+
* @ui5/server bumped from ^5.0.0-alpha.0 to ^5.0.0-alpha.1
|
|
43
|
+
|
|
7
44
|
<a name="5.0.0-alpha.0"></a>
|
|
8
45
|
## [5.0.0-alpha.0](https://github.com/UI5/cli/compare/cli-v4.0.26...cli-v5.0.0-alpha.0) (2025-11-25)
|
|
9
46
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@ui5/cli",
|
|
9
|
-
"version": "5.0.0-alpha.
|
|
9
|
+
"version": "5.0.0-alpha.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@ui5/builder": "^5.0.0-alpha.
|
|
13
|
-
"@ui5/fs": "^5.0.0-alpha.
|
|
14
|
-
"@ui5/logger": "^5.0.0-alpha.
|
|
15
|
-
"@ui5/project": "^5.0.0-alpha.
|
|
16
|
-
"@ui5/server": "^5.0.0-alpha.
|
|
12
|
+
"@ui5/builder": "^5.0.0-alpha.2",
|
|
13
|
+
"@ui5/fs": "^5.0.0-alpha.2",
|
|
14
|
+
"@ui5/logger": "^5.0.0-alpha.2",
|
|
15
|
+
"@ui5/project": "^5.0.0-alpha.2",
|
|
16
|
+
"@ui5/server": "^5.0.0-alpha.2",
|
|
17
17
|
"chalk": "^5.6.2",
|
|
18
18
|
"data-with-position": "^0.5.0",
|
|
19
19
|
"import-local": "^3.2.0",
|
|
@@ -724,12 +724,12 @@
|
|
|
724
724
|
},
|
|
725
725
|
"node_modules/@ui5/builder": {
|
|
726
726
|
"name": "@ui5/builder",
|
|
727
|
-
"version": "5.0.0-alpha.
|
|
727
|
+
"version": "5.0.0-alpha.2",
|
|
728
728
|
"license": "Apache-2.0",
|
|
729
729
|
"dependencies": {
|
|
730
730
|
"@jridgewell/sourcemap-codec": "^1.5.5",
|
|
731
|
-
"@ui5/fs": "^5.0.0-alpha.
|
|
732
|
-
"@ui5/logger": "^5.0.0-alpha.
|
|
731
|
+
"@ui5/fs": "^5.0.0-alpha.2",
|
|
732
|
+
"@ui5/logger": "^5.0.0-alpha.2",
|
|
733
733
|
"cheerio": "1.0.0",
|
|
734
734
|
"escape-unicode": "^0.2.0",
|
|
735
735
|
"escope": "^4.0.0",
|
|
@@ -746,7 +746,7 @@
|
|
|
746
746
|
"devDependencies": {
|
|
747
747
|
"@istanbuljs/esm-loader-hook": "^0.3.0",
|
|
748
748
|
"@jridgewell/trace-mapping": "^0.3.31",
|
|
749
|
-
"@ui5/project": "^5.0.0-alpha.
|
|
749
|
+
"@ui5/project": "^5.0.0-alpha.2",
|
|
750
750
|
"ava": "^6.4.1",
|
|
751
751
|
"cross-env": "^7.0.3",
|
|
752
752
|
"depcheck": "^1.4.7",
|
|
@@ -761,15 +761,15 @@
|
|
|
761
761
|
"node": "^22.20.0 || >=24.0.0",
|
|
762
762
|
"npm": ">= 8"
|
|
763
763
|
},
|
|
764
|
-
"resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-5.0.0-alpha.
|
|
765
|
-
"integrity": "sha512-
|
|
764
|
+
"resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-5.0.0-alpha.2.tgz",
|
|
765
|
+
"integrity": "sha512-wY4LsN7L775gdsmfsz4pkgBDAlF1apNHFwE/y8n5e8vYb/FGj60lsLe3eIWbTFukKTHlXKFyZ0imOCjY9rrTiQ=="
|
|
766
766
|
},
|
|
767
767
|
"node_modules/@ui5/fs": {
|
|
768
768
|
"name": "@ui5/fs",
|
|
769
|
-
"version": "5.0.0-alpha.
|
|
769
|
+
"version": "5.0.0-alpha.2",
|
|
770
770
|
"license": "Apache-2.0",
|
|
771
771
|
"dependencies": {
|
|
772
|
-
"@ui5/logger": "^5.0.0-alpha.
|
|
772
|
+
"@ui5/logger": "^5.0.0-alpha.2",
|
|
773
773
|
"clone": "^2.1.2",
|
|
774
774
|
"escape-string-regexp": "^5.0.0",
|
|
775
775
|
"globby": "^15.0.0",
|
|
@@ -794,12 +794,53 @@
|
|
|
794
794
|
"node": "^22.20.0 || >=24.0.0",
|
|
795
795
|
"npm": ">= 8"
|
|
796
796
|
},
|
|
797
|
-
"resolved": "https://registry.npmjs.org/@ui5/fs/-/fs-5.0.0-alpha.
|
|
798
|
-
"integrity": "sha512-
|
|
797
|
+
"resolved": "https://registry.npmjs.org/@ui5/fs/-/fs-5.0.0-alpha.2.tgz",
|
|
798
|
+
"integrity": "sha512-QZ7uMOnDVmACyZaW7dRWStJtm9I3UeUGODMKxUPsg6DZebeWt9V0pOpiBsjjCp+7lFzjzW7TOaZ4/djxmz92+Q=="
|
|
799
|
+
},
|
|
800
|
+
"node_modules/@ui5/fs/node_modules/globby": {
|
|
801
|
+
"version": "15.0.0",
|
|
802
|
+
"license": "MIT",
|
|
803
|
+
"dependencies": {
|
|
804
|
+
"@sindresorhus/merge-streams": "^4.0.0",
|
|
805
|
+
"fast-glob": "^3.3.3",
|
|
806
|
+
"ignore": "^7.0.5",
|
|
807
|
+
"path-type": "^6.0.0",
|
|
808
|
+
"slash": "^5.1.0",
|
|
809
|
+
"unicorn-magic": "^0.3.0"
|
|
810
|
+
},
|
|
811
|
+
"engines": {
|
|
812
|
+
"node": ">=20"
|
|
813
|
+
},
|
|
814
|
+
"funding": {
|
|
815
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
816
|
+
},
|
|
817
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-15.0.0.tgz",
|
|
818
|
+
"integrity": "sha512-oB4vkQGqlMl682wL1IlWd02tXCbquGWM4voPEI85QmNKCaw8zGTm1f1rubFgkg3Eli2PtKlFgrnmUqasbQWlkw=="
|
|
819
|
+
},
|
|
820
|
+
"node_modules/@ui5/fs/node_modules/ignore": {
|
|
821
|
+
"version": "7.0.5",
|
|
822
|
+
"license": "MIT",
|
|
823
|
+
"engines": {
|
|
824
|
+
"node": ">= 4"
|
|
825
|
+
},
|
|
826
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
|
|
827
|
+
"integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg=="
|
|
828
|
+
},
|
|
829
|
+
"node_modules/@ui5/fs/node_modules/unicorn-magic": {
|
|
830
|
+
"version": "0.3.0",
|
|
831
|
+
"license": "MIT",
|
|
832
|
+
"engines": {
|
|
833
|
+
"node": ">=18"
|
|
834
|
+
},
|
|
835
|
+
"funding": {
|
|
836
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
837
|
+
},
|
|
838
|
+
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
|
|
839
|
+
"integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA=="
|
|
799
840
|
},
|
|
800
841
|
"node_modules/@ui5/logger": {
|
|
801
842
|
"name": "@ui5/logger",
|
|
802
|
-
"version": "5.0.0-alpha.
|
|
843
|
+
"version": "5.0.0-alpha.2",
|
|
803
844
|
"license": "Apache-2.0",
|
|
804
845
|
"dependencies": {
|
|
805
846
|
"chalk": "^5.6.2",
|
|
@@ -821,17 +862,17 @@
|
|
|
821
862
|
"node": "^22.20.0 || >=24.0.0",
|
|
822
863
|
"npm": ">= 8"
|
|
823
864
|
},
|
|
824
|
-
"resolved": "https://registry.npmjs.org/@ui5/logger/-/logger-5.0.0-alpha.
|
|
825
|
-
"integrity": "sha512-
|
|
865
|
+
"resolved": "https://registry.npmjs.org/@ui5/logger/-/logger-5.0.0-alpha.2.tgz",
|
|
866
|
+
"integrity": "sha512-8q1BJKCh7G9BoLt0iBVhbiMP9DYNnm3aqYFs+6DixJmV2KPJ1AuCVIAxRaRQXqbnpTqp+fqJrx41QVA6aggSWg=="
|
|
826
867
|
},
|
|
827
868
|
"node_modules/@ui5/project": {
|
|
828
869
|
"name": "@ui5/project",
|
|
829
|
-
"version": "5.0.0-alpha.
|
|
870
|
+
"version": "5.0.0-alpha.2",
|
|
830
871
|
"license": "Apache-2.0",
|
|
831
872
|
"dependencies": {
|
|
832
873
|
"@npmcli/config": "^10.4.0",
|
|
833
|
-
"@ui5/fs": "^5.0.0-alpha.
|
|
834
|
-
"@ui5/logger": "^5.0.0-alpha.
|
|
874
|
+
"@ui5/fs": "^5.0.0-alpha.2",
|
|
875
|
+
"@ui5/logger": "^5.0.0-alpha.2",
|
|
835
876
|
"ajv": "^6.12.6",
|
|
836
877
|
"ajv-errors": "^1.0.1",
|
|
837
878
|
"chalk": "^5.6.2",
|
|
@@ -872,24 +913,94 @@
|
|
|
872
913
|
"npm": ">= 8"
|
|
873
914
|
},
|
|
874
915
|
"peerDependencies": {
|
|
875
|
-
"@ui5/builder": "^5.0.0-alpha.
|
|
916
|
+
"@ui5/builder": "^5.0.0-alpha.2"
|
|
876
917
|
},
|
|
877
918
|
"peerDependenciesMeta": {
|
|
878
919
|
"@ui5/builder": {
|
|
879
920
|
"optional": true
|
|
880
921
|
}
|
|
881
922
|
},
|
|
882
|
-
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-5.0.0-alpha.
|
|
883
|
-
"integrity": "sha512-
|
|
923
|
+
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-5.0.0-alpha.2.tgz",
|
|
924
|
+
"integrity": "sha512-e58rYQfSwuLzRDsNyt639GiCK5V11R2hBcckH6DBF4sv9CrlGRtJ+MpVKhhPGBjdhiVpQ5HkY8/PQ4afYP4x4w=="
|
|
925
|
+
},
|
|
926
|
+
"node_modules/@ui5/project/node_modules/@npmcli/config": {
|
|
927
|
+
"version": "10.4.2",
|
|
928
|
+
"license": "ISC",
|
|
929
|
+
"dependencies": {
|
|
930
|
+
"@npmcli/map-workspaces": "^5.0.0",
|
|
931
|
+
"@npmcli/package-json": "^7.0.0",
|
|
932
|
+
"ci-info": "^4.0.0",
|
|
933
|
+
"ini": "^5.0.0",
|
|
934
|
+
"nopt": "^8.1.0",
|
|
935
|
+
"proc-log": "^5.0.0",
|
|
936
|
+
"semver": "^7.3.5",
|
|
937
|
+
"walk-up-path": "^4.0.0"
|
|
938
|
+
},
|
|
939
|
+
"engines": {
|
|
940
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
941
|
+
},
|
|
942
|
+
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-10.4.2.tgz",
|
|
943
|
+
"integrity": "sha512-wHcJiqWvC7lKX3L/BOtk6jefzXZyNNosU0dEBeNkF9U9rUXrZWB2MBupR717MyaAtLXko4XXzca3sOYNlkuxDw=="
|
|
944
|
+
},
|
|
945
|
+
"node_modules/@ui5/project/node_modules/@npmcli/map-workspaces": {
|
|
946
|
+
"version": "5.0.3",
|
|
947
|
+
"resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-5.0.3.tgz",
|
|
948
|
+
"integrity": "sha512-o2grssXo1e774E5OtEwwrgoszYRh0lqkJH+Pb9r78UcqdGJRDRfhpM8DvZPjzNLLNYeD/rNbjOKM3Ss5UABROw==",
|
|
949
|
+
"license": "ISC",
|
|
950
|
+
"dependencies": {
|
|
951
|
+
"@npmcli/name-from-folder": "^4.0.0",
|
|
952
|
+
"@npmcli/package-json": "^7.0.0",
|
|
953
|
+
"glob": "^13.0.0",
|
|
954
|
+
"minimatch": "^10.0.3"
|
|
955
|
+
},
|
|
956
|
+
"engines": {
|
|
957
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
958
|
+
}
|
|
959
|
+
},
|
|
960
|
+
"node_modules/@ui5/project/node_modules/@npmcli/package-json": {
|
|
961
|
+
"version": "7.0.4",
|
|
962
|
+
"resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-7.0.4.tgz",
|
|
963
|
+
"integrity": "sha512-0wInJG3j/K40OJt/33ax47WfWMzZTm6OQxB9cDhTt5huCP2a9g2GnlsxmfN+PulItNPIpPrZ+kfwwUil7eHcZQ==",
|
|
964
|
+
"license": "ISC",
|
|
965
|
+
"dependencies": {
|
|
966
|
+
"@npmcli/git": "^7.0.0",
|
|
967
|
+
"glob": "^13.0.0",
|
|
968
|
+
"hosted-git-info": "^9.0.0",
|
|
969
|
+
"json-parse-even-better-errors": "^5.0.0",
|
|
970
|
+
"proc-log": "^6.0.0",
|
|
971
|
+
"semver": "^7.5.3",
|
|
972
|
+
"validate-npm-package-license": "^3.0.4"
|
|
973
|
+
},
|
|
974
|
+
"engines": {
|
|
975
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
976
|
+
}
|
|
977
|
+
},
|
|
978
|
+
"node_modules/@ui5/project/node_modules/@npmcli/package-json/node_modules/proc-log": {
|
|
979
|
+
"version": "6.0.0",
|
|
980
|
+
"resolved": "https://registry.npmjs.org/proc-log/-/proc-log-6.0.0.tgz",
|
|
981
|
+
"integrity": "sha512-KG/XsTDN901PNfPfAMmj6N/Ywg9tM+bHK8pAz+27fS4N4Pcr+4zoYBOcGSBu6ceXYNPxkLpa4ohtfxV1XcLAfA==",
|
|
982
|
+
"license": "ISC",
|
|
983
|
+
"engines": {
|
|
984
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
985
|
+
}
|
|
986
|
+
},
|
|
987
|
+
"node_modules/@ui5/project/node_modules/walk-up-path": {
|
|
988
|
+
"version": "4.0.0",
|
|
989
|
+
"resolved": "https://registry.npmjs.org/walk-up-path/-/walk-up-path-4.0.0.tgz",
|
|
990
|
+
"integrity": "sha512-3hu+tD8YzSLGuFYtPRb48vdhKMi0KQV5sn+uWr8+7dMEq/2G/dtLrdDinkLjqq5TIbIBjYJ4Ax/n3YiaW7QM8A==",
|
|
991
|
+
"license": "ISC",
|
|
992
|
+
"engines": {
|
|
993
|
+
"node": "20 || >=22"
|
|
994
|
+
}
|
|
884
995
|
},
|
|
885
996
|
"node_modules/@ui5/server": {
|
|
886
997
|
"name": "@ui5/server",
|
|
887
|
-
"version": "5.0.0-alpha.
|
|
998
|
+
"version": "5.0.0-alpha.2",
|
|
888
999
|
"license": "Apache-2.0",
|
|
889
1000
|
"dependencies": {
|
|
890
|
-
"@ui5/builder": "^5.0.0-alpha.
|
|
891
|
-
"@ui5/fs": "^5.0.0-alpha.
|
|
892
|
-
"@ui5/logger": "^5.0.0-alpha.
|
|
1001
|
+
"@ui5/builder": "^5.0.0-alpha.2",
|
|
1002
|
+
"@ui5/fs": "^5.0.0-alpha.2",
|
|
1003
|
+
"@ui5/logger": "^5.0.0-alpha.2",
|
|
893
1004
|
"body-parser": "^1.20.2",
|
|
894
1005
|
"compression": "^1.8.1",
|
|
895
1006
|
"cors": "^2.8.5",
|
|
@@ -909,7 +1020,7 @@
|
|
|
909
1020
|
},
|
|
910
1021
|
"devDependencies": {
|
|
911
1022
|
"@istanbuljs/esm-loader-hook": "^0.3.0",
|
|
912
|
-
"@ui5/project": "^5.0.0-alpha.
|
|
1023
|
+
"@ui5/project": "^5.0.0-alpha.2",
|
|
913
1024
|
"ava": "^6.4.1",
|
|
914
1025
|
"cross-env": "^7.0.3",
|
|
915
1026
|
"depcheck": "^1.4.7",
|
|
@@ -924,8 +1035,8 @@
|
|
|
924
1035
|
"node": "^22.20.0 || >=24.0.0",
|
|
925
1036
|
"npm": ">= 8"
|
|
926
1037
|
},
|
|
927
|
-
"resolved": "https://registry.npmjs.org/@ui5/server/-/server-5.0.0-alpha.
|
|
928
|
-
"integrity": "sha512-
|
|
1038
|
+
"resolved": "https://registry.npmjs.org/@ui5/server/-/server-5.0.0-alpha.2.tgz",
|
|
1039
|
+
"integrity": "sha512-k3ZGpj8uJsQ4LaV9zH9KOWVXM51iWFTtXtXIIxxKiL2gpzt/NX2amkeyTytGVPiuVJxBCiBI/WhTelLRaNcsXQ=="
|
|
929
1040
|
},
|
|
930
1041
|
"node_modules/abbrev": {
|
|
931
1042
|
"version": "3.0.1",
|
|
@@ -1739,6 +1850,18 @@
|
|
|
1739
1850
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1740
1851
|
}
|
|
1741
1852
|
},
|
|
1853
|
+
"node_modules/define-lazy-prop": {
|
|
1854
|
+
"version": "3.0.0",
|
|
1855
|
+
"license": "MIT",
|
|
1856
|
+
"engines": {
|
|
1857
|
+
"node": ">=12"
|
|
1858
|
+
},
|
|
1859
|
+
"funding": {
|
|
1860
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1861
|
+
},
|
|
1862
|
+
"resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
|
|
1863
|
+
"integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg=="
|
|
1864
|
+
},
|
|
1742
1865
|
"node_modules/depd": {
|
|
1743
1866
|
"version": "2.0.0",
|
|
1744
1867
|
"resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
|
|
@@ -4005,6 +4128,24 @@
|
|
|
4005
4128
|
"node": ">= 0.8"
|
|
4006
4129
|
}
|
|
4007
4130
|
},
|
|
4131
|
+
"node_modules/open": {
|
|
4132
|
+
"version": "10.2.0",
|
|
4133
|
+
"license": "MIT",
|
|
4134
|
+
"dependencies": {
|
|
4135
|
+
"default-browser": "^5.2.1",
|
|
4136
|
+
"define-lazy-prop": "^3.0.0",
|
|
4137
|
+
"is-inside-container": "^1.0.0",
|
|
4138
|
+
"wsl-utils": "^0.1.0"
|
|
4139
|
+
},
|
|
4140
|
+
"engines": {
|
|
4141
|
+
"node": ">=18"
|
|
4142
|
+
},
|
|
4143
|
+
"funding": {
|
|
4144
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4145
|
+
},
|
|
4146
|
+
"resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz",
|
|
4147
|
+
"integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA=="
|
|
4148
|
+
},
|
|
4008
4149
|
"node_modules/p-map": {
|
|
4009
4150
|
"version": "7.0.4",
|
|
4010
4151
|
"resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.4.tgz",
|
|
@@ -6621,147 +6762,6 @@
|
|
|
6621
6762
|
"resolved": "https://registry.npmjs.org/yesno/-/yesno-0.4.0.tgz",
|
|
6622
6763
|
"integrity": "sha512-tdBxmHvbXPBKYIg81bMCB7bVeDmHkRzk5rVJyYYXurwKkHq/MCd8rz4HSJUP7hW0H2NlXiq8IFiWvYKEHhlotA==",
|
|
6623
6764
|
"license": "BSD"
|
|
6624
|
-
},
|
|
6625
|
-
"packages/cli/node_modules/define-lazy-prop": {
|
|
6626
|
-
"version": "3.0.0",
|
|
6627
|
-
"license": "MIT",
|
|
6628
|
-
"engines": {
|
|
6629
|
-
"node": ">=12"
|
|
6630
|
-
},
|
|
6631
|
-
"funding": {
|
|
6632
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6633
|
-
},
|
|
6634
|
-
"resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
|
|
6635
|
-
"integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg=="
|
|
6636
|
-
},
|
|
6637
|
-
"packages/cli/node_modules/open": {
|
|
6638
|
-
"version": "10.2.0",
|
|
6639
|
-
"license": "MIT",
|
|
6640
|
-
"dependencies": {
|
|
6641
|
-
"default-browser": "^5.2.1",
|
|
6642
|
-
"define-lazy-prop": "^3.0.0",
|
|
6643
|
-
"is-inside-container": "^1.0.0",
|
|
6644
|
-
"wsl-utils": "^0.1.0"
|
|
6645
|
-
},
|
|
6646
|
-
"engines": {
|
|
6647
|
-
"node": ">=18"
|
|
6648
|
-
},
|
|
6649
|
-
"funding": {
|
|
6650
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6651
|
-
},
|
|
6652
|
-
"resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz",
|
|
6653
|
-
"integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA=="
|
|
6654
|
-
},
|
|
6655
|
-
"packages/fs/node_modules/globby": {
|
|
6656
|
-
"version": "15.0.0",
|
|
6657
|
-
"license": "MIT",
|
|
6658
|
-
"dependencies": {
|
|
6659
|
-
"@sindresorhus/merge-streams": "^4.0.0",
|
|
6660
|
-
"fast-glob": "^3.3.3",
|
|
6661
|
-
"ignore": "^7.0.5",
|
|
6662
|
-
"path-type": "^6.0.0",
|
|
6663
|
-
"slash": "^5.1.0",
|
|
6664
|
-
"unicorn-magic": "^0.3.0"
|
|
6665
|
-
},
|
|
6666
|
-
"engines": {
|
|
6667
|
-
"node": ">=20"
|
|
6668
|
-
},
|
|
6669
|
-
"funding": {
|
|
6670
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6671
|
-
},
|
|
6672
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-15.0.0.tgz",
|
|
6673
|
-
"integrity": "sha512-oB4vkQGqlMl682wL1IlWd02tXCbquGWM4voPEI85QmNKCaw8zGTm1f1rubFgkg3Eli2PtKlFgrnmUqasbQWlkw=="
|
|
6674
|
-
},
|
|
6675
|
-
"packages/fs/node_modules/ignore": {
|
|
6676
|
-
"version": "7.0.5",
|
|
6677
|
-
"license": "MIT",
|
|
6678
|
-
"engines": {
|
|
6679
|
-
"node": ">= 4"
|
|
6680
|
-
},
|
|
6681
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
|
|
6682
|
-
"integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg=="
|
|
6683
|
-
},
|
|
6684
|
-
"packages/fs/node_modules/unicorn-magic": {
|
|
6685
|
-
"version": "0.3.0",
|
|
6686
|
-
"license": "MIT",
|
|
6687
|
-
"engines": {
|
|
6688
|
-
"node": ">=18"
|
|
6689
|
-
},
|
|
6690
|
-
"funding": {
|
|
6691
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6692
|
-
},
|
|
6693
|
-
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
|
|
6694
|
-
"integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA=="
|
|
6695
|
-
},
|
|
6696
|
-
"packages/project/node_modules/@npmcli/config": {
|
|
6697
|
-
"version": "10.4.2",
|
|
6698
|
-
"license": "ISC",
|
|
6699
|
-
"dependencies": {
|
|
6700
|
-
"@npmcli/map-workspaces": "^5.0.0",
|
|
6701
|
-
"@npmcli/package-json": "^7.0.0",
|
|
6702
|
-
"ci-info": "^4.0.0",
|
|
6703
|
-
"ini": "^5.0.0",
|
|
6704
|
-
"nopt": "^8.1.0",
|
|
6705
|
-
"proc-log": "^5.0.0",
|
|
6706
|
-
"semver": "^7.3.5",
|
|
6707
|
-
"walk-up-path": "^4.0.0"
|
|
6708
|
-
},
|
|
6709
|
-
"engines": {
|
|
6710
|
-
"node": "^20.17.0 || >=22.9.0"
|
|
6711
|
-
},
|
|
6712
|
-
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-10.4.2.tgz",
|
|
6713
|
-
"integrity": "sha512-wHcJiqWvC7lKX3L/BOtk6jefzXZyNNosU0dEBeNkF9U9rUXrZWB2MBupR717MyaAtLXko4XXzca3sOYNlkuxDw=="
|
|
6714
|
-
},
|
|
6715
|
-
"packages/project/node_modules/@npmcli/map-workspaces": {
|
|
6716
|
-
"version": "5.0.3",
|
|
6717
|
-
"resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-5.0.3.tgz",
|
|
6718
|
-
"integrity": "sha512-o2grssXo1e774E5OtEwwrgoszYRh0lqkJH+Pb9r78UcqdGJRDRfhpM8DvZPjzNLLNYeD/rNbjOKM3Ss5UABROw==",
|
|
6719
|
-
"license": "ISC",
|
|
6720
|
-
"dependencies": {
|
|
6721
|
-
"@npmcli/name-from-folder": "^4.0.0",
|
|
6722
|
-
"@npmcli/package-json": "^7.0.0",
|
|
6723
|
-
"glob": "^13.0.0",
|
|
6724
|
-
"minimatch": "^10.0.3"
|
|
6725
|
-
},
|
|
6726
|
-
"engines": {
|
|
6727
|
-
"node": "^20.17.0 || >=22.9.0"
|
|
6728
|
-
}
|
|
6729
|
-
},
|
|
6730
|
-
"packages/project/node_modules/@npmcli/package-json": {
|
|
6731
|
-
"version": "7.0.4",
|
|
6732
|
-
"resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-7.0.4.tgz",
|
|
6733
|
-
"integrity": "sha512-0wInJG3j/K40OJt/33ax47WfWMzZTm6OQxB9cDhTt5huCP2a9g2GnlsxmfN+PulItNPIpPrZ+kfwwUil7eHcZQ==",
|
|
6734
|
-
"license": "ISC",
|
|
6735
|
-
"dependencies": {
|
|
6736
|
-
"@npmcli/git": "^7.0.0",
|
|
6737
|
-
"glob": "^13.0.0",
|
|
6738
|
-
"hosted-git-info": "^9.0.0",
|
|
6739
|
-
"json-parse-even-better-errors": "^5.0.0",
|
|
6740
|
-
"proc-log": "^6.0.0",
|
|
6741
|
-
"semver": "^7.5.3",
|
|
6742
|
-
"validate-npm-package-license": "^3.0.4"
|
|
6743
|
-
},
|
|
6744
|
-
"engines": {
|
|
6745
|
-
"node": "^20.17.0 || >=22.9.0"
|
|
6746
|
-
}
|
|
6747
|
-
},
|
|
6748
|
-
"packages/project/node_modules/@npmcli/package-json/node_modules/proc-log": {
|
|
6749
|
-
"version": "6.0.0",
|
|
6750
|
-
"resolved": "https://registry.npmjs.org/proc-log/-/proc-log-6.0.0.tgz",
|
|
6751
|
-
"integrity": "sha512-KG/XsTDN901PNfPfAMmj6N/Ywg9tM+bHK8pAz+27fS4N4Pcr+4zoYBOcGSBu6ceXYNPxkLpa4ohtfxV1XcLAfA==",
|
|
6752
|
-
"license": "ISC",
|
|
6753
|
-
"engines": {
|
|
6754
|
-
"node": "^20.17.0 || >=22.9.0"
|
|
6755
|
-
}
|
|
6756
|
-
},
|
|
6757
|
-
"packages/project/node_modules/walk-up-path": {
|
|
6758
|
-
"version": "4.0.0",
|
|
6759
|
-
"resolved": "https://registry.npmjs.org/walk-up-path/-/walk-up-path-4.0.0.tgz",
|
|
6760
|
-
"integrity": "sha512-3hu+tD8YzSLGuFYtPRb48vdhKMi0KQV5sn+uWr8+7dMEq/2G/dtLrdDinkLjqq5TIbIBjYJ4Ax/n3YiaW7QM8A==",
|
|
6761
|
-
"license": "ISC",
|
|
6762
|
-
"engines": {
|
|
6763
|
-
"node": "20 || >=22"
|
|
6764
|
-
}
|
|
6765
6765
|
}
|
|
6766
6766
|
}
|
|
6767
6767
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.2",
|
|
4
4
|
"description": "UI5 CLI - CLI",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"tool"
|
|
18
18
|
],
|
|
19
19
|
"bin": {
|
|
20
|
-
"ui5": "
|
|
20
|
+
"ui5": "bin/ui5.cjs"
|
|
21
21
|
},
|
|
22
22
|
"type": "module",
|
|
23
23
|
"exports": {
|
|
@@ -100,15 +100,15 @@
|
|
|
100
100
|
},
|
|
101
101
|
"repository": {
|
|
102
102
|
"type": "git",
|
|
103
|
-
"url": "git@github.com
|
|
103
|
+
"url": "git+ssh://git@github.com/UI5/cli.git",
|
|
104
104
|
"directory": "packages/cli"
|
|
105
105
|
},
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@ui5/builder": "^5.0.0-alpha.
|
|
108
|
-
"@ui5/fs": "^5.0.0-alpha.
|
|
109
|
-
"@ui5/logger": "^5.0.0-alpha.
|
|
110
|
-
"@ui5/project": "^5.0.0-alpha.
|
|
111
|
-
"@ui5/server": "^5.0.0-alpha.
|
|
107
|
+
"@ui5/builder": "^5.0.0-alpha.2",
|
|
108
|
+
"@ui5/fs": "^5.0.0-alpha.2",
|
|
109
|
+
"@ui5/logger": "^5.0.0-alpha.2",
|
|
110
|
+
"@ui5/project": "^5.0.0-alpha.2",
|
|
111
|
+
"@ui5/server": "^5.0.0-alpha.2",
|
|
112
112
|
"chalk": "^5.6.2",
|
|
113
113
|
"data-with-position": "^0.5.0",
|
|
114
114
|
"import-local": "^3.2.0",
|