@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 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.24...HEAD).
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 Tooling
1
+ # Contributing to the UI5 CLI
2
2
 
3
- See CONTRIBUTING.md in the [SAP/ui5-tooling](https://github.com/SAP/ui5-tooling/blob/main/CONTRIBUTING.md) repository.
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
- ![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-tooling/main/docs/images/UI5_logo_wide.png)
1
+ ![UI5 icon](https://raw.githubusercontent.com/UI5/cli/main/docs/images/UI5_logo_wide.png)
2
2
 
3
3
  # ui5-cli
4
4
  > `ui5` Command Line Interface
5
- > Part of the [UI5 Tooling](https://github.com/SAP/ui5-tooling)
5
+ > Part of the [UI5 CLI](https://github.com/UI5/cli)
6
6
 
7
7
  [![REUSE status](https://api.reuse.software/badge/github.com/SAP/ui5-cli)](https://api.reuse.software/info/github.com/SAP/ui5-cli)
8
8
  [![Build Status](https://dev.azure.com/sap/opensource/_apis/build/status/SAP.ui5-cli?branchName=main)](https://dev.azure.com/sap/opensource/_build/latest?definitionId=33&branchName=main)
@@ -10,19 +10,19 @@
10
10
  [![Coverage Status](https://coveralls.io/repos/github/SAP/ui5-cli/badge.svg)](https://coveralls.io/github/SAP/ui5-cli)
11
11
 
12
12
  ## Documentation
13
- UI5 CLI documentation can be found here: [sap.github.io/ui5-tooling](https://sap.github.io/ui5-tooling/pages/CLI/)
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/SAP/ui5-tooling/blob/main/CONTRIBUTING.md).
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/SAP/ui5-tooling/blob/main/CONTRIBUTING.md#report-an-issue) on how to report an issue.
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 Tooling](https://github.com/SAP/ui5-tooling) repository.
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 Tooling modules) is available on the [Releases tab](https://github.com/SAP/ui5-cli/releases).
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 Tooling - API Reference",
29
+ "title": "UI5 CLI - API Reference",
30
30
  "type": "website",
31
- "image": "https://sap.github.io/ui5-tooling/v4/images/UI5_logo_wide.png",
32
- "site_name": "UI5 Tooling - API Reference",
33
- "url": "https://sap.github.io/ui5-tooling/"
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 Tooling - API Reference - UI5 CLI",
48
- "description": "UI5 Tooling - API Reference - UI5 CLI",
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 Tooling, you might report it using the ` +
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/SAP/ui5-tooling/issues/new/choose`));
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 Tooling configuration options",
8
+ describe: "Get and set UI5 CLI configuration options",
9
9
  middlewares: [baseMiddleware],
10
10
  handler: handleConfig
11
11
  };
@@ -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 Tooling configuration for an application or library project.",
6
+ describe: "Initialize the UI5 CLI configuration for an application or library project.",
7
7
  middlewares: [baseMiddleware]
8
8
  };
9
9
 
@@ -8,7 +8,7 @@ const require = createRequire(import.meta.url);
8
8
 
9
9
  const versions = {
10
10
  command: "versions",
11
- describe: "Shows the versions of all UI5 Tooling modules",
11
+ describe: "Shows the versions of all UI5 CLI modules",
12
12
  middlewares: [baseMiddleware]
13
13
  };
14
14
 
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://sap.github.io/ui5-tooling/v4/pages/GettingStarted/#starting-a-new-project";
54
+ message += "https://ui5.github.io/cli/v4/pages/GettingStarted/#starting-a-new-project";
55
55
  throw new Error(message);
56
56
  }
57
57
 
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "4.0.24",
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.24",
9
+ "version": "4.0.26",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@ui5/builder": "^4.0.10",
13
- "@ui5/fs": "^4.0.1",
14
- "@ui5/logger": "^4.0.1",
15
- "@ui5/project": "^4.0.4",
16
- "@ui5/server": "^4.0.6",
17
- "chalk": "^5.6.0",
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.3",
72
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.3.tgz",
73
- "integrity": "sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==",
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.2"
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.2",
86
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz",
87
- "integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
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.30",
196
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.30.tgz",
197
- "integrity": "sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==",
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.10",
561
- "resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-4.0.10.tgz",
562
- "integrity": "sha512-ZIZ6XrxVH45SxrmBs15cFXTzL1QnOgzIk4CFrClsHvJtUc6wdoGatxVWvPjsL7Z59vUGH0bZqgoDPhK9DFWHfA==",
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.1",
566
- "@ui5/logger": "^4.0.1",
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.43.1",
577
- "workerpool": "^9.3.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.1",
587
- "resolved": "https://registry.npmjs.org/@ui5/fs/-/fs-4.0.1.tgz",
588
- "integrity": "sha512-vVphxHk0yywJ0eseBNQ2rd1JdUZSUUZ0CAjZ3ghttqD8hx8elJjc7UllpOduysDcdaH3+Km2oLw9yumz14+lgg==",
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.2",
593
+ "globby": "^14.1.0",
594
594
  "graceful-fs": "^4.2.11",
595
595
  "micromatch": "^4.0.8",
596
- "minimatch": "^10.0.1",
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.1",
607
- "resolved": "https://registry.npmjs.org/@ui5/logger/-/logger-4.0.1.tgz",
608
- "integrity": "sha512-M6ftnWiUXq3SVLLQ5XTBoJNdxzDvu71FoGh4iIR2kpaDCgpQ5DbHuBRhKAlrUB6EmIFzOxKepgYN95z09xbCbA==",
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.3.0",
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.4",
621
- "resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.4.tgz",
622
- "integrity": "sha512-uSIypfUFtLCND2mDWP+6Btr3Gk/+zuMmG5px+WiH1BkV8NoIJcD/3XZPzj1lYnaCJxwVTLPyfzTUl5xZBL4ryg==",
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.1",
626
- "@ui5/logger": "^4.0.1",
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.3.0",
629
+ "chalk": "^5.6.2",
630
630
  "escape-string-regexp": "^5.0.0",
631
- "globby": "^14.0.2",
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.8",
642
- "semver": "^7.6.3",
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.4"
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.6",
661
- "resolved": "https://registry.npmjs.org/@ui5/server/-/server-4.0.6.tgz",
662
- "integrity": "sha512-/nYyoKi/jRNEBR8NDIExfgRfQgoexEje196M6PWuAHxPnYbTED+pqn6FCncj5fKtQ8KEp06p6ichJaNz4cFCkA==",
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.7",
665
- "@ui5/fs": "^4.0.1",
666
- "@ui5/logger": "^4.0.1",
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.0",
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.0",
777
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.0.tgz",
778
- "integrity": "sha512-TKY5pyBkHyADOPYlRT9Lx6F544mPl0vS5Ew7BJ45hA08Q+t3GjbueLliBWN3sMICk6+y7HdyxSzC4bWS8baBdg==",
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.1",
788
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
789
- "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
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.0",
941
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
942
- "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
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.0",
1033
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.0.tgz",
1034
- "integrity": "sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==",
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.3.1",
2094
- "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.1.tgz",
2095
- "integrity": "sha512-R1QfovbPsKmosqTnPoRFiJ7CF9MLRgb53ChvMZm+r4p76/+8yKDy17qLL2PKInORy2RkZZekuK0efYgmzTkXyQ==",
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.0.0",
2652
- "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-6.0.0.tgz",
2653
- "integrity": "sha512-JEjxbSmtPSt1c8XTkVrlujcXdKV1/tvuQ7GwKcAlyiVLeYFQ2VHat8xfrDJsIkhCdF/tZ7CiIR3sy141c6+gPQ==",
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.9.1",
2836
- "resolved": "https://registry.npmjs.org/ky/-/ky-1.9.1.tgz",
2837
- "integrity": "sha512-WGzpBn57klhxsqRTEABAqF4tqTtqCuxoTIv9m6nIZtMMFTVcrHp7bRDWblzFIfqkb47+OhTztOgHn6A4xItmqg==",
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.0.0",
4540
- "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz",
4541
- "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==",
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.0",
5024
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
5025
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
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.14",
5140
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
5141
- "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
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.4.4",
5144
- "picomatch": "^4.0.2"
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.3",
5403
- "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-9.3.3.tgz",
5404
- "integrity": "sha512-slxCaKbYjEdFT/o2rH9xS1hf4uRDch1w7Uo+apxhZ+sf/1d9e0ZVkn42kPNGP2dgjIx6YFvSevj0zHvbWe2jdw=="
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.24",
4
- "description": "UI5 Tooling - CLI",
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.10",
120
- "@ui5/fs": "^4.0.1",
121
- "@ui5/logger": "^4.0.1",
122
- "@ui5/project": "^4.0.4",
123
- "@ui5/server": "^4.0.6",
124
- "chalk": "^5.6.0",
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.34.0",
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.2",
146
+ "esmock": "^2.7.3",
147
147
  "execa": "^9.6.0",
148
- "globals": "^16.3.0",
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.0",
155
+ "strip-ansi": "^7.1.2",
156
156
  "tap-xunit": "^2.4.1",
157
157
  "testdouble": "^3.20.2"
158
158
  }