@ui5/cli 3.11.10 → 3.11.11
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/.reuse/dep5 +1 -1
- package/CHANGELOG.md +14 -1
- package/CONTRIBUTING.md +2 -2
- package/LICENSE.txt +1 -1
- package/README.md +7 -7
- package/jsdoc.json +6 -6
- package/lib/cli/base.js +2 -2
- package/lib/cli/commands/config.js +1 -1
- package/lib/cli/commands/init.js +1 -1
- package/lib/cli/commands/versions.js +1 -1
- package/lib/init/init.js +1 -1
- package/npm-shrinkwrap.json +100 -113
- package/package.json +10 -10
package/.reuse/dep5
CHANGED
|
@@ -25,5 +25,5 @@ Disclaimer: The code in this project may include calls to APIs (“API Calls”)
|
|
|
25
25
|
parties the right to use of access any SAP External Product, through API Calls.
|
|
26
26
|
|
|
27
27
|
Files: *
|
|
28
|
-
Copyright: 2018-2024 SAP SE or an SAP affiliate company and UI5
|
|
28
|
+
Copyright: 2018-2024 SAP SE or an SAP affiliate company and UI5 CLI contributors
|
|
29
29
|
License: Apache-2.0
|
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,19 @@
|
|
|
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/v3.11.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.11.11...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v3.11.11"></a>
|
|
8
|
+
## [v3.11.11] - 2025-09-12
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
- Rename project to UI5 CLI [`3333b79`](https://github.com/SAP/ui5-cli/commit/3333b794d4677651656d4f3713f59f89b3da4ea9)
|
|
11
|
+
|
|
12
|
+
### Dependency Updates
|
|
13
|
+
- Bump [@ui5](https://github.com/ui5)/server from 3.6.0 to 3.6.1 [`6ae7b4a`](https://github.com/SAP/ui5-cli/commit/6ae7b4a1048cff824d845bf3b7481b26419f0da1)
|
|
14
|
+
- Bump [@ui5](https://github.com/ui5)/builder from 3.7.0 to 3.7.1 [`b51afb9`](https://github.com/SAP/ui5-cli/commit/b51afb9e36a8535d7f09d848b89a397521f75671)
|
|
15
|
+
- Bump [@ui5](https://github.com/ui5)/fs from 3.0.5 to 3.0.6 [`2acd701`](https://github.com/SAP/ui5-cli/commit/2acd701b9ce41164a7a5a1fcbce956db8ea8987b)
|
|
16
|
+
- Bump [@ui5](https://github.com/ui5)/logger from 3.0.0 to 3.0.1 [`0485e00`](https://github.com/SAP/ui5-cli/commit/0485e00f66cb1e25df8c5404ca44733c1db3e5aa)
|
|
17
|
+
|
|
6
18
|
|
|
7
19
|
<a name="v3.11.10"></a>
|
|
8
20
|
## [v3.11.10] - 2025-07-18
|
|
@@ -1253,6 +1265,7 @@ Only Node.js v10 or higher is supported.
|
|
|
1253
1265
|
|
|
1254
1266
|
<a name="v0.0.1"></a>
|
|
1255
1267
|
## v0.0.1 - 2018-06-06
|
|
1268
|
+
[v3.11.11]: https://github.com/SAP/ui5-cli/compare/v3.11.10...v3.11.11
|
|
1256
1269
|
[v3.11.10]: https://github.com/SAP/ui5-cli/compare/v3.11.9...v3.11.10
|
|
1257
1270
|
[v3.11.9]: https://github.com/SAP/ui5-cli/compare/v3.11.8...v3.11.9
|
|
1258
1271
|
[v3.11.8]: https://github.com/SAP/ui5-cli/compare/v3.11.7...v3.11.8
|
package/CONTRIBUTING.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
# Contributing to the UI5
|
|
1
|
+
# Contributing to the UI5 CLI
|
|
2
2
|
|
|
3
|
-
See CONTRIBUTING.md in the [
|
|
3
|
+
See CONTRIBUTING.md in the [UI5/cli](https://github.com/UI5/cli/blob/v3/CONTRIBUTING.md) repository.
|
package/LICENSE.txt
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright 2018-2024 SAP SE or an SAP affiliate company and UI5
|
|
189
|
+
Copyright 2018-2024 SAP SE or an SAP affiliate company and UI5 CLI contributors
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-

|
|
2
2
|
|
|
3
3
|
# ui5-cli
|
|
4
4
|
> `ui5` Command Line Interface
|
|
5
|
-
> Part of the [UI5
|
|
5
|
+
> Part of the [UI5 CLI](https://github.com/UI5/cli)
|
|
6
6
|
|
|
7
7
|
[](https://api.reuse.software/info/github.com/SAP/ui5-cli)
|
|
8
8
|
[](https://dev.azure.com/sap/opensource/_build/latest?definitionId=33&branchName=v3)
|
|
@@ -10,19 +10,19 @@
|
|
|
10
10
|
[](https://coveralls.io/github/SAP/ui5-cli)
|
|
11
11
|
|
|
12
12
|
## Documentation
|
|
13
|
-
UI5 CLI documentation can be found here: [
|
|
13
|
+
UI5 CLI documentation can be found here: [ui5.github.io/cli](https://ui5.github.io/cli/pages/CLI/)
|
|
14
14
|
|
|
15
15
|
## Contributing
|
|
16
16
|
|
|
17
|
-
Please check our [Contribution Guidelines](https://github.com/
|
|
17
|
+
Please check our [Contribution Guidelines](https://github.com/UI5/cli/blob/v3/CONTRIBUTING.md).
|
|
18
18
|
|
|
19
19
|
## Support
|
|
20
20
|
|
|
21
|
-
Please follow our [Contribution Guidelines](https://github.com/
|
|
21
|
+
Please follow our [Contribution Guidelines](https://github.com/UI5/cli/blob/v3/CONTRIBUTING.md#report-an-issue) on how to report an issue.
|
|
22
22
|
|
|
23
|
-
Please report issues in the main [UI5
|
|
23
|
+
Please report issues in the main [UI5 CLI](https://github.com/UI5/cli) repository.
|
|
24
24
|
|
|
25
25
|
## Release History
|
|
26
26
|
|
|
27
27
|
See [CHANGELOG.md](CHANGELOG.md).
|
|
28
|
-
A consolidated changelog (including changes from the other UI5
|
|
28
|
+
A consolidated changelog (including changes from the other UI5 CLI modules) is available on the [Releases tab](https://github.com/SAP/ui5-cli/releases).
|
package/jsdoc.json
CHANGED
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
"openGraph": {
|
|
29
|
-
"title": "UI5
|
|
29
|
+
"title": "UI5 CLI - API Reference",
|
|
30
30
|
"type": "website",
|
|
31
|
-
"image": "https://
|
|
32
|
-
"site_name": "UI5
|
|
33
|
-
"url": "https://
|
|
31
|
+
"image": "https://ui5.github.io/cli/v3/images/UI5_logo_wide.png",
|
|
32
|
+
"site_name": "UI5 CLI - API Reference",
|
|
33
|
+
"url": "https://ui5.github.io/cli/"
|
|
34
34
|
},
|
|
35
35
|
"docdash": {
|
|
36
36
|
"sectionOrder": [
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"Interfaces"
|
|
45
45
|
],
|
|
46
46
|
"meta": {
|
|
47
|
-
"title": "UI5
|
|
48
|
-
"description": "UI5
|
|
47
|
+
"title": "UI5 CLI - API Reference - UI5 CLI",
|
|
48
|
+
"description": "UI5 CLI - API Reference - UI5 CLI",
|
|
49
49
|
"keyword": "openui5 sapui5 ui5 build development tool api reference"
|
|
50
50
|
},
|
|
51
51
|
"search": true,
|
package/lib/cli/base.js
CHANGED
|
@@ -107,9 +107,9 @@ export default function(cli) {
|
|
|
107
107
|
console.log("");
|
|
108
108
|
console.log(
|
|
109
109
|
chalk.dim(
|
|
110
|
-
`If you think this is an issue of the UI5
|
|
110
|
+
`If you think this is an issue of the UI5 CLI, you might report it using the ` +
|
|
111
111
|
`following URL: `) +
|
|
112
|
-
chalk.dim.bold.underline(`https://github.com/
|
|
112
|
+
chalk.dim.bold.underline(`https://github.com/UI5/cli/issues/new/choose`));
|
|
113
113
|
} else {
|
|
114
114
|
console.log("");
|
|
115
115
|
console.log(chalk.dim(
|
|
@@ -5,7 +5,7 @@ import Configuration from "@ui5/project/config/Configuration";
|
|
|
5
5
|
|
|
6
6
|
const configCommand = {
|
|
7
7
|
command: "config",
|
|
8
|
-
describe: "Get and set UI5
|
|
8
|
+
describe: "Get and set UI5 CLI configuration options",
|
|
9
9
|
middlewares: [baseMiddleware],
|
|
10
10
|
handler: handleConfig
|
|
11
11
|
};
|
package/lib/cli/commands/init.js
CHANGED
|
@@ -3,7 +3,7 @@ import baseMiddleware from "../middlewares/base.js";
|
|
|
3
3
|
|
|
4
4
|
const initCommand = {
|
|
5
5
|
command: "init",
|
|
6
|
-
describe: "Initialize the UI5
|
|
6
|
+
describe: "Initialize the UI5 CLI configuration for an application or library project.",
|
|
7
7
|
middlewares: [baseMiddleware]
|
|
8
8
|
};
|
|
9
9
|
|
package/lib/init/init.js
CHANGED
|
@@ -51,7 +51,7 @@ function getProjectType(hasWebapp, hasSrc, hasTest) {
|
|
|
51
51
|
message += "Libraries should only have an 'src' and (optional) 'test' folder.";
|
|
52
52
|
message += "\n\n";
|
|
53
53
|
message += "If you are about to start a new project, please refer to:\n";
|
|
54
|
-
message += "https://
|
|
54
|
+
message += "https://ui5.github.io/cli/v3/pages/GettingStarted/#starting-a-new-project";
|
|
55
55
|
throw new Error(message);
|
|
56
56
|
}
|
|
57
57
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.11",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@ui5/cli",
|
|
9
|
-
"version": "3.11.
|
|
9
|
+
"version": "3.11.11",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@ui5/builder": "^3.7.
|
|
13
|
-
"@ui5/fs": "^3.0.
|
|
14
|
-
"@ui5/logger": "^3.0.
|
|
15
|
-
"@ui5/project": "^3.9.
|
|
16
|
-
"@ui5/server": "^3.6.
|
|
17
|
-
"chalk": "^5.
|
|
12
|
+
"@ui5/builder": "^3.7.1",
|
|
13
|
+
"@ui5/fs": "^3.0.6",
|
|
14
|
+
"@ui5/logger": "^3.0.1",
|
|
15
|
+
"@ui5/project": "^3.9.5",
|
|
16
|
+
"@ui5/server": "^3.6.1",
|
|
17
|
+
"chalk": "^5.6.2",
|
|
18
18
|
"data-with-position": "^0.5.0",
|
|
19
19
|
"import-local": "^3.2.0",
|
|
20
20
|
"js-yaml": "^4.1.0",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
"node_modules/@adobe/css-tools": {
|
|
37
|
-
"version": "4.4.
|
|
38
|
-
"resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.
|
|
39
|
-
"integrity": "sha512-
|
|
37
|
+
"version": "4.4.4",
|
|
38
|
+
"resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.4.tgz",
|
|
39
|
+
"integrity": "sha512-Elp+iwUx5rN5+Y8xLt5/GRoG20WGoDCQ/1Fb+1LiGtvwbDavuSk0jhD/eZdckHAuzcDzccnkv+rEjyWfRx18gg=="
|
|
40
40
|
},
|
|
41
41
|
"node_modules/@babel/code-frame": {
|
|
42
42
|
"version": "7.27.1",
|
|
@@ -68,11 +68,11 @@
|
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
"node_modules/@babel/parser": {
|
|
71
|
-
"version": "7.28.
|
|
72
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.
|
|
73
|
-
"integrity": "sha512-
|
|
71
|
+
"version": "7.28.4",
|
|
72
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz",
|
|
73
|
+
"integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==",
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@babel/types": "^7.28.
|
|
75
|
+
"@babel/types": "^7.28.4"
|
|
76
76
|
},
|
|
77
77
|
"bin": {
|
|
78
78
|
"parser": "bin/babel-parser.js"
|
|
@@ -82,9 +82,9 @@
|
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
84
|
"node_modules/@babel/types": {
|
|
85
|
-
"version": "7.28.
|
|
86
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.
|
|
87
|
-
"integrity": "sha512-
|
|
85
|
+
"version": "7.28.4",
|
|
86
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz",
|
|
87
|
+
"integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==",
|
|
88
88
|
"dependencies": {
|
|
89
89
|
"@babel/helper-string-parser": "^7.27.1",
|
|
90
90
|
"@babel/helper-validator-identifier": "^7.27.1"
|
|
@@ -131,9 +131,9 @@
|
|
|
131
131
|
}
|
|
132
132
|
},
|
|
133
133
|
"node_modules/@jridgewell/gen-mapping": {
|
|
134
|
-
"version": "0.3.
|
|
135
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.
|
|
136
|
-
"integrity": "sha512-
|
|
134
|
+
"version": "0.3.13",
|
|
135
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
136
|
+
"integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
|
|
137
137
|
"dependencies": {
|
|
138
138
|
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
139
139
|
"@jridgewell/trace-mapping": "^0.3.24"
|
|
@@ -148,23 +148,23 @@
|
|
|
148
148
|
}
|
|
149
149
|
},
|
|
150
150
|
"node_modules/@jridgewell/source-map": {
|
|
151
|
-
"version": "0.3.
|
|
152
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.
|
|
153
|
-
"integrity": "sha512-
|
|
151
|
+
"version": "0.3.11",
|
|
152
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz",
|
|
153
|
+
"integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==",
|
|
154
154
|
"dependencies": {
|
|
155
155
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
156
156
|
"@jridgewell/trace-mapping": "^0.3.25"
|
|
157
157
|
}
|
|
158
158
|
},
|
|
159
159
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
160
|
-
"version": "1.5.
|
|
161
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.
|
|
162
|
-
"integrity": "sha512-
|
|
160
|
+
"version": "1.5.5",
|
|
161
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
162
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og=="
|
|
163
163
|
},
|
|
164
164
|
"node_modules/@jridgewell/trace-mapping": {
|
|
165
|
-
"version": "0.3.
|
|
166
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.
|
|
167
|
-
"integrity": "sha512-
|
|
165
|
+
"version": "0.3.31",
|
|
166
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
167
|
+
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
168
168
|
"dependencies": {
|
|
169
169
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
170
170
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
@@ -553,13 +553,13 @@
|
|
|
553
553
|
"integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA=="
|
|
554
554
|
},
|
|
555
555
|
"node_modules/@ui5/builder": {
|
|
556
|
-
"version": "3.7.
|
|
557
|
-
"resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-3.7.
|
|
558
|
-
"integrity": "sha512-
|
|
556
|
+
"version": "3.7.1",
|
|
557
|
+
"resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-3.7.1.tgz",
|
|
558
|
+
"integrity": "sha512-AxlnNpE5NHM9YDZx9HVlP1wMGM7UWWn/Jsx4jT5qGrPcidok3NFFbIuNuV+l5HLJw4O/BCDGoaXihlulPgKZTQ==",
|
|
559
559
|
"dependencies": {
|
|
560
|
-
"@jridgewell/sourcemap-codec": "^1.5.
|
|
561
|
-
"@ui5/fs": "^3.0.
|
|
562
|
-
"@ui5/logger": "^3.0.
|
|
560
|
+
"@jridgewell/sourcemap-codec": "^1.5.5",
|
|
561
|
+
"@ui5/fs": "^3.0.6",
|
|
562
|
+
"@ui5/logger": "^3.0.1",
|
|
563
563
|
"cheerio": "1.0.0-rc.12",
|
|
564
564
|
"escape-unicode": "^0.2.0",
|
|
565
565
|
"escope": "^4.0.0",
|
|
@@ -570,7 +570,7 @@
|
|
|
570
570
|
"pretty-data": "^0.40.0",
|
|
571
571
|
"rimraf": "^5.0.10",
|
|
572
572
|
"semver": "^7.7.2",
|
|
573
|
-
"terser": "^5.
|
|
573
|
+
"terser": "^5.44.0",
|
|
574
574
|
"workerpool": "^6.5.1",
|
|
575
575
|
"xml2js": "^0.6.2"
|
|
576
576
|
},
|
|
@@ -580,17 +580,17 @@
|
|
|
580
580
|
}
|
|
581
581
|
},
|
|
582
582
|
"node_modules/@ui5/fs": {
|
|
583
|
-
"version": "3.0.
|
|
584
|
-
"resolved": "https://registry.npmjs.org/@ui5/fs/-/fs-3.0.
|
|
585
|
-
"integrity": "sha512-
|
|
583
|
+
"version": "3.0.6",
|
|
584
|
+
"resolved": "https://registry.npmjs.org/@ui5/fs/-/fs-3.0.6.tgz",
|
|
585
|
+
"integrity": "sha512-q1jf7k3cUP3bbYizpjzwxh8WX7AQ1e4d03Ye9S0gvT3S3YuDBfhJ9g+53lkR0fUTCnyvUuilQ9n0cjJYQo7rCg==",
|
|
586
586
|
"dependencies": {
|
|
587
|
-
"@ui5/logger": "^3.0.
|
|
587
|
+
"@ui5/logger": "^3.0.1",
|
|
588
588
|
"clone": "^2.1.2",
|
|
589
589
|
"escape-string-regexp": "^5.0.0",
|
|
590
590
|
"globby": "^13.2.2",
|
|
591
591
|
"graceful-fs": "^4.2.11",
|
|
592
|
-
"micromatch": "^4.0.
|
|
593
|
-
"minimatch": "^9.0.
|
|
592
|
+
"micromatch": "^4.0.8",
|
|
593
|
+
"minimatch": "^9.0.5",
|
|
594
594
|
"pretty-hrtime": "^1.0.3",
|
|
595
595
|
"random-int": "^3.0.0"
|
|
596
596
|
},
|
|
@@ -600,12 +600,12 @@
|
|
|
600
600
|
}
|
|
601
601
|
},
|
|
602
602
|
"node_modules/@ui5/logger": {
|
|
603
|
-
"version": "3.0.
|
|
604
|
-
"resolved": "https://registry.npmjs.org/@ui5/logger/-/logger-3.0.
|
|
605
|
-
"integrity": "sha512-
|
|
603
|
+
"version": "3.0.1",
|
|
604
|
+
"resolved": "https://registry.npmjs.org/@ui5/logger/-/logger-3.0.1.tgz",
|
|
605
|
+
"integrity": "sha512-XiTK38qx7p6v3IagKS1khbqMwQ1qe0IfZ88VQTJ5M/1mG3vaZ97KrDuP7JEEI/XuRJVQDXuCexJJAU4+e6drqw==",
|
|
606
606
|
"dependencies": {
|
|
607
|
-
"chalk": "^5.
|
|
608
|
-
"cli-progress": "^3.
|
|
607
|
+
"chalk": "^5.6.0",
|
|
608
|
+
"cli-progress": "^3.12.0",
|
|
609
609
|
"figures": "^5.0.0"
|
|
610
610
|
},
|
|
611
611
|
"engines": {
|
|
@@ -614,17 +614,17 @@
|
|
|
614
614
|
}
|
|
615
615
|
},
|
|
616
616
|
"node_modules/@ui5/project": {
|
|
617
|
-
"version": "3.9.
|
|
618
|
-
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-3.9.
|
|
619
|
-
"integrity": "sha512-
|
|
617
|
+
"version": "3.9.5",
|
|
618
|
+
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-3.9.5.tgz",
|
|
619
|
+
"integrity": "sha512-sXdn5DScFieH0p7hTLA+UT+cvvy389JwoklsruToDRmTvd9ymjuqR0Q1SkAxNIHePkh8zrZKPzxHrzbARK0uHg==",
|
|
620
620
|
"dependencies": {
|
|
621
621
|
"@npmcli/config": "^8.3.4",
|
|
622
|
-
"@ui5/builder": "^3.7.
|
|
623
|
-
"@ui5/fs": "^3.0.
|
|
624
|
-
"@ui5/logger": "^3.0.
|
|
622
|
+
"@ui5/builder": "^3.7.1",
|
|
623
|
+
"@ui5/fs": "^3.0.6",
|
|
624
|
+
"@ui5/logger": "^3.0.1",
|
|
625
625
|
"ajv": "^6.12.6",
|
|
626
626
|
"ajv-errors": "^1.0.1",
|
|
627
|
-
"chalk": "^5.
|
|
627
|
+
"chalk": "^5.6.2",
|
|
628
628
|
"escape-string-regexp": "^5.0.0",
|
|
629
629
|
"globby": "^13.2.2",
|
|
630
630
|
"graceful-fs": "^4.2.11",
|
|
@@ -648,15 +648,15 @@
|
|
|
648
648
|
}
|
|
649
649
|
},
|
|
650
650
|
"node_modules/@ui5/server": {
|
|
651
|
-
"version": "3.6.
|
|
652
|
-
"resolved": "https://registry.npmjs.org/@ui5/server/-/server-3.6.
|
|
653
|
-
"integrity": "sha512-
|
|
651
|
+
"version": "3.6.1",
|
|
652
|
+
"resolved": "https://registry.npmjs.org/@ui5/server/-/server-3.6.1.tgz",
|
|
653
|
+
"integrity": "sha512-Se4oYSY8eTv/wshiVN0Cvlh7ukJ2Ko8Bxq9Wpv35SCHPRiIVfimXMCVvcI5vaGwagnDleDG7QmUW1VdP9AVcPA==",
|
|
654
654
|
"dependencies": {
|
|
655
|
-
"@ui5/builder": "^3.7.
|
|
656
|
-
"@ui5/fs": "^3.0.
|
|
657
|
-
"@ui5/logger": "^3.0.
|
|
655
|
+
"@ui5/builder": "^3.7.1",
|
|
656
|
+
"@ui5/fs": "^3.0.6",
|
|
657
|
+
"@ui5/logger": "^3.0.1",
|
|
658
658
|
"body-parser": "^1.20.2",
|
|
659
|
-
"compression": "^1.8.
|
|
659
|
+
"compression": "^1.8.1",
|
|
660
660
|
"cors": "^2.8.5",
|
|
661
661
|
"devcert-sanscache": "^0.4.8",
|
|
662
662
|
"escape-html": "^1.0.3",
|
|
@@ -764,9 +764,9 @@
|
|
|
764
764
|
}
|
|
765
765
|
},
|
|
766
766
|
"node_modules/ansi-regex": {
|
|
767
|
-
"version": "6.
|
|
768
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.
|
|
769
|
-
"integrity": "sha512-
|
|
767
|
+
"version": "6.2.2",
|
|
768
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
769
|
+
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
770
770
|
"engines": {
|
|
771
771
|
"node": ">=12"
|
|
772
772
|
},
|
|
@@ -775,9 +775,9 @@
|
|
|
775
775
|
}
|
|
776
776
|
},
|
|
777
777
|
"node_modules/ansi-styles": {
|
|
778
|
-
"version": "6.2.
|
|
779
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.
|
|
780
|
-
"integrity": "sha512-
|
|
778
|
+
"version": "6.2.3",
|
|
779
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
780
|
+
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
781
781
|
"engines": {
|
|
782
782
|
"node": ">=12"
|
|
783
783
|
},
|
|
@@ -1058,9 +1058,9 @@
|
|
|
1058
1058
|
}
|
|
1059
1059
|
},
|
|
1060
1060
|
"node_modules/chalk": {
|
|
1061
|
-
"version": "5.
|
|
1062
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
1063
|
-
"integrity": "sha512-
|
|
1061
|
+
"version": "5.6.2",
|
|
1062
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
1063
|
+
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
|
|
1064
1064
|
"engines": {
|
|
1065
1065
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
1066
1066
|
},
|
|
@@ -2699,13 +2699,9 @@
|
|
|
2699
2699
|
}
|
|
2700
2700
|
},
|
|
2701
2701
|
"node_modules/ip-address": {
|
|
2702
|
-
"version": "
|
|
2703
|
-
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-
|
|
2704
|
-
"integrity": "sha512-
|
|
2705
|
-
"dependencies": {
|
|
2706
|
-
"jsbn": "1.1.0",
|
|
2707
|
-
"sprintf-js": "^1.1.3"
|
|
2708
|
-
},
|
|
2702
|
+
"version": "10.0.1",
|
|
2703
|
+
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.0.1.tgz",
|
|
2704
|
+
"integrity": "sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==",
|
|
2709
2705
|
"engines": {
|
|
2710
2706
|
"node": ">= 12"
|
|
2711
2707
|
}
|
|
@@ -2833,9 +2829,9 @@
|
|
|
2833
2829
|
"integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ=="
|
|
2834
2830
|
},
|
|
2835
2831
|
"node_modules/is-npm": {
|
|
2836
|
-
"version": "6.
|
|
2837
|
-
"resolved": "https://registry.npmjs.org/is-npm/-/is-npm-6.
|
|
2838
|
-
"integrity": "sha512-
|
|
2832
|
+
"version": "6.1.0",
|
|
2833
|
+
"resolved": "https://registry.npmjs.org/is-npm/-/is-npm-6.1.0.tgz",
|
|
2834
|
+
"integrity": "sha512-O2z4/kNgyjhQwVR1Wpkbfc19JIhggF97NZNCpWTnjH7kVcZMUrnut9XSN7txI7VdyIYk5ZatOq3zvSuWpU8hoA==",
|
|
2839
2835
|
"engines": {
|
|
2840
2836
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
2841
2837
|
},
|
|
@@ -2991,11 +2987,6 @@
|
|
|
2991
2987
|
"xmlcreate": "^2.0.4"
|
|
2992
2988
|
}
|
|
2993
2989
|
},
|
|
2994
|
-
"node_modules/jsbn": {
|
|
2995
|
-
"version": "1.1.0",
|
|
2996
|
-
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz",
|
|
2997
|
-
"integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A=="
|
|
2998
|
-
},
|
|
2999
2990
|
"node_modules/jsdoc": {
|
|
3000
2991
|
"version": "4.0.4",
|
|
3001
2992
|
"resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-4.0.4.tgz",
|
|
@@ -3650,9 +3641,9 @@
|
|
|
3650
3641
|
}
|
|
3651
3642
|
},
|
|
3652
3643
|
"node_modules/normalize-url": {
|
|
3653
|
-
"version": "8.0
|
|
3654
|
-
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.
|
|
3655
|
-
"integrity": "sha512-
|
|
3644
|
+
"version": "8.1.0",
|
|
3645
|
+
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.1.0.tgz",
|
|
3646
|
+
"integrity": "sha512-X06Mfd/5aKsRHc0O0J5CUedwnPmnDtLF2+nq+KN9KSDlJHkPuh0JUviWjEWMe0SW/9TDdSLVPuk7L5gGTIA1/w==",
|
|
3656
3647
|
"engines": {
|
|
3657
3648
|
"node": ">=14.16"
|
|
3658
3649
|
},
|
|
@@ -4780,11 +4771,12 @@
|
|
|
4780
4771
|
}
|
|
4781
4772
|
},
|
|
4782
4773
|
"node_modules/router/node_modules/path-to-regexp": {
|
|
4783
|
-
"version": "8.
|
|
4784
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.
|
|
4785
|
-
"integrity": "sha512-
|
|
4786
|
-
"
|
|
4787
|
-
"
|
|
4774
|
+
"version": "8.3.0",
|
|
4775
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz",
|
|
4776
|
+
"integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==",
|
|
4777
|
+
"funding": {
|
|
4778
|
+
"type": "opencollective",
|
|
4779
|
+
"url": "https://opencollective.com/express"
|
|
4788
4780
|
}
|
|
4789
4781
|
},
|
|
4790
4782
|
"node_modules/run-applescript": {
|
|
@@ -5178,11 +5170,11 @@
|
|
|
5178
5170
|
}
|
|
5179
5171
|
},
|
|
5180
5172
|
"node_modules/socks": {
|
|
5181
|
-
"version": "2.8.
|
|
5182
|
-
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.
|
|
5183
|
-
"integrity": "sha512-
|
|
5173
|
+
"version": "2.8.7",
|
|
5174
|
+
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.7.tgz",
|
|
5175
|
+
"integrity": "sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==",
|
|
5184
5176
|
"dependencies": {
|
|
5185
|
-
"ip-address": "^
|
|
5177
|
+
"ip-address": "^10.0.1",
|
|
5186
5178
|
"smart-buffer": "^4.2.0"
|
|
5187
5179
|
},
|
|
5188
5180
|
"engines": {
|
|
@@ -5244,9 +5236,9 @@
|
|
|
5244
5236
|
"integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w=="
|
|
5245
5237
|
},
|
|
5246
5238
|
"node_modules/spdx-license-ids": {
|
|
5247
|
-
"version": "3.0.
|
|
5248
|
-
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.
|
|
5249
|
-
"integrity": "sha512-
|
|
5239
|
+
"version": "3.0.22",
|
|
5240
|
+
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.22.tgz",
|
|
5241
|
+
"integrity": "sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ=="
|
|
5250
5242
|
},
|
|
5251
5243
|
"node_modules/spdy": {
|
|
5252
5244
|
"version": "4.0.2",
|
|
@@ -5289,11 +5281,6 @@
|
|
|
5289
5281
|
"node": ">= 6"
|
|
5290
5282
|
}
|
|
5291
5283
|
},
|
|
5292
|
-
"node_modules/sprintf-js": {
|
|
5293
|
-
"version": "1.1.3",
|
|
5294
|
-
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
|
|
5295
|
-
"integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA=="
|
|
5296
|
-
},
|
|
5297
5284
|
"node_modules/ssri": {
|
|
5298
5285
|
"version": "10.0.6",
|
|
5299
5286
|
"resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz",
|
|
@@ -5403,9 +5390,9 @@
|
|
|
5403
5390
|
}
|
|
5404
5391
|
},
|
|
5405
5392
|
"node_modules/strip-ansi": {
|
|
5406
|
-
"version": "7.1.
|
|
5407
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.
|
|
5408
|
-
"integrity": "sha512-
|
|
5393
|
+
"version": "7.1.2",
|
|
5394
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
5395
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
5409
5396
|
"dependencies": {
|
|
5410
5397
|
"ansi-regex": "^6.0.1"
|
|
5411
5398
|
},
|
|
@@ -5532,12 +5519,12 @@
|
|
|
5532
5519
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
|
5533
5520
|
},
|
|
5534
5521
|
"node_modules/terser": {
|
|
5535
|
-
"version": "5.
|
|
5536
|
-
"resolved": "https://registry.npmjs.org/terser/-/terser-5.
|
|
5537
|
-
"integrity": "sha512
|
|
5522
|
+
"version": "5.44.0",
|
|
5523
|
+
"resolved": "https://registry.npmjs.org/terser/-/terser-5.44.0.tgz",
|
|
5524
|
+
"integrity": "sha512-nIVck8DK+GM/0Frwd+nIhZ84pR/BX7rmXMfYwyg+Sri5oGVE99/E3KvXqpC2xHFxyqXyGHTKBSioxxplrO4I4w==",
|
|
5538
5525
|
"dependencies": {
|
|
5539
5526
|
"@jridgewell/source-map": "^0.3.3",
|
|
5540
|
-
"acorn": "^8.
|
|
5527
|
+
"acorn": "^8.15.0",
|
|
5541
5528
|
"commander": "^2.20.0",
|
|
5542
5529
|
"source-map-support": "~0.5.20"
|
|
5543
5530
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "3.11.
|
|
4
|
-
"description": "UI5
|
|
3
|
+
"version": "3.11.11",
|
|
4
|
+
"description": "UI5 CLI - CLI",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
7
7
|
"email": "openui5@sap.com",
|
|
@@ -117,12 +117,12 @@
|
|
|
117
117
|
"url": "git@github.com:SAP/ui5-cli.git"
|
|
118
118
|
},
|
|
119
119
|
"dependencies": {
|
|
120
|
-
"@ui5/builder": "^3.7.
|
|
121
|
-
"@ui5/fs": "^3.0.
|
|
122
|
-
"@ui5/logger": "^3.0.
|
|
123
|
-
"@ui5/project": "^3.9.
|
|
124
|
-
"@ui5/server": "^3.6.
|
|
125
|
-
"chalk": "^5.
|
|
120
|
+
"@ui5/builder": "^3.7.1",
|
|
121
|
+
"@ui5/fs": "^3.0.6",
|
|
122
|
+
"@ui5/logger": "^3.0.1",
|
|
123
|
+
"@ui5/project": "^3.9.5",
|
|
124
|
+
"@ui5/server": "^3.6.1",
|
|
125
|
+
"chalk": "^5.6.2",
|
|
126
126
|
"data-with-position": "^0.5.0",
|
|
127
127
|
"import-local": "^3.2.0",
|
|
128
128
|
"js-yaml": "^4.1.0",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"eslint-config-google": "^0.14.0",
|
|
144
144
|
"eslint-plugin-ava": "^14.0.0",
|
|
145
145
|
"eslint-plugin-jsdoc": "^46.10.1",
|
|
146
|
-
"esmock": "^2.7.
|
|
146
|
+
"esmock": "^2.7.3",
|
|
147
147
|
"execa": "^8.0.1",
|
|
148
148
|
"jsdoc": "^4.0.4",
|
|
149
149
|
"licensee": "^10.0.1",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"open-cli": "^7.2.0",
|
|
152
152
|
"rimraf": "^5.0.10",
|
|
153
153
|
"sinon": "^16.1.3",
|
|
154
|
-
"strip-ansi": "^7.1.
|
|
154
|
+
"strip-ansi": "^7.1.2",
|
|
155
155
|
"tap-xunit": "^2.4.1",
|
|
156
156
|
"testdouble": "^3.20.2"
|
|
157
157
|
}
|