From 261448219240bd26c854c26fa8d7aecf8e55a66f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 11:05:57 +0000 Subject: [PATCH] release: UI5 CLI packages main --- .release-please-manifest.json | 12 +++--- package-lock.json | 74 +++++++++++++++++++---------------- packages/builder/CHANGELOG.md | 21 ++++++++++ packages/builder/package.json | 8 ++-- packages/cli/CHANGELOG.md | 18 +++++++++ packages/cli/package.json | 12 +++--- packages/fs/CHANGELOG.md | 14 +++++++ packages/fs/package.json | 4 +- packages/logger/CHANGELOG.md | 7 ++++ packages/logger/package.json | 2 +- packages/project/CHANGELOG.md | 21 ++++++++++ packages/project/package.json | 8 ++-- packages/server/CHANGELOG.md | 19 +++++++++ packages/server/package.json | 10 ++--- 14 files changed, 169 insertions(+), 61 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index be9345e9351..153ada38c50 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,8 +1,8 @@ { - "packages/logger": "5.0.0-alpha.2", - "packages/fs": "5.0.0-alpha.2", - "packages/builder": "5.0.0-alpha.2", - "packages/server": "5.0.0-alpha.2", - "packages/project": "5.0.0-alpha.2", - "packages/cli": "5.0.0-alpha.2" + "packages/logger": "5.0.0-alpha.3", + "packages/fs": "5.0.0-alpha.3", + "packages/builder": "5.0.0-alpha.3", + "packages/server": "5.0.0-alpha.3", + "packages/project": "5.0.0-alpha.3", + "packages/cli": "5.0.0-alpha.3" } diff --git a/package-lock.json b/package-lock.json index e6052f82c07..927fd19befe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -305,6 +305,7 @@ "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.48.0.tgz", "integrity": "sha512-RB9bKgYTVUiOcEb5bOcZ169jiiVW811dCsJoLT19DcbbFmU4QaK0ghSTssij35QBQ3SCOitXOUrHcGgNVwS7sQ==", "license": "MIT", + "peer": true, "dependencies": { "@algolia/client-common": "5.48.0", "@algolia/requester-browser-xhr": "5.48.0", @@ -457,6 +458,7 @@ "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@babel/code-frame": "^7.29.0", "@babel/generator": "^7.29.0", @@ -5357,7 +5359,8 @@ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", "dev": true, - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@types/linkify-it": { "version": "5.0.0", @@ -5370,6 +5373,7 @@ "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.1.2.tgz", "integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==", "license": "MIT", + "peer": true, "dependencies": { "@types/linkify-it": "^5", "@types/mdurl": "^2" @@ -5395,6 +5399,7 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-25.2.3.tgz", "integrity": "sha512-m0jEgYlYz+mDJZ2+F4v8D1AyQb+QzsNqRuI7xg1VQX/KlKS0qT9r1Mo16yo5F/MtifXFgaofIFsdFMox2SxIbQ==", "license": "MIT", + "peer": true, "dependencies": { "undici-types": "~7.16.0" } @@ -5881,6 +5886,7 @@ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "license": "MIT", + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -5958,6 +5964,7 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "license": "MIT", + "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -5983,6 +5990,7 @@ "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-5.48.0.tgz", "integrity": "sha512-aD8EQC6KEman6/S79FtPdQmB7D4af/etcRL/KwiKFKgAE62iU8c5PeEQvpvIcBPurC3O/4Lj78nOl7ZcoazqSw==", "license": "MIT", + "peer": true, "dependencies": { "@algolia/abtesting": "1.14.0", "@algolia/client-abtesting": "5.48.0", @@ -6698,6 +6706,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "baseline-browser-mapping": "^2.9.0", "caniuse-lite": "^1.0.30001759", @@ -7715,6 +7724,7 @@ "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "env-paths": "^2.2.1", "import-fresh": "^3.3.0", @@ -8649,16 +8659,6 @@ "node": ">= 0.8" } }, - "node_modules/encoding": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", - "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", - "license": "MIT", - "optional": true, - "dependencies": { - "iconv-lite": "^0.6.2" - } - }, "node_modules/encoding-sniffer": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/encoding-sniffer/-/encoding-sniffer-0.2.1.tgz", @@ -8983,6 +8983,7 @@ "integrity": "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.1", @@ -10035,6 +10036,7 @@ "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.8.0.tgz", "integrity": "sha512-/yNdlIkpWbM0ptxno3ONTuf+2g318kh2ez3KSeZN5dZ8YC6AAmgeWz+GasYYiBJPFaYcSAPeu4GfhUaChzIJXA==", "license": "MIT", + "peer": true, "dependencies": { "tabbable": "^6.4.0" } @@ -12069,6 +12071,7 @@ "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==", "devOptional": true, "license": "MIT", + "peer": true, "bin": { "jiti": "lib/jiti-cli.mjs" } @@ -12749,6 +12752,7 @@ "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.1.tgz", "integrity": "sha512-BuU2qnTti9YKgK5N+IeMubp14ZUKUUw7yeJbkjtosvHiP0AZ5c8IAgEMk79D0eC8F23r4Ac/q8cAIFdm2FtyoA==", "license": "MIT", + "peer": true, "dependencies": { "argparse": "^2.0.1", "entities": "^4.4.0", @@ -14664,6 +14668,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "nanoid": "^3.3.11", "picocolors": "^1.1.1", @@ -16147,6 +16152,7 @@ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.57.1.tgz", "integrity": "sha512-oQL6lgK3e2QZeQ7gcgIkS2YZPg5slw37hYufJ3edKlfQSGGm8ICoxswK15ntSzF/a8+h7ekRy7k7oWc3BQ7y8A==", "license": "MIT", + "peer": true, "dependencies": { "@types/estree": "1.0.8" }, @@ -18655,6 +18661,7 @@ "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.21.tgz", "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==", "license": "MIT", + "peer": true, "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", @@ -18755,6 +18762,7 @@ "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.28.tgz", "integrity": "sha512-BRdrNfeoccSoIZeIhyPBfvWSLFP4q8J3u8Ju8Ug5vu3LdD+yTM13Sg4sKtljxozbnuMu1NB1X5HBHRYUzFocKg==", "license": "MIT", + "peer": true, "dependencies": { "@vue/compiler-dom": "3.5.28", "@vue/compiler-sfc": "3.5.28", @@ -19323,12 +19331,12 @@ }, "packages/builder": { "name": "@ui5/builder", - "version": "5.0.0-alpha.2", + "version": "5.0.0-alpha.3", "license": "Apache-2.0", "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.5", - "@ui5/fs": "^5.0.0-alpha.2", - "@ui5/logger": "^5.0.0-alpha.2", + "@ui5/fs": "^5.0.0-alpha.3", + "@ui5/logger": "^5.0.0-alpha.3", "cheerio": "1.0.0", "escape-unicode": "^0.3.0", "escope": "^4.0.0", @@ -19345,7 +19353,7 @@ "devDependencies": { "@istanbuljs/esm-loader-hook": "^0.3.0", "@jridgewell/trace-mapping": "^0.3.31", - "@ui5/project": "^5.0.0-alpha.2", + "@ui5/project": "^5.0.0-alpha.3", "ava": "^6.4.1", "cross-env": "^7.0.3", "eslint": "^9.36.0", @@ -19362,14 +19370,14 @@ }, "packages/cli": { "name": "@ui5/cli", - "version": "5.0.0-alpha.2", + "version": "5.0.0-alpha.3", "license": "Apache-2.0", "dependencies": { - "@ui5/builder": "^5.0.0-alpha.2", - "@ui5/fs": "^5.0.0-alpha.2", - "@ui5/logger": "^5.0.0-alpha.2", - "@ui5/project": "^5.0.0-alpha.2", - "@ui5/server": "^5.0.0-alpha.2", + "@ui5/builder": "^5.0.0-alpha.3", + "@ui5/fs": "^5.0.0-alpha.3", + "@ui5/logger": "^5.0.0-alpha.3", + "@ui5/project": "^5.0.0-alpha.3", + "@ui5/server": "^5.0.0-alpha.3", "chalk": "^5.6.2", "data-with-position": "^0.5.0", "import-local": "^3.2.0", @@ -19403,10 +19411,10 @@ }, "packages/fs": { "name": "@ui5/fs", - "version": "5.0.0-alpha.2", + "version": "5.0.0-alpha.3", "license": "Apache-2.0", "dependencies": { - "@ui5/logger": "^5.0.0-alpha.2", + "@ui5/logger": "^5.0.0-alpha.3", "clone": "^2.1.2", "escape-string-regexp": "^5.0.0", "globby": "^15.0.0", @@ -19474,7 +19482,7 @@ }, "packages/logger": { "name": "@ui5/logger", - "version": "5.0.0-alpha.2", + "version": "5.0.0-alpha.3", "license": "Apache-2.0", "dependencies": { "chalk": "^5.6.2", @@ -19516,12 +19524,12 @@ }, "packages/project": { "name": "@ui5/project", - "version": "5.0.0-alpha.2", + "version": "5.0.0-alpha.3", "license": "Apache-2.0", "dependencies": { "@npmcli/config": "^10.4.0", - "@ui5/fs": "^5.0.0-alpha.2", - "@ui5/logger": "^5.0.0-alpha.2", + "@ui5/fs": "^5.0.0-alpha.3", + "@ui5/logger": "^5.0.0-alpha.3", "ajv": "^6.12.6", "ajv-errors": "^1.0.1", "chalk": "^5.6.2", @@ -19561,7 +19569,7 @@ "npm": ">= 8" }, "peerDependencies": { - "@ui5/builder": "^5.0.0-alpha.2" + "@ui5/builder": "^5.0.0-alpha.3" }, "peerDependenciesMeta": { "@ui5/builder": { @@ -19593,12 +19601,12 @@ }, "packages/server": { "name": "@ui5/server", - "version": "5.0.0-alpha.2", + "version": "5.0.0-alpha.3", "license": "Apache-2.0", "dependencies": { - "@ui5/builder": "^5.0.0-alpha.2", - "@ui5/fs": "^5.0.0-alpha.2", - "@ui5/logger": "^5.0.0-alpha.2", + "@ui5/builder": "^5.0.0-alpha.3", + "@ui5/fs": "^5.0.0-alpha.3", + "@ui5/logger": "^5.0.0-alpha.3", "body-parser": "^2.2.2", "compression": "^1.8.1", "cors": "^2.8.5", @@ -19618,7 +19626,7 @@ }, "devDependencies": { "@istanbuljs/esm-loader-hook": "^0.3.0", - "@ui5/project": "^5.0.0-alpha.2", + "@ui5/project": "^5.0.0-alpha.3", "ava": "^6.4.1", "cross-env": "^7.0.3", "eslint": "^9.36.0", diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index add44c31c67..be49e108ec5 100644 --- a/packages/builder/CHANGELOG.md +++ b/packages/builder/CHANGELOG.md @@ -4,6 +4,27 @@ 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.3](https://github.com/UI5/cli/compare/builder-v5.0.0-alpha.2...builder-v5.0.0-alpha.3) (2026-02-13) + + +### Bug Fixes + +* Change Markdown syntax to [@example](https://github.com/example) in one place ([f7e2e73](https://github.com/UI5/cli/commit/f7e2e732570e3948d87c200ed5d64f65891a866d)) +* Fix gray code blocks in Markdown ([1cdd610](https://github.com/UI5/cli/commit/1cdd61060bd592b5c5f573635444d5ba37a8dc98)) +* Remove unnecessary space ([892ebca](https://github.com/UI5/cli/commit/892ebcadbd9ac4a3c0db84c7fb12c8c1e5daa1b6)) + + +### Dependencies + +* Bump escape-unicode from 0.2.0 to 0.3.0 ([#1160](https://github.com/UI5/cli/issues/1160)) ([90d07bd](https://github.com/UI5/cli/commit/90d07bdf9703e1072a8453a58302c00ac60ad83e)) +* Bump workerpool from 9.3.4 to 10.0.1 ([#1171](https://github.com/UI5/cli/issues/1171)) ([1f659b4](https://github.com/UI5/cli/commit/1f659b405038f91f6aa62d0cc29c32376e4e24d3)) +* The following workspace dependencies were updated + * dependencies + * @ui5/fs bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 + * @ui5/logger bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 + * devDependencies + * @ui5/project bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 + ## [5.0.0-alpha.2](https://github.com/UI5/cli/compare/builder-v5.0.0-alpha.1...builder-v5.0.0-alpha.2) (2025-12-15) diff --git a/packages/builder/package.json b/packages/builder/package.json index 25685ad2622..013ac24706f 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/builder", - "version": "5.0.0-alpha.2", + "version": "5.0.0-alpha.3", "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.2", - "@ui5/logger": "^5.0.0-alpha.2", + "@ui5/fs": "^5.0.0-alpha.3", + "@ui5/logger": "^5.0.0-alpha.3", "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.2", + "@ui5/project": "^5.0.0-alpha.3", "ava": "^6.4.1", "cross-env": "^7.0.3", "eslint": "^9.36.0", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 980fa4a04c7..b8612ee7649 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -4,6 +4,24 @@ 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.3](https://github.com/UI5/cli/compare/cli-v5.0.0-alpha.2...cli-v5.0.0-alpha.3) (2026-02-13) + + +### Performance Improvements + +* **cli:** Add CPU profiling support ([#1260](https://github.com/UI5/cli/issues/1260)) ([d73f6b4](https://github.com/UI5/cli/commit/d73f6b41ccb123ecb4357f6d3a178e900c070087)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ui5/builder bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 + * @ui5/fs bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 + * @ui5/logger bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 + * @ui5/project bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 + * @ui5/server bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 + ## [5.0.0-alpha.2](https://github.com/UI5/cli/compare/cli-v5.0.0-alpha.1...cli-v5.0.0-alpha.2) (2025-12-15) diff --git a/packages/cli/package.json b/packages/cli/package.json index 3aaa5cbd67d..387b5327c1b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/cli", - "version": "5.0.0-alpha.2", + "version": "5.0.0-alpha.3", "description": "UI5 CLI - CLI", "author": { "name": "SAP SE", @@ -51,11 +51,11 @@ "directory": "packages/cli" }, "dependencies": { - "@ui5/builder": "^5.0.0-alpha.2", - "@ui5/fs": "^5.0.0-alpha.2", - "@ui5/logger": "^5.0.0-alpha.2", - "@ui5/project": "^5.0.0-alpha.2", - "@ui5/server": "^5.0.0-alpha.2", + "@ui5/builder": "^5.0.0-alpha.3", + "@ui5/fs": "^5.0.0-alpha.3", + "@ui5/logger": "^5.0.0-alpha.3", + "@ui5/project": "^5.0.0-alpha.3", + "@ui5/server": "^5.0.0-alpha.3", "chalk": "^5.6.2", "data-with-position": "^0.5.0", "import-local": "^3.2.0", diff --git a/packages/fs/CHANGELOG.md b/packages/fs/CHANGELOG.md index caf4a75638e..a6084b7788b 100644 --- a/packages/fs/CHANGELOG.md +++ b/packages/fs/CHANGELOG.md @@ -4,6 +4,20 @@ 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.3](https://github.com/UI5/cli/compare/fs-v5.0.0-alpha.2...fs-v5.0.0-alpha.3) (2026-02-13) + + +### Bug Fixes + +* Fix gray code blocks in Markdown ([1cdd610](https://github.com/UI5/cli/commit/1cdd61060bd592b5c5f573635444d5ba37a8dc98)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ui5/logger bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 + ## [5.0.0-alpha.2](https://github.com/UI5/cli/compare/fs-v5.0.0-alpha.1...fs-v5.0.0-alpha.2) (2025-12-15) diff --git a/packages/fs/package.json b/packages/fs/package.json index b0f705fd8ee..e7aa96b6907 100644 --- a/packages/fs/package.json +++ b/packages/fs/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/fs", - "version": "5.0.0-alpha.2", + "version": "5.0.0-alpha.3", "description": "UI5 CLI - File System Abstraction", "author": { "name": "SAP SE", @@ -55,7 +55,7 @@ "directory": "packages/fs" }, "dependencies": { - "@ui5/logger": "^5.0.0-alpha.2", + "@ui5/logger": "^5.0.0-alpha.3", "clone": "^2.1.2", "escape-string-regexp": "^5.0.0", "globby": "^15.0.0", diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index a0d9cbc03b9..059502ee581 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.3](https://github.com/UI5/cli/compare/logger-v5.0.0-alpha.2...logger-v5.0.0-alpha.3) (2026-02-13) + + +### chore + +* **logger:** Synchronize ui5-cli-packages versions + ## [5.0.0-alpha.2](https://github.com/UI5/cli/compare/logger-v5.0.0-alpha.1...logger-v5.0.0-alpha.2) (2025-12-15) diff --git a/packages/logger/package.json b/packages/logger/package.json index c990c9ef7eb..decb6acaa0e 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/logger", - "version": "5.0.0-alpha.2", + "version": "5.0.0-alpha.3", "description": "UI5 CLI - Internal Logger", "author": { "name": "SAP SE", diff --git a/packages/project/CHANGELOG.md b/packages/project/CHANGELOG.md index 4e080a26094..7ff7fe47394 100644 --- a/packages/project/CHANGELOG.md +++ b/packages/project/CHANGELOG.md @@ -4,6 +4,27 @@ 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.3](https://github.com/UI5/cli/compare/project-v5.0.0-alpha.2...project-v5.0.0-alpha.3) (2026-02-13) + + +### Bug Fixes + +* Fix gray code blocks in Markdown ([1cdd610](https://github.com/UI5/cli/commit/1cdd61060bd592b5c5f573635444d5ba37a8dc98)) +* Fix wrong character ([1565e3e](https://github.com/UI5/cli/commit/1565e3e7d5367cee43f0a0f3030324ac4789bc30)) + + +### Dependencies + +* bump make-fetch-happen from 14.0.3 to 15.0.2 ([#1161](https://github.com/UI5/cli/issues/1161)) ([b202c51](https://github.com/UI5/cli/commit/b202c514715f5d8efe3fbfc1fcf73ae84a891925)) +* Bump pacote from 19.0.1 to 21.0.3 ([#1162](https://github.com/UI5/cli/issues/1162)) ([cb29ec1](https://github.com/UI5/cli/commit/cb29ec17a9bdaedf06e7a41032a97568881209c1)) +* Bump read-pkg from 9.0.1 to 10.0.0 ([#1297](https://github.com/UI5/cli/issues/1297)) ([44efc5a](https://github.com/UI5/cli/commit/44efc5abbaadce1ada0c0ebf6720faca5ec1d183)) +* The following workspace dependencies were updated + * dependencies + * @ui5/fs bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 + * @ui5/logger bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 + * peerDependencies + * @ui5/builder bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 + ## [5.0.0-alpha.2](https://github.com/UI5/cli/compare/project-v5.0.0-alpha.1...project-v5.0.0-alpha.2) (2025-12-15) diff --git a/packages/project/package.json b/packages/project/package.json index d0f3798c800..64bec2c55c0 100644 --- a/packages/project/package.json +++ b/packages/project/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/project", - "version": "5.0.0-alpha.2", + "version": "5.0.0-alpha.3", "description": "UI5 CLI - Project", "author": { "name": "SAP SE", @@ -57,8 +57,8 @@ }, "dependencies": { "@npmcli/config": "^10.4.0", - "@ui5/fs": "^5.0.0-alpha.2", - "@ui5/logger": "^5.0.0-alpha.2", + "@ui5/fs": "^5.0.0-alpha.3", + "@ui5/logger": "^5.0.0-alpha.3", "ajv": "^6.12.6", "ajv-errors": "^1.0.1", "chalk": "^5.6.2", @@ -79,7 +79,7 @@ "yesno": "^0.4.0" }, "peerDependencies": { - "@ui5/builder": "^5.0.0-alpha.2" + "@ui5/builder": "^5.0.0-alpha.3" }, "peerDependenciesMeta": { "@ui5/builder": { diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 9254b1a2aae..6aa74a4027d 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -4,6 +4,25 @@ 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.3](https://github.com/UI5/cli/compare/server-v5.0.0-alpha.2...server-v5.0.0-alpha.3) (2026-02-13) + + +### Bug Fixes + +* Fix gray code blocks in Markdown ([1cdd610](https://github.com/UI5/cli/commit/1cdd61060bd592b5c5f573635444d5ba37a8dc98)) + + +### Dependencies + +* Bump body-parser from 1.20.4 to 2.2.2 ([#1272](https://github.com/UI5/cli/issues/1272)) ([8619d21](https://github.com/UI5/cli/commit/8619d21f02f8a74975c572d6b9d967fa5495b2e1)) +* The following workspace dependencies were updated + * dependencies + * @ui5/builder bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 + * @ui5/fs bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 + * @ui5/logger bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 + * devDependencies + * @ui5/project bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 + ## [5.0.0-alpha.2](https://github.com/UI5/cli/compare/server-v5.0.0-alpha.1...server-v5.0.0-alpha.2) (2025-12-15) diff --git a/packages/server/package.json b/packages/server/package.json index 2b621411ee3..83b9b10c7fe 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/server", - "version": "5.0.0-alpha.2", + "version": "5.0.0-alpha.3", "description": "UI5 CLI - Server", "author": { "name": "SAP SE", @@ -86,9 +86,9 @@ "directory": "packages/server" }, "dependencies": { - "@ui5/builder": "^5.0.0-alpha.2", - "@ui5/fs": "^5.0.0-alpha.2", - "@ui5/logger": "^5.0.0-alpha.2", + "@ui5/builder": "^5.0.0-alpha.3", + "@ui5/fs": "^5.0.0-alpha.3", + "@ui5/logger": "^5.0.0-alpha.3", "body-parser": "^2.2.2", "compression": "^1.8.1", "cors": "^2.8.5", @@ -108,7 +108,7 @@ }, "devDependencies": { "@istanbuljs/esm-loader-hook": "^0.3.0", - "@ui5/project": "^5.0.0-alpha.2", + "@ui5/project": "^5.0.0-alpha.3", "ava": "^6.4.1", "cross-env": "^7.0.3", "eslint": "^9.36.0",