From 61c5e5cc2d9afdc882124d7b768125db98b1cb54 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Fri, 13 Sep 2024 13:21:44 +0200 Subject: [PATCH 1/2] [INTERNAL] Clarify supported Node.js versions Related: https://github.com/SAP/ui5-tooling/issues/1017 --- docs/pages/GettingStarted.md | 3 ++- docs/updates/migrate-v4.md | 4 ++-- scripts/resources/CLI.template.md | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/pages/GettingStarted.md b/docs/pages/GettingStarted.md index 0f7d90177e..36cf1001e7 100644 --- a/docs/pages/GettingStarted.md +++ b/docs/pages/GettingStarted.md @@ -1,7 +1,8 @@ # Getting Started ## Installing the UI5 CLI ### Requirements -- [Node.js](https://nodejs.org/) Versions v20.11.0, v22.0.0, or higher +- [Node.js](https://nodejs.org/) version v20.11.0 and higher or v22.0.0 and higher (v21 is not supported) +- [npm](https://www.npmjs.com/) version v8.0.0 or higher ### Installation ```sh diff --git a/docs/updates/migrate-v4.md b/docs/updates/migrate-v4.md index 7f8ef2d522..f463b407c4 100644 --- a/docs/updates/migrate-v4.md +++ b/docs/updates/migrate-v4.md @@ -1,6 +1,6 @@ # Migrate to v4 -!!! tip "In Development" +!!! tip "New Release" **UI5 Tooling 4.0 has been released on July 24, 2024 🎉** Install the latest version in your projects via: `npm i --save-dev @ui5/cli@latest` @@ -18,7 +18,7 @@ For applications and libraries running with UI5 2.x, the use of Specification Ve ## Node.js and npm Version Support -This release requires **Node.js versions v20.11.0, v22.0.0, or higher** as well as npm v8 or higher. +This release requires **Node.js version v20.11.0 and higher or v22.0.0 and higher (v21 is not supported)** as well as npm v8 or higher. Support for older Node.js releases has been dropped; their use will cause an error. ## Specification Versions Support diff --git a/scripts/resources/CLI.template.md b/scripts/resources/CLI.template.md index 21aa378f10..00b3bbef41 100644 --- a/scripts/resources/CLI.template.md +++ b/scripts/resources/CLI.template.md @@ -1,7 +1,7 @@ # UI5 CLI ## Requirements -- [Node.js](https://nodejs.org/) Version v20.11.0, v22.0.0 or higher -- [npm](https://www.npmjs.com/) Version v8.0.0 or higher +- [Node.js](https://nodejs.org/) version v20.11.0 and higher or v22.0.0 and higher (v21 is not supported) +- [npm](https://www.npmjs.com/) version v8.0.0 or higher ## Installation From aabe076e09bed9fd7fa3e5e63bb7b29b1027e514 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Fri, 13 Sep 2024 14:28:31 +0200 Subject: [PATCH 2/2] [INTERNAL] Remove duplicate space --- docs/pages/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/GettingStarted.md b/docs/pages/GettingStarted.md index 36cf1001e7..fef8af3365 100644 --- a/docs/pages/GettingStarted.md +++ b/docs/pages/GettingStarted.md @@ -1,7 +1,7 @@ # Getting Started ## Installing the UI5 CLI ### Requirements -- [Node.js](https://nodejs.org/) version v20.11.0 and higher or v22.0.0 and higher (v21 is not supported) +- [Node.js](https://nodejs.org/) version v20.11.0 and higher or v22.0.0 and higher (v21 is not supported) - [npm](https://www.npmjs.com/) version v8.0.0 or higher ### Installation