@sap/ux-ui5-tooling 1.11.2 → 1.11.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,6 +2,13 @@
2
2
  All notable changes to this project are documented in this file.
3
3
 
4
4
  This project adheres to [Semantic Versioning](http://semver.org/) and the changelog is formatted based on [Keep a Changelog](http://keepachangelog.com/).
5
+
6
+ ## [1.11.3] - 2023-10-18
7
+ ### Changed
8
+ - Changed the minimum required [NodeJS](https://nodejs.org/en/download) version to 18.14.2 or higher
9
+
10
+ ### Fixed
11
+ - Fixed an issue with starting developer variant creation with an older UI5 version
5
12
  ## [1.11.2] - 2023-10-04
6
13
  ### Fixed
7
14
  - Removed usage of the deprecated `@ui5/logger` version 2 package
package/README.md CHANGED
@@ -3,7 +3,9 @@
3
3
  The SAP Fiori Tools - UI5 Tooling contains a selection of custom [middlewares](https://sap.github.io/ui5-tooling/pages/extensibility/CustomServerMiddleware/) that can be used with the command `ui5 serve` as well as custom [tasks](https://sap.github.io/ui5-tooling/pages/extensibility/CustomTasks/) that can be used with the command `ui5 build`.
4
4
  Furthermore, the module expose the cli `fiori` offering e.g. the [`fiori run`](#run) command is a wrapper of the `ui5 serve` commands and provides some additional parameters as well as `fiori add deploy-config` and `fiori add flp-config` to extend an existing project.
5
5
 
6
- **IMPORTANT**: Starting with version `1.10.5`, the minimum required `@ui5/cli` version is >= 3! For more information about migration to version 3 of the `@ui5/cli`, see [here](https://sap.github.io/ui5-tooling/v3/updates/migrate-v3/).
6
+ **IMPORTANT**:
7
+ - Starting with version `1.10.5`, the minimum required `@ui5/cli` version is >= 3! For more information about migration to version 3 of the `@ui5/cli`, see [here](https://sap.github.io/ui5-tooling/v3/updates/migrate-v3/).
8
+ - Starting with version `1.11.3`, the minimum required NodeJS version is 18.14.2 or higher!
7
9
 
8
10
  ## [**Middlewares**](#middlewares)
9
11