docs(neo-migration): add @ui5/cli v4 upgrade guide and minUI5Version BWZ troubleshooting#181
Merged
Merged
Conversation
🔗 Link Check ResultsThe link checker has completed. This is an optional check and will not block the PR. If broken links were found, please review them at your convenience. Last updated: Run #259 at 2026-07-06T18:49:40Z |
…BWZ issue - Add new '## Upgrading @ui5/cli to v4' section between Extension Projects and Troubleshooting covering Node.js requirements, install command, and breaking changes (usePredefineCalls removal, async require default) - Add troubleshooting entry for apps failing in SAP Build Work Zone due to outdated minUI5Version, including how to replicate via sap.ui.version in Chrome console and fix by aligning both minUI5Version and manifest _version using the UI5 manifest version mapping - Fix MD012/MD022 lint errors (double blank line, missing blank after heading) - Apply KM style fixes: SAP prefix on product names, future tense, currently, dangling participle, npm backticks, refer to → see, incorrect _version location Co-Authored-By: Claude <noreply@anthropic.com>
eef646f to
34aefeb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
## Upgrading @ui5/cli to v4section (between Extension Projects and Troubleshooting) covering Node.js requirements, install command, and breaking changes (usePredefineCallsremoval, async require default change)### Application Fails to Load in SAP Build Work Zone Due to Outdated minUI5Versiontroubleshooting entry explaining the local-vs-BWZ version mismatch, how to replicate usingsap.ui.versionin Chrome DevTools console, and the fix: align bothminUI5Versionand the root_versioninmanifest.jsonusing the UI5 manifest version mappingcurrently, fixes dangling participle, backtick-wrapsnpm, standardises link intro phrasing, corrects_versionlocation descriptionTest plan
./scripts/lint-markdown.sh neo-migration/README.md)## Upgrading @ui5/cli to v4section appears between Extension Projects and TroubleshootingminUI5Versiontroubleshooting entry appears under Troubleshooting