Skip to content

Commit f12ef32

Browse files
release: UI5 CLI packages
1 parent 5f6f20c commit f12ef32

File tree

12 files changed

+113
-36
lines changed

12 files changed

+113
-36
lines changed

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"packages/logger": "4.0.2",
3-
"packages/fs": "4.0.2",
4-
"packages/builder": "4.0.11",
5-
"packages/server": "4.0.7",
6-
"packages/project": "4.0.6",
7-
"packages/cli": "4.0.26"
3+
"packages/fs": "5.0.0-alpha.0",
4+
"packages/builder": "5.0.0-alpha.0",
5+
"packages/server": "4.0.8",
6+
"packages/project": "5.0.0-alpha.0",
7+
"packages/cli": "5.0.0-alpha.0"
88
}

package-lock.json

Lines changed: 16 additions & 16 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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
55
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v4.0.11...HEAD).
66

77
<a name="v4.0.11"></a>
8+
## [5.0.0-alpha.0](https://github.com/UI5/cli/compare/builder-v4.0.11...builder-v5.0.0-alpha.0) (2025-11-18)
9+
10+
11+
### Features
12+
13+
* **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))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* dependencies
20+
* @ui5/fs bumped from ^4.0.2 to ^5.0.0-alpha.0
21+
* devDependencies
22+
* @ui5/project bumped from ^4.0.6 to ^5.0.0-alpha.0
23+
824
## [v4.0.11] - 2025-09-11
925
### Bug Fixes
1026
- Rename project to UI5 CLI [`2d0cb3a`](https://github.com/SAP/ui5-builder/commit/2d0cb3a222508facec0a4103d048f92c2fd0b41f)

packages/builder/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/builder",
3-
"version": "4.0.11",
3+
"version": "5.0.0-alpha.0",
44
"description": "UI5 CLI - Builder",
55
"author": {
66
"name": "SAP SE",
@@ -111,7 +111,7 @@
111111
},
112112
"dependencies": {
113113
"@jridgewell/sourcemap-codec": "^1.5.5",
114-
"@ui5/fs": "^4.0.2",
114+
"@ui5/fs": "^5.0.0-alpha.0",
115115
"@ui5/logger": "^4.0.2",
116116
"cheerio": "1.0.0",
117117
"escape-unicode": "^0.2.0",
@@ -129,7 +129,7 @@
129129
"devDependencies": {
130130
"@istanbuljs/esm-loader-hook": "^0.3.0",
131131
"@jridgewell/trace-mapping": "^0.3.31",
132-
"@ui5/project": "^4.0.6",
132+
"@ui5/project": "^5.0.0-alpha.0",
133133
"ava": "^6.4.1",
134134
"cross-env": "^7.0.3",
135135
"depcheck": "^1.4.7",

packages/cli/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
55
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.26...HEAD).
66

77
<a name="v4.0.26"></a>
8+
## [5.0.0-alpha.0](https://github.com/UI5/cli/compare/cli-v4.0.26...cli-v5.0.0-alpha.0) (2025-11-18)
9+
10+
11+
### Features
12+
13+
* **cli:** Use specVersion 5.0 in init command ([c1b1432](https://github.com/UI5/cli/commit/c1b1432e6aeace8f5bd6cb5a8fa42685e1701c9b))
14+
15+
16+
### Bug Fixes
17+
18+
* **cli:** Link to "Local vs. Global Installation" docs ([9312283](https://github.com/UI5/cli/commit/93122834a60d565ce4c37223b6b2f140930bc86c))
19+
20+
21+
### Dependencies
22+
23+
* Bump js-yaml ([#1197](https://github.com/UI5/cli/issues/1197)) ([78d312b](https://github.com/UI5/cli/commit/78d312bc62fa7004ddca87f44ca6acac94e9d1fa))
24+
* **cli:** Remove npm-shrinkwrap.json ([fe48278](https://github.com/UI5/cli/commit/fe48278d8f1ee6ef810a627e0492298e52df1e43))
25+
* The following workspace dependencies were updated
26+
* dependencies
27+
* @ui5/builder bumped from ^4.0.11 to ^5.0.0-alpha.0
28+
* @ui5/fs bumped from ^4.0.2 to ^5.0.0-alpha.0
29+
* @ui5/project bumped from ^4.0.6 to ^5.0.0-alpha.0
30+
* @ui5/server bumped from ^4.0.7 to ^4.0.8
31+
832
## [v4.0.26] - 2025-09-12
933
### Dependency Updates
1034
- Bump [@ui5](https://github.com/ui5)/project from 4.0.5 to 4.0.6 [`797e069`](https://github.com/SAP/ui5-cli/commit/797e069bdfaa76e26396cb6b1a74c2ccb49b76f1)

packages/cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/cli",
3-
"version": "4.0.26",
3+
"version": "5.0.0-alpha.0",
44
"description": "UI5 CLI - CLI",
55
"author": {
66
"name": "SAP SE",
@@ -104,11 +104,11 @@
104104
"directory": "packages/cli"
105105
},
106106
"dependencies": {
107-
"@ui5/builder": "^4.0.11",
108-
"@ui5/fs": "^4.0.2",
107+
"@ui5/builder": "^5.0.0-alpha.0",
108+
"@ui5/fs": "^5.0.0-alpha.0",
109109
"@ui5/logger": "^4.0.2",
110-
"@ui5/project": "^4.0.6",
111-
"@ui5/server": "^4.0.7",
110+
"@ui5/project": "^5.0.0-alpha.0",
111+
"@ui5/server": "^4.0.8",
112112
"chalk": "^5.6.2",
113113
"data-with-position": "^0.5.0",
114114
"import-local": "^3.2.0",

packages/fs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
55
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-fs/compare/v4.0.2...HEAD).
66

77
<a name="v4.0.2"></a>
8+
## [5.0.0-alpha.0](https://github.com/UI5/cli/compare/fs-v4.0.2...fs-v5.0.0-alpha.0) (2025-11-18)
9+
10+
11+
### Dependencies
12+
13+
* 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))
14+
815
## [v4.0.2] - 2025-09-11
916
### Bug Fixes
1017
- Rename project to UI5 CLI [`e8491c3`](https://github.com/SAP/ui5-fs/commit/e8491c39e879560eaa5056b1ee0e2377a4e88f0d)

packages/fs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/fs",
3-
"version": "4.0.2",
3+
"version": "5.0.0-alpha.0",
44
"description": "UI5 CLI - File System Abstraction",
55
"author": {
66
"name": "SAP SE",

packages/project/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
55
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v4.0.6...HEAD).
66

77
<a name="v4.0.6"></a>
8+
## [5.0.0-alpha.0](https://github.com/UI5/cli/compare/project-v4.0.6...project-v5.0.0-alpha.0) (2025-11-18)
9+
10+
11+
### Features
12+
13+
* **project:** Add component type ([46eb4e4](https://github.com/UI5/cli/commit/46eb4e4ec45b26495b5248354966701eb8c6b374))
14+
* **project:** Add Specification Version 5.0 ([1452401](https://github.com/UI5/cli/commit/1452401b2a26bc60a34dae2d16ab82e0d78f404c))
15+
16+
17+
### Dependencies
18+
19+
* Bump js-yaml ([#1197](https://github.com/UI5/cli/issues/1197)) ([78d312b](https://github.com/UI5/cli/commit/78d312bc62fa7004ddca87f44ca6acac94e9d1fa))
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* @ui5/fs bumped from ^4.0.2 to ^5.0.0-alpha.0
23+
* peerDependencies
24+
* @ui5/builder bumped from ^4.0.11 to ^5.0.0-alpha.0
25+
826
## [v4.0.6] - 2025-09-12
927

1028
<a name="v4.0.5"></a>

packages/project/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/project",
3-
"version": "4.0.6",
3+
"version": "5.0.0-alpha.0",
44
"description": "UI5 CLI - Project",
55
"author": {
66
"name": "SAP SE",
@@ -110,7 +110,7 @@
110110
},
111111
"dependencies": {
112112
"@npmcli/config": "^10.4.0",
113-
"@ui5/fs": "^4.0.2",
113+
"@ui5/fs": "^5.0.0-alpha.0",
114114
"@ui5/logger": "^4.0.2",
115115
"ajv": "^6.12.6",
116116
"ajv-errors": "^1.0.1",

0 commit comments

Comments
 (0)