Skip to content

chore(deps): update angular-eslint monorepo to v22#1140

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

chore(deps): update angular-eslint monorepo to v22#1140
renovate[bot] wants to merge 1 commit into
stagingfrom
renovate/major-angular-eslint-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

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.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.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.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.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: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 added the client label Jun 20, 2026
@codacy-production

codacy-production Bot commented Jun 20, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0 (≤ 20 complexity)

View in Codacy

🟢 Coverage ∅ diff coverage · +0.00% coverage variation

Metric Results
Coverage variation +0.00% coverage variation (-1.00%)
Diff coverage diff coverage

View coverage diff in Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (0145882) 15414 7583 49.20%
Head commit (2fb6564) 15414 (+0) 7583 (+0) 49.20% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1140) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@renovate renovate Bot force-pushed the renovate/major-angular-eslint-monorepo branch from 0fc5be3 to 40410b9 Compare June 20, 2026 10:50
@github-actions

Copy link
Copy Markdown

There hasn't been any activity on this pull request recently. Therefore, this pull request has been automatically marked as stale and will be closed if no further activity occurs within seven days. Thank you for your contributions.

@github-actions github-actions Bot added the stale label Jun 27, 2026
@renovate renovate Bot force-pushed the renovate/major-angular-eslint-monorepo branch from 40410b9 to 93cbdb4 Compare July 2, 2026 20:52
@renovate renovate Bot force-pushed the renovate/major-angular-eslint-monorepo branch from 93cbdb4 to 2fb6564 Compare July 3, 2026 06:54
@github-actions github-actions Bot removed the stale label Jul 3, 2026
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