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.7",
"packages/fs": "5.0.0-alpha.7",
"packages/builder": "5.0.0-alpha.7",
"packages/server": "5.0.0-alpha.7",
"packages/project": "5.0.0-alpha.7",
"packages/cli": "5.0.0-alpha.7"
"packages/logger": "5.0.0-alpha.8",
"packages/fs": "5.0.0-alpha.8",
"packages/builder": "5.0.0-alpha.8",
"packages/server": "5.0.0-alpha.8",
"packages/project": "5.0.0-alpha.8",
"packages/cli": "5.0.0-alpha.8"
}
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.

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

## [5.0.0-alpha.8](https://github.com/UI5/cli/compare/builder-v5.0.0-alpha.7...builder-v5.0.0-alpha.8) (2026-08-14)


### ⚠ BREAKING CHANGES

* Require Node.js ^22.22.2 || ^24.15.0 || >=26.0.0 ([#1522](https://github.com/UI5/cli/issues/1522))

### Dependencies

* Require Node.js ^22.22.2 || ^24.15.0 || >=26.0.0 ([#1522](https://github.com/UI5/cli/issues/1522)) ([f02105e](https://github.com/UI5/cli/commit/f02105e9a75a6c82526343dc47c4aaf9bccdc6ae))
* The following workspace dependencies were updated
* dependencies
* @ui5/fs bumped from ^5.0.0-alpha.7 to ^5.0.0-alpha.8
* @ui5/logger bumped from ^5.0.0-alpha.7 to ^5.0.0-alpha.8
* devDependencies
* @ui5/project bumped from ^5.0.0-alpha.7 to ^5.0.0-alpha.8

## [5.0.0-alpha.7](https://github.com/UI5/cli/compare/builder-v5.0.0-alpha.6...builder-v5.0.0-alpha.7) (2026-08-05)


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.7",
"version": "5.0.0-alpha.8",
"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.7",
"@ui5/logger": "^5.0.0-alpha.7",
"@ui5/fs": "^5.0.0-alpha.8",
"@ui5/logger": "^5.0.0-alpha.8",
"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.7",
"@ui5/project": "^5.0.0-alpha.8",
"ava": "^8.0.1",
"cross-env": "^10.1.0",
"eslint": "^10.7.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ 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.8](https://github.com/UI5/cli/compare/cli-v5.0.0-alpha.7...cli-v5.0.0-alpha.8) (2026-08-14)


### ⚠ BREAKING CHANGES

* Require Node.js ^22.22.2 || ^24.15.0 || >=26.0.0 ([#1522](https://github.com/UI5/cli/issues/1522))

### Dependencies

* Bump js-yaml from 4.3.0 to 4.3.1 ([#1516](https://github.com/UI5/cli/issues/1516)) ([23dad2e](https://github.com/UI5/cli/commit/23dad2e028a6f48150dcada976e019a1858a0b39))
* Require Node.js ^22.22.2 || ^24.15.0 || >=26.0.0 ([#1522](https://github.com/UI5/cli/issues/1522)) ([f02105e](https://github.com/UI5/cli/commit/f02105e9a75a6c82526343dc47c4aaf9bccdc6ae))
* The following workspace dependencies were updated
* dependencies
* @ui5/builder bumped from ^5.0.0-alpha.7 to ^5.0.0-alpha.8
* @ui5/fs bumped from ^5.0.0-alpha.7 to ^5.0.0-alpha.8
* @ui5/logger bumped from ^5.0.0-alpha.7 to ^5.0.0-alpha.8
* @ui5/project bumped from ^5.0.0-alpha.7 to ^5.0.0-alpha.8
* @ui5/server bumped from ^5.0.0-alpha.7 to ^5.0.0-alpha.8

## [5.0.0-alpha.7](https://github.com/UI5/cli/compare/cli-v5.0.0-alpha.6...cli-v5.0.0-alpha.7) (2026-08-05)


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.7",
"version": "5.0.0-alpha.8",
"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.7",
"@ui5/fs": "^5.0.0-alpha.7",
"@ui5/logger": "^5.0.0-alpha.7",
"@ui5/project": "^5.0.0-alpha.7",
"@ui5/server": "^5.0.0-alpha.7",
"@ui5/builder": "^5.0.0-alpha.8",
"@ui5/fs": "^5.0.0-alpha.8",
"@ui5/logger": "^5.0.0-alpha.8",
"@ui5/project": "^5.0.0-alpha.8",
"@ui5/server": "^5.0.0-alpha.8",
"chalk": "^5.6.2",
"data-with-position": "^0.5.0",
"import-local": "^3.2.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ 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.8](https://github.com/UI5/cli/compare/fs-v5.0.0-alpha.7...fs-v5.0.0-alpha.8) (2026-08-14)


### ⚠ BREAKING CHANGES

* Require Node.js ^22.22.2 || ^24.15.0 || >=26.0.0 ([#1522](https://github.com/UI5/cli/issues/1522))

### Bug Fixes

* **fs:** Tolerate a file vanishing during byGlob ([de2c9de](https://github.com/UI5/cli/commit/de2c9de7dc88c521f9a5148ac215527f26dc5f70))


### Dependencies

* Require Node.js ^22.22.2 || ^24.15.0 || >=26.0.0 ([#1522](https://github.com/UI5/cli/issues/1522)) ([f02105e](https://github.com/UI5/cli/commit/f02105e9a75a6c82526343dc47c4aaf9bccdc6ae))
* The following workspace dependencies were updated
* dependencies
* @ui5/logger bumped from ^5.0.0-alpha.7 to ^5.0.0-alpha.8

## [5.0.0-alpha.7](https://github.com/UI5/cli/compare/fs-v5.0.0-alpha.6...fs-v5.0.0-alpha.7) (2026-08-05)


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.7",
"version": "5.0.0-alpha.8",
"description": "UI5 CLI - File System Abstraction",
"author": {
"name": "SAP SE",
Expand Down Expand Up @@ -56,7 +56,7 @@
"directory": "packages/fs"
},
"dependencies": {
"@ui5/logger": "^5.0.0-alpha.7",
"@ui5/logger": "^5.0.0-alpha.8",
"async-mutex": "^0.5.0",
"escape-string-regexp": "^5.0.0",
"globby": "^15.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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.8](https://github.com/UI5/cli/compare/logger-v5.0.0-alpha.7...logger-v5.0.0-alpha.8) (2026-08-14)


### ⚠ BREAKING CHANGES

* Require Node.js ^22.22.2 || ^24.15.0 || >=26.0.0 ([#1522](https://github.com/UI5/cli/issues/1522))

### Dependencies

* Require Node.js ^22.22.2 || ^24.15.0 || >=26.0.0 ([#1522](https://github.com/UI5/cli/issues/1522)) ([f02105e](https://github.com/UI5/cli/commit/f02105e9a75a6c82526343dc47c4aaf9bccdc6ae))

## [5.0.0-alpha.7](https://github.com/UI5/cli/compare/logger-v5.0.0-alpha.6...logger-v5.0.0-alpha.7) (2026-08-05)


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.7",
"version": "5.0.0-alpha.8",
"description": "UI5 CLI - Internal Logger",
"author": {
"name": "SAP SE",
Expand Down
30 changes: 30 additions & 0 deletions packages/project/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,36 @@ 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.8](https://github.com/UI5/cli/compare/project-v5.0.0-alpha.7...project-v5.0.0-alpha.8) (2026-08-14)


### ⚠ BREAKING CHANGES

* Require Node.js ^22.22.2 || ^24.15.0 || >=26.0.0 ([#1522](https://github.com/UI5/cli/issues/1522))

### Features

* **server:** Add serveMiddleware API for Node.js server integration ([93f52eb](https://github.com/UI5/cli/commit/93f52ebb1a8ad70fadc88bc80fbc5ac3b9087ba9))


### Bug Fixes

* **project:** Add polling file watcher for containers ([535e5ae](https://github.com/UI5/cli/commit/535e5ae0e027b400dc0ad966cd7212a0a4ce1017))
* **project:** Treat ENOENT build failures as transient in serve mode ([06c9fd9](https://github.com/UI5/cli/commit/06c9fd9e1572d053b56807a00cc1a8fd22a800c1))
* **project:** Treat ENOENT during cache validation as transient ([196afe7](https://github.com/UI5/cli/commit/196afe7c0759ddb468f025fb89d0364e727067ed))


### Dependencies

* Bump js-yaml from 4.3.0 to 4.3.1 ([#1516](https://github.com/UI5/cli/issues/1516)) ([23dad2e](https://github.com/UI5/cli/commit/23dad2e028a6f48150dcada976e019a1858a0b39))
* Require Node.js ^22.22.2 || ^24.15.0 || >=26.0.0 ([#1522](https://github.com/UI5/cli/issues/1522)) ([f02105e](https://github.com/UI5/cli/commit/f02105e9a75a6c82526343dc47c4aaf9bccdc6ae))
* The following workspace dependencies were updated
* dependencies
* @ui5/fs bumped from ^5.0.0-alpha.7 to ^5.0.0-alpha.8
* @ui5/logger bumped from ^5.0.0-alpha.7 to ^5.0.0-alpha.8
* peerDependencies
* @ui5/builder bumped from ^5.0.0-alpha.7 to ^5.0.0-alpha.8

## [5.0.0-alpha.7](https://github.com/UI5/cli/compare/project-v5.0.0-alpha.6...project-v5.0.0-alpha.7) (2026-08-05)


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.7",
"version": "5.0.0-alpha.8",
"description": "UI5 CLI - Project",
"author": {
"name": "SAP SE",
Expand Down Expand Up @@ -62,8 +62,8 @@
"dependencies": {
"@npmcli/config": "^10.12.0",
"@parcel/watcher": "^2.5.6",
"@ui5/fs": "^5.0.0-alpha.7",
"@ui5/logger": "^5.0.0-alpha.7",
"@ui5/fs": "^5.0.0-alpha.8",
"@ui5/logger": "^5.0.0-alpha.8",
"ajv": "^8.20.0",
"ajv-errors": "^3.0.0",
"chalk": "^5.6.2",
Expand All @@ -85,7 +85,7 @@
"yesno": "^0.4.0"
},
"peerDependencies": {
"@ui5/builder": "^5.0.0-alpha.7"
"@ui5/builder": "^5.0.0-alpha.8"
},
"peerDependenciesMeta": {
"@ui5/builder": {
Expand Down
Loading
Loading