Releases: SAP/ui5-linter
Releases · SAP/ui5-linter
v0.3.2
v0.3.1
v0.3.0
0.3.0 (2024-07-24)
⚠ BREAKING CHANGES
- Support for older Node.js has been dropped. Only Node.js 20.11.x and >=22.0.0 as well as npm v8 or higher are supported.
Features
Bug Fixes
- Consider allowed globals when they're accessed via globalThis (d370803)
Dependencies
- Bump @jridgewell/sourcemap-codec from 1.4.15 to 1.5.0 (191620e)
- Bump @sapui5/types to 1.120.18 (f6f0e07)
- Bump @ui5/fs from 3.0.5 to 4.0.0 (6cb5130)
- Bump @ui5/logger from 3.0.0 to 4.0.1 (d650e1d)
- Bump @ui5/project from 3.9.2 to 4.0.0 (3834655)
- Bump typescript from 5.5.2 to 5.5.3 (d8ad2ee)
- Bump typescript from 5.5.3 to 5.5.4 (3f911a3)
- Bump update-notifier from 7.0.0 to 7.1.0 (b798d53)
v0.2.6
v0.2.5
v0.2.4
v0.2.3
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)