Skip to content

chore(deps): update angular-eslint monorepo to v19.8.1#477

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/angular-eslint-monorepo
Jun 20, 2025
Merged

chore(deps): update angular-eslint monorepo to v19.8.1#477
renovate[bot] merged 1 commit into
masterfrom
renovate/angular-eslint-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jun 20, 2025

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-eslint/eslint-plugin (source) 19.0.2 -> 19.8.1 age adoption passing confidence
@angular-eslint/eslint-plugin-template (source) 19.0.2 -> 19.8.1 age adoption passing confidence
@angular-eslint/template-parser (source) 19.0.2 -> 19.8.1 age adoption passing confidence

Release Notes

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

v19.8.1

Compare Source

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
angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin-template)

v19.8.1

Compare Source

v19.8.0

Compare Source

🚀 Features
  • eslint-plugin-template: [no-interpolation-in-attributes] add fixer (#​2501)
❤️ Thank You
  • Niklas Wolf

v19.7.1

Compare Source

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

v19.7.0

Compare Source

🚀 Features
  • eslint-plugin-template: [click-events-have-key-events] Added ignoreWithDirectives option (#​2365)
🩹 Fixes
  • eslint-plugin-template: [prefer-template-literal] handle nested and concatenations in template literal (#​2466)
  • eslint-plugin-template: [label-has-associated-control] labelComponents should override default label inputs (#​2360)
  • eslint-plugin-template: any valid DOM element with role button is interactive (#​2488)
  • eslint-plugin-template: set template-parser as peer dependency (#​2487)
❤️ Thank You

v19.6.0

Compare Source

🩹 Fixes
  • respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts files (#​2458)
❤️ Thank You

v19.5.0

Compare Source

🚀 Features
  • eslint-plugin-template: add rule prefer-at-empty (#​2352)
  • eslint-plugin-template: [no-nested-tags] add rule (#​2398)
🩹 Fixes
  • eslint-plugin-template: [prefer-at-empty] remove closing brace from @​if when no longer needed (#​2450)
  • eslint-plugin-template: [cyclomatic-complexity] handle new control flow syntax (#​2447)
  • eslint-plugin-template: [alt-text] ensure multiple attributes do not cause false negatives (#​2441)
  • eslint-plugin-template: [prefer-template-literal] handle parentheses in autofix (#​2418)
❤️ Thank You

v19.4.0

Compare Source

🚀 Features
  • eslint-plugin-template: Add prefer-template-literal rule (#​2308)
  • eslint-plugin-template: [no-interpolation-in-attributes] add allowSubstringInterpolation option (#​2373)
🩹 Fixes
  • eslint-plugin-template: remove backticks from inline template with interpolation (#​2368)
  • eslint-plugin-template: correct column adjustment for inline template message locations (#​2358)
  • eslint-plugin-template: [no-any] handle key reads (#​1701, #​2335)
❤️ Thank You

v19.3.0

Compare Source

🚀 Features
  • use @​angular/compiler 19.2.3 and rename some AST nodes to match (#​2320)
  • eslint-plugin-template: add rule prefer-contextual-for-variables (#​2311)
  • eslint-plugin-template: [button-has-type] add option to ignore missing type (#​2326)
🩹 Fixes
  • eslint-plugin-template: [attributes-order] treat inputs without square brackets as attributes (#​2316)
  • eslint-plugin-template: [attributes-order] order i18n attributes (#​2307)
  • eslint-plugin-template: [i18n] Avoid exception in i18n rule with allowMarkupInContent=false (#​2327)
❤️ Thank You

v19.2.1

Compare Source

🩹 Fixes
  • eslint-plugin-template: [prefer-self-closing-tags] resolve wrong reports when structural directive + no content + no self-closing (#​2287)
❤️ Thank You
  • Guillaume DROUARD

v19.2.0

Compare Source

🩹 Fixes
  • prefer-static-string-properties: exclude special attributes (#​2273)
  • prefer-static-string-properties: resolve bug with directives (#​2271)
  • eslint-plugin-template: find inline templates on components in blocks (#​2238)
  • eslint-plugin-template: [prefer-static-string-properties] do not check structural directives (#​2253)
  • eslint-plugin-template: [prefer-self-closing-tags] allow nested ng-content (#​2257)
  • eslint-plugin-template: [prefer-self-closing-tags] do not treat comments as whitespace (#​2256)
❤️ Thank You

v19.1.0

Compare Source

🚀 Features
  • eslint-plugin-template: add rule prefer-static-string-properties (#​2228)
🩹 Fixes
  • eslint-plugin-template: [attribute-order] check for ng-template within svg (#​2223)
  • eslint-plugin-template: [prefer-self-closing-tags] do not remove HTML-encoded whitespace (#​2229)
❤️ Thank You
angular-eslint/angular-eslint (@​angular-eslint/template-parser)

v19.8.1

Compare Source

v19.8.0

Compare Source

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

v19.7.1

Compare Source

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

v19.7.0

Compare Source

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

v19.6.0

Compare Source

🩹 Fixes
  • respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts files (#​2458)
❤️ Thank You

v19.5.0

Compare Source

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

v19.4.0

Compare Source

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

v19.3.0

Compare Source

🚀 Features
❤️ Thank You

v19.2.1

Compare Source

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

v19.2.0

Compare Source

🩹 Fixes
  • eslint-plugin-template: find inline templates on components in blocks (#​2238)
❤️ Thank You

v19.1.0

Compare Source

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.


  • 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 merged commit 03b9ae6 into master Jun 20, 2025
2 checks passed
@renovate
renovate Bot deleted the renovate/angular-eslint-monorepo branch June 20, 2025 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants