From d105def065549e0e7222e10d95f964a2dc37b68e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 14:48:26 +0000 Subject: [PATCH] release: UI5 CLI packages main --- .release-please-manifest.json | 12 +++++----- package-lock.json | 44 +++++++++++++++++------------------ packages/builder/CHANGELOG.md | 15 ++++++++++++ packages/builder/package.json | 8 +++---- packages/cli/CHANGELOG.md | 24 +++++++++++++++++++ packages/cli/package.json | 12 +++++----- packages/fs/CHANGELOG.md | 10 ++++++++ packages/fs/package.json | 4 ++-- packages/logger/CHANGELOG.md | 7 ++++++ packages/logger/package.json | 2 +- packages/project/CHANGELOG.md | 26 +++++++++++++++++++++ packages/project/package.json | 8 +++---- packages/server/CHANGELOG.md | 27 +++++++++++++++++++++ packages/server/package.json | 10 ++++---- 14 files changed, 159 insertions(+), 50 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eeb596427ab..49b3b0ee89c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,8 +1,8 @@ { - "packages/logger": "5.0.0-alpha.8", - "packages/fs": "5.0.0-alpha.8", - "packages/builder": "5.0.0-alpha.8", - "packages/server": "5.0.0-alpha.8", - "packages/project": "5.0.0-alpha.8", - "packages/cli": "5.0.0-alpha.8" + "packages/logger": "5.0.0-alpha.9", + "packages/fs": "5.0.0-alpha.9", + "packages/builder": "5.0.0-alpha.9", + "packages/server": "5.0.0-alpha.9", + "packages/project": "5.0.0-alpha.9", + "packages/cli": "5.0.0-alpha.9" } diff --git a/package-lock.json b/package-lock.json index 2eba411774e..7b845d19f16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18872,12 +18872,12 @@ }, "packages/builder": { "name": "@ui5/builder", - "version": "5.0.0-alpha.8", + "version": "5.0.0-alpha.9", "license": "Apache-2.0", "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.5", - "@ui5/fs": "^5.0.0-alpha.8", - "@ui5/logger": "^5.0.0-alpha.8", + "@ui5/fs": "^5.0.0-alpha.9", + "@ui5/logger": "^5.0.0-alpha.9", "cheerio": "1.0.0", "escape-unicode": "^0.3.0", "escope": "^4.0.0", @@ -18894,7 +18894,7 @@ "devDependencies": { "@istanbuljs/esm-loader-hook": "^0.3.0", "@jridgewell/trace-mapping": "^0.3.31", - "@ui5/project": "^5.0.0-alpha.8", + "@ui5/project": "^5.0.0-alpha.9", "ava": "^8.0.1", "cross-env": "^10.1.0", "eslint": "^10.9.1", @@ -18911,14 +18911,14 @@ }, "packages/cli": { "name": "@ui5/cli", - "version": "5.0.0-alpha.8", + "version": "5.0.0-alpha.9", "license": "Apache-2.0", "dependencies": { - "@ui5/builder": "^5.0.0-alpha.8", - "@ui5/fs": "^5.0.0-alpha.8", - "@ui5/logger": "^5.0.0-alpha.8", - "@ui5/project": "^5.0.0-alpha.8", - "@ui5/server": "^5.0.0-alpha.8", + "@ui5/builder": "^5.0.0-alpha.9", + "@ui5/fs": "^5.0.0-alpha.9", + "@ui5/logger": "^5.0.0-alpha.9", + "@ui5/project": "^5.0.0-alpha.9", + "@ui5/server": "^5.0.0-alpha.9", "chalk": "^6.0.0", "data-with-position": "^0.5.0", "import-local": "^3.2.0", @@ -19021,10 +19021,10 @@ }, "packages/fs": { "name": "@ui5/fs", - "version": "5.0.0-alpha.8", + "version": "5.0.0-alpha.9", "license": "Apache-2.0", "dependencies": { - "@ui5/logger": "^5.0.0-alpha.8", + "@ui5/logger": "^5.0.0-alpha.9", "async-mutex": "^0.5.0", "escape-string-regexp": "^5.0.0", "globby": "^15.0.0", @@ -19079,7 +19079,7 @@ }, "packages/logger": { "name": "@ui5/logger", - "version": "5.0.0-alpha.8", + "version": "5.0.0-alpha.9", "license": "Apache-2.0", "dependencies": { "chalk": "^6.0.0", @@ -19118,13 +19118,13 @@ }, "packages/project": { "name": "@ui5/project", - "version": "5.0.0-alpha.8", + "version": "5.0.0-alpha.9", "license": "Apache-2.0", "dependencies": { "@npmcli/config": "^11.0.1", "@parcel/watcher": "^2.6.0", - "@ui5/fs": "^5.0.0-alpha.8", - "@ui5/logger": "^5.0.0-alpha.8", + "@ui5/fs": "^5.0.0-alpha.9", + "@ui5/logger": "^5.0.0-alpha.9", "ajv": "^8.20.0", "ajv-errors": "^3.0.0", "chalk": "^6.0.0", @@ -19165,7 +19165,7 @@ "npm": ">= 8" }, "peerDependencies": { - "@ui5/builder": "^5.0.0-alpha.8" + "@ui5/builder": "^5.0.0-alpha.9" }, "peerDependenciesMeta": { "@ui5/builder": { @@ -19240,12 +19240,12 @@ }, "packages/server": { "name": "@ui5/server", - "version": "5.0.0-alpha.8", + "version": "5.0.0-alpha.9", "license": "Apache-2.0", "dependencies": { - "@ui5/builder": "^5.0.0-alpha.8", - "@ui5/fs": "^5.0.0-alpha.8", - "@ui5/logger": "^5.0.0-alpha.8", + "@ui5/builder": "^5.0.0-alpha.9", + "@ui5/fs": "^5.0.0-alpha.9", + "@ui5/logger": "^5.0.0-alpha.9", "body-parser": "^2.3.0", "compression": "^1.8.1", "cors": "^2.8.6", @@ -19264,7 +19264,7 @@ }, "devDependencies": { "@istanbuljs/esm-loader-hook": "^0.3.0", - "@ui5/project": "^5.0.0-alpha.8", + "@ui5/project": "^5.0.0-alpha.9", "ava": "^8.0.1", "connect": "^3.7.0", "cross-env": "^10.1.0", diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index 6c035b310ca..c72354b79dc 100644 --- a/packages/builder/CHANGELOG.md +++ b/packages/builder/CHANGELOG.md @@ -4,6 +4,21 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v4.0.11...HEAD). +## [5.0.0-alpha.9](https://github.com/UI5/cli/compare/builder-v5.0.0-alpha.8...builder-v5.0.0-alpha.9) (2026-08-31) + + +### Dependencies + +* Bump less-openui5 from 0.11.6 to 0.12.0 ([146a8fd](https://github.com/UI5/cli/commit/146a8fde30565e041cf48e36dee030e5744d9124)) +* Bump terser from 5.50.0 to 5.51.1 in the npm group ([#1556](https://github.com/UI5/cli/issues/1556)) ([b844c39](https://github.com/UI5/cli/commit/b844c3948aafd6357b6edb8c7ac3eed047703ede)) +* Bump the npm group with 7 updates ([77718d7](https://github.com/UI5/cli/commit/77718d760db51a2ab248d0454df1eb3d64facc9a)) +* The following workspace dependencies were updated + * dependencies + * @ui5/fs bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9 + * @ui5/logger bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9 + * devDependencies + * @ui5/project bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9 + ## [5.0.0-alpha.8](https://github.com/UI5/cli/compare/builder-v5.0.0-alpha.7...builder-v5.0.0-alpha.8) (2026-08-14) diff --git a/packages/builder/package.json b/packages/builder/package.json index 8c2002ef4de..d554b06642d 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/builder", - "version": "5.0.0-alpha.8", + "version": "5.0.0-alpha.9", "description": "UI5 CLI - Builder", "author": { "name": "SAP SE", @@ -91,8 +91,8 @@ }, "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.5", - "@ui5/fs": "^5.0.0-alpha.8", - "@ui5/logger": "^5.0.0-alpha.8", + "@ui5/fs": "^5.0.0-alpha.9", + "@ui5/logger": "^5.0.0-alpha.9", "cheerio": "1.0.0", "escape-unicode": "^0.3.0", "escope": "^4.0.0", @@ -109,7 +109,7 @@ "devDependencies": { "@istanbuljs/esm-loader-hook": "^0.3.0", "@jridgewell/trace-mapping": "^0.3.31", - "@ui5/project": "^5.0.0-alpha.8", + "@ui5/project": "^5.0.0-alpha.9", "ava": "^8.0.1", "cross-env": "^10.1.0", "eslint": "^10.9.1", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index d93a9709d99..a5c971f72c7 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -4,6 +4,30 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.26...HEAD). +## [5.0.0-alpha.9](https://github.com/UI5/cli/compare/cli-v5.0.0-alpha.8...cli-v5.0.0-alpha.9) (2026-08-31) + + +### ⚠ BREAKING CHANGES + +* The `--h2` option of `ui5 serve` has been removed. Use `--https` to serve the project over HTTPS. The `@ui5/server` `serve()` option `h2` and the returned `h2` property have been renamed to `https`. If you need HTTP/2 for local development, put a reverse proxy (e.g. nginx) in front of the server to terminate it. + +### Features + +* Replace HTTP/2 support with HTTPS ([#1532](https://github.com/UI5/cli/issues/1532)) ([506dec4](https://github.com/UI5/cli/commit/506dec48c04ed75ed4d78e036f380d5493f6dd77)) + + +### Dependencies + +* Bump chalk from 5.6.2 to 6.0.0 ([62a3e39](https://github.com/UI5/cli/commit/62a3e3971ca3079b7cbfb6cfd4c28bd2e902e767)) +* Bump the npm group with 7 updates ([77718d7](https://github.com/UI5/cli/commit/77718d760db51a2ab248d0454df1eb3d64facc9a)) +* The following workspace dependencies were updated + * dependencies + * @ui5/builder bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9 + * @ui5/fs bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9 + * @ui5/logger bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9 + * @ui5/project bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9 + * @ui5/server bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9 + ## [5.0.0-alpha.8](https://github.com/UI5/cli/compare/cli-v5.0.0-alpha.7...cli-v5.0.0-alpha.8) (2026-08-14) diff --git a/packages/cli/package.json b/packages/cli/package.json index 0853363d4b0..85bc4a965c2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/cli", - "version": "5.0.0-alpha.8", + "version": "5.0.0-alpha.9", "description": "UI5 CLI - CLI", "author": { "name": "SAP SE", @@ -51,11 +51,11 @@ "directory": "packages/cli" }, "dependencies": { - "@ui5/builder": "^5.0.0-alpha.8", - "@ui5/fs": "^5.0.0-alpha.8", - "@ui5/logger": "^5.0.0-alpha.8", - "@ui5/project": "^5.0.0-alpha.8", - "@ui5/server": "^5.0.0-alpha.8", + "@ui5/builder": "^5.0.0-alpha.9", + "@ui5/fs": "^5.0.0-alpha.9", + "@ui5/logger": "^5.0.0-alpha.9", + "@ui5/project": "^5.0.0-alpha.9", + "@ui5/server": "^5.0.0-alpha.9", "chalk": "^6.0.0", "data-with-position": "^0.5.0", "import-local": "^3.2.0", diff --git a/packages/fs/CHANGELOG.md b/packages/fs/CHANGELOG.md index c2d9570fa10..1599e59c738 100644 --- a/packages/fs/CHANGELOG.md +++ b/packages/fs/CHANGELOG.md @@ -4,6 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html A list of unreleased changes can be found [here](https://github.com/SAP/ui5-fs/compare/v4.0.2...HEAD). +## [5.0.0-alpha.9](https://github.com/UI5/cli/compare/fs-v5.0.0-alpha.8...fs-v5.0.0-alpha.9) (2026-08-31) + + +### Dependencies + +* Bump the npm group with 7 updates ([77718d7](https://github.com/UI5/cli/commit/77718d760db51a2ab248d0454df1eb3d64facc9a)) +* The following workspace dependencies were updated + * dependencies + * @ui5/logger bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9 + ## [5.0.0-alpha.8](https://github.com/UI5/cli/compare/fs-v5.0.0-alpha.7...fs-v5.0.0-alpha.8) (2026-08-14) diff --git a/packages/fs/package.json b/packages/fs/package.json index a73288084e8..38ab9672a1b 100644 --- a/packages/fs/package.json +++ b/packages/fs/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/fs", - "version": "5.0.0-alpha.8", + "version": "5.0.0-alpha.9", "description": "UI5 CLI - File System Abstraction", "author": { "name": "SAP SE", @@ -56,7 +56,7 @@ "directory": "packages/fs" }, "dependencies": { - "@ui5/logger": "^5.0.0-alpha.8", + "@ui5/logger": "^5.0.0-alpha.9", "async-mutex": "^0.5.0", "escape-string-regexp": "^5.0.0", "globby": "^15.0.0", diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index adcf05a6cab..9693bad883f 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -4,6 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html A list of unreleased changes can be found [here](https://github.com/SAP/ui5-logger/compare/v4.0.2...HEAD). +## [5.0.0-alpha.9](https://github.com/UI5/cli/compare/logger-v5.0.0-alpha.8...logger-v5.0.0-alpha.9) (2026-08-31) + + +### Dependencies + +* Bump chalk from 5.6.2 to 6.0.0 ([62a3e39](https://github.com/UI5/cli/commit/62a3e3971ca3079b7cbfb6cfd4c28bd2e902e767)) + ## [5.0.0-alpha.8](https://github.com/UI5/cli/compare/logger-v5.0.0-alpha.7...logger-v5.0.0-alpha.8) (2026-08-14) diff --git a/packages/logger/package.json b/packages/logger/package.json index cd7c6424ba0..bebf79e026f 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/logger", - "version": "5.0.0-alpha.8", + "version": "5.0.0-alpha.9", "description": "UI5 CLI - Internal Logger", "author": { "name": "SAP SE", diff --git a/packages/project/CHANGELOG.md b/packages/project/CHANGELOG.md index 5ea77e66eef..2bc9c945c0f 100644 --- a/packages/project/CHANGELOG.md +++ b/packages/project/CHANGELOG.md @@ -4,6 +4,32 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v4.0.6...HEAD). +## [5.0.0-alpha.9](https://github.com/UI5/cli/compare/project-v5.0.0-alpha.8...project-v5.0.0-alpha.9) (2026-08-31) + + +### Features + +* Disable generation of library manifest ([#1533](https://github.com/UI5/cli/issues/1533)) ([7ead3c8](https://github.com/UI5/cli/commit/7ead3c874633abc4febfdef985e97b5458e062c1)) + + +### Bug Fixes + +* **project:** Include @ui5/project version in build signature ([7053fb9](https://github.com/UI5/cli/commit/7053fb9e00c9db95839d2ef0602d85dedaeb77e8)) +* **project:** Prevent npm config from reading UI5 CLI args ([3c62f0b](https://github.com/UI5/cli/commit/3c62f0b6236e86fdd9395b0b1d0b68f124c9e146)) + + +### Dependencies + +* Bump @npmcli/config from 10.12.0 to 11.0.1 ([#1494](https://github.com/UI5/cli/issues/1494)) ([9352f88](https://github.com/UI5/cli/commit/9352f88a6271d1698f48316db0cff3adb1882b59)) +* Bump chalk from 5.6.2 to 6.0.0 ([62a3e39](https://github.com/UI5/cli/commit/62a3e3971ca3079b7cbfb6cfd4c28bd2e902e767)) +* Bump the npm group with 7 updates ([77718d7](https://github.com/UI5/cli/commit/77718d760db51a2ab248d0454df1eb3d64facc9a)) +* The following workspace dependencies were updated + * dependencies + * @ui5/fs bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9 + * @ui5/logger bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9 + * peerDependencies + * @ui5/builder bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9 + ## [5.0.0-alpha.8](https://github.com/UI5/cli/compare/project-v5.0.0-alpha.7...project-v5.0.0-alpha.8) (2026-08-14) diff --git a/packages/project/package.json b/packages/project/package.json index ab68570c637..f921d5299af 100644 --- a/packages/project/package.json +++ b/packages/project/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/project", - "version": "5.0.0-alpha.8", + "version": "5.0.0-alpha.9", "description": "UI5 CLI - Project", "author": { "name": "SAP SE", @@ -62,8 +62,8 @@ "dependencies": { "@npmcli/config": "^11.0.1", "@parcel/watcher": "^2.6.0", - "@ui5/fs": "^5.0.0-alpha.8", - "@ui5/logger": "^5.0.0-alpha.8", + "@ui5/fs": "^5.0.0-alpha.9", + "@ui5/logger": "^5.0.0-alpha.9", "ajv": "^8.20.0", "ajv-errors": "^3.0.0", "chalk": "^6.0.0", @@ -85,7 +85,7 @@ "yesno": "^0.4.0" }, "peerDependencies": { - "@ui5/builder": "^5.0.0-alpha.8" + "@ui5/builder": "^5.0.0-alpha.9" }, "peerDependenciesMeta": { "@ui5/builder": { diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 141a2cc3448..c20dded1669 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -4,6 +4,33 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v4.0.7...HEAD). +## [5.0.0-alpha.9](https://github.com/UI5/cli/compare/server-v5.0.0-alpha.8...server-v5.0.0-alpha.9) (2026-08-31) + + +### ⚠ BREAKING CHANGES + +* The `--h2` option of `ui5 serve` has been removed. Use `--https` to serve the project over HTTPS. The `@ui5/server` `serve()` option `h2` and the returned `h2` property have been renamed to `https`. If you need HTTP/2 for local development, put a reverse proxy (e.g. nginx) in front of the server to terminate it. +* The internal Express server has been upgraded from Express 4 to Express 5. Review your custom middleware against the Express 5 migration guide (https://expressjs.com/en/guide/migrating-5/) and adjust it if necessary. + +### Features + +* Replace HTTP/2 support with HTTPS ([#1532](https://github.com/UI5/cli/issues/1532)) ([506dec4](https://github.com/UI5/cli/commit/506dec48c04ed75ed4d78e036f380d5493f6dd77)) + + +### Dependencies + +* Bump express from 4.22.2 to 5.2.1 ([87b2686](https://github.com/UI5/cli/commit/87b26860b83bcb27f910c470d2628c71bb2dd4b6)) +* Bump mime-types from 2.1.35 to 3.0.2 ([356df87](https://github.com/UI5/cli/commit/356df871173eca67c417c00161becf53d82ebc80)) +* Bump serve-index fork to 1.9.2 ([2995381](https://github.com/UI5/cli/commit/29953811d978aeb16c79e8c767236db027d8c648)) +* Bump the npm group with 7 updates ([77718d7](https://github.com/UI5/cli/commit/77718d760db51a2ab248d0454df1eb3d64facc9a)) +* The following workspace dependencies were updated + * dependencies + * @ui5/builder bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9 + * @ui5/fs bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9 + * @ui5/logger bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9 + * devDependencies + * @ui5/project bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9 + ## [5.0.0-alpha.8](https://github.com/UI5/cli/compare/server-v5.0.0-alpha.7...server-v5.0.0-alpha.8) (2026-08-14) diff --git a/packages/server/package.json b/packages/server/package.json index cc61c669946..52defc29084 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/server", - "version": "5.0.0-alpha.8", + "version": "5.0.0-alpha.9", "description": "UI5 CLI - Server", "author": { "name": "SAP SE", @@ -85,9 +85,9 @@ "directory": "packages/server" }, "dependencies": { - "@ui5/builder": "^5.0.0-alpha.8", - "@ui5/fs": "^5.0.0-alpha.8", - "@ui5/logger": "^5.0.0-alpha.8", + "@ui5/builder": "^5.0.0-alpha.9", + "@ui5/fs": "^5.0.0-alpha.9", + "@ui5/logger": "^5.0.0-alpha.9", "body-parser": "^2.3.0", "compression": "^1.8.1", "cors": "^2.8.6", @@ -106,7 +106,7 @@ }, "devDependencies": { "@istanbuljs/esm-loader-hook": "^0.3.0", - "@ui5/project": "^5.0.0-alpha.8", + "@ui5/project": "^5.0.0-alpha.9", "ava": "^8.0.1", "connect": "^3.7.0", "cross-env": "^10.1.0",