chore(deps): update angular-eslint monorepo to v21 (major)#499
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update angular-eslint monorepo to v21 (major)#499renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
565e304 to
c93dbd5
Compare
c93dbd5 to
44b6586
Compare
44b6586 to
89afa85
Compare
89afa85 to
cd3fb43
Compare
cd3fb43 to
c924c92
Compare
a5f4b72 to
da18c83
Compare
5c3ee95 to
7b46a90
Compare
7b46a90 to
84b8e9b
Compare
84b8e9b to
bc5a38e
Compare
bc5a38e to
73be537
Compare
73be537 to
699a9f5
Compare
699a9f5 to
997e6fa
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→21.2.019.8.1→21.2.019.8.1→21.2.0Release Notes
angular-eslint/angular-eslint (@angular-eslint/eslint-plugin)
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)
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
❤️ Thank You
19.4.0 (2025-05-08)
🚀 Features
prefer-template-literalrule (#2308)🩹 Fixes
❤️ Thank You
19.3.0 (2025-03-22)
🚀 Features
🩹 Fixes
❤️ Thank You
19.2.1 (2025-03-08)
🩹 Fixes
❤️ Thank You
19.2.0 (2025-03-02)
🩹 Fixes
❤️ Thank You
19.1.0 (2025-02-09)
🚀 Features
🩹 Fixes
❤️ Thank You
19.0.2 (2024-12-10)
This was a version bump only for eslint-plugin-template to align it with other projects, there were no code changes.
19.0.1 (2024-12-06)
🩹 Fixes
❤️ Thank You
angular-eslint/angular-eslint (@angular-eslint/template-parser)
v21.2.0Compare Source
🩹 Fixes
v21.1.0Compare Source
This was a version bump only for template-parser to align it with other projects, there were no code changes.
v21.0.1Compare Source
This was a version bump only for template-parser to align it with other projects, there were no code changes.
v21.0.0Compare Source
This was a version bump only for template-parser to align it with other projects, there were no code changes.
20.7.0 (2025-11-22)
This was a version bump only for template-parser to align it with other projects, there were no code changes.
20.6.0 (2025-11-09)
This was a version bump only for template-parser 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)
This was a version bump only for template-parser to align it with other projects, there were no code changes.
20.5.0 (2025-10-27)
This was a version bump only for template-parser to align it with other projects, there were no code changes.
20.4.0 (2025-10-12)
This was a version bump only for template-parser to align it with other projects, there were no code changes.
20.3.0 (2025-09-14)
This was a version bump only for template-parser to align it with other projects, there were no code changes.
20.2.0 (2025-08-22)
🩹 Fixes
20.1.1 (2025-06-19)
This was a version bump only for template-parser to align it with other projects, there were no code changes.
20.1.0 (2025-06-16)
This was a version bump only for template-parser to align it with other projects, there were no code changes.
v20.7.0Compare Source
This was a version bump only for template-parser to align it with other projects, there were no code changes.
v20.6.0Compare Source
This was a version bump only for template-parser to align it with other projects, there were no code changes.
v20.5.2Compare Source
🩹 Fixes
❤️ Thank You
v20.5.1Compare Source
This was a version bump only for template-parser to align it with other projects, there were no code changes.
v20.5.0Compare Source
This was a version bump only for template-parser to align it with other projects, there were no code changes.
v20.4.0Compare Source
This was a version bump only for template-parser to align it with other projects, there were no code changes.
v20.3.0Compare Source
This was a version bump only for template-parser to align it with other projects, there were no code changes.
v20.2.0Compare Source
🩹 Fixes
v20.1.1Compare Source
This was a version bump only for template-parser to align it with other projects, there were no code changes.
v20.1.0Compare Source
This was a version bump only for template-parser to align it with other projects, there were no code changes.
v20.0.0Compare Source
🚀 Features
❤️ Thank You
19.8.0 (2025-06-06)
This was a version bump only for template-parser to align it with other projects, there were no code changes.
19.7.1 (2025-06-03)
This was a version bump only for template-parser to align it with other projects, there were no code changes.
19.7.0 (2025-06-02)
This was a version bump only for template-parser to align it with other projects, there were no code changes.
19.6.0 (2025-05-27)
🩹 Fixes
❤️ Thank You
19.5.0 (2025-05-25)
This was a version bump only for template-parser to align it with other projects, there were no code changes.
19.4.0 (2025-05-08)
This was a version bump only for template-parser to align it with other projects, there were no code changes.
19.3.0 (2025-03-22)
🚀 Features
❤️ Thank You
19.2.1 (2025-03-08)
This was a version bump only for template-parser to align it with other projects, there were no code changes.
19.2.0 (2025-03-02)
🩹 Fixes
❤️ Thank You
19.1.0 (2025-02-09)
This was a version bump only for template-parser to align it with other projects, there were no code changes.
19.0.2 (2024-12-10)
This was a version bump only for template-parser to align it with other projects, there were no code changes.
19.0.1 (2024-12-06)
This was a version bump only for template-parser to align it with other projects, there were no code changes.
Configuration
📅 Schedule: 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.
This PR was generated by Mend Renovate. View the repository job log.