Skip to content

Commit

Permalink
[INTERNAL] Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Günter Klatt <57760635+KlattG@users.noreply.github.com>
  • Loading branch information
RandomByte and KlattG authored Jul 25, 2024
1 parent e3f5fb9 commit eb21629
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/updates/migrate-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ Consumers of the Node.js API that make use of the `ProjectGraph#build` method ne

### App Stops Working With UI5 1.71

This might caused by a mismatch of your project's manifest version and the UI5 version.
This might be caused by a mismatch of your project's manifest version and your UI5 version.

UI5 Tooling v4 enhances the manifest.json with information about the `supportedLocales` (also see [Builder: Generation of Supported Locales](../pages/Builder.md#generation-of-supported-locales)). But in UI5 1.71 this configuration is not supported and leads to an ambiguous error message `TypeError: invalid input` and a failure to process the manifest file.
UI5 Tooling v4 enhances the manifest.json with information about the `supportedLocales` (also see [Builder: Generation of Supported Locales](../pages/Builder.md#generation-of-supported-locales)). In UI5 1.71 this configuration is not supported and leads to an ambiguous error message `TypeError: invalid input` and a failure to process the manifest file.

UI5 Tooling uses the manifest's `_version` property to decide whether the `supportedLocales` can be generated or not. For UI5 1.71, only versions up to `1.17.0` are supported. See [UI5 Demo Kit: Descriptor for Applications, Components, and Libraries (manifest.json)](https://sdk.openui5.org/#/topic/be0cf40f61184b358b5faedaec98b2da) for a mapping per manifest version.
UI5 Tooling uses the manifest's `_version` property to decide whether the `supportedLocales` can be generated. For UI5 1.71, only versions up to `1.17.0` are supported. See [UI5 Demo Kit: Descriptor for Applications, Components, and Libraries (manifest.json)](https://sdk.openui5.org/#/topic/be0cf40f61184b358b5faedaec98b2da) for a mapping per manifest version.

To resolve this issue, adjust the manifest version according to the UI5 version you are using.

Expand Down

0 comments on commit eb21629

Please sign in to comment.