@ui5/cli 3.0.0-rc.5 → 3.0.1

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +213 -209
  2. package/npm-shrinkwrap.json +233 -4315
  3. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -2,253 +2,267 @@
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.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)
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.0.1...HEAD).
12
6
 
7
+ <a name="v3.0.1"></a>
8
+ ## [v3.0.1] - 2023-02-16
13
9
  ### 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)
10
+ - Bump [@ui5](https://github.com/ui5)/project from 3.0.0 to 3.0.1 [`1dff14d`](https://github.com/SAP/ui5-cli/commit/1dff14d9a3994c5469a5d9e12bec237361c7d35b)
11
+ - Bump [@ui5](https://github.com/ui5)/server from 3.0.0 to 3.0.1 [`d87daa9`](https://github.com/SAP/ui5-cli/commit/d87daa9990fb8039e10fea746925878d636b0d4a)
12
+ - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0 to 3.0.1 [`c578c4e`](https://github.com/SAP/ui5-cli/commit/c578c4e1072cc547c61d0fce860ecabcee209210)
13
+ - Bump [@ui5](https://github.com/ui5)/fs from 3.0.0 to 3.0.1 [`80ed971`](https://github.com/SAP/ui5-cli/commit/80ed971e2f0b2ff973a20b1ebc19467bd12b4c35)
20
14
 
21
15
 
22
- <a name="v3.0.0-rc.4"></a>
23
- ## [v3.0.0-rc.4] - 2023-01-25
16
+ <a name="v3.0.0"></a>
17
+ ## [v3.0.0] - 2023-02-09
24
18
  ### 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)
19
+ - Bump [@ui5](https://github.com/ui5)/project from 3.0.0-rc.9 to 3.0.0 [`180c378`](https://github.com/SAP/ui5-cli/commit/180c378b138e0d2896eea8fd64b9b684a14dee10)
20
+ - Bump [@ui5](https://github.com/ui5)/server from 3.0.0-rc.3 to 3.0.0 [`aa0c020`](https://github.com/SAP/ui5-cli/commit/aa0c020a4eba17971ed3bee51e733dcdcd0e13ed)
21
+ - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-rc.6 to 3.0.0 [`9184e85`](https://github.com/SAP/ui5-cli/commit/9184e85be7bd4c654caa3f4aee242f64ec639494)
22
+ - Bump [@ui5](https://github.com/ui5)/fs from 3.0.0-rc.6 to 3.0.0 [`aa4107f`](https://github.com/SAP/ui5-cli/commit/aa4107f3ecbe31205370973cf1552b225bd7c557)
23
+ - Bump [@ui5](https://github.com/ui5)/logger from 3.0.1-rc.3 to 3.0.0 [`086b8de`](https://github.com/SAP/ui5-cli/commit/086b8de30341b2a5d3722ea3fcce93ec5604f35f)
24
+ - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-rc.5 to 3.0.0-rc.6 [`9120399`](https://github.com/SAP/ui5-cli/commit/912039946912c867569ba31cef549ef6eb778bd4)
25
+ - Bump [@ui5](https://github.com/ui5)/project from 3.0.0-rc.8 to 3.0.0-rc.9 [`ed9dde4`](https://github.com/SAP/ui5-cli/commit/ed9dde4b56cab3d8bc458162a0e0f25241654190)
32
26
 
27
+ ## Overview
28
+ UI5 Tooling v3 provides general support for ES2022 ECMAScript language features. See [ECMAScript Support](https://sap.github.io/ui5-tooling/v3/pages/ESSupport/) for details.
33
29
 
34
- <a name="v3.0.0-rc.3"></a>
35
- ## [v3.0.0-rc.3] - 2023-01-23
36
- ### Dependency Updates
37
- - Bump [@ui5](https://github.com/ui5)/project from 3.0.0-rc.3 to 3.0.0-rc.4 [`c6a817e`](https://github.com/SAP/ui5-cli/commit/c6a817e044fbf10520c255ead490030cf7ffdf21)
38
- - Bump [@ui5](https://github.com/ui5)/server from 3.0.0-rc.0 to 3.0.0-rc.1 [`325731d`](https://github.com/SAP/ui5-cli/commit/325731d4f65171d1fa8a7765f5ce670491ba56ba)
39
- - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-rc.1 to 3.0.0-rc.2 [`bb2a9ba`](https://github.com/SAP/ui5-cli/commit/bb2a9babfff14080f41d5e88e8613d8b62200c24)
40
- - Bump [@ui5](https://github.com/ui5)/fs from 3.0.0-rc.2 to 3.0.0-rc.3 [`b2ac460`](https://github.com/SAP/ui5-cli/commit/b2ac46064cd6a7278441599fa057625a8604ab4f)
41
- - Bump [@ui5](https://github.com/ui5)/fs from 3.0.0-rc.1 to 3.0.0-rc.2 [`896ce1b`](https://github.com/SAP/ui5-cli/commit/896ce1bc791474f853835a2445ce9affba2a36ea)
42
- - Bump [@ui5](https://github.com/ui5)/logger from 3.0.1-rc.0 to 3.0.1-rc.1 [`939745f`](https://github.com/SAP/ui5-cli/commit/939745fe83ed04837758bd33d141f124ce093f4c)
30
+ ### Breaking Changes
31
+ - **`@ui5/cli`:**
32
+ - Adapt to Project Graph APIs ([#413](https://github.com/SAP/ui5-cli/issues/413)) [`945b82b`](https://github.com/SAP/ui5-cli/commit/945b82bc775dc0a711529057908e9f36d8fadb62)
33
+ - **`@ui5/project`:**
34
+ - Implement Project Graph, build execution [`161f462`](https://github.com/SAP/ui5-project/commit/161f462cf6a9955337fff512007125128c6c39dd)
35
+ - **`@ui5/builder`:**
36
+ - **generateJsDoc:** Remove internal 'buildContext' parameter [`4ec80c8`](https://github.com/SAP/ui5-builder/commit/4ec80c874e177b658b1cd819431b6cb0660ded87)
37
+ - Removal of manifestBundler and generateManifestBundle ([#838](https://github.com/SAP/ui5-builder/issues/838)) [`07a5be2`](https://github.com/SAP/ui5-builder/commit/07a5be2b6d9aa23cf78ddd17951c832d6dec7bef)
38
+ - **JSDoc:** Fail build when jsdoc command failed ([#845](https://github.com/SAP/ui5-builder/issues/845)) [`c2916b4`](https://github.com/SAP/ui5-builder/commit/c2916b4f1d49b5500e4b51143d4e6065ac200eef)
39
+ - Remove build execution ([#740](https://github.com/SAP/ui5-builder/issues/740)) [`af2e956`](https://github.com/SAP/ui5-builder/commit/af2e956f6cba1275669160328e32df3fffa782d0)
40
+ - Enable modern preload bundles without dependencies ([#739](https://github.com/SAP/ui5-builder/issues/739)) [`97cfa6c`](https://github.com/SAP/ui5-builder/commit/97cfa6cd3eadff57bcc18816534c7751551ebdb8)
41
+ - **generateResourcesJson:** Make 'dependencies' parameter mandatory [`268dd16`](https://github.com/SAP/ui5-builder/commit/268dd16091c515ec0c922ea23af437d9aa8bf3ea)
42
+ - **moduleBundler:** Always default to `optimize: true` ([#685](https://github.com/SAP/ui5-builder/issues/685)) [`de5837c`](https://github.com/SAP/ui5-builder/commit/de5837c43449ea61deae3b2f02f9973f3fa37992)
43
+ - **`@ui5/server`:**
44
+ - Remove "/proxy" endpoint ([#550](https://github.com/SAP/ui5-server/issues/550)) [`4bdf839`](https://github.com/SAP/ui5-server/commit/4bdf839e96f67ddbc4cb2a18216921d54df4006e)
45
+ - Require Project Graph ([#479](https://github.com/SAP/ui5-server/issues/479)) [`d62f85a`](https://github.com/SAP/ui5-server/commit/d62f85a193115a587dbf58225e8130318a475023)
46
+ - **`@ui5/fs`:**
47
+ - Throw an error on write of a resource when path does not starts with virBasePath of the respective adapter ([#453](https://github.com/SAP/ui5-fs/issues/453)) [`d76575f`](https://github.com/SAP/ui5-fs/commit/d76575f8f05a0b6695285200ba595e532620daed)
48
+ - Clone resources when writing in and reading from the Memory ([#448](https://github.com/SAP/ui5-fs/issues/448)) [`3454bc1`](https://github.com/SAP/ui5-fs/commit/3454bc15be8a6ecd455b49607cb289e69b41d0f0)
49
+ - **AbstractAdapter:** Virtual base path must end with slash [`6d1f411`](https://github.com/SAP/ui5-fs/commit/6d1f4117a2b8bb1226540fafeec8341e4966177d)
50
+ - **resourceFactory:** Remove #createCollectionsForTree [`a4d15f6`](https://github.com/SAP/ui5-fs/commit/a4d15f61ae0416051658280bfd2f8635c7ddf44e)
51
+ - **`@ui5/logger`:**
52
+ - Deprecate advanced APIs in preparation of refactoring [`3aea5e7`](https://github.com/SAP/ui5-logger/commit/3aea5e766f9bda156e8c7e62a2e8c65f613ef7e9)
43
53
 
54
+ ### Features
55
+ - `@ui5/cli`:
56
+ - Add build flag "--experimental-css-variables" ([#501](https://github.com/SAP/ui5-cli/issues/501)) [`0b099db`](https://github.com/SAP/ui5-cli/commit/0b099db193ee94aa0bde8373e883fbc54098cd89)
57
+ - `@ui5/project`:
58
+ - npm/Installer: Do not wrap promise provided by rimraf v4 ([#550](https://github.com/SAP/ui5-project/issues/550)) [`2d1ccda`](https://github.com/SAP/ui5-project/commit/2d1ccda54edd29dabadcb7bad9136bff09da8eac)
59
+ - specVersion 3.0 ([#522](https://github.com/SAP/ui5-project/issues/522)) [`c5070e5`](https://github.com/SAP/ui5-project/commit/c5070e55d92ced4326cd7611caf3ec9a3da9e7ed)
60
+ - Introduce SpecificationVersion class ([#431](https://github.com/SAP/ui5-project/issues/431)) [`e57842b`](https://github.com/SAP/ui5-project/commit/e57842b06397a5b36e6373df97f7b7bb91f09741)
61
+ - **TaskRunner:** Provide taskName and logger instance to custom tasks [`36cd2d8`](https://github.com/SAP/ui5-project/commit/36cd2d83f9a6a92cbd28619d8a25c0ba3f732117)
62
+ - **TaskUtil:** Add resourceFactory API to v3 interface [`2e863cf`](https://github.com/SAP/ui5-project/commit/2e863cfaf9f8924d0c87fe9dfe01568c1fd979c8)
63
+ - **TaskUtil:** Add getProject/getDependencies API to interface [`51f2949`](https://github.com/SAP/ui5-project/commit/51f29493f57f094396776bb2686c8a74e8901a7f)
64
+ - `@ui5/builder`:
65
+ - Support ES2022 language features ([#848](https://github.com/SAP/ui5-builder/issues/848)) [`f9b8457`](https://github.com/SAP/ui5-builder/commit/f9b845726731a0e02ec4a499e2a1a82a639174a8)
66
+ - **jsdoc:** Support destructuring of enums for defaultValue ([#775](https://github.com/SAP/ui5-builder/issues/775)) [`523f365`](https://github.com/SAP/ui5-builder/commit/523f365cb917997c5031d245309c21e9e4b3e311)
67
+ - **builder:** Improve support for ES6+ syntax ([#774](https://github.com/SAP/ui5-builder/issues/774)) [`90385fe`](https://github.com/SAP/ui5-builder/commit/90385feb7cea1e5b864cff035b01263a492972a9)
68
+ - **jsdoc:** Improve support for ES6+ syntax ([#785](https://github.com/SAP/ui5-builder/issues/785)) [`187a6a3`](https://github.com/SAP/ui5-builder/commit/187a6a35000145d70bf41e0d8b724e5ea8d8dc78)
69
+ - **generateThemeDesignerResources task:** Create css_variables.less ([#730](https://github.com/SAP/ui5-builder/issues/730)) [`34e69be`](https://github.com/SAP/ui5-builder/commit/34e69be95fc8ec1961b24b7e2580c2c993d814d3)
70
+ - **builder:** Add cssVariables option ([#728](https://github.com/SAP/ui5-builder/issues/728)) [`30d58e1`](https://github.com/SAP/ui5-builder/commit/30d58e1081c1bdc665f13952ecbe5c400b5f4ed7)
71
+ - Generate source maps for bundles ([#695](https://github.com/SAP/ui5-builder/issues/695)) [`8a20c42`](https://github.com/SAP/ui5-builder/commit/8a20c4257a1ebe4d613b0595be93cd45d900f580)
72
+ - **replaceVersion/Copyright:** Also process test-resources ([#693](https://github.com/SAP/ui5-builder/issues/693)) [`a0d4bc2`](https://github.com/SAP/ui5-builder/commit/a0d4bc2a80d61e042786207af4bdbda6c3ddfe31)
73
+ - Support ES2022 language features [`e749b6a`](https://github.com/SAP/ui5-builder/commit/e749b6ae0838f923b27dd0d7d34da2174c433f5f)
74
+ - Add minify task and processor ([#666](https://github.com/SAP/ui5-builder/issues/666)) [`a3af604`](https://github.com/SAP/ui5-builder/commit/a3af604ff0a12fb9241dcd105cf0aec8d718a299)
75
+ - `@ui5/server`:
76
+ - **MiddlewareUtil:** Add getProject/getDependencies/resourceFactory API to interface ([#547](https://github.com/SAP/ui5-server/issues/547)) [`ab28f78`](https://github.com/SAP/ui5-server/commit/ab28f789ba929ef1319b6e562267e9717cc9937b)
77
+ - `@ui5/fs`:
78
+ - Add Link-reader and WriterCollection [`a0e5cf3`](https://github.com/SAP/ui5-fs/commit/a0e5cf3ef86a4b0cdc817d08963ed6574740f1bc)
79
+ - Introduce Readers "Filter" and "Transformer" ([#331](https://github.com/SAP/ui5-fs/issues/331)) [`f46e6d1`](https://github.com/SAP/ui5-fs/commit/f46e6d1b9aed5858f2d72b10b18635de6ed1f1e0)
80
+ - `@ui5/logger`:
81
+ - Add new log level "perf" [`acf0c71`](https://github.com/SAP/ui5-logger/commit/acf0c717612f440ea7a114e757c05d358ae523a7)
44
82
 
45
- <a name="v3.0.0-rc.2"></a>
46
- ## [v3.0.0-rc.2] - 2023-01-11
47
- ### Dependency Updates
48
- - Bump [@ui5](https://github.com/ui5)/project from 3.0.0-rc.1 to 3.0.0-rc.2 [`acff336`](https://github.com/SAP/ui5-cli/commit/acff33681e31e6b51d0116307f26d905ab188620)
49
- - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-rc.0 to 3.0.0-rc.1 [`40598fd`](https://github.com/SAP/ui5-cli/commit/40598fdef9d496f23d5c674baa28dafa77d9c2a4)
83
+ ### Bug Fixes
84
+ - `@ui5/project`:
85
+ - **ProjectBuilder:** Fix verbose logging for already built projects [`f04ffd2`](https://github.com/SAP/ui5-project/commit/f04ffd2c0ab0270df697c20258474ff536811476)
86
+ - **ProjectBuilder:** Skip build for projects that do not require to be built [`ac5f1f8`](https://github.com/SAP/ui5-project/commit/ac5f1f891255b56597e51d121329f03786338d4a)
87
+ - **Specification:** Fix migration for legacy projects that are not applications or libraries [`d89d804`](https://github.com/SAP/ui5-project/commit/d89d8047519ca8f162dc7a225f138ae304871ecb)
88
+ - Fix build manifest creation [`b1459eb`](https://github.com/SAP/ui5-project/commit/b1459eb26aa8a4b18ad84a369c122c114d64b64b)
89
+ - `@ui5/builder`:
90
+ - Avoid redundant bundle creation ([#741](https://github.com/SAP/ui5-builder/issues/741)) [`13c8405`](https://github.com/SAP/ui5-builder/commit/13c840585946401d238936dfa38a6f70a73e9ed0)
91
+ - **JSModuleAnalyzer:** Fix detection of bundle name ([#705](https://github.com/SAP/ui5-builder/issues/705)) [`aaeafd4`](https://github.com/SAP/ui5-builder/commit/aaeafd4a1fd194dd08e5ae47c29d90f0b4c7d197)
92
+ - **generateResourcesJson:** Add raw-module info for debug bundles ([#736](https://github.com/SAP/ui5-builder/issues/736)) [`3b918e8`](https://github.com/SAP/ui5-builder/commit/3b918e83bfd38342778ecd4c58e648e99ad7cffc)
93
+ - **LibraryBuilder:** Align task order of "generateComponentPreload" [`aea061d`](https://github.com/SAP/ui5-builder/commit/aea061d9d6c2ac0c11484dcc08bdcda23ab62986)
94
+ - **LocatorResourcePool:** Wait for resources in prepare step ([#719](https://github.com/SAP/ui5-builder/issues/719)) [`1b7f93f`](https://github.com/SAP/ui5-builder/commit/1b7f93f4988340d7a6575be3191a02e6c295ebd0)
95
+ - **XMLTemplateAnalyzer:** Analyze core:require of FragmentDefinition [`af075ed`](https://github.com/SAP/ui5-builder/commit/af075edf784d9f1ba162a34f0bf150dbcbc0f479)
96
+ - **Bundler:** Ensure reproducibility for bundles with multiple parts ([#689](https://github.com/SAP/ui5-builder/issues/689)) [`6f4588b`](https://github.com/SAP/ui5-builder/commit/6f4588b3eb687178e557ac4fb36481104f9681a0)
97
+ - **generateResourcesJson:** Don't list resources omitted from build result [`9608c51`](https://github.com/SAP/ui5-builder/commit/9608c5177f86494ba689d2e799b4378fec9ed6fa)
98
+ - **generateResourcesJson:** Analyze debug bundles ([#669](https://github.com/SAP/ui5-builder/issues/669)) [`f27513a`](https://github.com/SAP/ui5-builder/commit/f27513a259b30d39e260790781b6d435b4ab088b)
99
+ - **Bundler:** Sort raw modules by default [`0e11b69`](https://github.com/SAP/ui5-builder/commit/0e11b6965a1d2e63a96e9b738e38975b5ac755bc)
100
+ - `@ui5/fs`:
101
+ - **FileSystem Adapter:** Use fs.copy / Skip writing when resource is unchanged ([#370](https://github.com/SAP/ui5-fs/issues/370)) [`9ac6a39`](https://github.com/SAP/ui5-fs/commit/9ac6a39f3cb72e02c2a1298b07c4676a0ee92377)
102
+ - Allow resource migration ([#407](https://github.com/SAP/ui5-fs/issues/407)) [`1722d71`](https://github.com/SAP/ui5-fs/commit/1722d71b78184cae0dfb092fd3d4c4156924dc28)
103
+
104
+ ## Details
105
+ ### Breaking Changes
106
+ Support for older Node.js and npm releases has been dropped for all UI5 Tooling modules.
107
+ Only Node.js v16.18.0 and npm v8 or higher are supported.
50
108
 
109
+ All packages have been transformed to ES Modules. Therefore modules are no longer provides a CommonJS exports.
110
+ If your project uses CommonJS, it needs to be converted to ES Modules or use a dynamic import for consuming UI5 Tooling modules.
51
111
 
52
- <a name="v3.0.0-rc.1"></a>
53
- ## [v3.0.0-rc.1] - 2023-01-04
54
- ### Dependency Updates
55
- - Bump [@ui5](https://github.com/ui5)/project from 3.0.0-rc.0 to 3.0.0-rc.1 [`62653a9`](https://github.com/SAP/ui5-cli/commit/62653a92bf691db955d088f4ce9075e5599dd577)
56
- - Bump [@ui5](https://github.com/ui5)/fs from 3.0.0-rc.0 to 3.0.0-rc.1 [`1f6b804`](https://github.com/SAP/ui5-cli/commit/1f6b80426a6500cab271d5a5586f148acee15841)
112
+ For more information see also:
113
+ - https://sap.github.io/ui5-tooling/updates/migrate-v3/
114
+ - https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
57
115
 
116
+ ### @ui5/cli
117
+ - Removed CLI option `--translator`. Use new option `--dependency-definition` to provide a file with
118
+ static dependency information
119
+ - Removed `ui5 build dev` command
120
+ - Refactored `ui5 tree`: Removed `--full`, `--json` and `--dedupe` options
58
121
 
59
- <a name="v3.0.0-rc.0"></a>
60
- ## [v3.0.0-rc.0] - 2022-12-23
61
- ### Dependency Updates
62
- - Bump [@ui5](https://github.com/ui5)/project from 3.0.0-beta.5 to 3.0.0-rc.0 [`dbddd01`](https://github.com/SAP/ui5-cli/commit/dbddd01f2d6fc15404a5e26ae03dbf6844f5a37a)
63
- - Bump [@ui5](https://github.com/ui5)/server from 3.0.0-beta.4 to 3.0.0-rc.0 [`dbde957`](https://github.com/SAP/ui5-cli/commit/dbde957136ac06eba675daef531d2903f22551c9)
64
- - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-beta.6 to 3.0.0-rc.0 [`9bd37b4`](https://github.com/SAP/ui5-cli/commit/9bd37b400d20ea9e26a8fafc15dceac93f233134)
65
- - Bump [@ui5](https://github.com/ui5)/fs from 3.0.0-beta.4 to 3.0.0-rc.0 [`c292013`](https://github.com/SAP/ui5-cli/commit/c292013387f0ee8b554c2bd220e067350eef4f2a)
66
- - Bump [@ui5](https://github.com/ui5)/logger from 3.0.1-beta.1 to 3.0.1-rc.0 [`b5b7a2a`](https://github.com/SAP/ui5-cli/commit/b5b7a2ac4d89134cbe83bdd6e39f706b2a9cb36b)
67
- - Bump [@ui5](https://github.com/ui5)/project from 3.0.0-beta.4 to 3.0.0-beta.5 [`484a1b5`](https://github.com/SAP/ui5-cli/commit/484a1b5403f357297602195d3ed8cbc04d7749a6)
68
- - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-beta.5 to 3.0.0-beta.6 [`751bc7d`](https://github.com/SAP/ui5-cli/commit/751bc7dee1ed4bda54d3bc877f16563de324a23e)
122
+ #### @ui5/project
123
+ - normalizer and projectTree APIs have been removed. Use generateProjectGraph instead
124
+ - Going forward only specification versions 2.0 and higher are supported
125
+ - In case a legacy specification version is detected, an automatic, transparent migration is attempted.
126
+ - Build:
127
+ - The "dev" build mode has been removed
128
+ - The task "generateVersionInfo" is no longer executed for application projects by default. You may enable it again using the includedTasks parameter
69
129
 
130
+ #### @ui5/builder
131
+ The `jsdocGenerator` processor and the corresponding `generateJsdoc` task will now throw an error when JSDoc reports an error (exit code != 0). This will also fail the build when running `ui5 build jsdoc`.
70
132
 
71
- <a name="v3.0.0-beta.5"></a>
72
- ## [v3.0.0-beta.5] - 2022-12-12
73
- ### Dependency Updates
74
- - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-beta.4 to 3.0.0-beta.5 [`704fbc0`](https://github.com/SAP/ui5-cli/commit/704fbc0d1250253621182dc66209b5ed6b58533e)
133
+ The manifestBundler processor and generateManifestBundle task has been removed because it is no longer required for the HTML5 repository in Cloud Foundry.
75
134
 
135
+ - builder.js has been removed. Use ui5-project builder instead
136
+ - Tasks now rely on Project instances being available on Resources (see https://github.com/SAP/ui5-fs/pull/381)
137
+ - TaskRepository#addTask has been removed. Custom tasks need to be added to the project graph instead
138
+ - TaskUtil#get/set/clearTag now requires a Project instance to be provided. Path strings are no longer sufficient and will cause an exception to be thrown
76
139
 
77
- <a name="v3.0.0-beta.4"></a>
78
- ## [v3.0.0-beta.4] - 2022-12-01
79
- ### Dependency Updates
80
- - Bump [@ui5](https://github.com/ui5)/server from 3.0.0-beta.3 to 3.0.0-beta.4 [`6b56f84`](https://github.com/SAP/ui5-cli/commit/6b56f8465e5e9d46254b70ad741864366cd61749)
81
- - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-beta.3 to 3.0.0-beta.4 [`30acd00`](https://github.com/SAP/ui5-cli/commit/30acd0074550e595b67317435d130d39d3016344)
82
- - Bump [@ui5](https://github.com/ui5)/fs from 3.0.0-beta.3 to 3.0.0-beta.4 [`db43b2e`](https://github.com/SAP/ui5-cli/commit/db43b2e04ea015bfce4654781288669e548bd68a)
140
+ For library projects, the task "generateComponentPreload" is now executed after tasks "generateLibraryManifest" and "generateManifestBundle" instead of before them.
83
141
 
142
+ The following tasks have been removed:
84
143
 
85
- <a name="v3.0.0-beta.3"></a>
86
- ## [v3.0.0-beta.3] - 2022-11-30
87
- ### Dependency Updates
88
- - Bump [@ui5](https://github.com/ui5)/project from 3.0.0-beta.3 to 3.0.0-beta.4 [`a5cb382`](https://github.com/SAP/ui5-cli/commit/a5cb382382155fc2ca28e4eb18e6579bfbd70301)
89
- - Bump [@ui5](https://github.com/ui5)/server from 3.0.0-beta.2 to 3.0.0-beta.3 [`a0c8924`](https://github.com/SAP/ui5-cli/commit/a0c8924fbf07fa2e621506675c582fffa200436f)
90
- - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-beta.2 to 3.0.0-beta.3 [`4b9a71c`](https://github.com/SAP/ui5-cli/commit/4b9a71c0ee8a6fc47902b4b2767a886860c76b90)
144
+ - createDebugFiles
145
+ - uglify
91
146
 
147
+ The following processors have been removed:
92
148
 
93
- <a name="v3.0.0-beta.2"></a>
94
- ## [v3.0.0-beta.2] - 2022-11-29
95
- ### Dependency Updates
96
- - Bump [@ui5](https://github.com/ui5)/server from 3.0.0-beta.1 to 3.0.0-beta.2 [`8bbfcf9`](https://github.com/SAP/ui5-cli/commit/8bbfcf9e51036c7c9b60e29f53b011a60063c2ea)
97
- - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-beta.1 to 3.0.0-beta.2 [`3b241bc`](https://github.com/SAP/ui5-cli/commit/3b241bca435e107772473fab226b652ab3abbe69)
98
- - Bump [@ui5](https://github.com/ui5)/project from 3.0.0-beta.2 to 3.0.0-beta.3 [`1654cbc`](https://github.com/SAP/ui5-cli/commit/1654cbc91d6c0483144afbe600738a6bee5b4b66)
99
- - Bump [@ui5](https://github.com/ui5)/project from 3.0.0-beta.1 to 3.0.0-beta.2 [`677dc78`](https://github.com/SAP/ui5-cli/commit/677dc7856363051db7a4b0b2feb312a98cec943a)
100
- - Bump [@ui5](https://github.com/ui5)/fs from 3.0.0-beta.2 to 3.0.0-beta.3 [`6f59a7e`](https://github.com/SAP/ui5-cli/commit/6f59a7ed1124dc7e55cbbc42bfe2262103f78ef9)
101
- - Bump [@ui5](https://github.com/ui5)/logger from 3.0.1-beta.0 to 3.0.1-beta.1 [`1532039`](https://github.com/SAP/ui5-cli/commit/15320397fae3ccba9a702bbb6d920367c67c738a)
149
+ - debugFileCreator
150
+ - resourceCopier
151
+ - uglifier
102
152
 
153
+ As a replacement, the new 'minify' task and 'minifier' processor can be used.
103
154
 
104
- <a name="v3.0.0-beta.1"></a>
105
- ## [v3.0.0-beta.1] - 2022-11-07
106
- ### Dependency Updates
107
- - Bump [@ui5](https://github.com/ui5)/project from 3.0.0-alpha.10 to 3.0.0-beta.1 [`086384e`](https://github.com/SAP/ui5-cli/commit/086384e36302868a284b6fc2493a796501571657)
108
- - Bump [@ui5](https://github.com/ui5)/server from 3.0.0-alpha.4 to 3.0.0-beta.1 [`58924a4`](https://github.com/SAP/ui5-cli/commit/58924a407dbbf299ade3244210ac66325b52146d)
109
- - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-alpha.12 to 3.0.0-beta.1 [`bc16621`](https://github.com/SAP/ui5-cli/commit/bc16621c2eefa5275f42eea96a0aca97f86fa96d)
110
- - Bump [@ui5](https://github.com/ui5)/fs from 3.0.0-beta.1 to 3.0.0-beta.2 [`8b14c28`](https://github.com/SAP/ui5-cli/commit/8b14c28bd79080429ab49e1e35ef29cab7390b17)
111
- - Bump [@ui5](https://github.com/ui5)/logger from 3.0.0-beta.1 to 3.0.1-beta.0 [`cfacb3a`](https://github.com/SAP/ui5-cli/commit/cfacb3adf9ab63609eb7ba733e0adb3da352a256)
112
- - Bump [@ui5](https://github.com/ui5)/fs from 3.0.0-alpha.7 to 3.0.0-beta.1 [`c6fd11c`](https://github.com/SAP/ui5-cli/commit/c6fd11c7dfa56c4066fa94659f81919a069871db)
113
- - Bump [@ui5](https://github.com/ui5)/logger from 3.0.1-alpha.3 to 3.0.0-beta.1 [`2eba585`](https://github.com/SAP/ui5-cli/commit/2eba58578fd509743a5ab5b39238b9801377b323)
155
+ Note: The minify task is executed earlier, before the bundling process takes place. Existing 'beforeTask' and 'afterTask' configuration of custom tasks might need to be adapted to cater for this change.
114
156
 
157
+ #### @ui5/server
158
+ This removes the "/proxy" endpoint and the corresponding "connectUi5Proxy" middleware from the standard ui5-server. Internally, this middleware made use of the connect-openui5 proxy implementation (https://github.com/SAP/connect-openui5#proxy).
115
159
 
116
- <a name="v3.0.0-alpha.15"></a>
117
- ## [v3.0.0-alpha.15] - 2022-10-25
118
- ### Breaking Changes
119
- - Transform to native ESM ([#529](https://github.com/SAP/ui5-cli/issues/529)) [`8e15daf`](https://github.com/SAP/ui5-cli/commit/8e15daf0e949becbd49d60fc1532642aae7f733e)
160
+ More sophisticated proxy solutions for ui5-server are already available in the form of custom middleware extensions from the UI5-community.
120
161
 
121
- ### BREAKING CHANGE
162
+ The UI5 Team might provide a dedicated custom middleware extension, with similar functionality, in the future.
122
163
 
123
- This package has been transformed to native ESM. Therefore it no longer provides a CommonJS export.
124
- If your project uses CommonJS, it needs to be converted to ESM or use a dynamic import.
164
+ - Server now requires a Project Graph instance instead.
165
+ - Standard middleware now rely on Project instances being available on Resources (see https://github.com/SAP/ui5-fs/pull/381)
166
+ - MiddlewareRepository#addMiddleware has been removed. Custom middleware need to be added to the project graph instead
125
167
 
126
- For more information see also:
127
- - https://sap.github.io/ui5-tooling/updates/migrate-v3/
128
- - https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
129
-
130
-
131
- <a name="v3.0.0-alpha.14"></a>
132
- ## [v3.0.0-alpha.14] - 2022-10-20
133
- ### Dependency Updates
134
- - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-alpha.10 to 3.0.0-alpha.11 [`b73f97f`](https://github.com/SAP/ui5-cli/commit/b73f97f7bc7e54747062640dd6db751e125ea9c9)
168
+ #### @ui5/fs
169
+ An error is thrown when a resource shall be written to an adapter where the path of the resource does not starts with the virtual base path defined in the adapter.
135
170
 
171
+ Resources stored in the adapters can not be modified by reference anymore. All modifications need to be persisted by using the #write method in order to be reflected in the adapter.1d908bbc7ff3ecc99d99c
136
172
 
137
- <a name="v3.0.0-alpha.13"></a>
138
- ## [v3.0.0-alpha.13] - 2022-08-10
139
- ### Dependency Updates
140
- - Bump [@ui5](https://github.com/ui5)/project from 3.0.0-alpha.8 to 3.0.0-alpha.9 [`3c2b9dc`](https://github.com/SAP/ui5-cli/commit/3c2b9dc8bc4b1c82f8969d491af7f5bc3025a3ac)
173
+ ### @ui5/logger
174
+ The @ui5/logger got refactored and as a result its API went public. Remove the usage of npmlog and refactor @ui5/logger modules to emit log events which are then caught in dedicated handlers. This is somewhat inspired by npm's proc-log module.
141
175
 
176
+ This breaking change removes capabilities that are likely to change and should not be part of a public API.
177
+ This will ensure that later changes to the module can be done in a compatible manner.
142
178
 
143
- <a name="v3.0.0-alpha.12"></a>
144
- ## [v3.0.0-alpha.12] - 2022-08-09
145
- ### Dependency Updates
146
- - Bump [@ui5](https://github.com/ui5)/project from 3.0.0-alpha.7 to 3.0.0-alpha.8 [`0e1049e`](https://github.com/SAP/ui5-cli/commit/0e1049e12f929881ce160c756e011e41bf41af95)
147
- - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-alpha.9 to 3.0.0-alpha.10 [`ae07c21`](https://github.com/SAP/ui5-cli/commit/ae07c21dffdaf6c2fd176807c441e914306d4f30)
148
- - Bump [@ui5](https://github.com/ui5)/fs from 3.0.0-alpha.5 to 3.0.0-alpha.6 [`4a2c667`](https://github.com/SAP/ui5-cli/commit/4a2c6675b038e30f31c78e84140833837f87e18f)
149
- - Bump [@ui5](https://github.com/ui5)/logger from 3.0.1-alpha.1 to 3.0.1-alpha.2 [`60f4129`](https://github.com/SAP/ui5-cli/commit/60f4129f4a312b22c562e55920d1204e14f3b4f0)
179
+ Relevant changes:
150
180
 
181
+ - Restrict log-methods to two argument only. The use of placeholders like '%s' is no longer supported.
182
+ A warning will be logged if more than two argument is supplied. Placeholders will be replaced with a deprecation message. We suggest the use of template literals.
183
+ - Deprecate #getGroupLogger method. Calling it throws an error.
184
+ It will be removed in one of the next patch releases
185
+ - Deprecate #setShowProgress method. Calling it throws an error.
186
+ It will be removed in one of the next patch releases
187
+ - Remove GroupLogger and TaskLogger classes. Similar functionality might be re-added in a later release.
151
188
 
152
- <a name="v3.0.0-alpha.11"></a>
153
- ## [v3.0.0-alpha.11] - 2022-07-27
154
- ### Dependency Updates
155
- - Bump [@ui5](https://github.com/ui5)/project from 3.0.0-alpha.6 to 3.0.0-alpha.7 [`cac5ae4`](https://github.com/SAP/ui5-cli/commit/cac5ae40a4dbb879e6cd982776ace26340ee8f60)
156
- - Bump [@ui5](https://github.com/ui5)/server from 3.0.0-alpha.2 to 3.0.0-alpha.3 [`95fd053`](https://github.com/SAP/ui5-cli/commit/95fd0538f7ad23be18a7dd10cc49b37af554eb65)
157
- - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-alpha.8 to 3.0.0-alpha.9 [`4363588`](https://github.com/SAP/ui5-cli/commit/4363588b138812797ed8c53c18771284b1c38b7a)
158
189
 
190
+ <a name="v2.14.17"></a>
191
+ ## [v2.14.17] - 2022-12-13
159
192
 
160
- <a name="v3.0.0-alpha.10"></a>
161
- ## [v3.0.0-alpha.10] - 2022-07-26
193
+ <a name="v2.14.16"></a>
194
+ ## [v2.14.16] - 2022-11-30
162
195
  ### Dependency Updates
163
- - Bump [@ui5](https://github.com/ui5)/project from 3.0.0-alpha.4 to 3.0.0-alpha.5 [`8d43873`](https://github.com/SAP/ui5-cli/commit/8d438736375debb54853b61b01696e6fbf3cbbc2)
196
+ - Bump [@ui5](https://github.com/ui5)/server from 2.4.0 to 2.4.1 [`92fb840`](https://github.com/SAP/ui5-cli/commit/92fb840f77bf3a8669bee11ed9e22dbef240d1d3)
164
197
 
165
198
 
166
- <a name="v3.0.0-alpha.9"></a>
167
- ## [v3.0.0-alpha.9] - 2022-07-15
199
+ <a name="v2.14.15"></a>
200
+ ## [v2.14.15] - 2022-11-30
168
201
  ### Dependency Updates
169
- - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-alpha.8 to 3.0.0-alpha.8 [`fa048a3`](https://github.com/SAP/ui5-cli/commit/fa048a3ea063374d886724e582a5162a9f450a83)
170
- - Bump [@ui5](https://github.com/ui5)/project from 3.0.0-alpha.3 to 3.0.0-alpha.4 [`a1aa75a`](https://github.com/SAP/ui5-cli/commit/a1aa75a4d79770d265822ef136390cc38898d4bd)
171
-
172
-
173
- <a name="v3.0.0-alpha.8"></a>
174
- ## [v3.0.0-alpha.8] - 2022-06-14
175
- ### Breaking Changes
176
- - Adapt to Project Graph APIs ([#413](https://github.com/SAP/ui5-cli/issues/413)) [`945b82b`](https://github.com/SAP/ui5-cli/commit/945b82bc775dc0a711529057908e9f36d8fadb62)
202
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.11.8 to 2.11.9 [`803f8cc`](https://github.com/SAP/ui5-cli/commit/803f8ccb9f3daf3523872f9a4bbf0bda5e3c7f02)
177
203
 
178
- ### Dependency Updates
179
- - Bump [@ui5](https://github.com/ui5)/server from 3.0.0-alpha.1 to 3.0.0-alpha.2 [`5b959b3`](https://github.com/SAP/ui5-cli/commit/5b959b3903b93b0c7c693f2785d26532c8e78d53)
180
- - Bump [@ui5](https://github.com/ui5)/project from 3.0.0-alpha.2 to 3.0.0-alpha.3 [`780b1c1`](https://github.com/SAP/ui5-cli/commit/780b1c17b9a6b23397b74ef52fbe707aabf21edb)
181
- - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-alpha.6 to 3.0.0-alpha.7 [`37a7062`](https://github.com/SAP/ui5-cli/commit/37a7062521e08085560ea96a27d15e5f4c5d5574)
182
- - Bump [@ui5](https://github.com/ui5)/fs from 3.0.0-alpha.3 to 3.0.0-alpha.4 [`ae07607`](https://github.com/SAP/ui5-cli/commit/ae076071ccf4dd9d6a58933d7d6aa0a1fdb9d283)
183
204
 
205
+ <a name="v2.14.14"></a>
206
+ ## [v2.14.14] - 2022-10-28
207
+ ### Bug Fixes
208
+ - **SyntaxError:** Unexpected token '.' in Node.js v12 [`bab2057`](https://github.com/SAP/ui5-cli/commit/bab2057e184a2072f9b596565d9690b6e39b109d)
184
209
 
185
- <a name="v3.0.0-alpha.7"></a>
186
- ## [v3.0.0-alpha.7] - 2022-04-26
187
210
  ### Dependency Updates
188
- - Bump [@ui5](https://github.com/ui5)/project from 3.0.0-alpha.1 to 3.0.0-alpha.2 [`aac8f7f`](https://github.com/SAP/ui5-cli/commit/aac8f7f5f204660010c42ed428542e01a988d5c6)
189
- - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-alpha.5 to 3.0.0-alpha.6 [`027e4df`](https://github.com/SAP/ui5-cli/commit/027e4dfba2bbbb9bcf209d82d85ecff7a2acb6a9)
190
- - Bump [@ui5](https://github.com/ui5)/fs from 3.0.0-alpha.2 to 3.0.0-alpha.3 [`1f43c4e`](https://github.com/SAP/ui5-cli/commit/1f43c4ed2699e66b0d6c50ca3738a6f61c060734)
211
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.11.7 to 2.11.8 [`1f5e517`](https://github.com/SAP/ui5-cli/commit/1f5e5173d0ca594ea4a34b97b0a760c67a9664a9)
191
212
 
192
213
 
193
- <a name="v3.0.0-alpha.6"></a>
194
- ## [v3.0.0-alpha.6] - 2022-04-14
214
+ <a name="v2.14.13"></a>
215
+ ## [v2.14.13] - 2022-10-20
195
216
  ### Dependency Updates
196
- - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-alpha.4 to 3.0.0-alpha.5 [`87c4136`](https://github.com/SAP/ui5-cli/commit/87c413627696365eb94de9fccdd7798a05543933)
217
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.11.6 to 2.11.7 [`d3b3f06`](https://github.com/SAP/ui5-cli/commit/d3b3f0626e0c03d999b150338d4112d3c875e02d)
197
218
 
198
219
 
199
- <a name="v3.0.0-alpha.5"></a>
200
- ## [v3.0.0-alpha.5] - 2022-04-05
220
+ <a name="v2.14.12"></a>
221
+ ## [v2.14.12] - 2022-10-12
201
222
  ### Dependency Updates
202
- - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-alpha.3 to 3.0.0-alpha.4 [`91d3bbd`](https://github.com/SAP/ui5-cli/commit/91d3bbdd01ec1cc80f21094434fa0f7da37ca242)
223
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.11.5 to 2.11.6 [`f695e27`](https://github.com/SAP/ui5-cli/commit/f695e2733395599271b1a1059860c519851c7fe7)
203
224
 
204
- ### Features
205
- - Add build flag "--experimental-css-variables" ([#501](https://github.com/SAP/ui5-cli/issues/501)) [`0b099db`](https://github.com/SAP/ui5-cli/commit/0b099db193ee94aa0bde8373e883fbc54098cd89)
206
225
 
226
+ <a name="v2.14.11"></a>
227
+ ## [v2.14.11] - 2022-09-05
228
+ ### Bug Fixes
229
+ - Upgrade update-notifier to solve security vulnerabilities ([#533](https://github.com/SAP/ui5-cli/issues/533)) [`5b7cfcf`](https://github.com/SAP/ui5-cli/commit/5b7cfcf62c37492c4072c69f400512ef59aab502)
207
230
 
208
- <a name="v3.0.0-alpha.4"></a>
209
- ## [v3.0.0-alpha.4] - 2022-03-10
210
- ### Dependency Updates
211
- - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-alpha.2 to 3.0.0-alpha.3 [`7f836aa`](https://github.com/SAP/ui5-cli/commit/7f836aad558b16eaf05dde2c2a5aa409b1ba7111)
212
231
 
232
+ <a name="v2.14.10"></a>
233
+ ## [v2.14.10] - 2022-07-25
213
234
 
214
- <a name="v3.0.0-alpha.3"></a>
215
- ## [v3.0.0-alpha.3] - 2022-02-25
235
+ <a name="v2.14.9"></a>
236
+ ## [v2.14.9] - 2022-05-04
216
237
  ### Dependency Updates
217
- - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-alpha.1 to 3.0.0-alpha.2 [`617f0f0`](https://github.com/SAP/ui5-cli/commit/617f0f06b29e81f384186c88c07da85be55d2970)
238
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.11.4 to 2.11.5 [`aa90039`](https://github.com/SAP/ui5-cli/commit/aa9003933bb6f5e71e9ce968ab5cc6202f805256)
218
239
 
219
240
 
220
- <a name="v3.0.0-alpha.2"></a>
221
- ## [v3.0.0-alpha.2] - 2022-01-31
241
+ <a name="v2.14.8"></a>
242
+ ## [v2.14.8] - 2022-04-14
222
243
 
223
- <a name="v3.0.0-alpha.1"></a>
224
- ## [v3.0.0-alpha.1] - 2022-01-25
225
- ### Breaking Changes
226
- - Require Node.js >= 16.13.2 / npm >= 8 [`71a2696`](https://github.com/SAP/ui5-cli/commit/71a2696ecc056ccfa695bd560d59bb31c7dbeb65)
244
+ <a name="v2.14.7"></a>
245
+ ## [v2.14.7] - 2022-03-25
227
246
 
247
+ <a name="v2.14.6"></a>
248
+ ## [v2.14.6] - 2022-02-21
228
249
  ### Dependency Updates
229
- - Bump [@ui5](https://github.com/ui5)/project from 3.0.0-alpha.0 to 3.0.0-alpha.1 [`23601ce`](https://github.com/SAP/ui5-cli/commit/23601ce6330f5427960ae40316a8569e641cdf55)
230
- - Bump [@ui5](https://github.com/ui5)/server from 3.0.0-alpha.0 to 3.0.0-alpha.1 [`61a8714`](https://github.com/SAP/ui5-cli/commit/61a8714a55cb18ba384feee50ddd52f91810f4d0)
231
- - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-alpha.0 to 3.0.0-alpha.1 [`e7fcc14`](https://github.com/SAP/ui5-cli/commit/e7fcc14a97d9b89e5b8e958e41e74d0300e45771)
232
- - Bump [@ui5](https://github.com/ui5)/fs from 3.0.0-alpha.1 to 3.0.0-alpha.2 [`511f3c8`](https://github.com/SAP/ui5-cli/commit/511f3c8044b1f41840c15fcbdca95da5d159d207)
233
- - Bump [@ui5](https://github.com/ui5)/logger from 3.0.1-alpha.0 to 3.0.1-alpha.1 [`85f5657`](https://github.com/SAP/ui5-cli/commit/85f565781ebe0286ba61601c744c6239e26df6a7)
234
- - Bump [@ui5](https://github.com/ui5)/fs from 3.0.0-alpha.0 to 3.0.0-alpha.1 [`f629e31`](https://github.com/SAP/ui5-cli/commit/f629e31c22ca375ddf4282bafcd38ff45ea5a4bc)
250
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.11.3 to 2.11.4 [`f8ce36c`](https://github.com/SAP/ui5-cli/commit/f8ce36ca504c1021c3e3825a6762dda29f7ea74d)
235
251
 
236
- ### BREAKING CHANGE
237
252
 
238
- Support for older Node.js and npm releases has been dropped.
239
- Only Node.js v16.13.2 and npm v8 or higher are supported.
253
+ <a name="v2.14.5"></a>
254
+ ## [v2.14.5] - 2022-02-17
240
255
 
256
+ <a name="v2.14.4"></a>
257
+ ## [v2.14.4] - 2022-01-24
241
258
 
242
- <a name="v3.0.0-alpha.0"></a>
243
- ## [v3.0.0-alpha.0] - 2021-12-14
259
+ <a name="v2.14.3"></a>
260
+ ## [v2.14.3] - 2022-01-19
261
+
262
+ <a name="v2.14.2"></a>
263
+ ## [v2.14.2] - 2021-12-14
244
264
  ### Dependency Updates
245
- - Bump [@ui5](https://github.com/ui5)/logger from 3.0.0-next.0 to 3.0.1-alpha.0 [`2fa522c`](https://github.com/SAP/ui5-cli/commit/2fa522c5b33766703a14261dc1aa4256fe6be999)
246
- - Bump [@ui5](https://github.com/ui5)/project from 2.6.0 to 3.0.0-alpha.0 [`2879975`](https://github.com/SAP/ui5-cli/commit/2879975d917423eb4cca7ceccbc209f861c179e0)
247
- - Bump [@ui5](https://github.com/ui5)/server from 2.4.0 to 3.0.0-alpha.0 [`f850407`](https://github.com/SAP/ui5-cli/commit/f850407871396f151ffddd98ec6a879ded88541d)
248
- - Bump [@ui5](https://github.com/ui5)/builder from 2.11.3 to 3.0.0-alpha.0 [`7ac03ba`](https://github.com/SAP/ui5-cli/commit/7ac03baf0fd46028aa01cedb0a16763bc3d86cfd)
249
- - Bump [@ui5](https://github.com/ui5)/fs from 2.0.6 to 3.0.0-alpha.0 [`46bbb4d`](https://github.com/SAP/ui5-cli/commit/46bbb4da942527fe8d9c0a4ece102d951d3b254c)
250
- - Bump [@ui5](https://github.com/ui5)/logger from 3.0.0-next.0 to 3.0.0-alpha.0 [`e011b86`](https://github.com/SAP/ui5-cli/commit/e011b862c85ba7388c00d3ae0cc86396671b1e2d)
251
- - Bump [@ui5](https://github.com/ui5)/logger from 2.0.1 to 3.0.0-next.0 [`32a2bcc`](https://github.com/SAP/ui5-cli/commit/32a2bcc47d16bd255d6bd9f6a76a29496782b357)
265
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.11.2 to 2.11.3 [`ebe6377`](https://github.com/SAP/ui5-cli/commit/ebe6377e347475cf2219ea97deee44fd617f6d7e)
252
266
 
253
267
 
254
268
  <a name="v2.14.1"></a>
@@ -948,34 +962,24 @@ Only Node.js v10 or higher is supported.
948
962
 
949
963
  <a name="v0.0.1"></a>
950
964
  ## v0.0.1 - 2018-06-06
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
954
- [v3.0.0-rc.3]: https://github.com/SAP/ui5-cli/compare/v3.0.0-rc.2...v3.0.0-rc.3
955
- [v3.0.0-rc.2]: https://github.com/SAP/ui5-cli/compare/v3.0.0-rc.1...v3.0.0-rc.2
956
- [v3.0.0-rc.1]: https://github.com/SAP/ui5-cli/compare/v3.0.0-rc.0...v3.0.0-rc.1
957
- [v3.0.0-rc.0]: https://github.com/SAP/ui5-cli/compare/v3.0.0-beta.5...v3.0.0-rc.0
958
- [v3.0.0-beta.5]: https://github.com/SAP/ui5-cli/compare/v3.0.0-beta.4...v3.0.0-beta.5
959
- [v3.0.0-beta.4]: https://github.com/SAP/ui5-cli/compare/v3.0.0-beta.3...v3.0.0-beta.4
960
- [v3.0.0-beta.3]: https://github.com/SAP/ui5-cli/compare/v3.0.0-beta.2...v3.0.0-beta.3
961
- [v3.0.0-beta.2]: https://github.com/SAP/ui5-cli/compare/v3.0.0-beta.1...v3.0.0-beta.2
962
- [v3.0.0-beta.1]: https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.15...v3.0.0-beta.1
963
- [v3.0.0-alpha.15]: https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.14...v3.0.0-alpha.15
964
- [v3.0.0-alpha.14]: https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.13...v3.0.0-alpha.14
965
- [v3.0.0-alpha.13]: https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.12...v3.0.0-alpha.13
966
- [v3.0.0-alpha.12]: https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.11...v3.0.0-alpha.12
967
- [v3.0.0-alpha.11]: https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.10...v3.0.0-alpha.11
968
- [v3.0.0-alpha.10]: https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.9...v3.0.0-alpha.10
969
- [v3.0.0-alpha.9]: https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.8...v3.0.0-alpha.9
970
- [v3.0.0-alpha.8]: https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.7...v3.0.0-alpha.8
971
- [v3.0.0-alpha.7]: https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.6...v3.0.0-alpha.7
972
- [v3.0.0-alpha.6]: https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.5...v3.0.0-alpha.6
973
- [v3.0.0-alpha.5]: https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.4...v3.0.0-alpha.5
974
- [v3.0.0-alpha.4]: https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.3...v3.0.0-alpha.4
975
- [v3.0.0-alpha.3]: https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.2...v3.0.0-alpha.3
976
- [v3.0.0-alpha.2]: https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.1...v3.0.0-alpha.2
977
- [v3.0.0-alpha.1]: https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.0...v3.0.0-alpha.1
978
- [v3.0.0-alpha.0]: https://github.com/SAP/ui5-cli/compare/v2.14.1...v3.0.0-alpha.0
965
+ [v3.0.1]: https://github.com/SAP/ui5-cli/compare/v3.0.0...v3.0.1
966
+ [v3.0.0]: https://github.com/SAP/ui5-cli/compare/v2.14.1...v3.0.0
967
+ [v2.14.17]: https://github.com/SAP/ui5-cli/compare/v2.14.16...v2.14.17
968
+ [v2.14.16]: https://github.com/SAP/ui5-cli/compare/v2.14.15...v2.14.16
969
+ [v2.14.15]: https://github.com/SAP/ui5-cli/compare/v2.14.14...v2.14.15
970
+ [v2.14.14]: https://github.com/SAP/ui5-cli/compare/v2.14.13...v2.14.14
971
+ [v2.14.13]: https://github.com/SAP/ui5-cli/compare/v2.14.12...v2.14.13
972
+ [v2.14.12]: https://github.com/SAP/ui5-cli/compare/v2.14.11...v2.14.12
973
+ [v2.14.11]: https://github.com/SAP/ui5-cli/compare/v2.14.10...v2.14.11
974
+ [v2.14.10]: https://github.com/SAP/ui5-cli/compare/v2.14.9...v2.14.10
975
+ [v2.14.9]: https://github.com/SAP/ui5-cli/compare/v2.14.8...v2.14.9
976
+ [v2.14.8]: https://github.com/SAP/ui5-cli/compare/v2.14.7...v2.14.8
977
+ [v2.14.7]: https://github.com/SAP/ui5-cli/compare/v2.14.6...v2.14.7
978
+ [v2.14.6]: https://github.com/SAP/ui5-cli/compare/v2.14.5...v2.14.6
979
+ [v2.14.5]: https://github.com/SAP/ui5-cli/compare/v2.14.4...v2.14.5
980
+ [v2.14.4]: https://github.com/SAP/ui5-cli/compare/v2.14.3...v2.14.4
981
+ [v2.14.3]: https://github.com/SAP/ui5-cli/compare/v2.14.2...v2.14.3
982
+ [v2.14.2]: https://github.com/SAP/ui5-cli/compare/v2.14.1...v2.14.2
979
983
  [v2.14.1]: https://github.com/SAP/ui5-cli/compare/v2.14.0...v2.14.1
980
984
  [v2.14.0]: https://github.com/SAP/ui5-cli/compare/v2.13.0...v2.14.0
981
985
  [v2.13.0]: https://github.com/SAP/ui5-cli/compare/v2.12.1...v2.13.0