File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
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 "
2+ "packages/logger" : " 5.0.0-alpha.5 " ,
3+ "packages/fs" : " 5.0.0-alpha.5 " ,
4+ "packages/builder" : " 5.0.0-alpha.5 " ,
5+ "packages/server" : " 5.0.0-alpha.5 " ,
6+ "packages/project" : " 5.0.0-alpha.5 " ,
7+ "packages/cli" : " 5.0.0-alpha.5 "
88}
Original file line number Diff line number Diff line change @@ -4,6 +4,32 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
44
55A 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.5] ( https://github.com/UI5/cli/compare/builder-v5.0.0-alpha.4...builder-v5.0.0-alpha.5 ) (2026-06-01)
8+
9+
10+ ### Features
11+
12+ * ** builder:** Adapt build tasks for incremental builds ([ ace5ebb] ( https://github.com/UI5/cli/commit/ace5ebb6bf10b7d72db6397460f12e9040121456 ) )
13+
14+
15+ ### Bug Fixes
16+
17+ * ** builder:** Also detect import.meta as ESM indicator ([ 5d1dcb7] ( https://github.com/UI5/cli/commit/5d1dcb719056eba85dc13271493baa8d5cbd1bd1 ) )
18+ * ** builder:** Reduce noise from ESM parse errors ([ 4e7f69a] ( https://github.com/UI5/cli/commit/4e7f69aede38571dcd4643414ff54ab6131a5c73 ) )
19+ * ** builder:** Skip ESM modules during bundling and log errors ([ 20bcdf2] ( https://github.com/UI5/cli/commit/20bcdf212c30569a6aba5c7c61d5717bfd9b1d0b ) )
20+ * ** builder:** Update lbt/bundle/Resolver to ensure deterministic ordering of raw modules ([ 9d19923] ( https://github.com/UI5/cli/commit/9d19923437f41f511cb51fb8477e7a2dec1f0d13 ) )
21+
22+
23+ ### Dependencies
24+
25+ * Update npm dependencies ([ 0ac8ebb] ( https://github.com/UI5/cli/commit/0ac8ebbb5ffe9fc6e4455244cf5da50e4c540c5c ) )
26+ * The following workspace dependencies were updated
27+ * dependencies
28+ * @ui5/fs bumped from ^5.0.0-alpha.4 to ^5.0.0-alpha.5
29+ * @ui5/logger bumped from ^5.0.0-alpha.4 to ^5.0.0-alpha.5
30+ * devDependencies
31+ * @ui5/project bumped from ^5.0.0-alpha.4 to ^5.0.0-alpha.5
32+
733## [ 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)
834
935
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/builder" ,
3- "version" : " 5.0.0-alpha.4 " ,
3+ "version" : " 5.0.0-alpha.5 " ,
44 "description" : " UI5 CLI - Builder" ,
55 "author" : {
66 "name" : " SAP SE" ,
9191 },
9292 "dependencies" : {
9393 "@jridgewell/sourcemap-codec" : " ^1.5.5" ,
94- "@ui5/fs" : " ^5.0.0-alpha.4 " ,
95- "@ui5/logger" : " ^5.0.0-alpha.4 " ,
94+ "@ui5/fs" : " ^5.0.0-alpha.5 " ,
95+ "@ui5/logger" : " ^5.0.0-alpha.5 " ,
9696 "cheerio" : " 1.0.0" ,
9797 "escape-unicode" : " ^0.3.0" ,
9898 "escope" : " ^4.0.0" ,
109109 "devDependencies" : {
110110 "@istanbuljs/esm-loader-hook" : " ^0.3.0" ,
111111 "@jridgewell/trace-mapping" : " ^0.3.31" ,
112- "@ui5/project" : " ^5.0.0-alpha.4 " ,
112+ "@ui5/project" : " ^5.0.0-alpha.5 " ,
113113 "ava" : " ^6.4.1" ,
114114 "cross-env" : " ^10.1.0" ,
115115 "eslint" : " ^9.36.0" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,27 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
44
55A 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.5] ( https://github.com/UI5/cli/compare/cli-v5.0.0-alpha.4...cli-v5.0.0-alpha.5 ) (2026-06-01)
8+
9+
10+ ### Features
11+
12+ * ** cli:** Add --cache option for build and serve commands ([ #1368 ] ( https://github.com/UI5/cli/issues/1368 ) ) ([ 13e7ac5] ( https://github.com/UI5/cli/commit/13e7ac5a5f32f603049c900e39eba9c9febf47fe ) )
13+
14+
15+ ### Dependencies
16+
17+ * Bump open from 10.2.0 to 11.0.0 ([ dc6f952] ( https://github.com/UI5/cli/commit/dc6f952bf421a8b81a645d2982fa4dc251b9a634 ) )
18+ * Bump yargs from 17.7.2 to 18.0.0 ([ #1342 ] ( https://github.com/UI5/cli/issues/1342 ) ) ([ 3de5ea9] ( https://github.com/UI5/cli/commit/3de5ea9b281f1a674e97b930d41a99bc96a29658 ) )
19+ * Update npm dependencies ([ 0ac8ebb] ( https://github.com/UI5/cli/commit/0ac8ebbb5ffe9fc6e4455244cf5da50e4c540c5c ) )
20+ * The following workspace dependencies were updated
21+ * dependencies
22+ * @ui5/builder bumped from ^5.0.0-alpha.4 to ^5.0.0-alpha.5
23+ * @ui5/fs bumped from ^5.0.0-alpha.4 to ^5.0.0-alpha.5
24+ * @ui5/logger bumped from ^5.0.0-alpha.4 to ^5.0.0-alpha.5
25+ * @ui5/project bumped from ^5.0.0-alpha.4 to ^5.0.0-alpha.5
26+ * @ui5/server bumped from ^5.0.0-alpha.4 to ^5.0.0-alpha.5
27+
728## [ 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)
829
930
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/cli" ,
3- "version" : " 5.0.0-alpha.4 " ,
3+ "version" : " 5.0.0-alpha.5 " ,
44 "description" : " UI5 CLI - CLI" ,
55 "author" : {
66 "name" : " SAP SE" ,
5151 "directory" : " packages/cli"
5252 },
5353 "dependencies" : {
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 " ,
54+ "@ui5/builder" : " ^5.0.0-alpha.5 " ,
55+ "@ui5/fs" : " ^5.0.0-alpha.5 " ,
56+ "@ui5/logger" : " ^5.0.0-alpha.5 " ,
57+ "@ui5/project" : " ^5.0.0-alpha.5 " ,
58+ "@ui5/server" : " ^5.0.0-alpha.5 " ,
5959 "chalk" : " ^5.6.2" ,
6060 "data-with-position" : " ^0.5.0" ,
6161 "import-local" : " ^3.2.0" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
44
55A 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.5] ( https://github.com/UI5/cli/compare/fs-v5.0.0-alpha.4...fs-v5.0.0-alpha.5 ) (2026-06-01)
8+
9+
10+ ### Features
11+
12+ * ** fs:** Enhance API for incremental builds ([ df050e2] ( https://github.com/UI5/cli/commit/df050e2c28ccfdadeda028057534d92e9398c29d ) )
13+
14+
15+ ### Dependencies
16+
17+ * Update npm dependencies ([ 0ac8ebb] ( https://github.com/UI5/cli/commit/0ac8ebbb5ffe9fc6e4455244cf5da50e4c540c5c ) )
18+ * The following workspace dependencies were updated
19+ * dependencies
20+ * @ui5/logger bumped from ^5.0.0-alpha.4 to ^5.0.0-alpha.5
21+
722## [ 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)
823
924
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/fs" ,
3- "version" : " 5.0.0-alpha.4 " ,
3+ "version" : " 5.0.0-alpha.5 " ,
44 "description" : " UI5 CLI - File System Abstraction" ,
55 "author" : {
66 "name" : " SAP SE" ,
5656 "directory" : " packages/fs"
5757 },
5858 "dependencies" : {
59- "@ui5/logger" : " ^5.0.0-alpha.4 " ,
59+ "@ui5/logger" : " ^5.0.0-alpha.5 " ,
6060 "async-mutex" : " ^0.5.0" ,
6161 "clone" : " ^2.1.2" ,
6262 "escape-string-regexp" : " ^5.0.0" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
44
55A 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.5] ( https://github.com/UI5/cli/compare/logger-v5.0.0-alpha.4...logger-v5.0.0-alpha.5 ) (2026-06-01)
8+
9+
10+ ### Features
11+
12+ * ** logger:** Add differential build logging support ([ 0c06880] ( https://github.com/UI5/cli/commit/0c0688047e699330b1a98a5845dc04b25db3db6c ) )
13+
14+
15+ ### Dependencies
16+
17+ * Update npm dependencies ([ 0ac8ebb] ( https://github.com/UI5/cli/commit/0ac8ebbb5ffe9fc6e4455244cf5da50e4c540c5c ) )
18+
719## [ 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)
820
921
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/logger" ,
3- "version" : " 5.0.0-alpha.4 " ,
3+ "version" : " 5.0.0-alpha.5 " ,
44 "description" : " UI5 CLI - Internal Logger" ,
55 "author" : {
66 "name" : " SAP SE" ,
You can’t perform that action at this time.
0 commit comments