@ui5/cli 3.0.0-rc.3 → 3.0.0-rc.5

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,34 @@
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.0.0-rc.3...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.0.0-rc.5...HEAD).
6
+
7
+ <a name="v3.0.0-rc.5"></a>
8
+ ## [v3.0.0-rc.5] - 2023-02-06
9
+ ### Bug Fixes
10
+ - Streamline log-level flags, allow overwrite with env variable [`af9614b`](https://github.com/SAP/ui5-cli/commit/af9614bde7712d71c6f69342af81e98e28e14258)
11
+ - **updateYaml:** Array update preserves indentation of following node [`b966d6c`](https://github.com/SAP/ui5-cli/commit/b966d6cbb040df2a1ce32710d979c38539da36cb)
12
+
13
+ ### Dependency Updates
14
+ - Bump [@ui5](https://github.com/ui5)/server from 3.0.0-rc.2 to 3.0.0-rc.3 [`0e94001`](https://github.com/SAP/ui5-cli/commit/0e94001b332c693d71d878adb10416b818b10d4c)
15
+ - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-rc.4 to 3.0.0-rc.5 [`adcbdd0`](https://github.com/SAP/ui5-cli/commit/adcbdd0d822ea15ec69d3b54ba1f00b7e1a87d73)
16
+ - Bump [@ui5](https://github.com/ui5)/fs from 3.0.0-rc.5 to 3.0.0-rc.6 [`cfe8912`](https://github.com/SAP/ui5-cli/commit/cfe8912334e0dc34dde25e77f986c5128b232d8c)
17
+ - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-rc.3 to 3.0.0-rc.4 [`fcee27c`](https://github.com/SAP/ui5-cli/commit/fcee27c3254eec5463fcf9e1e6ee6dfa1df61712)
18
+ - Bump [@ui5](https://github.com/ui5)/fs from 3.0.0-rc.4 to 3.0.0-rc.5 [`ba7452a`](https://github.com/SAP/ui5-cli/commit/ba7452a98557db24f813428ed4088c5fd3b55196)
19
+ - Bump [@ui5](https://github.com/ui5)/logger from 3.0.1-rc.2 to 3.0.1-rc.3 [`5d02da0`](https://github.com/SAP/ui5-cli/commit/5d02da0ec5647cb29a0399a0f64cf70025e93e8b)
20
+
21
+
22
+ <a name="v3.0.0-rc.4"></a>
23
+ ## [v3.0.0-rc.4] - 2023-01-25
24
+ ### Dependency Updates
25
+ - Bump [@ui5](https://github.com/ui5)/project from 3.0.0-rc.6 to 3.0.0-rc.7 [`c39657c`](https://github.com/SAP/ui5-cli/commit/c39657c4399e264f699caabb368b2b02c8b09921)
26
+ - Bump [@ui5](https://github.com/ui5)/server from 3.0.0-rc.1 to 3.0.0-rc.2 [`1bdecfb`](https://github.com/SAP/ui5-cli/commit/1bdecfb2d7846c73f14c2c5970a1a027494f7958)
27
+ - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-rc.2 to 3.0.0-rc.3 [`bd92f25`](https://github.com/SAP/ui5-cli/commit/bd92f250f2300a9ea7437af00c9cab23bdabee6e)
28
+ - Bump [@ui5](https://github.com/ui5)/project from 3.0.0-rc.5 to 3.0.0-rc.6 [`6baac05`](https://github.com/SAP/ui5-cli/commit/6baac05a70a11874b41fa071aa5bb6a327f0ae7b)
29
+ - Bump [@ui5](https://github.com/ui5)/fs from 3.0.0-rc.3 to 3.0.0-rc.4 [`83c84f4`](https://github.com/SAP/ui5-cli/commit/83c84f47f7746d17eceeb310f3655dd3d3b1f87a)
30
+ - Bump [@ui5](https://github.com/ui5)/logger from 3.0.1-rc.1 to 3.0.1-rc.2 [`a553030`](https://github.com/SAP/ui5-cli/commit/a553030c408a64044a6cafc6975f68a2a750d806)
31
+ - Bump [@ui5](https://github.com/ui5)/project from 3.0.0-rc.4 to 3.0.0-rc.5 [`bb08848`](https://github.com/SAP/ui5-cli/commit/bb08848ace38a69e879d9a646ab57821b9ded7eb)
32
+
6
33
 
7
34
  <a name="v3.0.0-rc.3"></a>
8
35
  ## [v3.0.0-rc.3] - 2023-01-23
@@ -922,6 +949,8 @@ Only Node.js v10 or higher is supported.
922
949
  <a name="v0.0.1"></a>
923
950
  ## v0.0.1 - 2018-06-06
924
951
 
952
+ [v3.0.0-rc.5]: https://github.com/SAP/ui5-cli/compare/v3.0.0-rc.4...v3.0.0-rc.5
953
+ [v3.0.0-rc.4]: https://github.com/SAP/ui5-cli/compare/v3.0.0-rc.3...v3.0.0-rc.4
925
954
  [v3.0.0-rc.3]: https://github.com/SAP/ui5-cli/compare/v3.0.0-rc.2...v3.0.0-rc.3
926
955
  [v3.0.0-rc.2]: https://github.com/SAP/ui5-cli/compare/v3.0.0-rc.1...v3.0.0-rc.2
927
956
  [v3.0.0-rc.1]: https://github.com/SAP/ui5-cli/compare/v3.0.0-rc.0...v3.0.0-rc.1
package/lib/cli/base.js CHANGED
@@ -1,10 +1,12 @@
1
1
  import chalk from "chalk";
2
- import logger from "@ui5/logger";
2
+ import {isLogLevelEnabled} from "@ui5/logger";
3
+ import ConsoleWriter from "@ui5/logger/writers/Console";
3
4
 
4
5
  export default function(cli) {
5
6
  cli.usage("Usage: ui5 <command> [options]")
6
7
  .demandCommand(1, "Command required! Please have a look at the help documentation above.")
7
8
  .option("config", {
9
+ alias: "c",
8
10
  describe: "Path to project configuration file in YAML format",
9
11
  type: "string"
10
12
  })
@@ -13,33 +15,82 @@ export default function(cli) {
13
15
  "This option will disable resolution of node package dependencies.",
14
16
  type: "string"
15
17
  })
16
- .option("verbose", {
17
- describe: "Enable verbose logging.",
18
- type: "boolean"
18
+ .option("workspace-config", {
19
+ describe: "Path to workspace configuration file in YAML format",
20
+ type: "string"
21
+ })
22
+ .option("workspace", {
23
+ alias: "w",
24
+ describe: "Name of the workspace configuration to use",
25
+ default: "default",
26
+ type: "string"
19
27
  })
20
28
  .option("loglevel", {
21
29
  alias: "log-level",
22
- describe: "Set the logging level (error|warn|info|verbose|silly).",
30
+ describe: "Set the logging level (silent|error|warn|info|perf|verbose|silly).",
23
31
  default: "info",
24
- type: "string"
32
+ type: "string",
33
+ choices: ["silent", "error", "warn", "info", "perf", "verbose", "silly"]
34
+ })
35
+ .option("verbose", {
36
+ describe: "Enable verbose logging.",
37
+ default: false,
38
+ type: "boolean"
39
+ })
40
+ .option("perf", {
41
+ describe: "Enable performance measurements and related logging.",
42
+ default: false,
43
+ type: "boolean"
25
44
  })
26
- .option("x-perf", {
27
- describe: "Outputs performance measurements",
45
+ .option("silent", {
46
+ describe: "Disable all log output.",
28
47
  default: false,
29
48
  type: "boolean"
30
49
  })
50
+ .coerce([
51
+ // base.js
52
+ "config", "dependency-definition", "workspace-config", "workspace", "log-level",
53
+
54
+ // tree.js, build.js & serve.js
55
+ "framework-version",
56
+
57
+ // build.js
58
+ "dest",
59
+
60
+ // serve.js
61
+ "open", "port", "key", "cert",
62
+ ], (arg) => {
63
+ // If an option is specified multiple times, yargs creates an array for all the values,
64
+ // independently of whether the option is of type "array" or "string".
65
+ // This is unexpected for options listed above, which should all only have only one definitive value.
66
+ // The yargs behavior could be disabled by using the parserConfiguration "duplicate-arguments-array": true
67
+ // However, yargs would then cease to create arrays for those options where we *do* expect the
68
+ // automatic creation of arrays in case the option is specified multiple times. Like "--include-task".
69
+ // Also see https://github.com/yargs/yargs/issues/1318
70
+ // Note: This is not necessary for options of type "boolean"
71
+ if (Array.isArray(arg)) {
72
+ // If the option is specified multiple times, use the value of the last option
73
+ return arg[arg.length - 1];
74
+ }
75
+ return arg;
76
+ })
31
77
  .showHelpOnFail(true)
32
78
  .strict(true)
33
79
  .alias("help", "h")
34
80
  .alias("version", "v")
35
- .example("ui5 <command> --translator static:/path/to/projectDependencies.yaml",
36
- "Execute command using a \"static\" translator with translator parameters")
81
+ .example("ui5 <command> --dependency-definition /path/to/projectDependencies.yaml",
82
+ "Execute command using a static dependency tree instead of resolving node package dependencies")
37
83
  .example("ui5 <command> --config /path/to/ui5.yaml",
38
84
  "Execute command using a project configuration from custom path")
85
+ .example("ui5 <command> --workspace dolphin",
86
+ "Execute command using the 'dolphin' workspace of a ui5-workspace.yaml")
87
+ .example("ui5 <command> --log-level silly",
88
+ "Execute command with the maximum log output")
39
89
  .fail(function(msg, err, yargs) {
40
90
  if (err) {
91
+ ConsoleWriter.stop();
41
92
  // Exception
42
- if (logger.isLevelEnabled("error")) {
93
+ if (isLogLevelEnabled("error")) {
43
94
  console.log("");
44
95
  console.log(chalk.bold.red("⚠️ Process Failed With Error"));
45
96
 
@@ -49,7 +100,7 @@ export default function(cli) {
49
100
 
50
101
  // Unexpected errors should always be logged with stack trace
51
102
  const unexpectedErrors = ["SyntaxError", "ReferenceError", "TypeError"];
52
- if (unexpectedErrors.includes(err.name) || logger.isLevelEnabled("verbose")) {
103
+ if (unexpectedErrors.includes(err.name) || isLogLevelEnabled("verbose")) {
53
104
  console.log("");
54
105
  console.log(chalk.underline("Stack Trace:"));
55
106
  console.log(err.stack);
@@ -36,33 +36,39 @@ build.builder = function(cli) {
36
36
  describe: "A list of dependencies to be included in the build result. You can use the asterisk '*' as" +
37
37
  " an alias for including all dependencies in the build result. The listed dependencies cannot be" +
38
38
  " overruled by dependencies defined in 'exclude-dependency'.",
39
- type: "array"
39
+ type: "string",
40
+ array: true
40
41
  })
41
42
  .option("include-dependency-regexp", {
42
43
  describe: "A list of regular expressions defining dependencies to be included in the build result." +
43
44
  " This list is prioritized like 'include-dependency'.",
44
- type: "array"
45
+ type: "string",
46
+ array: true
45
47
  })
46
48
  .option("include-dependency-tree", {
47
49
  describe: "A list of dependencies to be included in the build result. Transitive dependencies are" +
48
50
  " implicitly included and do not need to be part of this list. These dependencies overrule" +
49
51
  " the selection of 'exclude-dependency-tree' but can be overruled by 'exclude-dependency'.",
50
- type: "array"
52
+ type: "string",
53
+ array: true
51
54
  })
52
55
  .option("exclude-dependency", {
53
56
  describe: "A list of dependencies to be excluded from the build result. The listed dependencies can" +
54
57
  " be overruled by dependencies defined in 'include-dependency'.",
55
- type: "array"
58
+ type: "string",
59
+ array: true
56
60
  })
57
61
  .option("exclude-dependency-regexp", {
58
62
  describe: "A list of regular expressions defining dependencies to be excluded from the build result." +
59
63
  " This list is prioritized like 'exclude-dependency'.",
60
- type: "array"
64
+ type: "string",
65
+ array: true
61
66
  })
62
67
  .option("exclude-dependency-tree", {
63
68
  describe: "A list of dependencies to be excluded from the build result. Transitive dependencies are" +
64
69
  " implicitly included and do not need to be part of this list.",
65
- type: "array"
70
+ type: "string",
71
+ array: true
66
72
  })
67
73
  .option("dest", {
68
74
  describe: "Path of build destination",
@@ -83,11 +89,13 @@ build.builder = function(cli) {
83
89
  .option("include-task", {
84
90
  describe: "A list of tasks to be added to the default execution set. " +
85
91
  "This option takes precedence over any excludes.",
86
- type: "array"
92
+ type: "string",
93
+ array: true
87
94
  })
88
95
  .option("exclude-task", {
89
96
  describe: "A list of tasks to be excluded from the default task execution set",
90
- type: "array"
97
+ type: "string",
98
+ array: true
91
99
  })
92
100
  .option("framework-version", {
93
101
  describe: "Overrides the framework version defined by the project",
@@ -126,7 +134,9 @@ async function handleBuild(argv) {
126
134
  } else {
127
135
  graph = await graphFromPackageDependencies({
128
136
  rootConfigPath: argv.config,
129
- versionOverride: argv.frameworkVersion
137
+ versionOverride: argv.frameworkVersion,
138
+ workspaceConfigPath: argv.workspaceConfig,
139
+ workspaceName: argv.workspace === false ? null : argv.workspace,
130
140
  });
131
141
  }
132
142
  const buildSettings = graph.getRoot().getBuilderSettings() || {};
@@ -88,7 +88,9 @@ serve.handler = async function(argv) {
88
88
  } else {
89
89
  graph = await graphFromPackageDependencies({
90
90
  rootConfigPath: argv.config,
91
- versionOverride: argv.frameworkVersion
91
+ versionOverride: argv.frameworkVersion,
92
+ workspaceConfigPath: argv.workspaceConfig,
93
+ workspaceName: argv.workspace === false ? null : argv.workspace,
92
94
  });
93
95
  }
94
96
 
@@ -22,7 +22,7 @@ tree.builder = function(cli) {
22
22
  tree.handler = async function(argv) {
23
23
  let startTime;
24
24
  let elapsedTime;
25
- if (argv.xPerf) {
25
+ if (argv.perf) {
26
26
  startTime = process.hrtime();
27
27
  }
28
28
  const {graphFromStaticFile, graphFromPackageDependencies} = await import("@ui5/project/graph");
@@ -35,11 +35,13 @@ tree.handler = async function(argv) {
35
35
  } else {
36
36
  graph = await graphFromPackageDependencies({
37
37
  rootConfigPath: argv.config,
38
- versionOverride: argv.frameworkVersion
38
+ versionOverride: argv.frameworkVersion,
39
+ workspaceConfigPath: argv.workspaceConfig,
40
+ workspaceName: argv.workspace === false ? null : argv.workspace,
39
41
  });
40
42
  }
41
43
 
42
- if (argv.xPerf) {
44
+ if (argv.perf) {
43
45
  elapsedTime = await getElapsedTime(startTime);
44
46
  }
45
47
 
@@ -55,9 +57,9 @@ tree.handler = async function(argv) {
55
57
  const connectorString = lastChild ? "╰─" : "├─";
56
58
  console.log(
57
59
  `${baseString}${connectorString} ${chalk.bold(project.getName())} ` +
58
- `${project.getNamespace ? chalk.inverse(project.getNamespace()) + " " : ""}` +
60
+ `${project.getNamespace() ? chalk.inverse(project.getNamespace()) + " " : ""}` +
59
61
  chalk.dim(`(${project.getVersion()}, ${project.getType()}) `) +
60
- chalk.dim.italic(`${project.getPath()}`)
62
+ chalk.dim.italic(`${project.getRootPath()}`)
61
63
  );
62
64
 
63
65
  const lastIdx = dependencies.length - 1;
@@ -88,12 +90,12 @@ tree.handler = async function(argv) {
88
90
  console.log(
89
91
  `${connectorString} ${extensionName} ` +
90
92
  chalk.dim(`(${extension.getVersion()}, ${extension.getType()}) `) +
91
- chalk.dim.italic(`${extension.getPath()}`));
93
+ chalk.dim.italic(`${extension.getRootPath()}`));
92
94
  });
93
95
  } else {
94
96
  console.log(chalk.italic(`None`));
95
97
  }
96
- if (argv.xPerf) {
98
+ if (argv.perf) {
97
99
  console.log("");
98
100
  console.log(chalk.blue(
99
101
  `Dependency graph generation took ${chalk.bold(elapsedTime)}`));
@@ -1,4 +1,4 @@
1
- import logger from "@ui5/logger";
1
+ import {setLogLevel, isLogLevelEnabled, getLogger} from "@ui5/logger";
2
2
  import ConsoleWriter from "@ui5/logger/writers/Console";
3
3
  import {getVersion} from "../version.js";
4
4
  /**
@@ -7,14 +7,26 @@ import {getVersion} from "../version.js";
7
7
  * @param {object} argv logger arguments
8
8
  */
9
9
  export async function initLogger(argv) {
10
- ConsoleWriter.init();
11
-
12
- if (argv.loglevel) {
13
- logger.setLevel(argv.loglevel);
10
+ if (argv.silent) {
11
+ setLogLevel("silent");
12
+ }
13
+ if (argv.perf) {
14
+ setLogLevel("perf");
14
15
  }
15
16
  if (argv.verbose) {
16
- logger.setLevel("verbose");
17
- const log = logger.getLogger("cli:middlewares:base");
17
+ setLogLevel("verbose");
18
+ }
19
+ if (argv.loglevel && argv.loglevel !== "info") {
20
+ // argv.loglevel defaults to "info", which is anyways already the Logger's default
21
+ // Therefore do not explicitly set it again in order to allow overwriting the log level
22
+ // using the UI5_LOG_LVL environment variable
23
+ setLogLevel(argv.loglevel);
24
+ }
25
+
26
+ // Initialize writer
27
+ ConsoleWriter.init();
28
+ if (isLogLevelEnabled("verbose")) {
29
+ const log = getLogger("cli:middlewares:base");
18
30
  log.verbose(`using @ui5/cli version ${getVersion()}`);
19
31
  log.verbose(`using node version ${process.version}`);
20
32
  }
@@ -33,7 +33,7 @@ export default async function({projectGraphOptions, libraries}) {
33
33
  const Resolver = getFrameworkResolver(project.getFrameworkName());
34
34
 
35
35
  const resolver = new Resolver({
36
- cwd: project.getPath(),
36
+ cwd: project.getRootPath(),
37
37
  version: project.getFrameworkVersion()
38
38
  });
39
39
 
@@ -1,7 +1,7 @@
1
1
  import {getRootProjectConfiguration} from "./utils.js";
2
- import logger from "@ui5/logger";
2
+ import {getLogger} from "@ui5/logger";
3
3
 
4
- const log = logger.getLogger("cli:framework:remove");
4
+ const log = getLogger("cli:framework:remove");
5
5
 
6
6
  /**
7
7
  * Removes the given set of libraries from the framework libraries section in the ui5.yaml
@@ -1,10 +1,10 @@
1
1
  import path from "node:path";
2
2
  import {readFile, writeFile} from "node:fs/promises";
3
3
  import {loadAll, dump} from "js-yaml";
4
- import {fromYaml, getPosition, getValue} from "data-with-position";
5
- import logger from "@ui5/logger";
4
+ import {fromYaml, getPosition, getValue, getKind} from "data-with-position";
5
+ import {getLogger} from "@ui5/logger";
6
6
 
7
- const log = logger.getLogger("cli:framework:updateYaml");
7
+ const log = getLogger("cli:framework:updateYaml");
8
8
 
9
9
  function getProjectYamlDocument({project, configFile, configPath}) {
10
10
  const configs = loadAll(configFile, undefined, {
@@ -110,7 +110,23 @@ function getValueFromPath(data, path) {
110
110
  }
111
111
 
112
112
  function getPositionFromPath(positionData, path) {
113
- return getPosition(getValueFromPath(positionData, path));
113
+ const data = getValueFromPath(positionData, path);
114
+ const position = getPosition(data);
115
+ const kind = getKind(data);
116
+ if ((kind === "array" && data.length) || kind === "object") {
117
+ // data-with-position treats arrays and objects different from primitives:
118
+ // The end index of such nodes always reaches up to the beginning of the following node, instead of the end
119
+ // of the contained data.
120
+ // For example, if an array has entries, the end position of the array is *directly* at the beginning of
121
+ // the next node instead of at the end of the last entry.
122
+ // Typically this means one line and multiple columns *after* the array ended.
123
+ // However, if an array has no entries (e.g. "[]"), the end is directly after the end of that data and
124
+ // *not* in the next line (this appears to be an inconsistency).
125
+ // Therefore, in case we encounter an array *with entries*, or an object, we reset the end column to "1"
126
+ // to prevent replacing (i.e. removing) the indentation of the following node.
127
+ position.end.column = 1;
128
+ }
129
+ return position;
114
130
  }
115
131
 
116
132
  function formatValue(value, indent) {
@@ -146,10 +162,10 @@ export default async function({project, configPathOverride, data}) {
146
162
  if (path.isAbsolute(configPathOverride)) {
147
163
  configPath = configPathOverride;
148
164
  } else {
149
- configPath = path.join(project.getPath(), configPathOverride);
165
+ configPath = path.join(project.getRootPath(), configPathOverride);
150
166
  }
151
167
  } else {
152
- configPath = path.join(project.getPath(), "ui5.yaml");
168
+ configPath = path.join(project.getRootPath(), "ui5.yaml");
153
169
  }
154
170
 
155
171
  const configFile = await readFile(configPath, {encoding: "utf8"});
@@ -42,7 +42,7 @@ export default async function({projectGraphOptions, frameworkOptions}) {
42
42
  frameworkName: framework.name,
43
43
  frameworkVersion
44
44
  }, {
45
- cwd: project.getPath()
45
+ cwd: project.getRootPath()
46
46
  });
47
47
  }
48
48
 
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.0.0-rc.3",
3
+ "version": "3.0.0-rc.5",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@ui5/cli",
9
- "version": "3.0.0-rc.3",
9
+ "version": "3.0.0-rc.5",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@ui5/builder": "^3.0.0-rc.2",
13
- "@ui5/fs": "^3.0.0-rc.3",
14
- "@ui5/logger": "^3.0.1-rc.1",
15
- "@ui5/project": "^3.0.0-rc.4",
16
- "@ui5/server": "^3.0.0-rc.1",
12
+ "@ui5/builder": "^3.0.0-rc.5",
13
+ "@ui5/fs": "^3.0.0-rc.6",
14
+ "@ui5/logger": "^3.0.1-rc.3",
15
+ "@ui5/project": "^3.0.0-rc.7",
16
+ "@ui5/server": "^3.0.0-rc.3",
17
17
  "chalk": "^5.2.0",
18
18
  "data-with-position": "^0.5.0",
19
19
  "import-local": "^3.1.0",
@@ -29,14 +29,14 @@
29
29
  },
30
30
  "devDependencies": {},
31
31
  "engines": {
32
- "node": "^16.18.0 || >=18.0.0",
32
+ "node": "^16.18.0 || >=18.12.0",
33
33
  "npm": ">= 8"
34
34
  }
35
35
  },
36
36
  "node_modules/@adobe/css-tools": {
37
- "version": "4.0.2",
38
- "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.0.2.tgz",
39
- "integrity": "sha512-Fx6tYjk2wKUgLi8uMANZr8GNZx05u44ArIJldn9VxLvolzlJVgHbTUCbwhMd6bcYky178+WUSxPHO3DAtGLWpw=="
37
+ "version": "4.1.0",
38
+ "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.1.0.tgz",
39
+ "integrity": "sha512-mMVJ/j/GbZ/De4ZHWbQAQO1J6iVnjtZLc9WEdkUQb8S/Bu2cAF2bETXUgMAdvMG3/ngtKmcNBe+Zms9bg6jnQQ=="
40
40
  },
41
41
  "node_modules/@babel/code-frame": {
42
42
  "version": "7.18.6",
@@ -122,9 +122,9 @@
122
122
  }
123
123
  },
124
124
  "node_modules/@babel/parser": {
125
- "version": "7.20.13",
126
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.13.tgz",
127
- "integrity": "sha512-gFDLKMfpiXCsjt4za2JA9oTMn70CeseCehb11kRZgvd7+F67Hih3OHOK24cRrWECJ/ljfPGac6ygXAs/C8kIvw==",
125
+ "version": "7.20.15",
126
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.15.tgz",
127
+ "integrity": "sha512-DI4a1oZuf8wC+oAJA9RW6ga3Zbe8RZFt7kD9i4qAspz3I/yHet1VvC3DiSy/fsUvv5pvJuNPh0LPOdCcqinDPg==",
128
128
  "bin": {
129
129
  "parser": "bin/babel-parser.js"
130
130
  },
@@ -482,13 +482,13 @@
482
482
  "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw=="
483
483
  },
484
484
  "node_modules/@ui5/builder": {
485
- "version": "3.0.0-rc.2",
486
- "resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-3.0.0-rc.2.tgz",
487
- "integrity": "sha512-RZjwS9Ye9Bq63ekkqzvWqumWW4woUt4anjoWtiyKlt384tgOWVX/BhX2/VW/hvo1BhMkL8MpAoBywc4rQNax+Q==",
485
+ "version": "3.0.0-rc.5",
486
+ "resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-3.0.0-rc.5.tgz",
487
+ "integrity": "sha512-r5WMWJyB6DbA4PEksVPS2fEDSeXkGCPboQin3XY7Lnn92L+tyydqgPk1tivShZjw+mn+7q8+bMh+gFrluSupdw==",
488
488
  "dependencies": {
489
489
  "@jridgewell/sourcemap-codec": "^1.4.14",
490
- "@ui5/fs": "^3.0.0-rc.3",
491
- "@ui5/logger": "^3.0.1-rc.1",
490
+ "@ui5/fs": "^3.0.0-rc.6",
491
+ "@ui5/logger": "^3.0.1-rc.3",
492
492
  "cheerio": "1.0.0-rc.12",
493
493
  "escape-unicode": "^0.2.0",
494
494
  "escope": "^4.0.0",
@@ -497,62 +497,64 @@
497
497
  "jsdoc": "^3.6.11",
498
498
  "less-openui5": "^0.11.6",
499
499
  "pretty-data": "^0.40.0",
500
- "rimraf": "^4.1.1",
500
+ "rimraf": "^4.1.2",
501
501
  "semver": "^7.3.8",
502
502
  "terser": "^5.16.1",
503
+ "workerpool": "^6.3.1",
503
504
  "xml2js": "^0.4.23"
504
505
  },
505
506
  "engines": {
506
- "node": "^16.18.0 || >=18.0.0",
507
+ "node": "^16.18.0 || >=18.12.0",
507
508
  "npm": ">= 8"
508
509
  }
509
510
  },
510
511
  "node_modules/@ui5/fs": {
511
- "version": "3.0.0-rc.3",
512
- "resolved": "https://registry.npmjs.org/@ui5/fs/-/fs-3.0.0-rc.3.tgz",
513
- "integrity": "sha512-w0KOqhJxojv/7HD2ADRqF42izqej2iDN07qYWXBr4JD3RSGTGj+jXfv6udsMs1YG3FhFLrAX0+VYs2gxUG+gPg==",
512
+ "version": "3.0.0-rc.6",
513
+ "resolved": "https://registry.npmjs.org/@ui5/fs/-/fs-3.0.0-rc.6.tgz",
514
+ "integrity": "sha512-WrvbtiGN841MdgafefftKqV1ZUB2AmKmcKBwNEVmB+5nYKzf4xPUmRf+QU+suD+m0tVbJo07o1bJ+j8xnxcdtA==",
514
515
  "dependencies": {
515
- "@ui5/logger": "^3.0.1-rc.0",
516
+ "@ui5/logger": "^3.0.1-rc.3",
516
517
  "clone": "^2.1.2",
517
518
  "escape-string-regexp": "^5.0.0",
518
519
  "globby": "^13.1.3",
519
520
  "graceful-fs": "^4.2.10",
520
521
  "micromatch": "^4.0.5",
521
- "minimatch": "^6.1.5",
522
+ "minimatch": "^6.1.6",
522
523
  "pretty-hrtime": "^1.0.3",
523
524
  "random-int": "^3.0.0"
524
525
  },
525
526
  "engines": {
526
- "node": "^16.18.0 || >=18.0.0",
527
+ "node": "^16.18.0 || >=18.12.0",
527
528
  "npm": ">= 8"
528
529
  }
529
530
  },
530
531
  "node_modules/@ui5/logger": {
531
- "version": "3.0.1-rc.1",
532
- "resolved": "https://registry.npmjs.org/@ui5/logger/-/logger-3.0.1-rc.1.tgz",
533
- "integrity": "sha512-GV4rCWmSIuOlzShzYdykgnPEjZwJYI+3/TpZ0zD1aq7Uwia1zlLrydJgf8nV7bv0KVJQX8x87AtR+E9JqRUgag==",
532
+ "version": "3.0.1-rc.3",
533
+ "resolved": "https://registry.npmjs.org/@ui5/logger/-/logger-3.0.1-rc.3.tgz",
534
+ "integrity": "sha512-IQ7JIAvXkIqVDUvZRtS47xzF5jOhymiBQmx7xwqZTSpIi3EqrPvEpXEdDiB/dk+yAtBNW5Ms3eRC4RYtXpAqCw==",
534
535
  "dependencies": {
535
536
  "chalk": "^5.2.0",
536
537
  "cli-progress": "^3.11.2",
537
538
  "figures": "^5.0.0"
538
539
  },
539
540
  "engines": {
540
- "node": "^16.18.0 || >=18.0.0",
541
+ "node": "^16.18.0 || >=18.12.0",
541
542
  "npm": ">= 8"
542
543
  }
543
544
  },
544
545
  "node_modules/@ui5/project": {
545
- "version": "3.0.0-rc.4",
546
- "resolved": "https://registry.npmjs.org/@ui5/project/-/project-3.0.0-rc.4.tgz",
547
- "integrity": "sha512-bvNdzil/7J1eBEytdPfp7xNebYiUrSWvma7vhJGuW18B+i5Jw6Iwc6r09c7A0okSzEH/DxyFbqcdzPMjroBllQ==",
546
+ "version": "3.0.0-rc.8",
547
+ "resolved": "https://registry.npmjs.org/@ui5/project/-/project-3.0.0-rc.8.tgz",
548
+ "integrity": "sha512-81NDWH0OPc22Nx+zUzs1eUkLgpn4KML06Q66x1FH7sHu9WkfMwUyAl+ehoGF2DaZFPSBu9hqmpN1c4QajPJG+w==",
548
549
  "dependencies": {
549
- "@ui5/builder": "^3.0.0-rc.2",
550
- "@ui5/fs": "^3.0.0-rc.3",
551
- "@ui5/logger": "^3.0.1-rc.1",
550
+ "@ui5/builder": "^3.0.0-rc.3",
551
+ "@ui5/fs": "^3.0.0-rc.6",
552
+ "@ui5/logger": "^3.0.1-rc.3",
552
553
  "ajv": "^6.12.6",
553
554
  "ajv-errors": "^1.0.1",
554
555
  "chalk": "^5.2.0",
555
556
  "escape-string-regexp": "^5.0.0",
557
+ "globby": "^13.1.2",
556
558
  "graceful-fs": "^4.2.10",
557
559
  "js-yaml": "^4.1.0",
558
560
  "libnpmconfig": "^1.2.1",
@@ -562,23 +564,23 @@
562
564
  "read-pkg": "^7.1.0",
563
565
  "read-pkg-up": "^9.1.0",
564
566
  "resolve": "^1.22.1",
565
- "rimraf": "^4.1.1",
567
+ "rimraf": "^4.1.2",
566
568
  "semver": "^7.3.8",
567
569
  "xml2js": "^0.4.23"
568
570
  },
569
571
  "engines": {
570
- "node": "^16.18.0 || >=18.0.0",
572
+ "node": "^16.18.0 || >=18.12.0",
571
573
  "npm": ">= 8"
572
574
  }
573
575
  },
574
576
  "node_modules/@ui5/server": {
575
- "version": "3.0.0-rc.1",
576
- "resolved": "https://registry.npmjs.org/@ui5/server/-/server-3.0.0-rc.1.tgz",
577
- "integrity": "sha512-fJyCn2a7fXbpmKa9ypoFm+5Zee9kv5n+JYkJ4R5fP93GzVFWnpFnwSP0xftpBe/GF61oiY5z/gLDP/utBXBZFw==",
577
+ "version": "3.0.0-rc.3",
578
+ "resolved": "https://registry.npmjs.org/@ui5/server/-/server-3.0.0-rc.3.tgz",
579
+ "integrity": "sha512-hrF2aEnZi9wZK1DSu0gXZw481YT+KZ8V3+RekHhmqLK3qubibI22/3pY+A0TXVj2OFLAqqF7MLlRvM7nzJjaCQ==",
578
580
  "dependencies": {
579
- "@ui5/builder": "^3.0.0-rc.2",
580
- "@ui5/fs": "^3.0.0-rc.3",
581
- "@ui5/logger": "^3.0.1-rc.1",
581
+ "@ui5/builder": "^3.0.0-rc.5",
582
+ "@ui5/fs": "^3.0.0-rc.6",
583
+ "@ui5/logger": "^3.0.1-rc.3",
582
584
  "body-parser": "^1.20.1",
583
585
  "compression": "^1.7.4",
584
586
  "cors": "^2.8.5",
@@ -597,7 +599,7 @@
597
599
  "yesno": "^0.4.0"
598
600
  },
599
601
  "engines": {
600
- "node": "^16.18.0 || >=18.0.0",
602
+ "node": "^16.18.0 || >=18.12.0",
601
603
  "npm": ">= 8"
602
604
  }
603
605
  },
@@ -1023,9 +1025,9 @@
1023
1025
  }
1024
1026
  },
1025
1027
  "node_modules/cacheable-request": {
1026
- "version": "10.2.5",
1027
- "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.5.tgz",
1028
- "integrity": "sha512-5RwYYCfzjNPsyJxb/QpaM0bfzx+kw5/YpDhZPm9oMIDntHFQ9YXeyV47ZvzlTE0XrrrbyO2UITJH4GF9eRLdXQ==",
1028
+ "version": "10.2.6",
1029
+ "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.6.tgz",
1030
+ "integrity": "sha512-fhVLoXIFHvTizxQkAVohKPToSzdwzjrhL5SsjHT0umeSCxWeqJOS0oPqHg+yO1FPFST3VE5rxaqUvseyH9JHtg==",
1029
1031
  "dependencies": {
1030
1032
  "@types/http-cache-semantics": "^4.0.1",
1031
1033
  "get-stream": "^6.0.1",
@@ -1398,9 +1400,9 @@
1398
1400
  ]
1399
1401
  },
1400
1402
  "node_modules/content-type": {
1401
- "version": "1.0.4",
1402
- "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
1403
- "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
1403
+ "version": "1.0.5",
1404
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
1405
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
1404
1406
  "engines": {
1405
1407
  "node": ">= 0.6"
1406
1408
  }
@@ -2084,9 +2086,9 @@
2084
2086
  }
2085
2087
  },
2086
2088
  "node_modules/fs-minipass": {
2087
- "version": "3.0.0",
2088
- "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.0.tgz",
2089
- "integrity": "sha512-EUojgQaSPy6sxcqcZgQv6TVF6jiKvurji3AxhAivs/Ep4O1UpS8TusaxpybfFHZ2skRhLqzk6WR8nqNYIMMDeA==",
2089
+ "version": "3.0.1",
2090
+ "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.1.tgz",
2091
+ "integrity": "sha512-MhaJDcFRTuLidHrIttu0RDGyyXs/IYHVmlcxfLAEFIWjc1vdLAkdwT7Ace2u7DbitWC0toKMl5eJZRYNVreIMw==",
2090
2092
  "dependencies": {
2091
2093
  "minipass": "^4.0.0"
2092
2094
  },
@@ -2433,9 +2435,9 @@
2433
2435
  }
2434
2436
  },
2435
2437
  "node_modules/http-cache-semantics": {
2436
- "version": "4.1.0",
2437
- "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz",
2438
- "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ=="
2438
+ "version": "4.1.1",
2439
+ "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz",
2440
+ "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ=="
2439
2441
  },
2440
2442
  "node_modules/http-deceiver": {
2441
2443
  "version": "1.2.7",
@@ -3464,12 +3466,9 @@
3464
3466
  }
3465
3467
  },
3466
3468
  "node_modules/minipass": {
3467
- "version": "4.0.0",
3468
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.0.0.tgz",
3469
- "integrity": "sha512-g2Uuh2jEKoht+zvO6vJqXmYpflPqzRBT+Th2h01DKh5z7wbY/AZ2gCQ78cP70YoHPyFdY30YBV5WxgLOEwOykw==",
3470
- "dependencies": {
3471
- "yallist": "^4.0.0"
3472
- },
3469
+ "version": "4.0.1",
3470
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.0.1.tgz",
3471
+ "integrity": "sha512-V9esFpNbK0arbN3fm2sxDKqMYgIp7XtVdE4Esj+PE4Qaaxdg1wIw48ITQIOn1sc8xXSmUviVL3cyjMqPlrVkiA==",
3473
3472
  "engines": {
3474
3473
  "node": ">=8"
3475
3474
  }
@@ -3639,11 +3638,6 @@
3639
3638
  "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
3640
3639
  "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
3641
3640
  },
3642
- "node_modules/minipass/node_modules/yallist": {
3643
- "version": "4.0.0",
3644
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
3645
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
3646
- },
3647
3641
  "node_modules/minizlib": {
3648
3642
  "version": "2.1.2",
3649
3643
  "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
@@ -3886,19 +3880,18 @@
3886
3880
  }
3887
3881
  },
3888
3882
  "node_modules/npm-registry-fetch/node_modules/make-fetch-happen": {
3889
- "version": "11.0.2",
3890
- "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.0.2.tgz",
3891
- "integrity": "sha512-5n/Pq41w/uZghpdlXAY5kIM85RgJThtTH/NYBRAZ9VUOBWV90USaQjwGrw76fZP3Lj5hl/VZjpVvOaRBMoL/2w==",
3883
+ "version": "11.0.3",
3884
+ "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.0.3.tgz",
3885
+ "integrity": "sha512-oPLh5m10lRNNZDjJ2kP8UpboUx2uFXVaVweVe/lWut4iHWcQEmfqSVJt2ihZsFI8HbpwyyocaXbCAWf0g1ukIA==",
3892
3886
  "dependencies": {
3893
3887
  "agentkeepalive": "^4.2.1",
3894
3888
  "cacache": "^17.0.0",
3895
- "http-cache-semantics": "^4.1.0",
3889
+ "http-cache-semantics": "^4.1.1",
3896
3890
  "http-proxy-agent": "^5.0.0",
3897
3891
  "https-proxy-agent": "^5.0.0",
3898
3892
  "is-lambda": "^1.0.1",
3899
3893
  "lru-cache": "^7.7.1",
3900
3894
  "minipass": "^4.0.0",
3901
- "minipass-collect": "^1.0.2",
3902
3895
  "minipass-fetch": "^3.0.0",
3903
3896
  "minipass-flush": "^1.0.5",
3904
3897
  "minipass-pipeline": "^1.2.4",
@@ -4795,9 +4788,9 @@
4795
4788
  }
4796
4789
  },
4797
4790
  "node_modules/rimraf": {
4798
- "version": "4.1.1",
4799
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.1.1.tgz",
4800
- "integrity": "sha512-Z4Y81w8atcvaJuJuBB88VpADRH66okZAuEm+Jtaufa+s7rZmIz+Hik2G53kGaNytE7lsfXyWktTmfVz0H9xuDg==",
4791
+ "version": "4.1.2",
4792
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.1.2.tgz",
4793
+ "integrity": "sha512-BlIbgFryTbw3Dz6hyoWFhKk+unCcHMSkZGrTFVAx2WmttdBSonsdtRlwiuTbDqTKr+UlXIUqJVS4QT5tUzGENQ==",
4801
4794
  "bin": {
4802
4795
  "rimraf": "dist/cjs/src/bin.js"
4803
4796
  },
@@ -5297,9 +5290,9 @@
5297
5290
  "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
5298
5291
  },
5299
5292
  "node_modules/terser": {
5300
- "version": "5.16.1",
5301
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.16.1.tgz",
5302
- "integrity": "sha512-xvQfyfA1ayT0qdK47zskQgRZeWLoOQ8JQ6mIgRGVNwZKdQMU+5FkCBjmv4QjcrTzyZquRw2FVtlJSRUmMKQslw==",
5293
+ "version": "5.16.3",
5294
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.16.3.tgz",
5295
+ "integrity": "sha512-v8wWLaS/xt3nE9dgKEWhNUFP6q4kngO5B8eYFUuebsu7Dw/UNAnpUod6UHo04jSSkv8TzKHjZDSd7EXdDQAl8Q==",
5303
5296
  "dependencies": {
5304
5297
  "@jridgewell/source-map": "^0.3.2",
5305
5298
  "acorn": "^8.5.0",
@@ -5547,6 +5540,11 @@
5547
5540
  "url": "https://github.com/sponsors/sindresorhus"
5548
5541
  }
5549
5542
  },
5543
+ "node_modules/workerpool": {
5544
+ "version": "6.3.1",
5545
+ "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.3.1.tgz",
5546
+ "integrity": "sha512-0x7gJm1rhpn5SPG9NENOxPtbfUZZtK/qOg6gEdSqeDBA3dTeR91RJqSPjccPRCkhNfrnnl/dWxSSj5w9CtdzNA=="
5547
+ },
5550
5548
  "node_modules/wrap-ansi": {
5551
5549
  "version": "8.1.0",
5552
5550
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
@@ -5671,9 +5669,9 @@
5671
5669
  },
5672
5670
  "dependencies": {
5673
5671
  "@adobe/css-tools": {
5674
- "version": "4.0.2",
5675
- "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.0.2.tgz",
5676
- "integrity": "sha512-Fx6tYjk2wKUgLi8uMANZr8GNZx05u44ArIJldn9VxLvolzlJVgHbTUCbwhMd6bcYky178+WUSxPHO3DAtGLWpw=="
5672
+ "version": "4.1.0",
5673
+ "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.1.0.tgz",
5674
+ "integrity": "sha512-mMVJ/j/GbZ/De4ZHWbQAQO1J6iVnjtZLc9WEdkUQb8S/Bu2cAF2bETXUgMAdvMG3/ngtKmcNBe+Zms9bg6jnQQ=="
5677
5675
  },
5678
5676
  "@babel/code-frame": {
5679
5677
  "version": "7.18.6",
@@ -5737,9 +5735,9 @@
5737
5735
  }
5738
5736
  },
5739
5737
  "@babel/parser": {
5740
- "version": "7.20.13",
5741
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.13.tgz",
5742
- "integrity": "sha512-gFDLKMfpiXCsjt4za2JA9oTMn70CeseCehb11kRZgvd7+F67Hih3OHOK24cRrWECJ/ljfPGac6ygXAs/C8kIvw=="
5738
+ "version": "7.20.15",
5739
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.15.tgz",
5740
+ "integrity": "sha512-DI4a1oZuf8wC+oAJA9RW6ga3Zbe8RZFt7kD9i4qAspz3I/yHet1VvC3DiSy/fsUvv5pvJuNPh0LPOdCcqinDPg=="
5743
5741
  },
5744
5742
  "@gar/promisify": {
5745
5743
  "version": "1.1.3",
@@ -6001,13 +5999,13 @@
6001
5999
  "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw=="
6002
6000
  },
6003
6001
  "@ui5/builder": {
6004
- "version": "3.0.0-rc.2",
6005
- "resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-3.0.0-rc.2.tgz",
6006
- "integrity": "sha512-RZjwS9Ye9Bq63ekkqzvWqumWW4woUt4anjoWtiyKlt384tgOWVX/BhX2/VW/hvo1BhMkL8MpAoBywc4rQNax+Q==",
6002
+ "version": "3.0.0-rc.5",
6003
+ "resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-3.0.0-rc.5.tgz",
6004
+ "integrity": "sha512-r5WMWJyB6DbA4PEksVPS2fEDSeXkGCPboQin3XY7Lnn92L+tyydqgPk1tivShZjw+mn+7q8+bMh+gFrluSupdw==",
6007
6005
  "requires": {
6008
6006
  "@jridgewell/sourcemap-codec": "^1.4.14",
6009
- "@ui5/fs": "^3.0.0-rc.3",
6010
- "@ui5/logger": "^3.0.1-rc.1",
6007
+ "@ui5/fs": "^3.0.0-rc.6",
6008
+ "@ui5/logger": "^3.0.1-rc.3",
6011
6009
  "cheerio": "1.0.0-rc.12",
6012
6010
  "escape-unicode": "^0.2.0",
6013
6011
  "escope": "^4.0.0",
@@ -6016,32 +6014,33 @@
6016
6014
  "jsdoc": "^3.6.11",
6017
6015
  "less-openui5": "^0.11.6",
6018
6016
  "pretty-data": "^0.40.0",
6019
- "rimraf": "^4.1.1",
6017
+ "rimraf": "^4.1.2",
6020
6018
  "semver": "^7.3.8",
6021
6019
  "terser": "^5.16.1",
6020
+ "workerpool": "^6.3.1",
6022
6021
  "xml2js": "^0.4.23"
6023
6022
  }
6024
6023
  },
6025
6024
  "@ui5/fs": {
6026
- "version": "3.0.0-rc.3",
6027
- "resolved": "https://registry.npmjs.org/@ui5/fs/-/fs-3.0.0-rc.3.tgz",
6028
- "integrity": "sha512-w0KOqhJxojv/7HD2ADRqF42izqej2iDN07qYWXBr4JD3RSGTGj+jXfv6udsMs1YG3FhFLrAX0+VYs2gxUG+gPg==",
6025
+ "version": "3.0.0-rc.6",
6026
+ "resolved": "https://registry.npmjs.org/@ui5/fs/-/fs-3.0.0-rc.6.tgz",
6027
+ "integrity": "sha512-WrvbtiGN841MdgafefftKqV1ZUB2AmKmcKBwNEVmB+5nYKzf4xPUmRf+QU+suD+m0tVbJo07o1bJ+j8xnxcdtA==",
6029
6028
  "requires": {
6030
- "@ui5/logger": "^3.0.1-rc.0",
6029
+ "@ui5/logger": "^3.0.1-rc.3",
6031
6030
  "clone": "^2.1.2",
6032
6031
  "escape-string-regexp": "^5.0.0",
6033
6032
  "globby": "^13.1.3",
6034
6033
  "graceful-fs": "^4.2.10",
6035
6034
  "micromatch": "^4.0.5",
6036
- "minimatch": "^6.1.5",
6035
+ "minimatch": "^6.1.6",
6037
6036
  "pretty-hrtime": "^1.0.3",
6038
6037
  "random-int": "^3.0.0"
6039
6038
  }
6040
6039
  },
6041
6040
  "@ui5/logger": {
6042
- "version": "3.0.1-rc.1",
6043
- "resolved": "https://registry.npmjs.org/@ui5/logger/-/logger-3.0.1-rc.1.tgz",
6044
- "integrity": "sha512-GV4rCWmSIuOlzShzYdykgnPEjZwJYI+3/TpZ0zD1aq7Uwia1zlLrydJgf8nV7bv0KVJQX8x87AtR+E9JqRUgag==",
6041
+ "version": "3.0.1-rc.3",
6042
+ "resolved": "https://registry.npmjs.org/@ui5/logger/-/logger-3.0.1-rc.3.tgz",
6043
+ "integrity": "sha512-IQ7JIAvXkIqVDUvZRtS47xzF5jOhymiBQmx7xwqZTSpIi3EqrPvEpXEdDiB/dk+yAtBNW5Ms3eRC4RYtXpAqCw==",
6045
6044
  "requires": {
6046
6045
  "chalk": "^5.2.0",
6047
6046
  "cli-progress": "^3.11.2",
@@ -6049,17 +6048,18 @@
6049
6048
  }
6050
6049
  },
6051
6050
  "@ui5/project": {
6052
- "version": "3.0.0-rc.4",
6053
- "resolved": "https://registry.npmjs.org/@ui5/project/-/project-3.0.0-rc.4.tgz",
6054
- "integrity": "sha512-bvNdzil/7J1eBEytdPfp7xNebYiUrSWvma7vhJGuW18B+i5Jw6Iwc6r09c7A0okSzEH/DxyFbqcdzPMjroBllQ==",
6051
+ "version": "3.0.0-rc.8",
6052
+ "resolved": "https://registry.npmjs.org/@ui5/project/-/project-3.0.0-rc.8.tgz",
6053
+ "integrity": "sha512-81NDWH0OPc22Nx+zUzs1eUkLgpn4KML06Q66x1FH7sHu9WkfMwUyAl+ehoGF2DaZFPSBu9hqmpN1c4QajPJG+w==",
6055
6054
  "requires": {
6056
- "@ui5/builder": "^3.0.0-rc.2",
6057
- "@ui5/fs": "^3.0.0-rc.3",
6058
- "@ui5/logger": "^3.0.1-rc.1",
6055
+ "@ui5/builder": "^3.0.0-rc.3",
6056
+ "@ui5/fs": "^3.0.0-rc.6",
6057
+ "@ui5/logger": "^3.0.1-rc.3",
6059
6058
  "ajv": "^6.12.6",
6060
6059
  "ajv-errors": "^1.0.1",
6061
6060
  "chalk": "^5.2.0",
6062
6061
  "escape-string-regexp": "^5.0.0",
6062
+ "globby": "^13.1.2",
6063
6063
  "graceful-fs": "^4.2.10",
6064
6064
  "js-yaml": "^4.1.0",
6065
6065
  "libnpmconfig": "^1.2.1",
@@ -6069,19 +6069,19 @@
6069
6069
  "read-pkg": "^7.1.0",
6070
6070
  "read-pkg-up": "^9.1.0",
6071
6071
  "resolve": "^1.22.1",
6072
- "rimraf": "^4.1.1",
6072
+ "rimraf": "^4.1.2",
6073
6073
  "semver": "^7.3.8",
6074
6074
  "xml2js": "^0.4.23"
6075
6075
  }
6076
6076
  },
6077
6077
  "@ui5/server": {
6078
- "version": "3.0.0-rc.1",
6079
- "resolved": "https://registry.npmjs.org/@ui5/server/-/server-3.0.0-rc.1.tgz",
6080
- "integrity": "sha512-fJyCn2a7fXbpmKa9ypoFm+5Zee9kv5n+JYkJ4R5fP93GzVFWnpFnwSP0xftpBe/GF61oiY5z/gLDP/utBXBZFw==",
6078
+ "version": "3.0.0-rc.3",
6079
+ "resolved": "https://registry.npmjs.org/@ui5/server/-/server-3.0.0-rc.3.tgz",
6080
+ "integrity": "sha512-hrF2aEnZi9wZK1DSu0gXZw481YT+KZ8V3+RekHhmqLK3qubibI22/3pY+A0TXVj2OFLAqqF7MLlRvM7nzJjaCQ==",
6081
6081
  "requires": {
6082
- "@ui5/builder": "^3.0.0-rc.2",
6083
- "@ui5/fs": "^3.0.0-rc.3",
6084
- "@ui5/logger": "^3.0.1-rc.1",
6082
+ "@ui5/builder": "^3.0.0-rc.5",
6083
+ "@ui5/fs": "^3.0.0-rc.6",
6084
+ "@ui5/logger": "^3.0.1-rc.3",
6085
6085
  "body-parser": "^1.20.1",
6086
6086
  "compression": "^1.7.4",
6087
6087
  "cors": "^2.8.5",
@@ -6422,9 +6422,9 @@
6422
6422
  "integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w=="
6423
6423
  },
6424
6424
  "cacheable-request": {
6425
- "version": "10.2.5",
6426
- "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.5.tgz",
6427
- "integrity": "sha512-5RwYYCfzjNPsyJxb/QpaM0bfzx+kw5/YpDhZPm9oMIDntHFQ9YXeyV47ZvzlTE0XrrrbyO2UITJH4GF9eRLdXQ==",
6425
+ "version": "10.2.6",
6426
+ "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.6.tgz",
6427
+ "integrity": "sha512-fhVLoXIFHvTizxQkAVohKPToSzdwzjrhL5SsjHT0umeSCxWeqJOS0oPqHg+yO1FPFST3VE5rxaqUvseyH9JHtg==",
6428
6428
  "requires": {
6429
6429
  "@types/http-cache-semantics": "^4.0.1",
6430
6430
  "get-stream": "^6.0.1",
@@ -6698,9 +6698,9 @@
6698
6698
  }
6699
6699
  },
6700
6700
  "content-type": {
6701
- "version": "1.0.4",
6702
- "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
6703
- "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA=="
6701
+ "version": "1.0.5",
6702
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
6703
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA=="
6704
6704
  },
6705
6705
  "cookie": {
6706
6706
  "version": "0.5.0",
@@ -7203,9 +7203,9 @@
7203
7203
  "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q=="
7204
7204
  },
7205
7205
  "fs-minipass": {
7206
- "version": "3.0.0",
7207
- "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.0.tgz",
7208
- "integrity": "sha512-EUojgQaSPy6sxcqcZgQv6TVF6jiKvurji3AxhAivs/Ep4O1UpS8TusaxpybfFHZ2skRhLqzk6WR8nqNYIMMDeA==",
7206
+ "version": "3.0.1",
7207
+ "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.1.tgz",
7208
+ "integrity": "sha512-MhaJDcFRTuLidHrIttu0RDGyyXs/IYHVmlcxfLAEFIWjc1vdLAkdwT7Ace2u7DbitWC0toKMl5eJZRYNVreIMw==",
7209
7209
  "requires": {
7210
7210
  "minipass": "^4.0.0"
7211
7211
  }
@@ -7470,9 +7470,9 @@
7470
7470
  }
7471
7471
  },
7472
7472
  "http-cache-semantics": {
7473
- "version": "4.1.0",
7474
- "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz",
7475
- "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ=="
7473
+ "version": "4.1.1",
7474
+ "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz",
7475
+ "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ=="
7476
7476
  },
7477
7477
  "http-deceiver": {
7478
7478
  "version": "1.2.7",
@@ -8239,19 +8239,9 @@
8239
8239
  "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g=="
8240
8240
  },
8241
8241
  "minipass": {
8242
- "version": "4.0.0",
8243
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.0.0.tgz",
8244
- "integrity": "sha512-g2Uuh2jEKoht+zvO6vJqXmYpflPqzRBT+Th2h01DKh5z7wbY/AZ2gCQ78cP70YoHPyFdY30YBV5WxgLOEwOykw==",
8245
- "requires": {
8246
- "yallist": "^4.0.0"
8247
- },
8248
- "dependencies": {
8249
- "yallist": {
8250
- "version": "4.0.0",
8251
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
8252
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
8253
- }
8254
- }
8242
+ "version": "4.0.1",
8243
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.0.1.tgz",
8244
+ "integrity": "sha512-V9esFpNbK0arbN3fm2sxDKqMYgIp7XtVdE4Esj+PE4Qaaxdg1wIw48ITQIOn1sc8xXSmUviVL3cyjMqPlrVkiA=="
8255
8245
  },
8256
8246
  "minipass-collect": {
8257
8247
  "version": "1.0.2",
@@ -8574,19 +8564,18 @@
8574
8564
  "integrity": "sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA=="
8575
8565
  },
8576
8566
  "make-fetch-happen": {
8577
- "version": "11.0.2",
8578
- "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.0.2.tgz",
8579
- "integrity": "sha512-5n/Pq41w/uZghpdlXAY5kIM85RgJThtTH/NYBRAZ9VUOBWV90USaQjwGrw76fZP3Lj5hl/VZjpVvOaRBMoL/2w==",
8567
+ "version": "11.0.3",
8568
+ "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.0.3.tgz",
8569
+ "integrity": "sha512-oPLh5m10lRNNZDjJ2kP8UpboUx2uFXVaVweVe/lWut4iHWcQEmfqSVJt2ihZsFI8HbpwyyocaXbCAWf0g1ukIA==",
8580
8570
  "requires": {
8581
8571
  "agentkeepalive": "^4.2.1",
8582
8572
  "cacache": "^17.0.0",
8583
- "http-cache-semantics": "^4.1.0",
8573
+ "http-cache-semantics": "^4.1.1",
8584
8574
  "http-proxy-agent": "^5.0.0",
8585
8575
  "https-proxy-agent": "^5.0.0",
8586
8576
  "is-lambda": "^1.0.1",
8587
8577
  "lru-cache": "^7.7.1",
8588
8578
  "minipass": "^4.0.0",
8589
- "minipass-collect": "^1.0.2",
8590
8579
  "minipass-fetch": "^3.0.0",
8591
8580
  "minipass-flush": "^1.0.5",
8592
8581
  "minipass-pipeline": "^1.2.4",
@@ -9206,9 +9195,9 @@
9206
9195
  "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw=="
9207
9196
  },
9208
9197
  "rimraf": {
9209
- "version": "4.1.1",
9210
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.1.1.tgz",
9211
- "integrity": "sha512-Z4Y81w8atcvaJuJuBB88VpADRH66okZAuEm+Jtaufa+s7rZmIz+Hik2G53kGaNytE7lsfXyWktTmfVz0H9xuDg=="
9198
+ "version": "4.1.2",
9199
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.1.2.tgz",
9200
+ "integrity": "sha512-BlIbgFryTbw3Dz6hyoWFhKk+unCcHMSkZGrTFVAx2WmttdBSonsdtRlwiuTbDqTKr+UlXIUqJVS4QT5tUzGENQ=="
9212
9201
  },
9213
9202
  "router": {
9214
9203
  "version": "1.3.7",
@@ -9592,9 +9581,9 @@
9592
9581
  }
9593
9582
  },
9594
9583
  "terser": {
9595
- "version": "5.16.1",
9596
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.16.1.tgz",
9597
- "integrity": "sha512-xvQfyfA1ayT0qdK47zskQgRZeWLoOQ8JQ6mIgRGVNwZKdQMU+5FkCBjmv4QjcrTzyZquRw2FVtlJSRUmMKQslw==",
9584
+ "version": "5.16.3",
9585
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.16.3.tgz",
9586
+ "integrity": "sha512-v8wWLaS/xt3nE9dgKEWhNUFP6q4kngO5B8eYFUuebsu7Dw/UNAnpUod6UHo04jSSkv8TzKHjZDSd7EXdDQAl8Q==",
9598
9587
  "requires": {
9599
9588
  "@jridgewell/source-map": "^0.3.2",
9600
9589
  "acorn": "^8.5.0",
@@ -9781,6 +9770,11 @@
9781
9770
  }
9782
9771
  }
9783
9772
  },
9773
+ "workerpool": {
9774
+ "version": "6.3.1",
9775
+ "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.3.1.tgz",
9776
+ "integrity": "sha512-0x7gJm1rhpn5SPG9NENOxPtbfUZZtK/qOg6gEdSqeDBA3dTeR91RJqSPjccPRCkhNfrnnl/dWxSSj5w9CtdzNA=="
9777
+ },
9784
9778
  "wrap-ansi": {
9785
9779
  "version": "8.1.0",
9786
9780
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.0.0-rc.3",
3
+ "version": "3.0.0-rc.5",
4
4
  "description": "UI5 Tooling - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -26,7 +26,7 @@
26
26
  "./package.json": "./package.json"
27
27
  },
28
28
  "engines": {
29
- "node": "^16.18.0 || >=18.0.0",
29
+ "node": "^16.18.0 || >=18.12.0",
30
30
  "npm": ">= 8"
31
31
  },
32
32
  "scripts": {
@@ -115,11 +115,11 @@
115
115
  "url": "git@github.com:SAP/ui5-cli.git"
116
116
  },
117
117
  "dependencies": {
118
- "@ui5/builder": "^3.0.0-rc.2",
119
- "@ui5/fs": "^3.0.0-rc.3",
120
- "@ui5/logger": "^3.0.1-rc.1",
121
- "@ui5/project": "^3.0.0-rc.4",
122
- "@ui5/server": "^3.0.0-rc.1",
118
+ "@ui5/builder": "^3.0.0-rc.5",
119
+ "@ui5/fs": "^3.0.0-rc.6",
120
+ "@ui5/logger": "^3.0.1-rc.3",
121
+ "@ui5/project": "^3.0.0-rc.7",
122
+ "@ui5/server": "^3.0.0-rc.3",
123
123
  "chalk": "^5.2.0",
124
124
  "data-with-position": "^0.5.0",
125
125
  "import-local": "^3.1.0",
@@ -137,16 +137,16 @@
137
137
  "cross-env": "^7.0.3",
138
138
  "depcheck": "^1.4.3",
139
139
  "docdash": "^2.0.1",
140
- "eslint": "^8.32.0",
140
+ "eslint": "^8.33.0",
141
141
  "eslint-config-google": "^0.14.0",
142
142
  "eslint-plugin-ava": "^14.0.0",
143
- "eslint-plugin-jsdoc": "^39.6.7",
143
+ "eslint-plugin-jsdoc": "^39.8.0",
144
144
  "esmock": "^2.1.0",
145
145
  "execa": "^6.1.0",
146
146
  "jsdoc": "^3.6.11",
147
147
  "nyc": "^15.1.0",
148
148
  "open-cli": "^7.1.0",
149
- "rimraf": "^4.1.1",
149
+ "rimraf": "^4.1.2",
150
150
  "sinon": "^15.0.1",
151
151
  "strip-ansi": "^7.0.1",
152
152
  "tap-xunit": "^2.4.1"