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": "4.0.2",
"packages/fs": "4.0.2",
"packages/builder": "4.0.11",
"packages/server": "4.0.7",
"packages/project": "4.0.6",
"packages/cli": "4.0.26"
"packages/logger": "5.0.0-alpha.0",
"packages/fs": "5.0.0-alpha.0",
"packages/builder": "5.0.0-alpha.0",
"packages/server": "5.0.0-alpha.0",
"packages/project": "5.0.0-alpha.0",
"packages/cli": "5.0.0-alpha.0"
}
65 changes: 42 additions & 23 deletions package-lock.json

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

18 changes: 18 additions & 0 deletions packages/builder/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-builder/compare/v4.0.11...HEAD).

<a name="5.0.0-alpha.0"></a>
## [5.0.0-alpha.0](https://github.com/UI5/cli/compare/builder-v4.0.11...builder-v5.0.0-alpha.0) (2025-11-25)


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

<a name="v4.0.11"></a>
## [v4.0.11] - 2025-09-11
### Bug Fixes
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": "4.0.11",
"version": "5.0.0-alpha.0",
"description": "UI5 CLI - Builder",
"author": {
"name": "SAP SE",
Expand Down Expand Up @@ -111,8 +111,8 @@
},
"dependencies": {
"@jridgewell/sourcemap-codec": "^1.5.5",
"@ui5/fs": "^4.0.2",
"@ui5/logger": "^4.0.2",
"@ui5/fs": "^5.0.0-alpha.0",
"@ui5/logger": "^5.0.0-alpha.0",
"cheerio": "1.0.0",
"escape-unicode": "^0.2.0",
"escope": "^4.0.0",
Expand All @@ -129,7 +129,7 @@
"devDependencies": {
"@istanbuljs/esm-loader-hook": "^0.3.0",
"@jridgewell/trace-mapping": "^0.3.31",
"@ui5/project": "^4.0.6",
"@ui5/project": "^5.0.0-alpha.0",
"ava": "^6.4.1",
"cross-env": "^7.0.3",
"depcheck": "^1.4.7",
Expand Down
25 changes: 25 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ 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).

<a name="5.0.0-alpha.0"></a>
## [5.0.0-alpha.0](https://github.com/UI5/cli/compare/cli-v4.0.26...cli-v5.0.0-alpha.0) (2025-11-25)


### Breaking Changes

* **cli:** Require Node.js 22.20.0 || >= 24.0.0
* **cli:** Default to Specification Version 5.0 in `ui5 init` ([c1b1432](https://github.com/UI5/cli/commit/c1b1432e6aeace8f5bd6cb5a8fa42685e1701c9b))


### Features

* **cli:** Use specVersion 5.0 in init command ([c1b1432](https://github.com/UI5/cli/commit/c1b1432e6aeace8f5bd6cb5a8fa42685e1701c9b))


### Dependencies

* The following workspace dependencies were updated
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately now we are also missing the consolidated changelog as we have for v4: https://github.com/SAP/ui5-cli/releases/tag/v4.0.37

Copy link
Copy Markdown
Member

@d3xter666 d3xter666 Dec 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a separate package and apart of the dependencies, release please does not care about hierarchies. We could have a consolidated backlog, but as a workaround- by including the root package (monorepo) and somehow replace CLI's Changelog with it. But that needs further research

* 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

<a name="v4.0.26"></a>
## [v4.0.26] - 2025-09-12
### Dependency Updates
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": "4.0.26",
"version": "5.0.0-alpha.0",
"description": "UI5 CLI - CLI",
"author": {
"name": "SAP SE",
Expand Down Expand Up @@ -104,11 +104,11 @@
"directory": "packages/cli"
},
"dependencies": {
"@ui5/builder": "^4.0.11",
"@ui5/fs": "^4.0.2",
"@ui5/logger": "^4.0.2",
"@ui5/project": "^4.0.6",
"@ui5/server": "^4.0.7",
"@ui5/builder": "^5.0.0-alpha.0",
"@ui5/fs": "^5.0.0-alpha.0",
"@ui5/logger": "^5.0.0-alpha.0",
"@ui5/project": "^5.0.0-alpha.0",
"@ui5/server": "^5.0.0-alpha.0",
"chalk": "^5.6.2",
"data-with-position": "^0.5.0",
"import-local": "^3.2.0",
Expand Down
Loading