@ui5/cli 4.0.24 → 4.0.26
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 +20 -1
- package/CONTRIBUTING.md +2 -2
- 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 +86 -86
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,24 @@
|
|
|
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.26...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v4.0.26"></a>
|
|
8
|
+
## [v4.0.26] - 2025-09-12
|
|
9
|
+
### Dependency Updates
|
|
10
|
+
- Bump [@ui5](https://github.com/ui5)/project from 4.0.5 to 4.0.6 [`797e069`](https://github.com/SAP/ui5-cli/commit/797e069bdfaa76e26396cb6b1a74c2ccb49b76f1)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
<a name="v4.0.25"></a>
|
|
14
|
+
## [v4.0.25] - 2025-09-11
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
- Rename project to UI5 CLI [`4ab403c`](https://github.com/SAP/ui5-cli/commit/4ab403cc3791e1e9cb38c811f1b4fd96bc4cc8e5)
|
|
17
|
+
|
|
18
|
+
### Dependency Updates
|
|
19
|
+
- Bump [@ui5](https://github.com/ui5)/server from 4.0.6 to 4.0.7 [`76c5d49`](https://github.com/SAP/ui5-cli/commit/76c5d49a74dad86364afdab0a31f18cf8430af63)
|
|
20
|
+
- Bump [@ui5](https://github.com/ui5)/project from 4.0.4 to 4.0.5 [`e31e274`](https://github.com/SAP/ui5-cli/commit/e31e2745a22d9d6aa4d90f1b40cdb11abf1a15da)
|
|
21
|
+
- Bump [@ui5](https://github.com/ui5)/builder from 4.0.10 to 4.0.11 [`741d91c`](https://github.com/SAP/ui5-cli/commit/741d91cd47289a4e73a6819892bb1ecddf32717c)
|
|
22
|
+
|
|
6
23
|
|
|
7
24
|
<a name="v4.0.24"></a>
|
|
8
25
|
## [v4.0.24] - 2025-09-03
|
|
@@ -1363,6 +1380,8 @@ Only Node.js v10 or higher is supported.
|
|
|
1363
1380
|
|
|
1364
1381
|
<a name="v0.0.1"></a>
|
|
1365
1382
|
## v0.0.1 - 2018-06-06
|
|
1383
|
+
[v4.0.26]: https://github.com/SAP/ui5-cli/compare/v4.0.25...v4.0.26
|
|
1384
|
+
[v4.0.25]: https://github.com/SAP/ui5-cli/compare/v4.0.24...v4.0.25
|
|
1366
1385
|
[v4.0.24]: https://github.com/SAP/ui5-cli/compare/v4.0.23...v4.0.24
|
|
1367
1386
|
[v4.0.23]: https://github.com/SAP/ui5-cli/compare/v4.0.22...v4.0.23
|
|
1368
1387
|
[v4.0.22]: https://github.com/SAP/ui5-cli/compare/v4.0.21...v4.0.22
|
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/main/CONTRIBUTING.md) repository.
|
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=main)
|
|
@@ -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/main/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/main/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/v4/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
|
@@ -115,9 +115,9 @@ export default function(cli) {
|
|
|
115
115
|
}
|
|
116
116
|
process.stderr.write(
|
|
117
117
|
chalk.dim(
|
|
118
|
-
`If you think this is an issue of the UI5
|
|
118
|
+
`If you think this is an issue of the UI5 CLI, you might report it using the ` +
|
|
119
119
|
`following URL: `) +
|
|
120
|
-
chalk.dim.bold.underline(`https://github.com/
|
|
120
|
+
chalk.dim.bold.underline(`https://github.com/UI5/cli/issues/new/choose`));
|
|
121
121
|
process.stderr.write("\n");
|
|
122
122
|
} else {
|
|
123
123
|
process.stderr.write("\n\n");
|
|
@@ -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/v4/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": "4.0.
|
|
3
|
+
"version": "4.0.26",
|
|
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.26",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@ui5/builder": "^4.0.
|
|
13
|
-
"@ui5/fs": "^4.0.
|
|
14
|
-
"@ui5/logger": "^4.0.
|
|
15
|
-
"@ui5/project": "^4.0.
|
|
16
|
-
"@ui5/server": "^4.0.
|
|
17
|
-
"chalk": "^5.6.
|
|
12
|
+
"@ui5/builder": "^4.0.11",
|
|
13
|
+
"@ui5/fs": "^4.0.2",
|
|
14
|
+
"@ui5/logger": "^4.0.2",
|
|
15
|
+
"@ui5/project": "^4.0.6",
|
|
16
|
+
"@ui5/server": "^4.0.7",
|
|
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",
|
|
@@ -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"
|
|
@@ -192,9 +192,9 @@
|
|
|
192
192
|
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og=="
|
|
193
193
|
},
|
|
194
194
|
"node_modules/@jridgewell/trace-mapping": {
|
|
195
|
-
"version": "0.3.
|
|
196
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.
|
|
197
|
-
"integrity": "sha512-
|
|
195
|
+
"version": "0.3.31",
|
|
196
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
197
|
+
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
198
198
|
"dependencies": {
|
|
199
199
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
200
200
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
@@ -557,13 +557,13 @@
|
|
|
557
557
|
"integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA=="
|
|
558
558
|
},
|
|
559
559
|
"node_modules/@ui5/builder": {
|
|
560
|
-
"version": "4.0.
|
|
561
|
-
"resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-4.0.
|
|
562
|
-
"integrity": "sha512-
|
|
560
|
+
"version": "4.0.11",
|
|
561
|
+
"resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-4.0.11.tgz",
|
|
562
|
+
"integrity": "sha512-6CsTCau0aP2NaXk9cZZ5dyINgKAoHL/n6l/O+d9ZTeHAKEyPM2+7WXXCLlMO/Z/SD+eEShztnsg1aCKyAzS5dQ==",
|
|
563
563
|
"dependencies": {
|
|
564
564
|
"@jridgewell/sourcemap-codec": "^1.5.5",
|
|
565
|
-
"@ui5/fs": "^4.0.
|
|
566
|
-
"@ui5/logger": "^4.0.
|
|
565
|
+
"@ui5/fs": "^4.0.2",
|
|
566
|
+
"@ui5/logger": "^4.0.2",
|
|
567
567
|
"cheerio": "1.0.0",
|
|
568
568
|
"escape-unicode": "^0.2.0",
|
|
569
569
|
"escope": "^4.0.0",
|
|
@@ -573,8 +573,8 @@
|
|
|
573
573
|
"less-openui5": "^0.11.6",
|
|
574
574
|
"pretty-data": "^0.40.0",
|
|
575
575
|
"semver": "^7.7.2",
|
|
576
|
-
"terser": "^5.
|
|
577
|
-
"workerpool": "^9.3.
|
|
576
|
+
"terser": "^5.44.0",
|
|
577
|
+
"workerpool": "^9.3.4",
|
|
578
578
|
"xml2js": "^0.6.2"
|
|
579
579
|
},
|
|
580
580
|
"engines": {
|
|
@@ -583,17 +583,17 @@
|
|
|
583
583
|
}
|
|
584
584
|
},
|
|
585
585
|
"node_modules/@ui5/fs": {
|
|
586
|
-
"version": "4.0.
|
|
587
|
-
"resolved": "https://registry.npmjs.org/@ui5/fs/-/fs-4.0.
|
|
588
|
-
"integrity": "sha512-
|
|
586
|
+
"version": "4.0.2",
|
|
587
|
+
"resolved": "https://registry.npmjs.org/@ui5/fs/-/fs-4.0.2.tgz",
|
|
588
|
+
"integrity": "sha512-0R7eb9xEMswvkN2wIiyYJtQY83evQJ7LQhTnRf5Ms0o2R29twGLP4XewqH+IoGWyT3T4SuDNTWmUU2UaTRY4zg==",
|
|
589
589
|
"dependencies": {
|
|
590
590
|
"@ui5/logger": "^4.0.1",
|
|
591
591
|
"clone": "^2.1.2",
|
|
592
592
|
"escape-string-regexp": "^5.0.0",
|
|
593
|
-
"globby": "^14.0
|
|
593
|
+
"globby": "^14.1.0",
|
|
594
594
|
"graceful-fs": "^4.2.11",
|
|
595
595
|
"micromatch": "^4.0.8",
|
|
596
|
-
"minimatch": "^10.0.
|
|
596
|
+
"minimatch": "^10.0.3",
|
|
597
597
|
"pretty-hrtime": "^1.0.3",
|
|
598
598
|
"random-int": "^3.0.0"
|
|
599
599
|
},
|
|
@@ -603,11 +603,11 @@
|
|
|
603
603
|
}
|
|
604
604
|
},
|
|
605
605
|
"node_modules/@ui5/logger": {
|
|
606
|
-
"version": "4.0.
|
|
607
|
-
"resolved": "https://registry.npmjs.org/@ui5/logger/-/logger-4.0.
|
|
608
|
-
"integrity": "sha512-
|
|
606
|
+
"version": "4.0.2",
|
|
607
|
+
"resolved": "https://registry.npmjs.org/@ui5/logger/-/logger-4.0.2.tgz",
|
|
608
|
+
"integrity": "sha512-uscDCQyHFeenh4r2RbYuffTMn6IQdcNC1tXrQ4BF+apAFjmDGP11IHdAwVCKwxgyPrIC17HT2gub3ZugGM8kpQ==",
|
|
609
609
|
"dependencies": {
|
|
610
|
-
"chalk": "^5.
|
|
610
|
+
"chalk": "^5.6.0",
|
|
611
611
|
"cli-progress": "^3.12.0",
|
|
612
612
|
"figures": "^6.1.0"
|
|
613
613
|
},
|
|
@@ -617,18 +617,18 @@
|
|
|
617
617
|
}
|
|
618
618
|
},
|
|
619
619
|
"node_modules/@ui5/project": {
|
|
620
|
-
"version": "4.0.
|
|
621
|
-
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.
|
|
622
|
-
"integrity": "sha512-
|
|
620
|
+
"version": "4.0.6",
|
|
621
|
+
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.6.tgz",
|
|
622
|
+
"integrity": "sha512-ryopHahdKxU9GXXfEf3RNQxodHOOdqUmzrQ1uymoa3Om83BMBcURs3FQERjOP4soDbM5RiI7wEdaXX9VRvgH4w==",
|
|
623
623
|
"dependencies": {
|
|
624
624
|
"@npmcli/config": "^9.0.0",
|
|
625
|
-
"@ui5/fs": "^4.0.
|
|
626
|
-
"@ui5/logger": "^4.0.
|
|
625
|
+
"@ui5/fs": "^4.0.2",
|
|
626
|
+
"@ui5/logger": "^4.0.2",
|
|
627
627
|
"ajv": "^6.12.6",
|
|
628
628
|
"ajv-errors": "^1.0.1",
|
|
629
|
-
"chalk": "^5.
|
|
629
|
+
"chalk": "^5.6.2",
|
|
630
630
|
"escape-string-regexp": "^5.0.0",
|
|
631
|
-
"globby": "^14.0
|
|
631
|
+
"globby": "^14.1.0",
|
|
632
632
|
"graceful-fs": "^4.2.11",
|
|
633
633
|
"js-yaml": "^4.1.0",
|
|
634
634
|
"lockfile": "^1.0.4",
|
|
@@ -638,8 +638,8 @@
|
|
|
638
638
|
"pretty-hrtime": "^1.0.3",
|
|
639
639
|
"read-package-up": "^11.0.0",
|
|
640
640
|
"read-pkg": "^9.0.1",
|
|
641
|
-
"resolve": "^1.22.
|
|
642
|
-
"semver": "^7.
|
|
641
|
+
"resolve": "^1.22.10",
|
|
642
|
+
"semver": "^7.7.2",
|
|
643
643
|
"xml2js": "^0.6.2",
|
|
644
644
|
"yesno": "^0.4.0"
|
|
645
645
|
},
|
|
@@ -648,7 +648,7 @@
|
|
|
648
648
|
"npm": ">= 8"
|
|
649
649
|
},
|
|
650
650
|
"peerDependencies": {
|
|
651
|
-
"@ui5/builder": "^4.0.
|
|
651
|
+
"@ui5/builder": "^4.0.11"
|
|
652
652
|
},
|
|
653
653
|
"peerDependenciesMeta": {
|
|
654
654
|
"@ui5/builder": {
|
|
@@ -657,15 +657,15 @@
|
|
|
657
657
|
}
|
|
658
658
|
},
|
|
659
659
|
"node_modules/@ui5/server": {
|
|
660
|
-
"version": "4.0.
|
|
661
|
-
"resolved": "https://registry.npmjs.org/@ui5/server/-/server-4.0.
|
|
662
|
-
"integrity": "sha512
|
|
660
|
+
"version": "4.0.7",
|
|
661
|
+
"resolved": "https://registry.npmjs.org/@ui5/server/-/server-4.0.7.tgz",
|
|
662
|
+
"integrity": "sha512-bc6w/ispz8A1gnTFj3SqmA16geY6gMX8sP53enbq3YAf2HW7q5/E0/rdWj2BWlWQLW1zW/zVWCPAi6PX7lYJqQ==",
|
|
663
663
|
"dependencies": {
|
|
664
|
-
"@ui5/builder": "^4.0.
|
|
665
|
-
"@ui5/fs": "^4.0.
|
|
666
|
-
"@ui5/logger": "^4.0.
|
|
664
|
+
"@ui5/builder": "^4.0.11",
|
|
665
|
+
"@ui5/fs": "^4.0.2",
|
|
666
|
+
"@ui5/logger": "^4.0.2",
|
|
667
667
|
"body-parser": "^1.20.2",
|
|
668
|
-
"compression": "^1.8.
|
|
668
|
+
"compression": "^1.8.1",
|
|
669
669
|
"cors": "^2.8.5",
|
|
670
670
|
"devcert-sanscache": "^0.5.1",
|
|
671
671
|
"escape-html": "^1.0.3",
|
|
@@ -773,9 +773,9 @@
|
|
|
773
773
|
}
|
|
774
774
|
},
|
|
775
775
|
"node_modules/ansi-regex": {
|
|
776
|
-
"version": "6.2.
|
|
777
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.
|
|
778
|
-
"integrity": "sha512-
|
|
776
|
+
"version": "6.2.2",
|
|
777
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
778
|
+
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
779
779
|
"engines": {
|
|
780
780
|
"node": ">=12"
|
|
781
781
|
},
|
|
@@ -784,9 +784,9 @@
|
|
|
784
784
|
}
|
|
785
785
|
},
|
|
786
786
|
"node_modules/ansi-styles": {
|
|
787
|
-
"version": "6.2.
|
|
788
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.
|
|
789
|
-
"integrity": "sha512-
|
|
787
|
+
"version": "6.2.3",
|
|
788
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
789
|
+
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
790
790
|
"engines": {
|
|
791
791
|
"node": ">=12"
|
|
792
792
|
},
|
|
@@ -937,9 +937,9 @@
|
|
|
937
937
|
}
|
|
938
938
|
},
|
|
939
939
|
"node_modules/boxen/node_modules/wrap-ansi": {
|
|
940
|
-
"version": "9.0.
|
|
941
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.
|
|
942
|
-
"integrity": "sha512-
|
|
940
|
+
"version": "9.0.2",
|
|
941
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
|
|
942
|
+
"integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
|
|
943
943
|
"dependencies": {
|
|
944
944
|
"ansi-styles": "^6.2.1",
|
|
945
945
|
"string-width": "^7.0.0",
|
|
@@ -1029,9 +1029,9 @@
|
|
|
1029
1029
|
}
|
|
1030
1030
|
},
|
|
1031
1031
|
"node_modules/chalk": {
|
|
1032
|
-
"version": "5.6.
|
|
1033
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.
|
|
1034
|
-
"integrity": "sha512-
|
|
1032
|
+
"version": "5.6.2",
|
|
1033
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
1034
|
+
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
|
|
1035
1035
|
"engines": {
|
|
1036
1036
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
1037
1037
|
},
|
|
@@ -2090,9 +2090,9 @@
|
|
|
2090
2090
|
}
|
|
2091
2091
|
},
|
|
2092
2092
|
"node_modules/get-east-asian-width": {
|
|
2093
|
-
"version": "1.
|
|
2094
|
-
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.
|
|
2095
|
-
"integrity": "sha512-
|
|
2093
|
+
"version": "1.4.0",
|
|
2094
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz",
|
|
2095
|
+
"integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==",
|
|
2096
2096
|
"engines": {
|
|
2097
2097
|
"node": ">=18"
|
|
2098
2098
|
},
|
|
@@ -2648,9 +2648,9 @@
|
|
|
2648
2648
|
}
|
|
2649
2649
|
},
|
|
2650
2650
|
"node_modules/is-npm": {
|
|
2651
|
-
"version": "6.
|
|
2652
|
-
"resolved": "https://registry.npmjs.org/is-npm/-/is-npm-6.
|
|
2653
|
-
"integrity": "sha512-
|
|
2651
|
+
"version": "6.1.0",
|
|
2652
|
+
"resolved": "https://registry.npmjs.org/is-npm/-/is-npm-6.1.0.tgz",
|
|
2653
|
+
"integrity": "sha512-O2z4/kNgyjhQwVR1Wpkbfc19JIhggF97NZNCpWTnjH7kVcZMUrnut9XSN7txI7VdyIYk5ZatOq3zvSuWpU8hoA==",
|
|
2654
2654
|
"engines": {
|
|
2655
2655
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
2656
2656
|
},
|
|
@@ -2832,9 +2832,9 @@
|
|
|
2832
2832
|
}
|
|
2833
2833
|
},
|
|
2834
2834
|
"node_modules/ky": {
|
|
2835
|
-
"version": "1.
|
|
2836
|
-
"resolved": "https://registry.npmjs.org/ky/-/ky-1.
|
|
2837
|
-
"integrity": "sha512-
|
|
2835
|
+
"version": "1.10.0",
|
|
2836
|
+
"resolved": "https://registry.npmjs.org/ky/-/ky-1.10.0.tgz",
|
|
2837
|
+
"integrity": "sha512-YRPCzHEWZffbfvmRrfwa+5nwBHwZuYiTrfDX0wuhGBPV0pA/zCqcOq93MDssON/baIkpYbvehIX5aLpMxrRhaA==",
|
|
2838
2838
|
"engines": {
|
|
2839
2839
|
"node": ">=18"
|
|
2840
2840
|
},
|
|
@@ -4536,9 +4536,9 @@
|
|
|
4536
4536
|
}
|
|
4537
4537
|
},
|
|
4538
4538
|
"node_modules/run-applescript": {
|
|
4539
|
-
"version": "7.
|
|
4540
|
-
"resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.
|
|
4541
|
-
"integrity": "sha512-
|
|
4539
|
+
"version": "7.1.0",
|
|
4540
|
+
"resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.1.0.tgz",
|
|
4541
|
+
"integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==",
|
|
4542
4542
|
"engines": {
|
|
4543
4543
|
"node": ">=18"
|
|
4544
4544
|
},
|
|
@@ -5020,9 +5020,9 @@
|
|
|
5020
5020
|
}
|
|
5021
5021
|
},
|
|
5022
5022
|
"node_modules/strip-ansi": {
|
|
5023
|
-
"version": "7.1.
|
|
5024
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.
|
|
5025
|
-
"integrity": "sha512-
|
|
5023
|
+
"version": "7.1.2",
|
|
5024
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
5025
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
5026
5026
|
"dependencies": {
|
|
5027
5027
|
"ansi-regex": "^6.0.1"
|
|
5028
5028
|
},
|
|
@@ -5136,12 +5136,12 @@
|
|
|
5136
5136
|
}
|
|
5137
5137
|
},
|
|
5138
5138
|
"node_modules/tinyglobby": {
|
|
5139
|
-
"version": "0.2.
|
|
5140
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
5141
|
-
"integrity": "sha512-
|
|
5139
|
+
"version": "0.2.15",
|
|
5140
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
|
|
5141
|
+
"integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
|
|
5142
5142
|
"dependencies": {
|
|
5143
|
-
"fdir": "^6.
|
|
5144
|
-
"picomatch": "^4.0.
|
|
5143
|
+
"fdir": "^6.5.0",
|
|
5144
|
+
"picomatch": "^4.0.3"
|
|
5145
5145
|
},
|
|
5146
5146
|
"engines": {
|
|
5147
5147
|
"node": ">=12.0.0"
|
|
@@ -5399,9 +5399,9 @@
|
|
|
5399
5399
|
}
|
|
5400
5400
|
},
|
|
5401
5401
|
"node_modules/workerpool": {
|
|
5402
|
-
"version": "9.3.
|
|
5403
|
-
"resolved": "https://registry.npmjs.org/workerpool/-/workerpool-9.3.
|
|
5404
|
-
"integrity": "sha512-
|
|
5402
|
+
"version": "9.3.4",
|
|
5403
|
+
"resolved": "https://registry.npmjs.org/workerpool/-/workerpool-9.3.4.tgz",
|
|
5404
|
+
"integrity": "sha512-TmPRQYYSAnnDiEB0P/Ytip7bFGvqnSU6I2BcuSw7Hx+JSg/DsUi5ebYfc8GYaSdpuvOcEs6dXxPurOYpe9QFwg=="
|
|
5405
5405
|
},
|
|
5406
5406
|
"node_modules/wrap-ansi": {
|
|
5407
5407
|
"version": "8.1.0",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "4.0.
|
|
4
|
-
"description": "UI5
|
|
3
|
+
"version": "4.0.26",
|
|
4
|
+
"description": "UI5 CLI - CLI",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
7
7
|
"email": "openui5@sap.com",
|
|
@@ -116,12 +116,12 @@
|
|
|
116
116
|
"url": "git@github.com:SAP/ui5-cli.git"
|
|
117
117
|
},
|
|
118
118
|
"dependencies": {
|
|
119
|
-
"@ui5/builder": "^4.0.
|
|
120
|
-
"@ui5/fs": "^4.0.
|
|
121
|
-
"@ui5/logger": "^4.0.
|
|
122
|
-
"@ui5/project": "^4.0.
|
|
123
|
-
"@ui5/server": "^4.0.
|
|
124
|
-
"chalk": "^5.6.
|
|
119
|
+
"@ui5/builder": "^4.0.11",
|
|
120
|
+
"@ui5/fs": "^4.0.2",
|
|
121
|
+
"@ui5/logger": "^4.0.2",
|
|
122
|
+
"@ui5/project": "^4.0.6",
|
|
123
|
+
"@ui5/server": "^4.0.7",
|
|
124
|
+
"chalk": "^5.6.2",
|
|
125
125
|
"data-with-position": "^0.5.0",
|
|
126
126
|
"import-local": "^3.2.0",
|
|
127
127
|
"js-yaml": "^4.1.0",
|
|
@@ -139,20 +139,20 @@
|
|
|
139
139
|
"cross-env": "^7.0.3",
|
|
140
140
|
"depcheck": "^1.4.7",
|
|
141
141
|
"docdash": "^2.0.2",
|
|
142
|
-
"eslint": "^9.
|
|
142
|
+
"eslint": "^9.35.0",
|
|
143
143
|
"eslint-config-google": "^0.14.0",
|
|
144
144
|
"eslint-plugin-ava": "^15.1.0",
|
|
145
145
|
"eslint-plugin-jsdoc": "^52.0.4",
|
|
146
|
-
"esmock": "^2.7.
|
|
146
|
+
"esmock": "^2.7.3",
|
|
147
147
|
"execa": "^9.6.0",
|
|
148
|
-
"globals": "^16.
|
|
148
|
+
"globals": "^16.4.0",
|
|
149
149
|
"jsdoc": "^4.0.4",
|
|
150
150
|
"licensee": "^11.1.1",
|
|
151
151
|
"nyc": "^17.1.0",
|
|
152
152
|
"open-cli": "^8.0.0",
|
|
153
153
|
"rimraf": "^6.0.1",
|
|
154
154
|
"sinon": "^21.0.0",
|
|
155
|
-
"strip-ansi": "^7.1.
|
|
155
|
+
"strip-ansi": "^7.1.2",
|
|
156
156
|
"tap-xunit": "^2.4.1",
|
|
157
157
|
"testdouble": "^3.20.2"
|
|
158
158
|
}
|