chore(deps): update angular-eslint monorepo to v22#499
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/major-angular-eslint-monorepo
branch
from
August 10, 2025 12:24
565e304 to
c93dbd5
Compare
renovate
Bot
force-pushed
the
renovate/major-angular-eslint-monorepo
branch
from
August 22, 2025 14:10
c93dbd5 to
44b6586
Compare
renovate
Bot
force-pushed
the
renovate/major-angular-eslint-monorepo
branch
from
September 14, 2025 10:50
44b6586 to
89afa85
Compare
renovate
Bot
force-pushed
the
renovate/major-angular-eslint-monorepo
branch
from
September 25, 2025 14:37
89afa85 to
cd3fb43
Compare
renovate
Bot
force-pushed
the
renovate/major-angular-eslint-monorepo
branch
from
October 12, 2025 13:03
cd3fb43 to
c924c92
Compare
renovate
Bot
force-pushed
the
renovate/major-angular-eslint-monorepo
branch
2 times, most recently
from
November 3, 2025 12:06
a5f4b72 to
da18c83
Compare
renovate
Bot
force-pushed
the
renovate/major-angular-eslint-monorepo
branch
2 times, most recently
from
November 9, 2025 20:59
5c3ee95 to
7b46a90
Compare
renovate
Bot
force-pushed
the
renovate/major-angular-eslint-monorepo
branch
from
November 22, 2025 16:45
7b46a90 to
84b8e9b
Compare
renovate
Bot
force-pushed
the
renovate/major-angular-eslint-monorepo
branch
from
November 23, 2025 21:41
84b8e9b to
bc5a38e
Compare
renovate
Bot
force-pushed
the
renovate/major-angular-eslint-monorepo
branch
from
December 8, 2025 13:07
bc5a38e to
73be537
Compare
renovate
Bot
force-pushed
the
renovate/major-angular-eslint-monorepo
branch
2 times, most recently
from
January 29, 2026 18:09
699a9f5 to
997e6fa
Compare
renovate
Bot
force-pushed
the
renovate/major-angular-eslint-monorepo
branch
2 times, most recently
from
March 5, 2026 19:55
9ff0940 to
528136a
Compare
renovate
Bot
force-pushed
the
renovate/major-angular-eslint-monorepo
branch
2 times, most recently
from
March 17, 2026 09:03
3d9b01e to
f157765
Compare
renovate
Bot
force-pushed
the
renovate/major-angular-eslint-monorepo
branch
from
May 12, 2026 10:56
f157765 to
1e31917
Compare
renovate
Bot
force-pushed
the
renovate/major-angular-eslint-monorepo
branch
from
May 13, 2026 17:06
1e31917 to
78f198b
Compare
renovate
Bot
force-pushed
the
renovate/major-angular-eslint-monorepo
branch
from
June 7, 2026 17:03
78f198b to
d471f90
Compare
renovate
Bot
force-pushed
the
renovate/major-angular-eslint-monorepo
branch
from
July 12, 2026 20:32
d471f90 to
d71b168
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
19.8.1→22.1.019.8.1→22.1.019.8.1→22.1.0Release Notes
angular-eslint/angular-eslint (@angular-eslint/eslint-plugin)
v22.1.0Compare Source
🚀 Features
prefer-service-decoratorrule (#3073)🩹 Fixes
❤️ Thank You
v22.0.0Compare Source
🚀 Features
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.
❤️ Thank You
21.4.0 (2026-05-13)
🩹 Fixes
❤️ Thank You
21.3.1 (2026-03-17)
🩹 Fixes
❤️ Thank You
21.3.0 (2026-03-05)
🚀 Features
🩹 Fixes
Signaltype correctly (#2907)InputSignalWithTransform(#2879)❤️ Thank You
21.2.0 (2026-01-29)
🚀 Features
❤️ Thank You
21.1.0 (2025-12-08)
🚀 Features
❤️ Thank You
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.
v21.4.0Compare Source
🩹 Fixes
❤️ Thank You
v21.3.1Compare Source
🩹 Fixes
❤️ Thank You
v21.3.0Compare Source
🚀 Features
🩹 Fixes
Signaltype correctly (#2907)InputSignalWithTransform(#2879)❤️ Thank You
v21.2.0Compare Source
🚀 Features
❤️ Thank You
v21.1.0Compare Source
🚀 Features
❤️ Thank You
v21.0.1Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
v21.0.0Compare Source
🚀 Features
🩹 Fixes
The selector validation logic has been updated to be more strict and
predictable:
Default Prefix Change:
Angular CLI defaults
different prefix is explicitly configured
Style and Prefix Validation Changes:
both camelCase and kebab-case styles
whether the prefix is properly separated according to the style:
'appselector' ✗)
'appselector' ✗)
Changes to error reporting:
instead of 'styleAndPrefixFailure'
'prefixFailure' (valid kebab-case, but prefix not properly separated)
Migration Guide:
These changes make the rules more predictable and align better with developer expectations
while maintaining compatibility with Angular's compiler requirements for web components.
❤️ Thank You
20.7.0 (2025-11-22)
🩹 Fixes
❤️ Thank You
20.6.0 (2025-11-09)
🚀 Features
❤️ Thank You
20.5.2 (2025-11-08)
🩹 Fixes
❤️ Thank You
20.5.1 (2025-11-03)
🩹 Fixes
❤️ Thank You
20.5.0 (2025-10-27)
🚀 Features
❤️ Thank You
20.4.0 (2025-10-12)
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
20.3.0 (2025-09-14)
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
20.2.0 (2025-08-22)
🩹 Fixes
❤️ Thank You
20.1.1 (2025-06-19)
🩹 Fixes
❤️ Thank You
20.1.0 (2025-06-16)
🚀 Features
❤️ Thank You
v20.7.0Compare Source
🩹 Fixes
❤️ Thank You
v20.6.0Compare Source
🚀 Features
❤️ Thank You
v20.5.2Compare Source
🩹 Fixes
❤️ Thank You
v20.5.1Compare Source
🩹 Fixes
❤️ Thank You
v20.5.0Compare Source
🚀 Features
❤️ Thank You
v20.4.0Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
v20.3.0Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
v20.2.0Compare Source
🩹 Fixes
❤️ Thank You
v20.1.1Compare Source
🩹 Fixes
❤️ Thank You
v20.1.0Compare Source
🚀 Features
❤️ Thank You
v20.0.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
19.8.0 (2025-06-06)
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
19.7.1 (2025-06-03)
🩹 Fixes
❤️ Thank You
19.7.0 (2025-06-02)
🚀 Features
🩹 Fixes
❤️ Thank You
19.6.0 (2025-05-27)
🚀 Features
🩹 Fixes
❤️ Thank You
19.5.0 (2025-05-25)
🚀 Features
❤️ Thank You
19.4.0 (2025-05-08)
🚀 Features
❤️ Thank You
19.3.0 (2025-03-22)
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
19.2.1 (2025-03-08)
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
19.2.0 (2025-03-02)
🚀 Features
🩹 Fixes
❤️ Thank You
19.1.0 (2025-02-09)
🚀 Features
🩹 Fixes
❤️ Thank You
19.0.2 (2024-12-10)
🩹 Fixes
❤️ Thank You
19.0.1 (2024-12-06)
🩹 Fixes
❤️ Thank You
angular-eslint/angular-eslint (@angular-eslint/eslint-plugin-template)
v22.1.0Compare Source
🚀 Features
no-outerhtmlrule (#3092)require-switch-defaultrule (#3091)❤️ Thank You
v22.0.0Compare Source
🚀 Features
❤️ Thank You
21.4.0 (2026-05-13)
🚀 Features
variantoption (#2976)🩹 Fixes
❤️ Thank You
21.3.1 (2026-03-17)
🩹 Fixes
❤️ Thank You
21.3.0 (2026-03-05)
🚀 Features
no-non-null-assertionrule (#2885)🩹 Fixes
+operation (#2902)❤️ Thank You
21.2.0 (2026-01-29)
🚀 Features
🩹 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
❤️ Thank You
v21.4.0Compare Source
🚀 Features
variantoption (#2976)🩹 Fixes
❤️ Thank You
v21.3.1Compare Source
🩹 Fixes
❤️ Thank You
v21.3.0Compare Source
🚀 Features
no-non-null-assertionrule (#2885)🩹 Fixes
+operation (#2902)❤️ Thank You
v21.2.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
v21.1.0Compare Source
This was a version bump only for eslint-plugin-template to align it with other projects, there were no code changes.
v21.0.1Compare Source
🩹 Fixes
❤️ Thank You
v21.0.0Compare Source
🚀 Features
🩹 Fixes
The selector validation logic has been updated to be more strict and
predictable:
Default Prefix Change:
Angular CLI defaults
different prefix is explicitly configured
Style and Prefix Validation Changes:
both camelCase and kebab-case styles
whether the prefix is properly separated according to the style:
'appselector' ✗)
'appselector' ✗)
Changes to error reporting:
instead of 'styleAndPrefixFailure'
'prefixFailure' (valid kebab-case, but prefix not properly separated)
Migration Guide:
These changes make the rules more predictable and align better with developer expectations
while maintaining compatibility with Angular's compiler requirements for web components.
❤️ Thank You
20.7.0 (2025-11-22)
🚀 Features
❤️ Thank You
20.6.0 (2025-11-09)
This was a version bump only for eslint-plugin-template to align it with other projects, there were no code changes.
20.5.2 (2025-11-08)
🩹 Fixes
❤️ Thank You
20.5.1 (2025-11-03)
🩹 Fixes
❤️ Thank You
20.5.0 (2025-10-27)
🚀 Features
❤️ Thank You
20.4.0 (2025-10-12)
🚀 Features
❤️ Thank You
20.3.0 (2025-09-14)
This was a version bump only for eslint-plugin-template to align it with other projects, there were no code changes.
20.2.0 (2025-08-22)
🚀 Features
🩹 Fixes
❤️ Thank You
20.1.1 (2025-06-19)
🩹 Fixes
❤️ Thank You
20.1.0 (2025-06-16)
This was a version bump only for eslint-plugin-template to align it with other projects, there were no code changes.
v20.7.0Compare Source
🚀 Features
❤️ Thank You
v20.6.0Compare Source
This was a version bump only for eslint-plugin-template to align it with other projects, there were no code changes.
v20.5.2Compare Source
🩹 Fixes
❤️ Thank You
v20.5.1Compare Source
🩹 Fixes
❤️ Thank You
v20.5.0Compare Source
🚀 Features
❤️ Thank You
v20.4.0Compare Source
🚀 Features
❤️ Thank You
v20.3.0Compare Source
This was a version bump only for eslint-plugin-template to align it with other projects, there were no code changes.
v20.2.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
v20.1.1Compare Source
🩹 Fixes
❤️ Thank You
v20.1.0Compare Source
This was a version bump only for eslint-plugin-template to align it with other projects, there were no code changes.
v20.0.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
19.8.0 (2025-06-06)
🚀 Features
❤️ Thank You
19.7.1 (2025-06-03)
This was a version bump only for eslint-plugin-template to align it with other projects, there were no code changes.
19.7.0 (2025-06-02)
🚀 Features
🩹 Fixes
❤️ Thank You
19.6.0 (2025-05-27)
🩹 Fixes
❤️ Thank You
19.5.0 (2025-05-25)
🚀 Features
🩹 Fixes
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.