Skip to content

Bump the angular-eslint group across 1 directory with 5 updates#861

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/angular-eslint-69a9fb1bd4
Open

Bump the angular-eslint group across 1 directory with 5 updates#861
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/angular-eslint-69a9fb1bd4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 9, 2025

Bumps the angular-eslint group with 5 updates in the / directory:

Package From To
@angular-eslint/builder 19.0.2 21.4.0
@angular-eslint/eslint-plugin 19.0.2 21.4.0
@angular-eslint/eslint-plugin-template 19.0.2 21.4.0
@angular-eslint/schematics 19.0.2 21.4.0
@angular-eslint/template-parser 19.0.2 21.4.0

Updates @angular-eslint/builder from 19.0.2 to 21.4.0

Release notes

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

v21.4.0

21.4.0 (2026-05-13)

🚀 Features

  • builder: add apply-suppressions option (#2974)
  • eslint-plugin-template: [cyclomatic-complexity] add variant option (#2976)

🩹 Fixes

  • update typescript-eslint packages to v8.57.0 (#2955)
  • update dependency @​angular/compiler to v21.2.6 (#2961)
  • update dependency eslint to v10.1.0 (#2983)
  • update dependency @​angular/compiler to v21.2.8 (#2996)
  • update typescript-eslint packages to v8.58.1 (#2984)
  • update dependency eslint to v10.2.0 (#2999)
  • update dependency @​angular/compiler to v21.2.9 (#3010)
  • update typescript-eslint packages to v8.59.2 (#3005)
  • update dependency @​angular/compiler to v21.2.11 (#3019)
  • update dependency eslint to v10.3.0 (#3013)
  • eslint-plugin: append fixes in prefer-on-push-change-detection, use-injectable-provided-in (#2969)
  • eslint-plugin: [prefer-template-literal] do not check inline templates (#2959)
  • eslint-plugin-template: [no-non-null-assertion] report nested arrays (#2991)
  • eslint-plugin-template: [eqeqeq] could not destructure null (#2922)
  • schematics: sync application schema with upstream @​schematics/angular (#3027)

❤️ Thank You

v21.3.1

21.3.1 (2026-03-17)

🩹 Fixes

  • update dependency @​angular/compiler to v21.2.1 (#2934)
  • narrow build target cache outputs to avoid clobbering compile artifacts (#2940)
  • narrow build target cache outputs to avoid clobbering compile artifacts" (#2943)
  • update dependency eslint to v10.0.3 (#2949)
  • update dependency @​angular/compiler to v21.2.2 (#2954)
  • eslint-plugin: [no-uncalled-signals] properly handle statements with unary operators (#2926)
  • prefer-self-closing-tags: add selectedcontent nonAriaElements (#2939)

❤️ Thank You

... (truncated)

Changelog

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

21.4.0 (2026-05-13)

🚀 Features

  • builder: add apply-suppressions option (#2974)

❤️ Thank You

  • Finn Bayer

21.3.1 (2026-03-17)

🩹 Fixes

  • narrow build target cache outputs to avoid clobbering compile artifacts" (#2943)
  • narrow build target cache outputs to avoid clobbering compile artifacts (#2940)

❤️ Thank You

21.3.0 (2026-03-05)

🚀 Features

  • add support for ESLint v10 (#2903)

❤️ Thank You

  • Jason Weinzierl

21.2.0 (2026-01-29)

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

21.1.0 (2025-12-08)

🩹 Fixes

  • reference @​angular/cli peer in addition to direct dependencies (#2820)

❤️ Thank You

21.0.1 (2025-11-23)

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

... (truncated)

Commits
  • 0a774c7 chore(release): publish 21.4.0
  • cea1779 feat(builder): add apply-suppressions option (#2974)
  • 28434e7 chore: update swc monorepo (#2987)
  • 8f2afdc chore(release): publish 21.3.1
  • 77099ee chore: ensure dist artifacts are available for e2e publishing in DTE (#2944)
  • af8900f Revert "fix: narrow build target cache outputs to avoid clobbering compile ar...
  • 7e17391 fix: narrow build target cache outputs to avoid clobbering compile artifacts ...
  • a959e4d chore(release): publish 21.3.0
  • 5c21485 chore(builder): change builder tests to be cross-platform (#2905)
  • 3ef7fb1 feat: add support for ESLint v10 (#2903)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​angular-eslint/builder since your current version.


Updates @angular-eslint/eslint-plugin from 19.0.2 to 21.4.0

Release notes

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

v21.4.0

21.4.0 (2026-05-13)

🚀 Features

  • builder: add apply-suppressions option (#2974)
  • eslint-plugin-template: [cyclomatic-complexity] add variant option (#2976)

🩹 Fixes

  • update typescript-eslint packages to v8.57.0 (#2955)
  • update dependency @​angular/compiler to v21.2.6 (#2961)
  • update dependency eslint to v10.1.0 (#2983)
  • update dependency @​angular/compiler to v21.2.8 (#2996)
  • update typescript-eslint packages to v8.58.1 (#2984)
  • update dependency eslint to v10.2.0 (#2999)
  • update dependency @​angular/compiler to v21.2.9 (#3010)
  • update typescript-eslint packages to v8.59.2 (#3005)
  • update dependency @​angular/compiler to v21.2.11 (#3019)
  • update dependency eslint to v10.3.0 (#3013)
  • eslint-plugin: append fixes in prefer-on-push-change-detection, use-injectable-provided-in (#2969)
  • eslint-plugin: [prefer-template-literal] do not check inline templates (#2959)
  • eslint-plugin-template: [no-non-null-assertion] report nested arrays (#2991)
  • eslint-plugin-template: [eqeqeq] could not destructure null (#2922)
  • schematics: sync application schema with upstream @​schematics/angular (#3027)

❤️ Thank You

v21.3.1

21.3.1 (2026-03-17)

🩹 Fixes

  • update dependency @​angular/compiler to v21.2.1 (#2934)
  • narrow build target cache outputs to avoid clobbering compile artifacts (#2940)
  • narrow build target cache outputs to avoid clobbering compile artifacts" (#2943)
  • update dependency eslint to v10.0.3 (#2949)
  • update dependency @​angular/compiler to v21.2.2 (#2954)
  • eslint-plugin: [no-uncalled-signals] properly handle statements with unary operators (#2926)
  • prefer-self-closing-tags: add selectedcontent nonAriaElements (#2939)

❤️ Thank You

... (truncated)

Changelog

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

21.4.0 (2026-05-13)

🩹 Fixes

  • eslint-plugin: append fixes in prefer-on-push-change-detection, use-injectable-provided-in (#2969)

❤️ Thank You

21.3.1 (2026-03-17)

🩹 Fixes

  • eslint-plugin: [no-uncalled-signals] properly handle statements with unary operators (#2926)
  • narrow build target cache outputs to avoid clobbering compile artifacts" (#2943)
  • narrow build target cache outputs to avoid clobbering compile artifacts (#2940)

❤️ Thank You

21.3.0 (2026-03-05)

🚀 Features

  • eslint-plugin: [no-uncalled-signals] detect Signal member access (#2848)
  • add support for ESLint v10 (#2903)
  • eslint-plugin: add computed-must-return rule (#2882)

🩹 Fixes

  • eslint-plugin: [no-uncalled-signals] detect Signal type correctly (#2907)
  • eslint-plugin: [no-uncalled-signals] add check InputSignalWithTransform (#2879)

❤️ Thank You

21.2.0 (2026-01-29)

🚀 Features

  • eslint-plugin: [no-implicit-takeuntil-destroyed] add rule (#2803)

... (truncated)

Commits
  • 0a774c7 chore(release): publish 21.4.0
  • ad2b76e fix(eslint-plugin): append fixes in prefer-on-push-change-detection, use-inje...
  • 8f2afdc chore(release): publish 21.3.1
  • 1000391 fix(eslint-plugin): [no-uncalled-signals] properly handle statements with una...
  • 77099ee chore: ensure dist artifacts are available for e2e publishing in DTE (#2944)
  • af8900f Revert "fix: narrow build target cache outputs to avoid clobbering compile ar...
  • 7e17391 fix: narrow build target cache outputs to avoid clobbering compile artifacts ...
  • a959e4d chore(release): publish 21.3.0
  • ffcc447 fix(eslint-plugin): [no-uncalled-signals] detect Signal type correctly (#2907)
  • 65f2540 feat(eslint-plugin): [no-uncalled-signals] detect Signal member access (#2848)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​angular-eslint/eslint-plugin since your current version.


Updates @angular-eslint/eslint-plugin-template from 19.0.2 to 21.4.0

Release notes

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

v21.4.0

21.4.0 (2026-05-13)

🚀 Features

  • builder: add apply-suppressions option (#2974)
  • eslint-plugin-template: [cyclomatic-complexity] add variant option (#2976)

🩹 Fixes

  • update typescript-eslint packages to v8.57.0 (#2955)
  • update dependency @​angular/compiler to v21.2.6 (#2961)
  • update dependency eslint to v10.1.0 (#2983)
  • update dependency @​angular/compiler to v21.2.8 (#2996)
  • update typescript-eslint packages to v8.58.1 (#2984)
  • update dependency eslint to v10.2.0 (#2999)
  • update dependency @​angular/compiler to v21.2.9 (#3010)
  • update typescript-eslint packages to v8.59.2 (#3005)
  • update dependency @​angular/compiler to v21.2.11 (#3019)
  • update dependency eslint to v10.3.0 (#3013)
  • eslint-plugin: append fixes in prefer-on-push-change-detection, use-injectable-provided-in (#2969)
  • eslint-plugin: [prefer-template-literal] do not check inline templates (#2959)
  • eslint-plugin-template: [no-non-null-assertion] report nested arrays (#2991)
  • eslint-plugin-template: [eqeqeq] could not destructure null (#2922)
  • schematics: sync application schema with upstream @​schematics/angular (#3027)

❤️ Thank You

v21.3.1

21.3.1 (2026-03-17)

🩹 Fixes

  • update dependency @​angular/compiler to v21.2.1 (#2934)
  • narrow build target cache outputs to avoid clobbering compile artifacts (#2940)
  • narrow build target cache outputs to avoid clobbering compile artifacts" (#2943)
  • update dependency eslint to v10.0.3 (#2949)
  • update dependency @​angular/compiler to v21.2.2 (#2954)
  • eslint-plugin: [no-uncalled-signals] properly handle statements with unary operators (#2926)
  • prefer-self-closing-tags: add selectedcontent nonAriaElements (#2939)

❤️ Thank You

... (truncated)

Changelog

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

21.4.0 (2026-05-13)

🚀 Features

  • eslint-plugin-template: [cyclomatic-complexity] add variant option (#2976)

🩹 Fixes

  • eslint-plugin: [prefer-template-literal] do not check inline templates (#2959)
  • eslint-plugin-template: [eqeqeq] could not destructure null (#2922)
  • eslint-plugin-template: [no-non-null-assertion] report nested arrays (#2991)

❤️ Thank You

21.3.1 (2026-03-17)

🩹 Fixes

  • prefer-self-closing-tags: add selectedcontent nonAriaElements (#2939)
  • narrow build target cache outputs to avoid clobbering compile artifacts" (#2943)
  • narrow build target cache outputs to avoid clobbering compile artifacts (#2940)

❤️ Thank You

21.3.0 (2026-03-05)

🚀 Features

  • add support for ESLint v10 (#2903)
  • eslint-plugin-template: add no-non-null-assertion rule (#2885)

🩹 Fixes

  • eslint-plugin-template: [prefer-template-literal] preserve nested non string binary + operation (#2902)

❤️ Thank You

  • Guillaume DROUARD
  • Jason Weinzierl

21.2.0 (2026-01-29)

... (truncated)

Commits
  • 0a774c7 chore(release): publish 21.4.0
  • bfd04b2 fix(eslint-plugin): [prefer-template-literal] do not check inline templates (...
  • d8a063c fix(eslint-plugin-template): [eqeqeq] could not destructure null (#2922)
  • 24373da fix(eslint-plugin-template): [no-non-null-assertion] report nested arrays (#2...
  • bf94ba7 feat(eslint-plugin-template): [cyclomatic-complexity] add variant option (#...
  • 8f2afdc chore(release): publish 21.3.1
  • a3fb6cc fix(prefer-self-closing-tags): add selectedcontent nonAriaElements (#2939)
  • 77099ee chore: ensure dist artifacts are available for e2e publishing in DTE (#2944)
  • af8900f Revert "fix: narrow build target cache outputs to avoid clobbering compile ar...
  • 7e17391 fix: narrow build target cache outputs to avoid clobbering compile artifacts ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​angular-eslint/eslint-plugin-template since your current version.


Updates @angular-eslint/schematics from 19.0.2 to 21.4.0

Release notes

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

v21.4.0

21.4.0 (2026-05-13)

🚀 Features

  • builder: add apply-suppressions option (#2974)
  • eslint-plugin-template: [cyclomatic-complexity] add variant option (#2976)

🩹 Fixes

  • update typescript-eslint packages to v8.57.0 (#2955)
  • update dependency @​angular/compiler to v21.2.6 (#2961)
  • update dependency eslint to v10.1.0 (#2983)
  • update dependency @​angular/compiler to v21.2.8 (#2996)
  • update typescript-eslint packages to v8.58.1 (#2984)
  • update dependency eslint to v10.2.0 (#2999)
  • update dependency @​angular/compiler to v21.2.9 (#3010)
  • update typescript-eslint packages to v8.59.2 (#3005)
  • update dependency @​angular/compiler to v21.2.11 (#3019)
  • update dependency eslint to v10.3.0 (#3013)
  • eslint-plugin: append fixes in prefer-on-push-change-detection, use-injectable-provided-in (#2969)
  • eslint-plugin: [prefer-template-literal] do not check inline templates (#2959)
  • eslint-plugin-template: [no-non-null-assertion] report nested arrays (#2991)
  • eslint-plugin-template: [eqeqeq] could not destructure null (#2922)
  • schematics: sync application schema with upstream @​schematics/angular (#3027)

❤️ Thank You

v21.3.1

21.3.1 (2026-03-17)

🩹 Fixes

  • update dependency @​angular/compiler to v21.2.1 (#2934)
  • narrow build target cache outputs to avoid clobbering compile artifacts (#2940)
  • narrow build target cache outputs to avoid clobbering compile artifacts" (#2943)
  • update dependency eslint to v10.0.3 (#2949)
  • update dependency @​angular/compiler to v21.2.2 (#2954)
  • eslint-plugin: [no-uncalled-signals] properly handle statements with unary operators (#2926)
  • prefer-self-closing-tags: add selectedcontent nonAriaElements (#2939)

❤️ Thank You

... (truncated)

Changelog

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

21.4.0 (2026-05-13)

🩹 Fixes

  • schematics: sync application schema with upstream @​schematics/angular (#3027)

❤️ Thank You

21.3.1 (2026-03-17)

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

21.3.0 (2026-03-05)

🚀 Features

  • add support for ESLint v10 (#2903)

❤️ Thank You

  • Jason Weinzierl

21.2.0 (2026-01-29)

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

21.1.0 (2025-12-08)

🩹 Fixes

  • reference @​angular/cli peer in addition to direct dependencies (#2820)

❤️ Thank You

21.0.1 (2025-11-23)

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

21.0.0 (2025-11-22)

🚀 Features

  • schematics: generate new projects using eslint defineConfig (5aa8171b)
  • ⚠️ update Angular dependencies to v21 (6a6b671e)

⚠️ Breaking Changes

... (truncated)

Commits
  • 0a774c7 chore(release): publish 21.4.0
  • 7a48a63 fix(schematics): sync application schema with upstream @​schematics/angular (#...
  • 8f2afdc chore(release): publish 21.3.1
  • a959e4d chore(release): publish 21.3.0
  • 3ef7fb1 feat: add support for ESLint v10 (#2903)
  • 6fa321d chore(release): publish 21.2.0
  • 4fa7889 chore(release): publish 21.1.0
  • e7bb47b fix: reference @​angular/cli peer in addition to direct dependencies (#2820)
  • b19b1f6 chore(release): publish 21.0.1
  • 9ae353f chore(release): publish 21.0.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​angular-eslint/schematics since your current version.


Updates @angular-eslint/template-parser from 19.0.2 to 21.4.0

Release notes

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

v21.4.0

21.4.0 (2026-05-13)

🚀 Features

  • builder: add apply-suppressions option (#2974)
  • eslint-plugin-template: [cyclomatic-complexity] add variant option (#2976)

🩹 Fixes

  • update typescript-eslint packages to v8.57.0 (#2955)
  • update dependency @​angular/compiler to v21.2.6 (#2961)
  • update dependency eslint to v10.1.0 (#2983)
  • update dependency @​angular/compiler to v21.2.8 (#2996)
  • update typescript-eslint packages to v8.58.1 (#2984)
  • update dependency eslint to v10.2.0 (#2999)
  • update dependency @​angular/compiler to v21.2.9 (#3010)
  • update typescript-eslint packages to v8.59.2 (#3005)
  • update dependency @​angular/compiler to v21.2.11 (#3019)
  • update dependency eslint to v10.3.0 (#3013)
  • eslint-plugin: append fixes in prefer-on-push-change-detection, use-injectable-provided-in (#2969)
  • eslint-plugin: [prefer-template-literal] do not check inline templates (#2959)
  • eslint-plugin-template: [no-non-null-assertion] report nested arrays (#2991)
  • eslint-plugin-template: [eqeqeq] could not destructure null (#2922)
  • schematics: sync application schema with upstream @​schematics/angular (#3027)

❤️ Thank You

v21.3.1

21.3.1 (2026-03-17)

🩹 Fixes

  • update dependency @​angular/compiler to v21.2.1 (#2934)
  • narrow build target cache outputs to avoid clobbering compile artifacts (#2940)
  • narrow build target cache outputs to avoid clobbering compile artifacts" (#2943)
  • update dependency eslint to v10.0.3 (#2949)
  • update dependency @​angular/compiler to v21.2.2 (#2954)
  • eslint-plugin: [no-uncalled-signals] properly handle statements with unary operators (#2926)
  • prefer-self-closing-tags: add selectedcontent nonAriaElements (#2939)

❤️ Thank You

... (truncated)

Changelog

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

21.4.0 (2026-05-13)

🩹 Fixes

  • update dependency @​angular/compiler to v21.2.11 (#3019)
  • eslint-plugin-template: [no-non-null-assertion] report nested arrays (#2991)

❤️ Thank You

  • Guillaume DROUARD

21.3.1 (2026-03-17)

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

21.3.0 (2026-03-05)

🚀 Features

  • add support for ESLint v10 (#2903)
  • eslint-plugin-template: add no-non-null-assertion rule (#2885)

🩹 Fixes

  • update dependency @​angular/compiler to v21.2.0 (#2915)

❤️ Thank You

  • Guillaume DROUARD
  • Jason Weinzierl

21.2.0 (2026-01-29)

🩹 Fixes

  • update dependency @​angular/compiler to v21.1.0 (#2862)

21.1.0 (2025-12-08)

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

21.0.1 (2025-11-23)

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

21.0.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.7.0 (2025-11-22)

... (truncated)

Commits
  • 0a774c7 chore(release): publish 21.4.0
  • d380a7f fix: update dependency @​angular/compiler to v21.2.11 (#3019)
  • 24373da fix(eslint-plugin-template): [no-non-null-assertion] report nested arrays (#2...
  • 8f2afdc chore(release): publish 21.3.1
  • a959e4d chore(release): publish 21.3.0
  • f78af86 fix: update dependency @​angular/compiler to v21.2.0 (#2915)
  • 3ef7fb1 feat: add support for ESLint v10 (#2903)
  • 218a8af feat(eslint-plugin-template): add no-non-null-assertion rule (#2885)
  • 6fa321d chore(release): publish 21.2.0
  • d49bbe0 fix: update dependency @​angular/compiler to v21.1.0 (#2862)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​angular-eslint/template-parser since your current version.


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 9, 2025
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-eslint-69a9fb1bd4 branch from 94364f4 to 7345bab Compare June 9, 2025 16:39
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-eslint-69a9fb1bd4 branch 3 times, most recently from 310de6c to 3032f30 Compare July 29, 2025 00:10
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-eslint-69a9fb1bd4 branch 2 times, most recently from 1846142 to 10f36d2 Compare August 5, 2025 08:31
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-eslint-69a9fb1bd4 branch 2 times, most recently from a48e4b8 to 0c040b7 Compare September 3, 2025 10:08
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Sep 15, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-eslint-69a9fb1bd4 branch from 0c040b7 to 2417cab Compare November 24, 2025 16:52
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-eslint-69a9fb1bd4 branch from 2417cab to 95f0013 Compare December 1, 2025 18:01
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-eslint-69a9fb1bd4 branch from 95f0013 to f4624b9 Compare January 5, 2026 16:01
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-eslint-69a9fb1bd4 branch 2 times, most recently from 1ea4222 to f232ab4 Compare January 26, 2026 18:26
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 2, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-eslint-69a9fb1bd4 branch from f232ab4 to 9914f22 Compare February 16, 2026 17:43
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-eslint-69a9fb1bd4 branch 2 times, most recently from dff5c57 to f22d515 Compare March 9, 2026 18:23
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-eslint-69a9fb1bd4 branch from f22d515 to 5d13a9d Compare March 30, 2026 18:11
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-eslint-69a9fb1bd4 branch from 5d13a9d to 483baca Compare April 13, 2026 17:57
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-eslint-69a9fb1bd4 branch from 483baca to 9b40006 Compare April 20, 2026 19:10
@dependabot dependabot Bot changed the title Bump the angular-eslint group with 5 updates Bump the angular-eslint group across 1 directory with 5 updates May 12, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-eslint-69a9fb1bd4 branch from 9b40006 to 6ae67d6 Compare May 12, 2026 00:09
Bumps the angular-eslint group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `19.0.2` | `21.4.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `19.0.2` | `21.4.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `19.0.2` | `21.4.0` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `19.0.2` | `21.4.0` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `19.0.2` | `21.4.0` |



Updates `@angular-eslint/builder` from 19.0.2 to 21.4.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/builder/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v21.4.0/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 19.0.2 to 21.4.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v21.4.0/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 19.0.2 to 21.4.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/v21.4.0/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 19.0.2 to 21.4.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/schematics/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v21.4.0/packages/schematics)

Updates `@angular-eslint/template-parser` from 19.0.2 to 21.4.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/template-parser/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v21.4.0/packages/template-parser)

---
updated-dependencies:
- dependency-name: "@angular-eslint/builder"
  dependency-version: 20.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular-eslint
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-version: 20.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular-eslint
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-version: 20.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular-eslint
- dependency-name: "@angular-eslint/schematics"
  dependency-version: 20.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular-eslint
- dependency-name: "@angular-eslint/template-parser"
  dependency-version: 20.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular-eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-eslint-69a9fb1bd4 branch from 6ae67d6 to 3d08c07 Compare May 25, 2026 22:42
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.

0 participants