fix-deprecated-controls
Installation
SKILL.md
Fix Deprecated Controls, Classes, Interfaces, and Types
This skill fixes deprecated control/class/interface/type issues that the UI5 linter detects but cannot auto-fix because they require understanding the specific replacement APIs.
Linter Rules Handled
| Rule ID | Message Pattern | This Skill's Action |
|---|---|---|
no-deprecated-api |
Use of deprecated class '...' | Replace with new class |
no-deprecated-api |
Use of deprecated interface '...' | Replace with new interface |
no-deprecated-api |
Use of deprecated type '...' | Replace with new type |
no-deprecated-api |
Use of deprecated property '...' | Remove or replace property |
no-deprecated-api |
Use of deprecated property '...' of class '...' | Replace with new property/API |