Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change 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/template-parser (source) 21.4.022.0.0 age confidence

Release Notes

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/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: 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) June 21, 2026 14:05
@renovate

renovate Bot commented Jun 21, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: Keira3@3.10.5-dev
npm error Found: eslint@8.57.1
npm error node_modules/eslint
npm error   dev eslint@"8.57.1" from the root project
npm error   peer eslint@"^8.57.0 || ^9.0.0 || ^10.0.0" from @typescript-eslint/utils@8.62.0
npm error   node_modules/@typescript-eslint/utils
npm error     peer @typescript-eslint/utils@"^8.0.0" from @angular-eslint/eslint-plugin@22.0.0
npm error     node_modules/@angular-eslint/eslint-plugin
npm error       dev @angular-eslint/eslint-plugin@"22.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^9.0.0 || ^10.0.0" from @angular-eslint/eslint-plugin@22.0.0
npm error node_modules/@angular-eslint/eslint-plugin
npm error   dev @angular-eslint/eslint-plugin@"22.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-06-27T14_13_32_501Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-06-27T14_13_32_501Z-debug-0.log

@renovate renovate Bot force-pushed the renovate/major-angular-eslint-monorepo branch 9 times, most recently from fa2dc7d to 430efdb Compare June 23, 2026 10:51
@renovate renovate Bot force-pushed the renovate/major-angular-eslint-monorepo branch from 430efdb to cb032be Compare June 27, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants