|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [1.14.0](https://github.com/UI5/linter/compare/v1.13.1...v1.14.0) (2025-06-27) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* Autofix Core API (complex cases) ([#675](https://github.com/UI5/linter/issues/675)) ([b89c980](https://github.com/UI5/linter/commit/b89c9801483d0335d70519b7b27276b5c4619b6f)) |
| 9 | +* Autofix deprecated jQuery.sap APIs ([#614](https://github.com/UI5/linter/issues/614)) ([1dda012](https://github.com/UI5/linter/commit/1dda01216deb7dec8c3dd1dd83712ce5166172f3)) |
| 10 | +* Autofix for jQuery complex cases (multple iterations required) ([#710](https://github.com/UI5/linter/issues/710)) ([f1dfd8a](https://github.com/UI5/linter/commit/f1dfd8a3227380a889ddc3796b0834917bf76e01)) |
| 11 | +* **autofix:** Autofix basic property assignments in JS ([ad35f17](https://github.com/UI5/linter/commit/ad35f170aa83ccf0d561b9f2cdcd4888c8526f9b)) |
| 12 | +* **autofix:** Autofix basic property assignments in XML ([535d784](https://github.com/UI5/linter/commit/535d78409a80a54a5b25f0e2ea7942463d5f67fd)) |
| 13 | +* **autofix:** Detect deprecated constructor parameters for non-MO ([49f54a8](https://github.com/UI5/linter/commit/49f54a8b6342a32781bd0657ed0d37be869eaf47)) |
| 14 | +* **autofix:** Fix additional deprecated Core APIs ([#639](https://github.com/UI5/linter/issues/639)) ([af2cb9b](https://github.com/UI5/linter/commit/af2cb9bfa13463037538411eedcd5281e0cab741)) |
| 15 | +* **autofix:** Fix basic deprecated Core APIs ([#671](https://github.com/UI5/linter/issues/671)) ([857a03e](https://github.com/UI5/linter/commit/857a03ea35d698f24b2d7181e437e692abedcaac)) |
| 16 | +* **autofix:** Fix deprecated Configuration APIs ([372d80b](https://github.com/UI5/linter/commit/372d80bd3e3fc21147313ee7d98fca81b8e1f6f0)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* **autofix:** Prevent invalid delete expressions ([3f3c720](https://github.com/UI5/linter/commit/3f3c7207e1eefd03e417987c55224c4d817ef81d)) |
| 22 | +* **SourceFileLinter:** Remove double quote ([e7cabcb](https://github.com/UI5/linter/commit/e7cabcb76e2e677398f4153042f5342a8d384206)) |
| 23 | +* TypeScript error "Cannot find module './MessageArgs.js'" ([08ff3e5](https://github.com/UI5/linter/commit/08ff3e52f4b9080ed66c7bcfe51071da31c2d23f)) |
| 24 | + |
| 25 | + |
| 26 | +### Dependencies |
| 27 | + |
| 28 | +* Bump @sapui5/types from 1.120.30 to 1.120.31 ([#678](https://github.com/UI5/linter/issues/678)) ([fa7642d](https://github.com/UI5/linter/commit/fa7642dafede559e836dd41719a60697106793c0)) |
| 29 | +* Bump @sapui5/types from 1.120.31 to 1.120.32 ([#730](https://github.com/UI5/linter/issues/730)) ([3f3736d](https://github.com/UI5/linter/commit/3f3736d4551ce292c516f5a1f720791379643d43)) |
| 30 | +* Bump globals from 16.1.0 to 16.2.0 ([22bbfe3](https://github.com/UI5/linter/commit/22bbfe34bb9d76861f07b3843c59d157e8b00ab4)) |
| 31 | +* Bump minimatch from 10.0.1 to 10.0.2 ([6f594bb](https://github.com/UI5/linter/commit/6f594bbe719df5950d05a79cf3f0f3f4231ffa63)) |
| 32 | +* Bump minimatch from 10.0.2 to 10.0.3 ([cf82d1e](https://github.com/UI5/linter/commit/cf82d1e188c13f47ac74f02b1e764e0548c4fe52)) |
| 33 | + |
3 | 34 | ## [1.13.1](https://github.com/UI5/linter/compare/v1.13.0...v1.13.1) (2025-05-12)
|
4 | 35 |
|
5 | 36 |
|
|
0 commit comments