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
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v7
with:
node-version: 22.20.0
node-version: 22.22.2

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-vitepress-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v7
with:
node-version: 22.20.0
node-version: 22.22.2
cache: npm
- name: Setup Pages
uses: actions/configure-pages@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/internal-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v7
with:
node-version: 22.20.0
node-version: 22.22.2

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [22, 24]
version: [22, 24, 26]
os: [ubuntu-24.04, windows-2025, macos-15]
workspace:
- "@ui5/builder"
Expand Down
2 changes: 1 addition & 1 deletion internal/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"type": "module",
"engines": {
"node": "^22.20.0 || >=24.0.0",
"node": "^22.22.2 || ^24.15.0 || >=26.0.0",
"npm": ">= 8"
},
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion internal/documentation/docs/pages/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Installing the UI5 CLI
### Requirements

- [Node.js](https://nodejs.org/) version v20.11.0 and higher or v22.0.0 and higher (v21 is not supported)
- [Node.js](https://nodejs.org/) version v22.22.2 and higher, v24.15.0 and higher or v26.0.0 and higher (v23 and v25 are not supported)
- [npm](https://www.npmjs.com/) version v8.0.0 or higher

### Installation
Expand Down
4 changes: 2 additions & 2 deletions internal/documentation/docs/updates/migrate-v5.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Or update your global install via: `npm i --global @ui5/cli@next`

## Breaking Changes

- **All UI5 CLI Modules require Node.js ^22.20.0 || >=24.0.0**
- **All UI5 CLI Modules require Node.js ^22.22.2 || ^24.15.0 || >=26.0.0**

- **@ui5/cli: `ui5 init` defaults to Specification Version 5.0**

Expand All @@ -32,7 +32,7 @@ Or update your global install via: `npm i --global @ui5/cli@next`

## Node.js and npm Version Support

This release requires **Node.js version v22.20.0 and higher or v24.0.0 and higher (v23 is not supported)** as well as npm v8 or higher.
This release requires **Node.js version v22.22.2 and higher, v24.15.0 and higher or v26.0.0 and higher (v23 and v25 are not supported)** as well as npm v8 or higher.
Support for older Node.js releases has been dropped; their use will cause an error.

## Specification Versions Support
Expand Down
2 changes: 1 addition & 1 deletion internal/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"type": "module",
"engines": {
"node": "^22.20.0 || >=24.0.0",
"node": "^22.22.2 || ^24.15.0 || >=26.0.0",
"npm": ">= 8"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion internal/documentation/scripts/resources/CLI.template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# UI5 CLI
## Requirements
- [Node.js](https://nodejs.org/) version v20.11.0 and higher or v22.0.0 and higher (v21 is not supported)
- [Node.js](https://nodejs.org/) version v22.22.2 and higher, v24.15.0 and higher or v26.0.0 and higher (v23 and v25 are not supported)
- [npm](https://www.npmjs.com/) version v8.0.0 or higher

## Installation
Expand Down
2 changes: 1 addition & 1 deletion internal/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"type": "module",
"engines": {
"node": "^22.20.0 || >=24.0.0",
"node": "^22.22.2 || ^24.15.0 || >=26.0.0",
"npm": ">= 8"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion internal/shrinkwrap-extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"type": "module",
"engines": {
"node": "^22.20.0 || >=24.0.0",
"node": "^22.22.2 || ^24.15.0 || >=26.0.0",
"npm": ">= 8"
},
"dependencies": {
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"type": "module",
"engines": {
"node": "^22.20.0 || >=24.0.0",
"node": "^22.22.2 || ^24.15.0 || >=26.0.0",
"npm": ">= 8"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"./internal/jsdoc/template/publish": "./lib/processors/jsdoc/lib/ui5/template/publish.js"
},
"engines": {
"node": "^22.20.0 || >=24.0.0",
"node": "^22.22.2 || ^24.15.0 || >=26.0.0",
"npm": ">= 8"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"./package.json": "./package.json"
},
"engines": {
"node": "^22.20.0 || >=24.0.0",
"node": "^22.22.2 || ^24.15.0 || >=26.0.0",
"npm": ">= 8"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"./internal/MonitoredResourceTagCollection": "./lib/MonitoredResourceTagCollection.js"
},
"engines": {
"node": "^22.20.0 || >=24.0.0",
"node": "^22.22.2 || ^24.15.0 || >=26.0.0",
"npm": ">= 8"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"./internal/loggers/*": "./lib/loggers/*.js"
},
"engines": {
"node": "^22.20.0 || >=24.0.0",
"node": "^22.22.2 || ^24.15.0 || >=26.0.0",
"npm": ">= 8"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"./package.json": "./package.json"
},
"engines": {
"node": "^22.20.0 || >=24.0.0",
"node": "^22.22.2 || ^24.15.0 || >=26.0.0",
"npm": ">= 8"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"./package.json": "./package.json"
},
"engines": {
"node": "^22.20.0 || >=24.0.0",
"node": "^22.22.2 || ^24.15.0 || >=26.0.0",
"npm": ">= 8"
},
"scripts": {
Expand Down
Loading