Skip to content

Update angular-eslint monorepo to v22 - #2871

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-angular-eslint-monorepo
Open

Update angular-eslint monorepo to v22#2871
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-angular-eslint-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@angular-eslint/builder (source) 21.4.022.1.0 age confidence
@angular-eslint/eslint-plugin (source) 21.4.022.1.0 age confidence
@angular-eslint/eslint-plugin-template (source) 21.4.022.1.0 age confidence
@angular-eslint/schematics (source) 21.4.022.1.0 age confidence
@angular-eslint/template-parser (source) 21.4.022.1.0 age confidence

Release Notes

angular-eslint/angular-eslint (@​angular-eslint/builder)

v22.1.0

Compare Source

This was a version bump only for builder to align it with other projects, there were no code changes.

v22.0.0

Compare Source

🚀 Features
  • ⚠️ drop support for eslint v8 and legacy eslintrc config format (#​3056)
  • builder: add suppressionsLocation option (#​3034)
⚠️ Breaking Changes
  • drop support for eslint v8 and legacy eslintrc config format (#​3056)
❤️ Thank You

21.4.0 (2026-05-13)

🚀 Features
  • builder: add apply-suppressions option (#​2974)
❤️ Thank You
  • Finn Bayer

21.3.1 (2026-03-17)

🩹 Fixes
  • narrow build target cache outputs to avoid clobbering compile artifacts" (#​2943)
  • narrow build target cache outputs to avoid clobbering compile artifacts (#​2940)
❤️ Thank You

21.3.0 (2026-03-05)

🚀 Features
❤️ Thank You
  • Jason Weinzierl

21.2.0 (2026-01-29)

This was a version bump only for builder to align it with other projects, there were no code changes.

21.1.0 (2025-12-08)

🩹 Fixes
❤️ Thank You

21.0.1 (2025-11-23)

This was a version bump only for builder to align it with other projects, there were no code changes.

angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin)

v22.1.0

Compare Source

🚀 Features
  • eslint-plugin: [inject-at-top] add rule requiring inject() at the top of the class (#​3009)
  • eslint-plugin: add prefer-service-decorator rule (#​3073)
🩹 Fixes
  • eslint-plugin: [no-implicit-take-until-destroyed] avoid false positive for methods called from constructor (#​3011)
❤️ Thank You
  • Adi-Marian Mutu
  • Guillaume DROUARD
  • Pierluigi Lenoci

v22.0.0

Compare Source

🚀 Features
  • ⚠️ eslint-plugin: remove deprecated no-conflicting-lifecycle rule (#​3060)
  • ⚠️ eslint-plugin: [prefer-on-push-component-change-detection] flag only opting out of OnPush, make recommended (#​3058)
  • support the Angular v22 @​Service decorator (#​3057)
  • ⚠️ drop support for eslint v8 and legacy eslintrc config format (#​3056)
⚠️ Breaking Changes
  • eslint-plugin: remove deprecated no-conflicting-lifecycle rule (#​3060)
  • eslint-plugin: [prefer-on-push-component-change-detection] flag only opting out of OnPush, make recommended (#​3058)
    prefer-on-push-component-change-detection no longer reports components that omit changeDetection (omission now means OnPush in v22); it now only reports components that opt out of OnPush via ChangeDetectionStrategy.Eager or the deprecated ChangeDetectionStrategy.Default. The rule is also now part of the recommended config, so projects extending it may see new reports — notably on components the Angular v22 migration set to Eager. The suggestion message id suggestAddChangeDetectionOnPush has been renamed to suggestChangeToOnPush.
  • drop support for eslint v8 and legacy eslintrc config format (#​3056)
❤️ Thank You

21.4.0 (2026-05-13)

🩹 Fixes
  • eslint-plugin: append fixes in prefer-on-push-change-detection, use-injectable-provided-in (#​2969)
❤️ Thank You

21.3.1 (2026-03-17)

🩹 Fixes
  • eslint-plugin: [no-uncalled-signals] properly handle statements with unary operators (#​2926)
  • narrow build target cache outputs to avoid clobbering compile artifacts" (#​2943)
  • narrow build target cache outputs to avoid clobbering compile artifacts (#​2940)
❤️ Thank You

21.3.0 (2026-03-05)

🚀 Features
  • eslint-plugin: [no-uncalled-signals] detect Signal member access (#​2848)
  • add support for ESLint v10 (#​2903)
  • eslint-plugin: add computed-must-return rule (#​2882)
🩹 Fixes
  • eslint-plugin: [no-uncalled-signals] detect Signal type correctly (#​2907)
  • eslint-plugin: [no-uncalled-signals] add check InputSignalWithTransform (#​2879)
❤️ Thank You

21.2.0 (2026-01-29)

🚀 Features
  • eslint-plugin: [no-implicit-takeuntil-destroyed] add rule (#​2803)
❤️ Thank You

21.1.0 (2025-12-08)

🚀 Features
  • eslint-plugin: add prefer-signal-model rule to encourage using model() for two-way bindings (#​2818)
❤️ Thank You
  • Karan Mistry

21.0.1 (2025-11-23)

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin-template)

v22.1.0

Compare Source

🚀 Features
  • support eslint inline directive comments within element opening tags (#​3097)
  • eslint-plugin-template: add no-outerhtml rule (#​3092)
  • eslint-plugin-template: add require-switch-default rule (#​3091)
❤️ Thank You
  • Guillaume DROUARD

v22.0.0

Compare Source

🚀 Features
  • ⚠️ drop support for eslint v8 and legacy eslintrc config format (#​3056)
⚠️ Breaking Changes
  • drop support for eslint v8 and legacy eslintrc config format (#​3056)
❤️ Thank You

21.4.0 (2026-05-13)

🚀 Features
  • eslint-plugin-template: [cyclomatic-complexity] add variant option (#​2976)
🩹 Fixes
  • eslint-plugin: [prefer-template-literal] do not check inline templates (#​2959)
  • eslint-plugin-template: [eqeqeq] could not destructure null (#​2922)
  • eslint-plugin-template: [no-non-null-assertion] report nested arrays (#​2991)
❤️ Thank You

21.3.1 (2026-03-17)

🩹 Fixes
  • prefer-self-closing-tags: add selectedcontent nonAriaElements (#​2939)
  • narrow build target cache outputs to avoid clobbering compile artifacts" (#​2943)
  • narrow build target cache outputs to avoid clobbering compile artifacts (#​2940)
❤️ Thank You

21.3.0 (2026-03-05)

🚀 Features
  • add support for ESLint v10 (#​2903)
  • eslint-plugin-template: add no-non-null-assertion rule (#​2885)
🩹 Fixes
  • eslint-plugin-template: [prefer-template-literal] preserve nested non string binary + operation (#​2902)
❤️ Thank You
  • Guillaume DROUARD
  • Jason Weinzierl

21.2.0 (2026-01-29)

🚀 Features
  • eslint-plugin-template: support ignore attributes for prefer-static-string-properties rule (#​2852)
  • eslint-plugin-template: add prefer-class-binding rule to enforce class binding over ngClass (#​2827)
🩹 Fixes
❤️ Thank You

21.1.0 (2025-12-08)

This was a version bump only for eslint-plugin-template to align it with other projects, there were no code changes.

21.0.1 (2025-11-23)

🩹 Fixes
  • eslint-plugin-template: [prefer-contextual-for-variables] fix overlapping fixes for semicolon-separated let declarations (#​2802)
  • eslint-plugin-template: [prefer-template-literal] handle chained concatenations correctly (#​2801)
❤️ Thank You
angular-eslint/angular-eslint (@​angular-eslint/schematics)

v22.1.0

Compare Source

This was a version bump only for schematics to align it with other projects, there were no code changes.

v22.0.0

Compare Source

🚀 Features
  • ⚠️ drop support for eslint v8 and legacy eslintrc config format (#​3056)
⚠️ Breaking Changes
  • drop support for eslint v8 and legacy eslintrc config format (#​3056)
❤️ Thank You

21.4.0 (2026-05-13)

🩹 Fixes
❤️ Thank You

21.3.1 (2026-03-17)

This was a version bump only for schematics to align it with other projects, there were no code changes.

21.3.0 (2026-03-05)

🚀 Features
❤️ Thank You
  • Jason Weinzierl

21.2.0 (2026-01-29)

This was a version bump only for schematics to align it with other projects, there were no code changes.

21.1.0 (2025-12-08)

🩹 Fixes
❤️ Thank You

21.0.1 (2025-11-23)

This was a version bump only for schematics to align it with other projects, there were no code changes.

angular-eslint/angular-eslint (@​angular-eslint/template-parser)

v22.1.0

Compare Source

🚀 Features
  • support eslint inline directive comments within element opening tags (#​3097)

v22.0.0

Compare Source

🚀 Features
  • template-parser: traverse v22 arrow function, spread and tagged-template expression nodes (#​3059)
  • ⚠️ drop support for eslint v8 and legacy eslintrc config format (#​3056)
⚠️ Breaking Changes
  • drop support for eslint v8 and legacy eslintrc config format (#​3056)
❤️ Thank You

21.4.0 (2026-05-13)

🩹 Fixes
❤️ Thank You
  • Guillaume DROUARD

21.3.1 (2026-03-17)

This was a version bump only for template-parser to align it with other projects, there were no code changes.

21.3.0 (2026-03-05)

🚀 Features
  • add support for ESLint v10 (#​2903)
  • eslint-plugin-template: add no-non-null-assertion rule (#​2885)
🩹 Fixes
❤️ Thank You
  • Guillaume DROUARD
  • Jason Weinzierl

21.2.0 (2026-01-29)

🩹 Fixes

21.1.0 (2025-12-08)

This was a version bump only for template-parser to align it with other projects, there were no code changes.

21.0.1 (2025-11-23)

This was a version bump only for template-parser to align it with other projects, there were no code changes.


Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • Between 05:00 PM and 11:59 PM, Monday through Friday (* 17-23 * * 1-5)
    • Between 12:00 AM and 08:59 AM, Monday through Friday (* 0-8 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • Between 05:00 PM and 11:59 PM, Monday through Friday (* 17-23 * * 1-5)
    • Between 12:00 AM and 08:59 AM, Monday through Friday (* 0-8 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot enabled auto-merge (squash) July 17, 2026 08:22
@renovate
renovate Bot force-pushed the renovate/major-angular-eslint-monorepo branch 24 times, most recently from a47358c to d438fdc Compare July 23, 2026 14:49
@renovate
renovate Bot force-pushed the renovate/major-angular-eslint-monorepo branch 2 times, most recently from 4932fb6 to e8b1d74 Compare July 24, 2026 13:26
@renovate
renovate Bot force-pushed the renovate/major-angular-eslint-monorepo branch 22 times, most recently from ffaa2c5 to 7532780 Compare August 3, 2026 18:09
@renovate
renovate Bot force-pushed the renovate/major-angular-eslint-monorepo branch 6 times, most recently from 40719a2 to 8e4bd6f Compare August 6, 2026 00:13
@renovate
renovate Bot force-pushed the renovate/major-angular-eslint-monorepo branch from 8e4bd6f to 62753ff Compare August 6, 2026 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants