@sap/ux-ui5-tooling 1.17.4 → 1.17.6

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
@@ -3,6 +3,32 @@ 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
5
 
6
+ ## [1.17.6] - 2025-05-15
7
+ ### Changed
8
+ - Changed the minimum required [Node.js](https://nodejs.org/en/download) version to 20.19.2 or higher
9
+
10
+ ### Quality
11
+ | Package | Type | Update | Change |
12
+ |---|---|---|---|
13
+ | [@sap-ux/preview-middleware](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/preview-middleware)) | dependencies | patch | [`0.19.39` -> `0.19.43`] |
14
+ | [@sap-ux/adp-tooling](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/adp-tooling)) | devDependencies | minor | [`0.13.42` -> `0.13.45`] |
15
+ | [@sap-ux/axios-extension](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/axios-extension)) | devDependencies | patch | [`1.20.2` -> `1.20.3`] |
16
+ | [@sap-ux/backend-proxy-middleware](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/backend-proxy-middleware)) | devDependencies | minor | [`0.8.43` -> `0.8.44`] |
17
+ | [@sap-ux/deploy-tooling](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/deploy-tooling)) | devDependencies | minor | [`0.15.60` -> `0.15.62`] |
18
+
19
+ ## [1.17.5] - 2025-05-01
20
+ ### Quality
21
+
22
+ | Package | Type | Update | Change |
23
+ |---|---|---|---|
24
+ | [@sap-ux/preview-middleware](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/preview-middleware)) | dependencies | patch | [`0.19.38` -> `0.19.39`] |
25
+ | [@sap-ux/adp-tooling](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/adp-tooling)) | devDependencies | patch | [`0.13.41` -> `0.13.42`] |
26
+ | [@sap-ux/deploy-tooling](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/deploy-tooling)) | devDependencies | patch | [`0.15.59` -> `0.15.60`] |
27
+ | [@sap-ux/ui5-proxy-middleware](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/ui5-proxy-middleware)) | devDependencies | patch | [`1.4.24` -> `1.4.25`] |
28
+ | [@sap-ux/backend-proxy-middleware](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/backend-proxy-middleware)) | devDependencies | patch | [`0.8.42` -> `0.8.43`] |
29
+
30
+ ## [1.17.4] - 2025-04-17
31
+
6
32
  ## [1.17.3] - 2025-04-03
7
33
  ### Quality
8
34
 
package/README.md CHANGED
@@ -5,7 +5,7 @@ Furthermore, the module expose the cli `fiori` offering e.g. the [`fiori run`](#
5
5
 
6
6
  **IMPORTANT**:
7
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!
8
+ - Starting with version `1.17.6`, the minimum required NodeJS version is 20.19.2 or higher!
9
9
 
10
10
  ## [**Middlewares**](#middlewares)
11
11