Skip to content

Commit 76fbae6

Browse files
release: UI5 CLI packages main (#1198)
🚜 New release prepared --- <details><summary>builder: 5.0.0-alpha.0</summary> ## [5.0.0-alpha.0](builder-v4.0.11...builder-v5.0.0-alpha.0) (2025-12-02) ### Breaking Changes * **builder:** Require Node.js 22.20.0 || >= 24.0.0 ### Dependencies * The following workspace dependencies were updated * dependencies * @ui5/fs bumped from ^4.0.2 to ^5.0.0-alpha.0 * @ui5/logger bumped from ^4.0.2 to ^5.0.0-alpha.0 * devDependencies * @ui5/project bumped from ^4.0.6 to ^5.0.0-alpha.0 </details> <details><summary>cli: 5.0.0-alpha.0</summary> ## [5.0.0-alpha.0](cli-v4.0.26...cli-v5.0.0-alpha.0) (2025-12-02) ### Breaking Changes * **cli:** Require Node.js 22.20.0 || >= 24.0.0 * **cli:** Default to Specification Version 5.0 in `ui5 init` ([c1b1432](c1b1432)) ### Features * **cli:** Use specVersion 5.0 in init command ([c1b1432](c1b1432)) ### Dependencies * The following workspace dependencies were updated * dependencies * @ui5/builder bumped from ^4.0.11 to ^5.0.0-alpha.0 * @ui5/fs bumped from ^4.0.2 to ^5.0.0-alpha.0 * @ui5/logger bumped from ^4.0.2 to ^5.0.0-alpha.0 * @ui5/project bumped from ^4.0.6 to ^5.0.0-alpha.0 * @ui5/server bumped from ^4.0.7 to ^5.0.0-alpha.0 </details> <details><summary>fs: 5.0.0-alpha.0</summary> ## [5.0.0-alpha.0](fs-v4.0.2...fs-v5.0.0-alpha.0) (2025-12-02) ### Breaking Changes * **fs:** Require Node.js 22.20.0 || >= 24.0.0 ### Dependencies * The following workspace dependencies were updated * dependencies * @ui5/logger bumped from ^4.0.2 to ^5.0.0-alpha.0 </details> <details><summary>logger: 5.0.0-alpha.0</summary> ## [5.0.0-alpha.0](logger-v4.0.2...logger-v5.0.0-alpha.0) (2025-12-02) ### Breaking Changes * **logger:** Require Node.js 22.20.0 || >= 24.0.0 ### Features * **logger:** Add module filtering, task-skip event ([5a1b071](5a1b071)) </details> <details><summary>project: 5.0.0-alpha.0</summary> ## [5.0.0-alpha.0](project-v4.0.6...project-v5.0.0-alpha.0) (2025-12-02) ### Breaking Changes * **project:** Require Node.js 22.20.0 || >= 24.0.0 ### Features * **project:** Add component type ([46eb4e4](46eb4e4)) * **project:** Add Specification Version 5.0 ([1452401](1452401)) ### Dependencies * The following workspace dependencies were updated * dependencies * @ui5/fs bumped from ^4.0.2 to ^5.0.0-alpha.0 * @ui5/logger bumped from ^4.0.2 to ^5.0.0-alpha.0 * peerDependencies * @ui5/builder bumped from ^4.0.11 to ^5.0.0-alpha.0 </details> <details><summary>server: 5.0.0-alpha.0</summary> ## [5.0.0-alpha.0](server-v4.0.7...server-v5.0.0-alpha.0) (2025-12-02) ### Breaking Changes * **server:** Require Node.js 22.20.0 || >= 24.0.0 ### Dependencies * The following workspace dependencies were updated * dependencies * @ui5/builder bumped from ^4.0.11 to ^5.0.0-alpha.0 * @ui5/fs bumped from ^4.0.2 to ^5.0.0-alpha.0 * @ui5/logger bumped from ^4.0.2 to ^5.0.0-alpha.0 * devDependencies * @ui5/project bumped from ^4.0.6 to ^5.0.0-alpha.0 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 60d176d commit 76fbae6

File tree

14 files changed

+184
-52
lines changed

14 files changed

+184
-52
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"packages/logger": "4.0.2",
3-
"packages/fs": "4.0.2",
4-
"packages/builder": "4.0.11",
5-
"packages/server": "4.0.7",
6-
"packages/project": "4.0.6",
7-
"packages/cli": "4.0.26"
2+
"packages/logger": "5.0.0-alpha.0",
3+
"packages/fs": "5.0.0-alpha.0",
4+
"packages/builder": "5.0.0-alpha.0",
5+
"packages/server": "5.0.0-alpha.0",
6+
"packages/project": "5.0.0-alpha.0",
7+
"packages/cli": "5.0.0-alpha.0"
88
}

package-lock.json

Lines changed: 42 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/builder/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
44

55
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v4.0.11...HEAD).
66

7+
<a name="5.0.0-alpha.0"></a>
8+
## [5.0.0-alpha.0](https://github.com/UI5/cli/compare/builder-v4.0.11...builder-v5.0.0-alpha.0) (2025-11-25)
9+
10+
11+
### Breaking Changes
12+
13+
* **builder:** Require Node.js 22.20.0 || >= 24.0.0
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* dependencies
20+
* @ui5/fs bumped from ^4.0.2 to ^5.0.0-alpha.0
21+
* @ui5/logger bumped from ^4.0.2 to ^5.0.0-alpha.0
22+
* devDependencies
23+
* @ui5/project bumped from ^4.0.6 to ^5.0.0-alpha.0
24+
725
<a name="v4.0.11"></a>
826
## [v4.0.11] - 2025-09-11
927
### Bug Fixes

packages/builder/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/builder",
3-
"version": "4.0.11",
3+
"version": "5.0.0-alpha.0",
44
"description": "UI5 CLI - Builder",
55
"author": {
66
"name": "SAP SE",
@@ -111,8 +111,8 @@
111111
},
112112
"dependencies": {
113113
"@jridgewell/sourcemap-codec": "^1.5.5",
114-
"@ui5/fs": "^4.0.2",
115-
"@ui5/logger": "^4.0.2",
114+
"@ui5/fs": "^5.0.0-alpha.0",
115+
"@ui5/logger": "^5.0.0-alpha.0",
116116
"cheerio": "1.0.0",
117117
"escape-unicode": "^0.2.0",
118118
"escope": "^4.0.0",
@@ -129,7 +129,7 @@
129129
"devDependencies": {
130130
"@istanbuljs/esm-loader-hook": "^0.3.0",
131131
"@jridgewell/trace-mapping": "^0.3.31",
132-
"@ui5/project": "^4.0.6",
132+
"@ui5/project": "^5.0.0-alpha.0",
133133
"ava": "^6.4.1",
134134
"cross-env": "^7.0.3",
135135
"depcheck": "^1.4.7",

packages/cli/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
44

55
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.26...HEAD).
66

7+
<a name="5.0.0-alpha.0"></a>
8+
## [5.0.0-alpha.0](https://github.com/UI5/cli/compare/cli-v4.0.26...cli-v5.0.0-alpha.0) (2025-11-25)
9+
10+
11+
### Breaking Changes
12+
13+
* **cli:** Require Node.js 22.20.0 || >= 24.0.0
14+
* **cli:** Default to Specification Version 5.0 in `ui5 init` ([c1b1432](https://github.com/UI5/cli/commit/c1b1432e6aeace8f5bd6cb5a8fa42685e1701c9b))
15+
16+
17+
### Features
18+
19+
* **cli:** Use specVersion 5.0 in init command ([c1b1432](https://github.com/UI5/cli/commit/c1b1432e6aeace8f5bd6cb5a8fa42685e1701c9b))
20+
21+
22+
### Dependencies
23+
24+
* The following workspace dependencies were updated
25+
* dependencies
26+
* @ui5/builder bumped from ^4.0.11 to ^5.0.0-alpha.0
27+
* @ui5/fs bumped from ^4.0.2 to ^5.0.0-alpha.0
28+
* @ui5/logger bumped from ^4.0.2 to ^5.0.0-alpha.0
29+
* @ui5/project bumped from ^4.0.6 to ^5.0.0-alpha.0
30+
* @ui5/server bumped from ^4.0.7 to ^5.0.0-alpha.0
31+
732
<a name="v4.0.26"></a>
833
## [v4.0.26] - 2025-09-12
934
### Dependency Updates

packages/cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/cli",
3-
"version": "4.0.26",
3+
"version": "5.0.0-alpha.0",
44
"description": "UI5 CLI - CLI",
55
"author": {
66
"name": "SAP SE",
@@ -104,11 +104,11 @@
104104
"directory": "packages/cli"
105105
},
106106
"dependencies": {
107-
"@ui5/builder": "^4.0.11",
108-
"@ui5/fs": "^4.0.2",
109-
"@ui5/logger": "^4.0.2",
110-
"@ui5/project": "^4.0.6",
111-
"@ui5/server": "^4.0.7",
107+
"@ui5/builder": "^5.0.0-alpha.0",
108+
"@ui5/fs": "^5.0.0-alpha.0",
109+
"@ui5/logger": "^5.0.0-alpha.0",
110+
"@ui5/project": "^5.0.0-alpha.0",
111+
"@ui5/server": "^5.0.0-alpha.0",
112112
"chalk": "^5.6.2",
113113
"data-with-position": "^0.5.0",
114114
"import-local": "^3.2.0",

0 commit comments

Comments
 (0)