@ui5/cli 3.7.1 → 3.7.3

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,22 @@
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.7.1...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.7.3...HEAD).
6
+
7
+ <a name="v3.7.3"></a>
8
+ ## [v3.7.3] - 2023-12-01
9
+
10
+ <a name="v3.7.2"></a>
11
+ ## [v3.7.2] - 2023-11-21
12
+ ### Bug Fixes
13
+ - **ui5 init:** Improve error message ([#661](https://github.com/SAP/ui5-cli/issues/661)) [`07e68b0`](https://github.com/SAP/ui5-cli/commit/07e68b00ff5cd2e80c0b1b52fa644e27752ccecb)
14
+ - **ui5.yaml:** Use double quotes for string values ([#660](https://github.com/SAP/ui5-cli/issues/660)) [`c30e371`](https://github.com/SAP/ui5-cli/commit/c30e371be147d859539afbe9a44cc03202a8c870)
15
+
16
+ ### Dependency Updates
17
+ - Bump [@ui5](https://github.com/ui5)/project from 3.7.3 to 3.8.0 [`2566170`](https://github.com/SAP/ui5-cli/commit/25661708c2b84f9c21d326c2d4ccb84464d7d2b5)
18
+ - Bump [@ui5](https://github.com/ui5)/server from 3.1.3 to 3.1.4 [`2c90ff5`](https://github.com/SAP/ui5-cli/commit/2c90ff542dd5862603ebd0cc927ca71cd243cb8c)
19
+ - Bump [@ui5](https://github.com/ui5)/builder from 3.1.0 to 3.1.1 [`7b97356`](https://github.com/SAP/ui5-cli/commit/7b973566aa647ba1e2b271fa1c77b1bd7025c9ca)
20
+
6
21
 
7
22
  <a name="v3.7.1"></a>
8
23
  ## [v3.7.1] - 2023-10-20
@@ -36,11 +51,16 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/
36
51
 
37
52
  <a name="v3.5.0"></a>
38
53
  ## [v3.5.0] - 2023-08-22
54
+ ### Dependency Updates
55
+ - Bump [@ui5](https://github.com/ui5)/project from 3.5.1 to 3.6.0 [`e5627d8`](https://github.com/SAP/ui5-cli/commit/e5627d81c9e66668bb99d128a304d403df9fd224)
56
+
57
+
58
+ <a name="v3.4.1"></a>
59
+ ## [v3.4.1] - 2023-10-24
39
60
  ### Bug Fixes
40
61
  - **ui5 config:** Allow usage of all Configuration options ([#645](https://github.com/SAP/ui5-cli/issues/645)) [`78e032e`](https://github.com/SAP/ui5-cli/commit/78e032ebd7d71ee59e6f6fd4f21dc0564e108d44)
41
62
 
42
63
  ### Dependency Updates
43
- - Bump [@ui5](https://github.com/ui5)/project from 3.5.1 to 3.6.0 [`e5627d8`](https://github.com/SAP/ui5-cli/commit/e5627d81c9e66668bb99d128a304d403df9fd224)
44
64
  - Bump [@ui5](https://github.com/ui5)/project from 3.5.0 to 3.5.1 [`4ca30c3`](https://github.com/SAP/ui5-cli/commit/4ca30c3dc4066919f68af47307b4dc8b0bd898f7)
45
65
 
46
66
 
@@ -1129,11 +1149,14 @@ Only Node.js v10 or higher is supported.
1129
1149
 
1130
1150
  <a name="v0.0.1"></a>
1131
1151
  ## v0.0.1 - 2018-06-06
1152
+ [v3.7.3]: https://github.com/SAP/ui5-cli/compare/v3.7.2...v3.7.3
1153
+ [v3.7.2]: https://github.com/SAP/ui5-cli/compare/v3.7.1...v3.7.2
1132
1154
  [v3.7.1]: https://github.com/SAP/ui5-cli/compare/v3.7.0...v3.7.1
1133
1155
  [v3.7.0]: https://github.com/SAP/ui5-cli/compare/v3.6.1...v3.7.0
1134
1156
  [v3.6.1]: https://github.com/SAP/ui5-cli/compare/v3.6.0...v3.6.1
1135
1157
  [v3.6.0]: https://github.com/SAP/ui5-cli/compare/v3.5.0...v3.6.0
1136
- [v3.5.0]: https://github.com/SAP/ui5-cli/compare/v3.4.0...v3.5.0
1158
+ [v3.5.0]: https://github.com/SAP/ui5-cli/compare/v3.4.1...v3.5.0
1159
+ [v3.4.1]: https://github.com/SAP/ui5-cli/compare/v3.4.0...v3.4.1
1137
1160
  [v3.4.0]: https://github.com/SAP/ui5-cli/compare/v3.3.4...v3.4.0
1138
1161
  [v3.3.4]: https://github.com/SAP/ui5-cli/compare/v3.3.3...v3.3.4
1139
1162
  [v3.3.3]: https://github.com/SAP/ui5-cli/compare/v3.3.2...v3.3.3
@@ -20,7 +20,7 @@ initCommand.handler = async function() {
20
20
  }
21
21
 
22
22
  const projectConfig = await init();
23
- const yaml = jsYaml.dump(projectConfig);
23
+ const yaml = jsYaml.dump(projectConfig, {quotingType: `"`});
24
24
 
25
25
  await writeFile(yamlPath, yaml);
26
26
  console.log(`Wrote ui5.yaml to ${yamlPath}:\n`);
package/lib/init/init.js CHANGED
@@ -48,7 +48,10 @@ function getProjectType(hasWebapp, hasSrc, hasTest) {
48
48
 
49
49
  let message = `Could not detect project type: ${errorReason}`;
50
50
  message += "Applications should only have a 'webapp' folder.\n";
51
- message += "Libraries should only have a 'src' and (optional) 'test' folder.";
51
+ message += "Libraries should only have an 'src' and (optional) 'test' folder.";
52
+ message += "\n\n";
53
+ message += "If you are about to start a new project, please refer to:\n";
54
+ message += "https://sap.github.io/ui5-tooling/v3/pages/GettingStarted/#starting-a-new-project";
52
55
  throw new Error(message);
53
56
  }
54
57