Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2025

This PR contains the following updates:

Package Change Age Confidence
@angular-eslint/eslint-plugin (source) 19.0.0 -> 20.2.0 age confidence
angular-eslint (source) ^19.0.0 -> ^20.0.0 age confidence

Release Notes

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

v20.2.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-uncalled-signals] do not report signal sets within logical expressions (#​2581)
  • eslint-plugin: [relative-url-prefix] handle template literals (#​2576)
❤️ Thank You

v20.1.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-output-on-prefix] update style guide link (#​2514)
❤️ Thank You
  • Victor Santelé

v20.1.0

Compare Source

🚀 Features
  • eslint-plugin: add rules to ban experimental and developer preview (#​2037)
❤️ Thank You

v20.0.0

Compare Source

🚀 Features
  • ⚠️ eslint-lint: add prefer-inject to recommended (c8367d3b)
  • ⚠️ eslint-plugin: remove (component|directive)-class-suffix from recommended (c1022ee6)
  • ⚠️ eslint-plugin: switch prefer-standalone fix to suggestion, reference guide (4583034f)
🩹 Fixes
  • ⚠️ eslint-plugin: [sort-keys-in-type-decorator] default orders now include all known keys (9183385d)
⚠️ Breaking Changes
  • ⚠️ eslint-plugin: [sort-keys-in-type-decorator] default orders now include all known keys (9183385d)
  • ⚠️ eslint-lint: add prefer-inject to recommended (c8367d3b)
  • ⚠️ eslint-plugin: remove (component|directive)-class-suffix from recommended (c1022ee6)
  • ⚠️ eslint-plugin: switch prefer-standalone fix to suggestion, reference guide (4583034f)
❤️ 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
  • eslint-plugin: [no-uncalled-signals] handle direct signal calls in member expressions (#​2491)
❤️ Thank You

19.7.0 (2025-06-02)

🚀 Features
  • eslint-plugin: [require-localize-metadata] add requireCustomId option (#​2430)
  • eslint-plugin: add no-uncalled-signals rule (#​2383)
🩹 Fixes
  • eslint-plugin-template: any valid DOM element with role button is interactive (#​2488)
❤️ Thank You

19.6.0 (2025-05-27)

🚀 Features
  • eslint-plugin: [prefer-inject] add new rule (#​2461)
🩹 Fixes
  • eslint-plugin: [use-lifecycle-interface] do not report if the method uses override (#​2463)
  • eslint-plugin: [sort-keys-in-type-decorator] preserve unconfigured properties during autofix (#​2456)
❤️ Thank You

19.5.0 (2025-05-25)

🚀 Features
  • eslint-plugin: introduce sort keys in type-decorator rule (#​2187)
❤️ Thank You
  • Benjamin Schäublin

19.4.0 (2025-05-08)

🚀 Features
  • eslint-plugin: add rule prefer-output-emitter-ref (#​2324)
❤️ 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
  • eslint-plugin: add rule require-lifecycle-on-prototype (#​2259)
🩹 Fixes
  • eslint-plugin-template: find inline templates on components in blocks (#​2238)
❤️ Thank You

19.1.0 (2025-02-09)

🚀 Features
  • eslint-plugin: prefer-signals now checks .asReadonly() calls (#​2218)
  • eslint-plugin: prefer-signals read-only suggestion is now a fix (#​2175)
🩹 Fixes
  • eslint-plugin: [no-input-prefix] false positive on input initializer value (#​2184)
  • eslint-plugin: [prefer-signals] support linkedSignal (#​2213)
❤️ Thank You

19.0.2 (2024-12-10)

🩹 Fixes
  • eslint-plugin: [prefer-standalone] error range should only include property and value (#​2172)
❤️ Thank You

19.0.1 (2024-12-06)

🩹 Fixes
  • eslint-plugin: adding prefer-signals rule to exported config (#​2150)
❤️ Thank You

v19.8.1

Compare Source

19.8.1 (2025-06-19)

🩹 Fixes
  • eslint-plugin-template: [no-interpolation-in-attributes] use keySpan as attr. range and sourceSpan as replacement range (#​2531)
❤️ Thank You
  • Niklas Wolf

v19.8.0

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

v19.7.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-uncalled-signals] handle direct signal calls in member expressions (#​2491)
❤️ Thank You

v19.7.0

Compare Source

🚀 Features
  • eslint-plugin: [require-localize-metadata] add requireCustomId option (#​2430)
  • eslint-plugin: add no-uncalled-signals rule (#​2383)
🩹 Fixes
  • eslint-plugin-template: any valid DOM element with role button is interactive (#​2488)
❤️ Thank You

v19.6.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-inject] add new rule (#​2461)
🩹 Fixes
  • eslint-plugin: [use-lifecycle-interface] do not report if the method uses override (#​2463)
  • eslint-plugin: [sort-keys-in-type-decorator] preserve unconfigured properties during autofix (#​2456)
❤️ Thank You

v19.5.0

Compare Source

🚀 Features
  • eslint-plugin: introduce sort keys in type-decorator rule (#​2187)
❤️ Thank You
  • Benjamin Schäublin

v19.4.0

Compare Source

🚀 Features
  • eslint-plugin: add rule prefer-output-emitter-ref (#​2324)
❤️ Thank You

v19.3.0

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

v19.2.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

v19.2.0

Compare Source

🚀 Features
  • eslint-plugin: add rule require-lifecycle-on-prototype (#​2259)
🩹 Fixes
  • eslint-plugin-template: find inline templates on components in blocks (#​2238)
❤️ Thank You

v19.1.0

Compare Source

🚀 Features
  • eslint-plugin: prefer-signals now checks .asReadonly() calls (#​2218)
  • eslint-plugin: prefer-signals read-only suggestion is now a fix (#​2175)
🩹 Fixes
  • eslint-plugin: [no-input-prefix] false positive on input initializer value (#​2184)
  • eslint-plugin: [prefer-signals] support linkedSignal (#​2213)
❤️ Thank You

v19.0.2

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-standalone] error range should only include property and value (#​2172)
❤️ Thank You

v19.0.1

Compare Source

🩹 Fixes
  • eslint-plugin: adding prefer-signals rule to exported config (#​2150)
❤️ Thank You
angular-eslint/angular-eslint (angular-eslint)

v20.2.0

Compare Source

🚀 Features
  • eslint-plugin-template: add rule no-empty-control-flow (#​2592)
❤️ Thank You

v20.1.1

Compare Source

This was a version bump only for angular-eslint to align it with other projects, there were no code changes.

v20.1.0

Compare Source

🚀 Features
  • eslint-plugin: add rules to ban experimental and developer preview (#​2037)
❤️ Thank You

v20.0.0

Compare Source

🚀 Features
  • ⚠️ switch to angular v20 (e2b46ef4)
  • ⚠️ eslint-lint: add prefer-inject to recommended (c8367d3b)
  • ⚠️ eslint-plugin: remove (component|directive)-class-suffix from recommended (c1022ee6)
⚠️ Breaking Changes
  • ⚠️ switch to angular v20 (e2b46ef4)
  • ⚠️ eslint-lint: add prefer-inject to recommended (c8367d3b)
  • ⚠️ eslint-plugin: remove (component|directive)-class-suffix from recommended (c1022ee6)
❤️ Thank You

19.8.0 (2025-06-06)

This was a version bump only for angular-eslint to align it with other projects, there were no code changes.

19.7.1 (2025-06-03)

This was a version bump only for angular-eslint to align it with other projects, there were no code changes.

19.7.0 (2025-06-02)

🚀 Features
  • eslint-plugin: add no-uncalled-signals rule (#​2383)
❤️ Thank You
  • Stephen Jackson

19.6.0 (2025-05-27)

🚀 Features
  • eslint-plugin: [prefer-inject] add new rule (#​2461)
❤️ Thank You

19.5.0 (2025-05-25)

🚀 Features
  • eslint-plugin-template: add rule prefer-at-empty (#​2352)
  • eslint-plugin: introduce sort keys in type-decorator rule (#​2187)
  • eslint-plugin-template: [no-nested-tags] add rule (#​2398)
❤️ Thank You

19.4.0 (2025-05-08)

🚀 Features
  • eslint-plugin-template: Add prefer-template-literal rule (#​2308)
  • eslint-plugin: add rule prefer-output-emitter-ref (#​2324)
❤️ Thank You

19.3.0 (2025-03-22)

🚀 Features
  • eslint-plugin-template: add rule prefer-contextual-for-variables (#​2311)
❤️ Thank You

19.2.1 (2025-03-08)

This was a version bump only for angular-eslint to align it with other projects, there were no code changes.

19.2.0 (2025-03-02)

🚀 Features
  • eslint-plugin: add rule require-lifecycle-on-prototype (#​2259)
🩹 Fixes
  • eslint-plugin-template: find inline templates on components in blocks (#​2238)
❤️ Thank You

19.1.0 (2025-02-09)

🚀 Features
  • eslint-plugin-template: add rule prefer-static-string-properties (#​2228)
❤️ Thank You

19.0.2 (2024-12-10)

This was a version bump only for angular-eslint to align it with other projects, there were no code changes.

19.0.1 (2024-12-06)

🩹 Fixes
  • eslint-plugin: adding prefer-signals rule to exported config (#​2150)
❤️ Thank You

v19.8.1

Compare Source

19.8.1 (2025-06-19)

🩹 Fixes
  • eslint-plugin-template: [no-interpolation-in-attributes] use keySpan as attr. range and sourceSpan as replacement range (#​2531)
❤️ Thank You
  • Niklas Wolf

v19.8.0

Compare Source

This was a version bump only for angular-eslint to align it with other projects, there were no code changes.

v19.7.1

Compare Source

This was a version bump only for angular-eslint to align it with other projects, there were no code changes.

v19.7.0

Compare Source

🚀 Features
  • eslint-plugin: add no-uncalled-signals rule (#​2383)
❤️ Thank You
  • Stephen Jackson

v19.6.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-inject] add new rule (#​2461)
❤️ Thank You

v19.5.0

Compare Source

🚀 Features
  • eslint-plugin-template: add rule prefer-at-empty (#​2352)
  • eslint-plugin: introduce sort keys in type-decorator rule (#​2187)
  • eslint-plugin-template: [no-nested-tags] add rule (#​2398)
❤️ Thank You

v19.4.0

Compare Source

🚀 Features
  • eslint-plugin-template: Add prefer-template-literal rule (#​2308)
  • eslint-plugin: add rule prefer-output-emitter-ref (#​2324)
❤️ Thank You

v19.3.0

Compare Source

🚀 Features
  • eslint-plugin-template: add rule prefer-contextual-for-variables (#​2311)
❤️ Thank You

v19.2.1

Compare Source

This was a version bump only for angular-eslint to align it with other projects, there were no code changes.

v19.2.0

Compare Source

🚀 Features
  • eslint-plugin: add rule require-lifecycle-on-prototype (#​2259)
🩹 Fixes
  • eslint-plugin-template: find inline templates on components in blocks (#​2238)
❤️ Thank You

v19.1.0

Compare Source

🚀 Features
  • eslint-plugin-template: add rule prefer-static-string-properties (#​2228)
❤️ Thank You

v19.0.2

Compare Source

This was a version bump only for angular-eslint to align it with other projects, there were no code changes.

v19.0.1

Compare Source

🩹 Fixes
  • eslint-plugin: adding prefer-signals rule to exported config (#​2150)
❤️ Thank You

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.


  • 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 dependencies Pull requests that update a dependency file label Jun 6, 2025
@renovate renovate bot force-pushed the renovate/major-angular-eslint-monorepo branch from 32f4109 to 7644ca0 Compare June 9, 2025 06:31
@renovate renovate bot force-pushed the renovate/major-angular-eslint-monorepo branch 3 times, most recently from 9da07cb to e8651b3 Compare June 19, 2025 12:58
@renovate renovate bot force-pushed the renovate/major-angular-eslint-monorepo branch 3 times, most recently from bfa6ea3 to afbc7e3 Compare July 2, 2025 08:09
@renovate renovate bot force-pushed the renovate/major-angular-eslint-monorepo branch from afbc7e3 to 1979054 Compare July 4, 2025 10:03
@renovate renovate bot force-pushed the renovate/major-angular-eslint-monorepo branch 2 times, most recently from 6b40124 to 8e52952 Compare July 21, 2025 11:06
@renovate renovate bot force-pushed the renovate/major-angular-eslint-monorepo branch 2 times, most recently from 068d545 to 3e4b4ef Compare August 3, 2025 11:29
@renovate renovate bot force-pushed the renovate/major-angular-eslint-monorepo branch 2 times, most recently from bf22435 to 4b054ed Compare August 13, 2025 15:37
@renovate renovate bot force-pushed the renovate/major-angular-eslint-monorepo branch 2 times, most recently from d3c2a27 to 58d7573 Compare August 22, 2025 14:44
@renovate renovate bot force-pushed the renovate/major-angular-eslint-monorepo branch from 58d7573 to 20670d1 Compare August 26, 2025 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants