Skip to content
Open
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
10 changes: 5 additions & 5 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/fs": "5.0.0-alpha.0",
"packages/builder": "5.0.0-alpha.0",
"packages/server": "4.0.8",
"packages/project": "5.0.0-alpha.0",
"packages/cli": "5.0.0-alpha.0"
}
32 changes: 16 additions & 16 deletions package-lock.json

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

16 changes: 16 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ 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="v4.0.11"></a>
## [5.0.0-alpha.0](https://github.com/UI5/cli/compare/builder-v4.0.11...builder-v5.0.0-alpha.0) (2025-11-20)


### Features

* **builder:** Enhance generateFlexChangeBundle task to add new 'flexBundle' property to the manifest.json ([#1165](https://github.com/UI5/cli/issues/1165)) ([7ee5914](https://github.com/UI5/cli/commit/7ee5914f5ee636b24846a8dbd9bc617adb9dbe45))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ui5/fs 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

## [v4.0.11] - 2025-09-11
### Bug Fixes
- Rename project to UI5 CLI [`2d0cb3a`](https://github.com/SAP/ui5-builder/commit/2d0cb3a222508facec0a4103d048f92c2fd0b41f)
Expand Down
6 changes: 3 additions & 3 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,7 +111,7 @@
},
"dependencies": {
"@jridgewell/sourcemap-codec": "^1.5.5",
"@ui5/fs": "^4.0.2",
"@ui5/fs": "^5.0.0-alpha.0",
"@ui5/logger": "^4.0.2",
"cheerio": "1.0.0",
"escape-unicode": "^0.2.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
24 changes: 24 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ 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="v4.0.26"></a>
## [5.0.0-alpha.0](https://github.com/UI5/cli/compare/cli-v4.0.26...cli-v5.0.0-alpha.0) (2025-11-20)


### Features

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


### Bug Fixes

* **cli:** Link to "Local vs. Global Installation" docs ([9312283](https://github.com/UI5/cli/commit/93122834a60d565ce4c37223b6b2f140930bc86c))


### Dependencies

* Bump js-yaml ([#1197](https://github.com/UI5/cli/issues/1197)) ([78d312b](https://github.com/UI5/cli/commit/78d312bc62fa7004ddca87f44ca6acac94e9d1fa))
* **cli:** Remove npm-shrinkwrap.json ([fe48278](https://github.com/UI5/cli/commit/fe48278d8f1ee6ef810a627e0492298e52df1e43))
* 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/project bumped from ^4.0.6 to ^5.0.0-alpha.0
* @ui5/server bumped from ^4.0.7 to ^4.0.8

## [v4.0.26] - 2025-09-12
### Dependency Updates
- Bump [@ui5](https://github.com/ui5)/project from 4.0.5 to 4.0.6 [`797e069`](https://github.com/SAP/ui5-cli/commit/797e069bdfaa76e26396cb6b1a74c2ccb49b76f1)
Expand Down
10 changes: 5 additions & 5 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/builder": "^5.0.0-alpha.0",
"@ui5/fs": "^5.0.0-alpha.0",
"@ui5/logger": "^4.0.2",
"@ui5/project": "^4.0.6",
"@ui5/server": "^4.0.7",
"@ui5/project": "^5.0.0-alpha.0",
"@ui5/server": "^4.0.8",
"chalk": "^5.6.2",
"data-with-position": "^0.5.0",
"import-local": "^3.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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-fs/compare/v4.0.2...HEAD).

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


### Dependencies

* bump globby from 14.1.0 to 15.0.0 ([#1152](https://github.com/UI5/cli/issues/1152)) ([2cb5cd1](https://github.com/UI5/cli/commit/2cb5cd1380f43086a2cf52ca7c15aa4a6ff09877))

## [v4.0.2] - 2025-09-11
### Bug Fixes
- Rename project to UI5 CLI [`e8491c3`](https://github.com/SAP/ui5-fs/commit/e8491c39e879560eaa5056b1ee0e2377a4e88f0d)
Expand Down
2 changes: 1 addition & 1 deletion packages/fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/fs",
"version": "4.0.2",
"version": "5.0.0-alpha.0",
"description": "UI5 CLI - File System Abstraction",
"author": {
"name": "SAP SE",
Expand Down
18 changes: 18 additions & 0 deletions packages/project/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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-project/compare/v4.0.6...HEAD).

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


### Features

* **project:** Add component type ([46eb4e4](https://github.com/UI5/cli/commit/46eb4e4ec45b26495b5248354966701eb8c6b374))
* **project:** Add Specification Version 5.0 ([1452401](https://github.com/UI5/cli/commit/1452401b2a26bc60a34dae2d16ab82e0d78f404c))


### Dependencies

* Bump js-yaml ([#1197](https://github.com/UI5/cli/issues/1197)) ([78d312b](https://github.com/UI5/cli/commit/78d312bc62fa7004ddca87f44ca6acac94e9d1fa))
* The following workspace dependencies were updated
* dependencies
* @ui5/fs 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

## [v4.0.6] - 2025-09-12

<a name="v4.0.5"></a>
Expand Down
4 changes: 2 additions & 2 deletions packages/project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/project",
"version": "4.0.6",
"version": "5.0.0-alpha.0",
"description": "UI5 CLI - Project",
"author": {
"name": "SAP SE",
Expand Down Expand Up @@ -110,7 +110,7 @@
},
"dependencies": {
"@npmcli/config": "^10.4.0",
"@ui5/fs": "^4.0.2",
"@ui5/fs": "^5.0.0-alpha.0",
"@ui5/logger": "^4.0.2",
"ajv": "^6.12.6",
"ajv-errors": "^1.0.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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).

<a name="v4.0.7"></a>
## [4.0.8](https://github.com/UI5/cli/compare/server-v4.0.7...server-v4.0.8) (2025-11-20)


### 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
* devDependencies
* @ui5/project bumped from ^4.0.6 to ^5.0.0-alpha.0

## [v4.0.7] - 2025-09-11
### Bug Fixes
- Rename project to UI5 CLI [`ece7424`](https://github.com/SAP/ui5-server/commit/ece7424419f39eab655027043871048e0476d272)
Expand Down
8 changes: 4 additions & 4 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/server",
"version": "4.0.7",
"version": "4.0.8",
"description": "UI5 CLI - Server",
"author": {
"name": "SAP SE",
Expand Down Expand Up @@ -106,8 +106,8 @@
"directory": "packages/server"
},
"dependencies": {
"@ui5/builder": "^4.0.11",
"@ui5/fs": "^4.0.2",
"@ui5/builder": "^5.0.0-alpha.0",
"@ui5/fs": "^5.0.0-alpha.0",
"@ui5/logger": "^4.0.2",
"body-parser": "^1.20.2",
"compression": "^1.8.1",
Expand All @@ -128,7 +128,7 @@
},
"devDependencies": {
"@istanbuljs/esm-loader-hook": "^0.3.0",
"@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