Fix Manifest JSON

Fix manifest.json issues that UI5 linter reports but cannot auto-fix. Use this skill when linter outputs these rules: - `no-outdated-manifest-version` - For _version not being 2.x - `no-legacy-ui5-version-in-manifest` - For minUI5Version below 1.136 - `no-deprecated-library` - For deprecated libraries in dependencies - `no-deprecated-component` - For deprecated components in dependencies - `no-deprecated-api` - For deprecated view types, resources/js, deprecated model types - `no-removed-manifest-property` - For async flags in manifest v2 Trigger on manifest.json files with errors about version, libraries, components, view types. Automatically updates manifest.json to be modern UI5 compatible.

williamcorrea23 ccb0ddf 14.5 KB Updated

File contents

williamcorrea23/sap-router-skill/tree/main/.agents/skills/fix-manifest-json commit ccb0ddfc0c

Frequently asked questions

npx skillmds@latest add williamcorrea23/fix-manifest-json