Releases: SAP/ui5-linter
Releases · SAP/ui5-linter
v0.2.2
v0.2.1
0.2.1 (2024-04-17)
Features
- Alerts for new ui5lint version in console (#57) (9b17887)
- Check script tags for inline JS (#48) (70b719a)
- Detect deprecations in ui5.yaml (in root directory) (#39) (db118b1)
- Detect pseudo modules (#60) (508d81d)
Bug Fixes
- amdTranspiler: Fix substiute for sap.ui.require errbacks (c52b53f)
- Respect src attribute for script tags and include module type for checks (#70) (2b28e5f)
Dependencies
v0.2.0
0.2.0 (2024-03-26)
⚠ BREAKING CHANGES
- cli: Depending on how UI5 linter is being used, this change might change the behavior of that particular scenario. For example a build script might abort further processing, if any linting errors are detected.
Features
- Analyze sap.ui.core.Lib.init() call (#33) (6d5bcdb)
- cli: In case of errors, exit with code 1 (96331fc)
Bug Fixes
Performance Improvements
Dependencies
- Bump @sapui5/types to 1.120.11 (9cbdf1d)
v0.1.3
v0.1.2
0.1.2 (2024-03-14)
Bug Fixes
- npm: Install error "Unsupported platform @esbuild/[email protected]" (5815178)