20.1.0 (2025-06-16)
🚀 Features
- eslint-plugin: add rules to ban experimental and developer preview (#2037)
🩹 Fixes
- update dependency @angular/compiler to v20.0.3 (#2505)
- update dependency eslint to v9.29.0 (#2520)
- update typescript-eslint packages to v8.34.0 (#2511)
❤️ Thank You
- Daniel Kimmich @json-derulo
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. Running the following will update Angular, the Angular CLI and angular-eslint together:
ng update @angular/core @angular/cli angular-eslint
🚀 Features
- ⚠️ switch to angular v20 (e2b46ef4)
- ⚠️ eslint-lint: add prefer-inject to recommended (c8367d3b)
- ⚠️ eslint-plugin: switch prefer-standalone fix to suggestion, reference guide (4583034f)
- ⚠️ eslint-plugin: remove (component|directive)-class-suffix from recommended (c1022ee6)
- ⚠️ template-parser: do not suppress parse errors by default (#2255)
🩹 Fixes
- ⚠️ eslint-plugin: [sort-keys-in-type-decorator] default orders now include all known keys (9183385d)
⚠️ Breaking Changes
- ⚠️ eslint-plugin: [sort-keys-in-type-decorator] default orders now include all known keys (9183385d)
- ⚠️ switch to angular v20 (e2b46ef4)
- ⚠️ eslint-lint: add prefer-inject to recommended (c8367d3b)
- ⚠️ eslint-plugin: remove (component|directive)-class-suffix from recommended (c1022ee6)
- ⚠️ eslint-plugin: switch prefer-standalone fix to suggestion, reference guide (4583034f)
- ⚠️ template-parser: do not suppress parse errors by default (#2255)
❤️ Thank You
- Dave @reduckted
- JamesHenry @JamesHenry