Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Bumps @angular-eslint/eslint-plugin-template from 20.0.0 to 20.3.0.

Release notes

Sourced from @​angular-eslint/eslint-plugin-template's releases.

v20.3.0

20.3.0 (2025-09-14)

🚀 Features

  • builder: add concurrency option (#2636)

🩹 Fixes

  • update dependency eslint to v9.34.0 (#2630)
  • update dependency @​angular/compiler to v20.2.3 (#2640)
  • update dependency @​angular/compiler to v20.2.4 (#2645)
  • update dependency @​angular/compiler to v20.3.0 (#2653)
  • update dependency eslint to v9.35.0 (#2652)

❤️ Thank You

  • JB Nizet

v20.2.0

20.2.0 (2025-08-22)

🚀 Features

  • eslint-plugin-template: add rule no-empty-control-flow (#2592)

🩹 Fixes

  • update dependency eslint-scope to v8.4.0 (#2553)
  • update dependency eslint to v9.33.0 (#2580)
  • update typescript-eslint packages to v8.40.0 (#2584)
  • update dependency @​angular/compiler to v20.2.1 (#2622)
  • eslint-plugin: [relative-url-prefix] handle template literals (#2576)
  • eslint-plugin: [no-uncalled-signals] do not report signal sets within logical expressions (#2581)
  • eslint-plugin-template: [no-interpolation-in-attributes] disallow extra properties in options (#2586)

❤️ Thank You

v20.1.1

20.1.1 (2025-06-19)

🩹 Fixes

  • update typescript-eslint packages to v8.34.1 (#2522)
  • update dependency @​angular/compiler to v20.0.4 (#2532)
  • eslint-plugin: [no-output-on-prefix] update style guide link (#2514)

... (truncated)

Changelog

Sourced from @​angular-eslint/eslint-plugin-template's changelog.

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

  • eslint-plugin-template: add rule no-empty-control-flow (#2592)

🩹 Fixes

  • eslint-plugin-template: [no-interpolation-in-attributes] disallow extra properties in options (#2586)
  • update dependency @​angular/compiler to v20.1.0 (#2573)

❤️ Thank You

20.1.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

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.

Commits
  • 447788c chore(release): publish 20.3.0
  • 86aa96d chore(eslint-plugin-template): [prefer-template-literal] include disabled tes...
  • 577dcbb chore(release): publish 20.2.0
  • 91a01e1 fix(eslint-plugin-template): [no-interpolation-in-attributes] disallow extra ...
  • afe0b7d feat(eslint-plugin-template): add rule no-empty-control-flow (#2592)
  • e7e2e28 fix: update dependency @​angular/compiler to v20.1.0 (#2573)
  • 54e8ee7 chore(release): publish 20.1.1
  • 727eca3 fix(eslint-plugin-template): [no-interpolation-in-attributes] use keySpan as ...
  • da91d7d docs(eslint-plugin): add rationale for button-has-type rule (#2527)
  • c3378d2 chore(release): publish 20.1.0
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​angular-eslint/eslint-plugin-template since your current version.


Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@angular-eslint/eslint-plugin-template [>= 17.a, < 18]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 15, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 15, 2025 05:09
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 15, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-eslint/eslint-plugin-template-20.3.0 branch 2 times, most recently from 29457e7 to a7c637b Compare September 15, 2025 12:19
Bumps [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) from 20.0.0 to 20.3.0.
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.3.0/packages/eslint-plugin-template)

---
updated-dependencies:
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-version: 20.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-eslint/eslint-plugin-template-20.3.0 branch from a7c637b to 8529625 Compare September 15, 2025 12:26
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular-eslint/eslint-plugin-template-20.3.0 branch September 15, 2025 12:35
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants