|
| 1 | +# 19.0.0 (2024-11-29) |
| 2 | + |
| 3 | +As always we recommend that you update your existing workspaces by using `ng update` as we provide some helpful schematics to help migrate your workspaces to the latest and greatest. |
| 4 | + |
| 5 | +However, please note that the `angular-eslint` package itself now supports being referenced as the schematics collection, so... |
| 6 | + |
| 7 | +**IF YOU ARE ALREADY USING `angular-eslint` and ESLint v9 and flat config** you can now do the following: |
| 8 | + |
| 9 | +```sh |
| 10 | +ng update @angular/core @angular/cli angular-eslint |
| 11 | +``` |
| 12 | + |
| 13 | +(Note: If you encounter any issues with this, you may need to update to the latest v18 release of `angular-eslint` first) |
| 14 | + |
| 15 | +**IF YOU ARE STILL USING `@angular-eslint/schematics` and ESLint v8 and `.eslintrc.json` configs** you can still do the following: |
| 16 | + |
| 17 | +```sh |
| 18 | +ng update @angular/core @angular/cli @angular-eslint/schematics |
| 19 | +``` |
| 20 | + |
| 21 | +**NOTE: There will not be any migration of your setup to ESLint v9 or flat configs for existing ESLint v8 workspaces while migrating to angular-eslint v19.** |
| 22 | + |
| 23 | +We will explore landing an opt in migration schematic in a minor release after `19.0.0`. |
| 24 | + |
| 25 | +### 🚀 Features |
| 26 | + |
| 27 | +- update angular packages to the stable v19 ([#2120](https://github.com/angular-eslint/angular-eslint/pull/2120)) |
| 28 | +- allow referencing angular-eslint as the schematics collection ([2be3107b](https://github.com/angular-eslint/angular-eslint/commit/2be3107b)) |
| 29 | +- ⚠️ **eslint-plugin:** remove deprecated prefer-standalone-component rule ([#2112](https://github.com/angular-eslint/angular-eslint/pull/2112)) |
| 30 | +- ⚠️ **eslint-plugin:** prefer-standalone recognizes that standalone is the default ([#2096](https://github.com/angular-eslint/angular-eslint/pull/2096)) |
| 31 | +- ⚠️ **eslint-plugin:** remove deprecated sort-ngmodule-metadata-arrays rule ([#2114](https://github.com/angular-eslint/angular-eslint/pull/2114)) |
| 32 | +- ⚠️ **eslint-plugin:** remove deprecated no-host-metadata-property rule ([#2113](https://github.com/angular-eslint/angular-eslint/pull/2113)) |
| 33 | +- **eslint-plugin:** new rule prefer-signals ([#1872](https://github.com/angular-eslint/angular-eslint/pull/1872)) |
| 34 | +- ⚠️ **eslint-plugin:** promote prefer-standalone to recommended ([8dfdc4f4](https://github.com/angular-eslint/angular-eslint/commit/8dfdc4f4)) |
| 35 | + |
| 36 | +### ⚠️ Breaking Changes |
| 37 | + |
| 38 | +- ⚠️ **eslint-plugin:** promote prefer-standalone to recommended ([8dfdc4f4](https://github.com/angular-eslint/angular-eslint/commit/8dfdc4f4)) |
| 39 | +- ⚠️ **eslint-plugin:** remove deprecated no-host-metadata-property rule ([#2113](https://github.com/angular-eslint/angular-eslint/pull/2113)) |
| 40 | +- ⚠️ **eslint-plugin:** remove deprecated sort-ngmodule-metadata-arrays rule ([#2114](https://github.com/angular-eslint/angular-eslint/pull/2114)) |
| 41 | +- ⚠️ **eslint-plugin:** prefer-standalone recognizes that standalone is the default ([#2096](https://github.com/angular-eslint/angular-eslint/pull/2096)) |
| 42 | +- ⚠️ **eslint-plugin:** remove deprecated prefer-standalone-component rule ([#2112](https://github.com/angular-eslint/angular-eslint/pull/2112)) |
| 43 | + |
| 44 | +### ❤️ Thank You |
| 45 | + |
| 46 | +- Daniel Kimmich @json-derulo |
| 47 | +- Dave @reduckted |
| 48 | +- James Henry @JamesHenry |
| 49 | +- JamesHenry @JamesHenry |
| 50 | +- Leosvel Pérez Espinosa @leosvelperez |
| 51 | + |
1 | 52 | ## 18.4.3 (2024-11-29)
|
2 | 53 |
|
3 | 54 | ### 🩹 Fixes
|
|
0 commit comments