In addition to my previous requests:
Even if a project specifies a UI5 version somewhere in an attempt to avoid the "Default Version", at some point, the UI5 release of the specified version will be outdated and, in case of CDN, eventually removed from the cloud entirely.
If a project uses an outdated UI5 version e.g. via ...
- CDN
- UI5 CLI
- destinations (e.g. in
neo-app.json, app router, etc.)
- SAP Fiori tools
- manifest section
/sap.platform.cf/ui5VersionNumber
... UI5 linter detecting it would improve the chance to alert the owner of the project early in this regard.
In the report:
- Error if CDN is detected, as the outdated version will be removed soon. Warning otherwise.
- Possible solutions: similar to those from #789.
In addition to my previous requests:
Even if a project specifies a UI5 version somewhere in an attempt to avoid the "Default Version", at some point, the UI5 release of the specified version will be outdated and, in case of CDN, eventually removed from the cloud entirely.
If a project uses an outdated UI5 version e.g. via ...
neo-app.json, app router, etc.)/sap.platform.cf/ui5VersionNumber... UI5 linter detecting it would improve the chance to alert the owner of the project early in this regard.
In the report: