Skip to content

Commit 253b4fb

Browse files
committed
refactor: Cleanup migration guide
1 parent 8234b74 commit 253b4fb

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

internal/documentation/docs/updates/migrate-v5.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,14 @@ Or update your global install via: `npm i --global @ui5/cli@next`
1111

1212
## Breaking Changes
1313

14-
- **All UI5 CLI Modules require Node.js >= 22.20.0 or >= 24.0.0**
14+
- **All UI5 CLI Modules require Node.js >= ^22.20.0 || >=24.0.0**
1515

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

18-
- **@ui5/project: New Component Type**
19-
20-
A new project type `component` has been introduced with **Specification Version 5.0**. Component Type projects follow standardized conventions:
21-
- Source files in `/src` directory
22-
- Test files in `/test` directory
23-
24-
See [RFC 0018](https://github.com/UI5/cli/blob/rfc-component-type/rfcs/0018-component-type.md) for details.
2518

2619
## Node.js and npm Version Support
2720

28-
This release requires **Node.js version v22.20.0 and higher or v24.0.0 and higher** as well as npm v8 or higher.
21+
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.
2922
Support for older Node.js releases has been dropped; their use will cause an error.
3023

3124
## Specification Versions Support
@@ -74,8 +67,8 @@ metadata:
7467
7568
Component Type follows a standardized directory structure:
7669
77-
- **Move `/webapp` to `/src`** - The source directory is now named `src` instead of `webapp`
7870
- **Move `/webapp/test` to `/test`** - Test files are now at the project root level
71+
- **Move `/webapp` to `/src`** - The source directory is now named `src` instead of `webapp`
7972

8073
::: code-group
8174
```text [Before (Application)]

0 commit comments

Comments
 (0)