Skip to content

Commit aad9db0

Browse files
release: UI5 CLI packages main (#1335)
🚜 New release prepared --- <details><summary>builder: 5.0.0-alpha.4</summary> ## [5.0.0-alpha.4](builder-v5.0.0-alpha.3...builder-v5.0.0-alpha.4) (2026-03-24) ### Features * **builder:** Add dynamic section for API reference during JSDoc build ([47970f7](47970f7)) * **builder:** Add hierarchical subsection support for API reference sections ([49a3ef5](49a3ef5)) * **builder:** Automatically add [@Lends](https://github.com/lends) tag to extend calls during JSdoc build ([3547f42](3547f42)) * **builder:** In JSDoc build, push the deprecation of namespaces down to the contained APIs ([71c08f2](71c08f2)) * **builder:** Mark cross-references to typedefs in the api.json (SDK variant) ([a474700](a474700)) ### Bug Fixes * **builder:** Improve JSDoc support for "module:" syntax ([aca05f0](aca05f0)) * **builder:** JSDoc: avoid errors when symbol has no events ([6e517e6](6e517e6)) ### Dependencies * The following workspace dependencies were updated * dependencies * @ui5/fs bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4 * @ui5/logger bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4 * devDependencies * @ui5/project bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4 </details> <details><summary>cli: 5.0.0-alpha.4</summary> ## [5.0.0-alpha.4](cli-v5.0.0-alpha.3...cli-v5.0.0-alpha.4) (2026-03-24) ### chore * **cli:** Synchronize ui5-cli-packages versions ### Dependencies * The following workspace dependencies were updated * dependencies * @ui5/builder bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4 * @ui5/fs bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4 * @ui5/logger bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4 * @ui5/project bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4 * @ui5/server bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4 </details> <details><summary>fs: 5.0.0-alpha.4</summary> ## [5.0.0-alpha.4](fs-v5.0.0-alpha.3...fs-v5.0.0-alpha.4) (2026-03-24) ### chore * **fs:** Synchronize ui5-cli-packages versions ### Dependencies * The following workspace dependencies were updated * dependencies * @ui5/logger bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4 </details> <details><summary>logger: 5.0.0-alpha.4</summary> ## [5.0.0-alpha.4](logger-v5.0.0-alpha.3...logger-v5.0.0-alpha.4) (2026-03-24) ### chore * **logger:** Synchronize ui5-cli-packages versions </details> <details><summary>project: 5.0.0-alpha.4</summary> ## [5.0.0-alpha.4](project-v5.0.0-alpha.3...project-v5.0.0-alpha.4) (2026-03-24) ### chore * **project:** Synchronize ui5-cli-packages versions ### Dependencies * The following workspace dependencies were updated * dependencies * @ui5/fs bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4 * @ui5/logger bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4 * peerDependencies * @ui5/builder bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4 </details> <details><summary>server: 5.0.0-alpha.4</summary> ## [5.0.0-alpha.4](server-v5.0.0-alpha.3...server-v5.0.0-alpha.4) (2026-03-24) ### chore * **server:** Synchronize ui5-cli-packages versions ### Dependencies * The following workspace dependencies were updated * dependencies * @ui5/builder bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4 * @ui5/fs bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4 * @ui5/logger bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4 * devDependencies * @ui5/project bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4 </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 49a3ef5 commit aad9db0

File tree

14 files changed

+151
-50
lines changed

14 files changed

+151
-50
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.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"
2+
"packages/logger": "5.0.0-alpha.4",
3+
"packages/fs": "5.0.0-alpha.4",
4+
"packages/builder": "5.0.0-alpha.4",
5+
"packages/server": "5.0.0-alpha.4",
6+
"packages/project": "5.0.0-alpha.4",
7+
"packages/cli": "5.0.0-alpha.4"
88
}

package-lock.json

Lines changed: 22 additions & 22 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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ 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.4](https://github.com/UI5/cli/compare/builder-v5.0.0-alpha.3...builder-v5.0.0-alpha.4) (2026-03-24)
8+
9+
10+
### Features
11+
12+
* **builder:** Add dynamic section for API reference during JSDoc build ([47970f7](https://github.com/UI5/cli/commit/47970f74c4adf63625e4f330f19090083f563f82))
13+
* **builder:** Add hierarchical subsection support for API reference sections ([49a3ef5](https://github.com/UI5/cli/commit/49a3ef569074ff84b5f6dfc2cfc619cd1654c2c8))
14+
* **builder:** Automatically add [@lends](https://github.com/lends) tag to extend calls during JSdoc build ([3547f42](https://github.com/UI5/cli/commit/3547f425b33663f7e5e2618a6d876fe018058d99))
15+
* **builder:** In JSDoc build, push the deprecation of namespaces down to the contained APIs ([71c08f2](https://github.com/UI5/cli/commit/71c08f2bb1d2cfee34ab9ca2e9e6042b5e67ae0c))
16+
* **builder:** Mark cross-references to typedefs in the api.json (SDK variant) ([a474700](https://github.com/UI5/cli/commit/a47470050e804192bfab857f6c224faa6e445e10))
17+
18+
19+
### Bug Fixes
20+
21+
* **builder:** Improve JSDoc support for "module:" syntax ([aca05f0](https://github.com/UI5/cli/commit/aca05f0b75561f33842ccb30248ede3a82f2ae46))
22+
* **builder:** JSDoc: avoid errors when symbol has no events ([6e517e6](https://github.com/UI5/cli/commit/6e517e6c7f480784b93e37e94dcf74e0a689427f))
23+
24+
25+
### Dependencies
26+
27+
* The following workspace dependencies were updated
28+
* dependencies
29+
* @ui5/fs bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4
30+
* @ui5/logger bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4
31+
* devDependencies
32+
* @ui5/project bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4
33+
734
## [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)
835

936

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.3",
3+
"version": "5.0.0-alpha.4",
44
"description": "UI5 CLI - Builder",
55
"author": {
66
"name": "SAP SE",
@@ -91,8 +91,8 @@
9191
},
9292
"dependencies": {
9393
"@jridgewell/sourcemap-codec": "^1.5.5",
94-
"@ui5/fs": "^5.0.0-alpha.3",
95-
"@ui5/logger": "^5.0.0-alpha.3",
94+
"@ui5/fs": "^5.0.0-alpha.4",
95+
"@ui5/logger": "^5.0.0-alpha.4",
9696
"cheerio": "1.0.0",
9797
"escape-unicode": "^0.3.0",
9898
"escope": "^4.0.0",
@@ -109,7 +109,7 @@
109109
"devDependencies": {
110110
"@istanbuljs/esm-loader-hook": "^0.3.0",
111111
"@jridgewell/trace-mapping": "^0.3.31",
112-
"@ui5/project": "^5.0.0-alpha.3",
112+
"@ui5/project": "^5.0.0-alpha.4",
113113
"ava": "^6.4.1",
114114
"cross-env": "^10.1.0",
115115
"eslint": "^9.36.0",

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.4](https://github.com/UI5/cli/compare/cli-v5.0.0-alpha.3...cli-v5.0.0-alpha.4) (2026-03-24)
8+
9+
10+
### chore
11+
12+
* **cli:** Synchronize ui5-cli-packages versions
13+
14+
15+
### Dependencies
16+
17+
* The following workspace dependencies were updated
18+
* dependencies
19+
* @ui5/builder bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4
20+
* @ui5/fs bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4
21+
* @ui5/logger bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4
22+
* @ui5/project bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4
23+
* @ui5/server bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4
24+
725
## [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)
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.3",
3+
"version": "5.0.0-alpha.4",
44
"description": "UI5 CLI - CLI",
55
"author": {
66
"name": "SAP SE",
@@ -51,11 +51,11 @@
5151
"directory": "packages/cli"
5252
},
5353
"dependencies": {
54-
"@ui5/builder": "^5.0.0-alpha.3",
55-
"@ui5/fs": "^5.0.0-alpha.3",
56-
"@ui5/logger": "^5.0.0-alpha.3",
57-
"@ui5/project": "^5.0.0-alpha.3",
58-
"@ui5/server": "^5.0.0-alpha.3",
54+
"@ui5/builder": "^5.0.0-alpha.4",
55+
"@ui5/fs": "^5.0.0-alpha.4",
56+
"@ui5/logger": "^5.0.0-alpha.4",
57+
"@ui5/project": "^5.0.0-alpha.4",
58+
"@ui5/server": "^5.0.0-alpha.4",
5959
"chalk": "^5.6.2",
6060
"data-with-position": "^0.5.0",
6161
"import-local": "^3.2.0",

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

7+
## [5.0.0-alpha.4](https://github.com/UI5/cli/compare/fs-v5.0.0-alpha.3...fs-v5.0.0-alpha.4) (2026-03-24)
8+
9+
10+
### chore
11+
12+
* **fs:** Synchronize ui5-cli-packages versions
13+
14+
15+
### Dependencies
16+
17+
* The following workspace dependencies were updated
18+
* dependencies
19+
* @ui5/logger bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4
20+
721
## [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)
822

923

packages/fs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/fs",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"description": "UI5 CLI - File System Abstraction",
55
"author": {
66
"name": "SAP SE",
@@ -55,7 +55,7 @@
5555
"directory": "packages/fs"
5656
},
5757
"dependencies": {
58-
"@ui5/logger": "^5.0.0-alpha.3",
58+
"@ui5/logger": "^5.0.0-alpha.4",
5959
"clone": "^2.1.2",
6060
"escape-string-regexp": "^5.0.0",
6161
"globby": "^15.0.0",

packages/logger/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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-logger/compare/v4.0.2...HEAD).
66

7+
## [5.0.0-alpha.4](https://github.com/UI5/cli/compare/logger-v5.0.0-alpha.3...logger-v5.0.0-alpha.4) (2026-03-24)
8+
9+
10+
### chore
11+
12+
* **logger:** Synchronize ui5-cli-packages versions
13+
714
## [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)
815

916

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/logger",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"description": "UI5 CLI - Internal Logger",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)