Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"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"
"packages/logger": "5.0.0-alpha.4",
"packages/fs": "5.0.0-alpha.4",
"packages/builder": "5.0.0-alpha.4",
"packages/server": "5.0.0-alpha.4",
"packages/project": "5.0.0-alpha.4",
"packages/cli": "5.0.0-alpha.4"
}
44 changes: 22 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-builder/compare/v4.0.11...HEAD).

## [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)


### Features

* **builder:** Add dynamic section for API reference during JSDoc build ([47970f7](https://github.com/UI5/cli/commit/47970f74c4adf63625e4f330f19090083f563f82))
* **builder:** Add hierarchical subsection support for API reference sections ([49a3ef5](https://github.com/UI5/cli/commit/49a3ef569074ff84b5f6dfc2cfc619cd1654c2c8))
* **builder:** Automatically add [@lends](https://github.com/lends) tag to extend calls during JSdoc build ([3547f42](https://github.com/UI5/cli/commit/3547f425b33663f7e5e2618a6d876fe018058d99))
* **builder:** In JSDoc build, push the deprecation of namespaces down to the contained APIs ([71c08f2](https://github.com/UI5/cli/commit/71c08f2bb1d2cfee34ab9ca2e9e6042b5e67ae0c))
* **builder:** Mark cross-references to typedefs in the api.json (SDK variant) ([a474700](https://github.com/UI5/cli/commit/a47470050e804192bfab857f6c224faa6e445e10))


### Bug Fixes

* **builder:** Improve JSDoc support for "module:" syntax ([aca05f0](https://github.com/UI5/cli/commit/aca05f0b75561f33842ccb30248ede3a82f2ae46))
* **builder:** JSDoc: avoid errors when symbol has no events ([6e517e6](https://github.com/UI5/cli/commit/6e517e6c7f480784b93e37e94dcf74e0a689427f))


### 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

## [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)


Expand Down
8 changes: 4 additions & 4 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/builder",
"version": "5.0.0-alpha.3",
"version": "5.0.0-alpha.4",
"description": "UI5 CLI - Builder",
"author": {
"name": "SAP SE",
Expand Down Expand Up @@ -91,8 +91,8 @@
},
"dependencies": {
"@jridgewell/sourcemap-codec": "^1.5.5",
"@ui5/fs": "^5.0.0-alpha.3",
"@ui5/logger": "^5.0.0-alpha.3",
"@ui5/fs": "^5.0.0-alpha.4",
"@ui5/logger": "^5.0.0-alpha.4",
"cheerio": "1.0.0",
"escape-unicode": "^0.3.0",
"escope": "^4.0.0",
Expand All @@ -109,7 +109,7 @@
"devDependencies": {
"@istanbuljs/esm-loader-hook": "^0.3.0",
"@jridgewell/trace-mapping": "^0.3.31",
"@ui5/project": "^5.0.0-alpha.3",
"@ui5/project": "^5.0.0-alpha.4",
"ava": "^6.4.1",
"cross-env": "^10.1.0",
"eslint": "^9.36.0",
Expand Down
18 changes: 18 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/UI5/cli/compare/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

## [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)


Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/cli",
"version": "5.0.0-alpha.3",
"version": "5.0.0-alpha.4",
"description": "UI5 CLI - CLI",
"author": {
"name": "SAP SE",
Expand Down Expand Up @@ -51,11 +51,11 @@
"directory": "packages/cli"
},
"dependencies": {
"@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",
"@ui5/builder": "^5.0.0-alpha.4",
"@ui5/fs": "^5.0.0-alpha.4",
"@ui5/logger": "^5.0.0-alpha.4",
"@ui5/project": "^5.0.0-alpha.4",
"@ui5/server": "^5.0.0-alpha.4",
"chalk": "^5.6.2",
"data-with-position": "^0.5.0",
"import-local": "^3.2.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/UI5/cli/compare/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

## [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)


Expand Down
4 changes: 2 additions & 2 deletions packages/fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/fs",
"version": "5.0.0-alpha.3",
"version": "5.0.0-alpha.4",
"description": "UI5 CLI - File System Abstraction",
"author": {
"name": "SAP SE",
Expand Down Expand Up @@ -55,7 +55,7 @@
"directory": "packages/fs"
},
"dependencies": {
"@ui5/logger": "^5.0.0-alpha.3",
"@ui5/logger": "^5.0.0-alpha.4",
"clone": "^2.1.2",
"escape-string-regexp": "^5.0.0",
"globby": "^15.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/UI5/cli/compare/logger-v5.0.0-alpha.3...logger-v5.0.0-alpha.4) (2026-03-24)


### chore

* **logger:** Synchronize ui5-cli-packages versions

## [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/logger",
"version": "5.0.0-alpha.3",
"version": "5.0.0-alpha.4",
"description": "UI5 CLI - Internal Logger",
"author": {
"name": "SAP SE",
Expand Down
17 changes: 17 additions & 0 deletions packages/project/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ 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.4](https://github.com/UI5/cli/compare/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

## [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)


Expand Down
8 changes: 4 additions & 4 deletions packages/project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/project",
"version": "5.0.0-alpha.3",
"version": "5.0.0-alpha.4",
"description": "UI5 CLI - Project",
"author": {
"name": "SAP SE",
Expand Down Expand Up @@ -57,8 +57,8 @@
},
"dependencies": {
"@npmcli/config": "^10.4.0",
"@ui5/fs": "^5.0.0-alpha.3",
"@ui5/logger": "^5.0.0-alpha.3",
"@ui5/fs": "^5.0.0-alpha.4",
"@ui5/logger": "^5.0.0-alpha.4",
"ajv": "^8.18.0",
"ajv-errors": "^3.0.0",
"chalk": "^5.6.2",
Expand All @@ -79,7 +79,7 @@
"yesno": "^0.4.0"
},
"peerDependencies": {
"@ui5/builder": "^5.0.0-alpha.3"
"@ui5/builder": "^5.0.0-alpha.4"
},
"peerDependenciesMeta": {
"@ui5/builder": {
Expand Down
18 changes: 18 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-server/compare/v4.0.7...HEAD).

## [5.0.0-alpha.4](https://github.com/UI5/cli/compare/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

## [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)


Expand Down
Loading
Loading