Skip to content

Commit efe7bdc

Browse files
release: UI5 CLI packages main
1 parent 0e7b1b8 commit efe7bdc

File tree

14 files changed

+155
-51
lines changed

14 files changed

+155
-51
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": "5.0.0-alpha.2",
3-
"packages/fs": "5.0.0-alpha.2",
4-
"packages/builder": "5.0.0-alpha.2",
5-
"packages/server": "5.0.0-alpha.2",
6-
"packages/project": "5.0.0-alpha.2",
7-
"packages/cli": "5.0.0-alpha.2"
2+
"packages/logger": "5.0.0-alpha.3",
3+
"packages/fs": "5.0.0-alpha.3",
4+
"packages/builder": "5.0.0-alpha.3",
5+
"packages/server": "5.0.0-alpha.3",
6+
"packages/project": "5.0.0-alpha.3",
7+
"packages/cli": "5.0.0-alpha.3"
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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+
## [5.0.0-alpha.3](https://github.com/UI5/cli/compare/builder-v5.0.0-alpha.2...builder-v5.0.0-alpha.3) (2026-01-15)
8+
9+
10+
### Dependencies
11+
12+
* 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))
13+
* 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))
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @ui5/fs bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3
17+
* @ui5/logger bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3
18+
* devDependencies
19+
* @ui5/project bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3
20+
721
## [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)
822

923

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": "5.0.0-alpha.2",
3+
"version": "5.0.0-alpha.3",
44
"description": "UI5 CLI - Builder",
55
"author": {
66
"name": "SAP SE",
@@ -92,8 +92,8 @@
9292
},
9393
"dependencies": {
9494
"@jridgewell/sourcemap-codec": "^1.5.5",
95-
"@ui5/fs": "^5.0.0-alpha.2",
96-
"@ui5/logger": "^5.0.0-alpha.2",
95+
"@ui5/fs": "^5.0.0-alpha.3",
96+
"@ui5/logger": "^5.0.0-alpha.3",
9797
"cheerio": "1.0.0",
9898
"escape-unicode": "^0.3.0",
9999
"escope": "^4.0.0",
@@ -110,7 +110,7 @@
110110
"devDependencies": {
111111
"@istanbuljs/esm-loader-hook": "^0.3.0",
112112
"@jridgewell/trace-mapping": "^0.3.31",
113-
"@ui5/project": "^5.0.0-alpha.2",
113+
"@ui5/project": "^5.0.0-alpha.3",
114114
"ava": "^6.4.1",
115115
"cross-env": "^7.0.3",
116116
"depcheck": "^1.4.7",

packages/cli/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-cli/compare/v4.0.26...HEAD).
66

7+
## [5.0.0-alpha.3](https://github.com/UI5/cli/compare/cli-v5.0.0-alpha.2...cli-v5.0.0-alpha.3) (2026-01-15)
8+
9+
10+
### Performance Improvements
11+
12+
* **cli:** Add CPU profiling support ([#1260](https://github.com/UI5/cli/issues/1260)) ([d73f6b4](https://github.com/UI5/cli/commit/d73f6b41ccb123ecb4357f6d3a178e900c070087))
13+
14+
15+
### Dependencies
16+
17+
* The following workspace dependencies were updated
18+
* dependencies
19+
* @ui5/builder bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3
20+
* @ui5/fs bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3
21+
* @ui5/logger bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3
22+
* @ui5/project bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3
23+
* @ui5/server bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3
24+
725
## [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)
826

927

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": "5.0.0-alpha.2",
3+
"version": "5.0.0-alpha.3",
44
"description": "UI5 CLI - CLI",
55
"author": {
66
"name": "SAP SE",
@@ -52,11 +52,11 @@
5252
"directory": "packages/cli"
5353
},
5454
"dependencies": {
55-
"@ui5/builder": "^5.0.0-alpha.2",
56-
"@ui5/fs": "^5.0.0-alpha.2",
57-
"@ui5/logger": "^5.0.0-alpha.2",
58-
"@ui5/project": "^5.0.0-alpha.2",
59-
"@ui5/server": "^5.0.0-alpha.2",
55+
"@ui5/builder": "^5.0.0-alpha.3",
56+
"@ui5/fs": "^5.0.0-alpha.3",
57+
"@ui5/logger": "^5.0.0-alpha.3",
58+
"@ui5/project": "^5.0.0-alpha.3",
59+
"@ui5/server": "^5.0.0-alpha.3",
6060
"chalk": "^5.6.2",
6161
"data-with-position": "^0.5.0",
6262
"import-local": "^3.2.0",

0 commit comments

Comments
 (0)