chore(deps): update linting packages (major) - #46
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
⚠ Artifact update problemRenovate 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:
The artifact failure details are included below: File name: package-lock.json |
renovate
Bot
force-pushed
the
renovate/major-linting
branch
8 times, most recently
from
October 21, 2023 00:32
14a42c3 to
e87804e
Compare
renovate
Bot
force-pushed
the
renovate/major-linting
branch
from
January 13, 2024 15:37
e87804e to
1abbfa4
Compare
renovate
Bot
force-pushed
the
renovate/major-linting
branch
17 times, most recently
from
January 14, 2024 15:38
2fa543f to
c2a270b
Compare
renovate
Bot
force-pushed
the
renovate/major-linting
branch
2 times, most recently
from
January 16, 2024 18:58
49f1df7 to
f936615
Compare
renovate
Bot
force-pushed
the
renovate/major-linting
branch
from
January 24, 2024 21:09
f936615 to
edd8324
Compare
renovate
Bot
force-pushed
the
renovate/major-linting
branch
from
January 24, 2024 21:47
edd8324 to
232427c
Compare
HugoMendes98
force-pushed
the
master
branch
2 times, most recently
from
January 24, 2024 21:50
c457be8 to
e19840c
Compare
renovate
Bot
force-pushed
the
renovate/major-linting
branch
from
January 24, 2024 21:51
232427c to
f915c1c
Compare
HugoMendes98
force-pushed
the
master
branch
2 times, most recently
from
January 24, 2024 21:55
30b3893 to
15868ea
Compare
renovate
Bot
force-pushed
the
renovate/major-linting
branch
4 times, most recently
from
January 25, 2024 19:25
b7530fe to
83c0373
Compare
renovate
Bot
force-pushed
the
renovate/major-linting
branch
from
January 25, 2024 19:33
83c0373 to
3456090
Compare
renovate
Bot
force-pushed
the
renovate/major-linting
branch
from
January 25, 2024 19:41
3456090 to
fcd8405
Compare
renovate
Bot
force-pushed
the
renovate/major-linting
branch
from
January 25, 2024 19:46
fcd8405 to
aa137e6
Compare
renovate
Bot
force-pushed
the
renovate/major-linting
branch
7 times, most recently
from
January 26, 2024 06:31
2b8b2aa to
739fc19
Compare
Contributor
Author
|
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:
^17.0.0→^22.0.0^7.3.7→^10.0.0^3.22.6→^7.0.016.10.0→23.1.1^5.62.0→^8.0.0^5.62.0→^8.0.0^8.46.0→^10.0.0^8.8.0→^10.0.0^2.14.0→^6.0.0^27.2.3→^29.0.0^46.5.1→^63.0.0^2.6.0→^3.0.0^0.23.0→^4.0.0^1.4.0→^3.0.0^0.6.13→^10.0.0^2.1.0→^3.0.0^48.0.1→^72.0.0^2.0.0→^4.0.0^1.4.0→^3.0.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
v19.8.1Compare Source
19.8.1 (2025-06-19)
🩹 Fixes
❤️ Thank You
v19.8.0Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
v19.7.1Compare Source
🩹 Fixes
❤️ Thank You
v19.7.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
v19.6.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
v19.5.0Compare Source
🚀 Features
❤️ Thank You
v19.4.0Compare Source
🚀 Features
❤️ Thank You
v19.3.0Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
v19.2.1Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
v19.2.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
v19.1.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
v19.0.2Compare Source
🩹 Fixes
❤️ Thank You
v19.0.1Compare Source
🩹 Fixes
❤️ Thank You
v19.0.0Compare Source
🚀 Features
❤️ Thank You
18.4.3 (2024-11-29)
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
18.4.2 (2024-11-23)
🩹 Fixes
output()andinput()functions in various rules (#2098)❤️ Thank You
18.4.1 (2024-11-18)
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
18.4.0 (2024-10-21)
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
18.3.1 (2024-09-11)
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
18.3.0 (2024-08-13)
🚀 Features
❤️ Thank You
18.2.0 (2024-07-31)
🚀 Features
🩹 Fixes
❤️ Thank You
18.1.0 (2024-07-01)
🚀 Features
🩹 Fixes
❤️ Thank You
18.0.1 (2024-05-30)
🩹 Fixes
❤️ Thank You
v18.4.3Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
v18.4.2Compare Source
🩹 Fixes
output()andinput()functions in various rules (#2098)❤️ Thank You
v18.4.1Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
v18.4.0Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
v18.3.1Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
v18.3.0Compare Source
🚀 Features
❤️ Thank You
v18.2.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
v18.1.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
v18.0.1Compare Source
🩹 Fixes
❤️ Thank You
v18.0.0Compare Source
🚀 Features
❤️ Thank You
17.5.2 (2024-05-28)
🩹 Fixes
17.5.1 (2024-05-23)
🩹 Fixes
17.5.0 (2024-05-22)
🚀 Features
🩹 Fixes
update dependency @angular/compiler to v17.3.9
update typescript-eslint packages to v7.10.0
eslint-plugin: [no-input-rename] incorrectly triggers on input transforms
❤️ Thank You
17.4.1 (2024-05-15)
🩹 Fixes
❤️ Thank You
17.4.0 (2024-05-07)
🚀 Features
🩹 Fixes
update dependency @angular/compiler to v17.3.4
update dependency eslint-scope to v8.0.1
update typescript-eslint packages to v7.6.0
update typescript-eslint packages to v7.7.0
update dependency @angular/compiler to v17.3.6
update typescript-eslint packages to v7.8.0
eslint-plugin: [sort-ngmodule-metadata-arrays] deprecate rule
❤️ Thank You
17.3.0 (2024-03-15)
🚀 Features
eslint-plugin: consistent-component-styles
eslint-plugin: add prefer-standalone rule for checking all directives
🩹 Fixes
update dependency tmp to v0.2.3
migrate to nx 18
update dependency ignore to v5.3.1
update dependency eslint to v8.57.0
update typescript-eslint packages to v7 (major)
update dependency @angular/compiler to v17.3.0
output declaration files in all packages
❤️ Thank You
17.2.1 (2024-01-20)
🩹 Fixes
update typescript-eslint packages to v6.18.1
update typescript-eslint packages to v6.19.0
update dependency @angular/compiler to v17.1.0
❤️ Thank You
17.2.0 (2024-01-06)
🚀 Features
🩹 Fixes
update dependency eslint to v8.56.0
update typescript-eslint packages to v6.18.0
update dependency @angular/compiler to v17.0.8
update dependency eslint-scope to v8
❤️ Thank You
17.1.1
🩹 Fixes
update nrwl monorepo to v17.1.3
update typescript-eslint packages to v6.12.0
update dependency ignore to v5.3.0
update dependency eslint to v8.54.0
update typescript-eslint packages to v6.13.0
update typescript-eslint packages to v6.13.1
eslint-plugin: fix max inline declarations rule for styles string
❤️ Thank You
17.1.0
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
v17.5.3Compare Source
[
v17.5.2](https://redirect.github.com/angular-eslint/angular-eslint/blob/HEAD/packages/Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.