Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

Bumps the eslint group with 7 updates in the / directory:

Package From To
@angular-eslint/builder 19.5.0 19.7.0
@angular-eslint/eslint-plugin 19.5.0 19.7.0
@angular-eslint/eslint-plugin-template 19.5.0 19.7.0
@angular-eslint/schematics 19.5.0 19.7.0
@typescript-eslint/eslint-plugin 8.32.1 8.33.1
eslint 9.27.0 9.28.0
eslint-plugin-prettier 5.4.0 5.4.1

Updates @angular-eslint/builder from 19.5.0 to 19.7.0

Release notes

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

v19.7.0

19.7.0 (2025-06-02)

🚀 Features

  • eslint-plugin: add no-uncalled-signals rule (#2383)
  • eslint-plugin: [require-localize-metadata] add requireCustomId option (#2430)
  • eslint-plugin-template: [click-events-have-key-events] Added ignoreWithDirectives option (#2365)

🩹 Fixes

  • update typescript-eslint packages to v8.33.0 (#2465)
  • update dependency @​angular/compiler to v19.2.14 (#2477)
  • update dependency ignore to v7.0.5 (#2485)
  • update dependency eslint to v9.28.0 (#2484)
  • eslint-plugin-template: set template-parser as peer dependency (#2487)
  • eslint-plugin-template: any valid DOM element with role button is interactive (#2488)
  • eslint-plugin-template: [label-has-associated-control] labelComponents should override default label inputs (#2360)
  • eslint-plugin-template: [prefer-template-literal] handle nested and concatenations in template literal (#2466)
  • schematics: ensure @​eslint/js and @​angular-eslint/builder are always available in non-npm repos (#2486)

❤️ Thank You

v19.6.0

19.6.0 (2025-05-27)

🚀 Features

  • eslint-plugin: [prefer-inject] add new rule (#2461)

🩹 Fixes

  • respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts files (#2458)
  • eslint-plugin: [sort-keys-in-type-decorator] preserve unconfigured properties during autofix (#2456)
  • eslint-plugin: [use-lifecycle-interface] do not report if the method uses override (#2463)

❤️ Thank You

Changelog

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

19.7.0 (2025-06-02)

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

19.6.0 (2025-05-27)

🩹 Fixes

  • respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts files (#2458)

❤️ Thank You

Commits
  • 0d02cc2 chore(release): publish 19.7.0
  • adea723 chore(release): publish 19.6.0
  • 5ae155e fix: respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts ...
  • See full diff in compare view

Updates @angular-eslint/eslint-plugin from 19.5.0 to 19.7.0

Release notes

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

v19.7.0

19.7.0 (2025-06-02)

🚀 Features

  • eslint-plugin: add no-uncalled-signals rule (#2383)
  • eslint-plugin: [require-localize-metadata] add requireCustomId option (#2430)
  • eslint-plugin-template: [click-events-have-key-events] Added ignoreWithDirectives option (#2365)

🩹 Fixes

  • update typescript-eslint packages to v8.33.0 (#2465)
  • update dependency @​angular/compiler to v19.2.14 (#2477)
  • update dependency ignore to v7.0.5 (#2485)
  • update dependency eslint to v9.28.0 (#2484)
  • eslint-plugin-template: set template-parser as peer dependency (#2487)
  • eslint-plugin-template: any valid DOM element with role button is interactive (#2488)
  • eslint-plugin-template: [label-has-associated-control] labelComponents should override default label inputs (#2360)
  • eslint-plugin-template: [prefer-template-literal] handle nested and concatenations in template literal (#2466)
  • schematics: ensure @​eslint/js and @​angular-eslint/builder are always available in non-npm repos (#2486)

❤️ Thank You

v19.6.0

19.6.0 (2025-05-27)

🚀 Features

  • eslint-plugin: [prefer-inject] add new rule (#2461)

🩹 Fixes

  • respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts files (#2458)
  • eslint-plugin: [sort-keys-in-type-decorator] preserve unconfigured properties during autofix (#2456)
  • eslint-plugin: [use-lifecycle-interface] do not report if the method uses override (#2463)

❤️ Thank You

Changelog

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

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

Commits
  • 0d02cc2 chore(release): publish 19.7.0
  • 9750e38 feat(eslint-plugin): [require-localize-metadata] add requireCustomId option (...
  • 44a9d10 fix(eslint-plugin-template): any valid DOM element with role button is intera...
  • ac01c2c feat(eslint-plugin): add no-uncalled-signals rule (#2383)
  • adea723 chore(release): publish 19.6.0
  • c2cd991 chore: fix prefer-inject
  • d514cb4 chore: prefer-inject should not yet be recommended
  • 680c033 fix(eslint-plugin): [use-lifecycle-interface] do not report if the method use...
  • 95c6964 feat(eslint-plugin): [prefer-inject] add new rule (#2461)
  • ee9f2fe fix(eslint-plugin): [sort-keys-in-type-decorator] preserve unconfigured prope...
  • See full diff in compare view

Updates @angular-eslint/eslint-plugin-template from 19.5.0 to 19.7.0

Release notes

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

v19.7.0

19.7.0 (2025-06-02)

🚀 Features

  • eslint-plugin: add no-uncalled-signals rule (#2383)
  • eslint-plugin: [require-localize-metadata] add requireCustomId option (#2430)
  • eslint-plugin-template: [click-events-have-key-events] Added ignoreWithDirectives option (#2365)

🩹 Fixes

  • update typescript-eslint packages to v8.33.0 (#2465)
  • update dependency @​angular/compiler to v19.2.14 (#2477)
  • update dependency ignore to v7.0.5 (#2485)
  • update dependency eslint to v9.28.0 (#2484)
  • eslint-plugin-template: set template-parser as peer dependency (#2487)
  • eslint-plugin-template: any valid DOM element with role button is interactive (#2488)
  • eslint-plugin-template: [label-has-associated-control] labelComponents should override default label inputs (#2360)
  • eslint-plugin-template: [prefer-template-literal] handle nested and concatenations in template literal (#2466)
  • schematics: ensure @​eslint/js and @​angular-eslint/builder are always available in non-npm repos (#2486)

❤️ Thank You

v19.6.0

19.6.0 (2025-05-27)

🚀 Features

  • eslint-plugin: [prefer-inject] add new rule (#2461)

🩹 Fixes

  • respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts files (#2458)
  • eslint-plugin: [sort-keys-in-type-decorator] preserve unconfigured properties during autofix (#2456)
  • eslint-plugin: [use-lifecycle-interface] do not report if the method uses override (#2463)

❤️ Thank You

Changelog

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

19.7.0 (2025-06-02)

🚀 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

19.6.0 (2025-05-27)

🩹 Fixes

  • respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts files (#2458)

❤️ Thank You

Commits
  • 0d02cc2 chore(release): publish 19.7.0
  • 7930f40 fix(eslint-plugin-template): [prefer-template-literal] handle nested and conc...
  • 4d31352 fix(eslint-plugin-template): [label-has-associated-control] labelComponents s...
  • 44a9d10 fix(eslint-plugin-template): any valid DOM element with role button is intera...
  • 0358cde fix(eslint-plugin-template): set template-parser as peer dependency (#2487)
  • 8118854 feat(eslint-plugin-template): [click-events-have-key-events] Added ignoreWith...
  • 3b3ec24 chore(eslint-plugin-template): add test coverage for issue #2436 (#2478)
  • adea723 chore(release): publish 19.6.0
  • 62b3a4f test(eslint-plugin-template): add test cases for prefer-template-literal repo...
  • 5ae155e fix: respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts ...
  • See full diff in compare view

Updates @angular-eslint/schematics from 19.5.0 to 19.7.0

Release notes

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

v19.7.0

19.7.0 (2025-06-02)

🚀 Features

  • eslint-plugin: add no-uncalled-signals rule (#2383)
  • eslint-plugin: [require-localize-metadata] add requireCustomId option (#2430)
  • eslint-plugin-template: [click-events-have-key-events] Added ignoreWithDirectives option (#2365)

🩹 Fixes

  • update typescript-eslint packages to v8.33.0 (#2465)
  • update dependency @​angular/compiler to v19.2.14 (#2477)
  • update dependency ignore to v7.0.5 (#2485)
  • update dependency eslint to v9.28.0 (#2484)
  • eslint-plugin-template: set template-parser as peer dependency (#2487)
  • eslint-plugin-template: any valid DOM element with role button is interactive (#2488)
  • eslint-plugin-template: [label-has-associated-control] labelComponents should override default label inputs (#2360)
  • eslint-plugin-template: [prefer-template-literal] handle nested and concatenations in template literal (#2466)
  • schematics: ensure @​eslint/js and @​angular-eslint/builder are always available in non-npm repos (#2486)

❤️ Thank You

v19.6.0

19.6.0 (2025-05-27)

🚀 Features

  • eslint-plugin: [prefer-inject] add new rule (#2461)

🩹 Fixes

  • respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts files (#2458)
  • eslint-plugin: [sort-keys-in-type-decorator] preserve unconfigured properties during autofix (#2456)
  • eslint-plugin: [use-lifecycle-interface] do not report if the method uses override (#2463)

❤️ Thank You

Changelog

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

19.7.0 (2025-06-02)

🩹 Fixes

  • schematics: ensure @​eslint/js and @​angular-eslint/builder are always available in non-npm repos (#2486)
  • update dependency eslint to v9.28.0 (#2484)
  • update dependency ignore to v7.0.5 (#2485)
  • update typescript-eslint packages to v8.33.0 (#2465)

❤️ Thank You

19.6.0 (2025-05-27)

🩹 Fixes

  • respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts files (#2458)

❤️ Thank You

Commits
  • 0d02cc2 chore(release): publish 19.7.0
  • 74a854c fix(schematics): ensure @​eslint/js and @​angular-eslint/builder are always ava...
  • 7247cc3 fix: update dependency eslint to v9.28.0 (#2484)
  • 43862bf fix: update dependency ignore to v7.0.5 (#2485)
  • abaf000 fix: update typescript-eslint packages to v8.33.0 (#2465)
  • adea723 chore(release): publish 19.6.0
  • 5ae155e fix: respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts ...
  • See full diff in compare view

Updates @angular-eslint/template-parser from 19.5.0 to 19.7.0

Release notes

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

v19.7.0

19.7.0 (2025-06-02)

🚀 Features

  • eslint-plugin: add no-uncalled-signals rule (#2383)
  • eslint-plugin: [require-localize-metadata] add requireCustomId option (#2430)
  • eslint-plugin-template: [click-events-have-key-events] Added ignoreWithDirectives option (#2365)

🩹 Fixes

  • update typescript-eslint packages to v8.33.0 (#2465)
  • update dependency @​angular/compiler to v19.2.14 (#2477)
  • update dependency ignore to v7.0.5 (#2485)
  • update dependency eslint to v9.28.0 (#2484)
  • eslint-plugin-template: set template-parser as peer dependency (#2487)
  • eslint-plugin-template: any valid DOM element with role button is interactive (#2488)
  • eslint-plugin-template: [label-has-associated-control] labelComponents should override default label inputs (#2360)
  • eslint-plugin-template: [prefer-template-literal] handle nested and concatenations in template literal (#2466)
  • schematics: ensure @​eslint/js and @​angular-eslint/builder are always available in non-npm repos (#2486)

❤️ Thank You

v19.6.0

19.6.0 (2025-05-27)

🚀 Features

  • eslint-plugin: [prefer-inject] add new rule (#2461)

🩹 Fixes

  • respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts files (#2458)
  • eslint-plugin: [sort-keys-in-type-decorator] preserve unconfigured properties during autofix (#2456)
  • eslint-plugin: [use-lifecycle-interface] do not report if the method uses override (#2463)

❤️ Thank You

Changelog

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

19.7.0 (2025-06-02)

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

19.6.0 (2025-05-27)

🩹 Fixes

  • respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts files (#2458)

❤️ Thank You

Commits
  • 0d02cc2 chore(release): publish 19.7.0
  • adea723 chore(release): publish 19.6.0
  • 5ae155e fix: respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts ...
  • See full diff in compare view

Updates @typescript-eslint/eslint-plugin from 8.32.1 to 8.33.1

Release notes

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

v8.33.1

8.33.1 (2025-06-02)

🩹 Fixes

  • exclude docs/ directory from eslint-plugin package (#11251)
  • project-service: add missing typescript peer dependency (#11265)

❤️ Thank You

  • JounQin
  • roottool

You can read about our versioning strategy and releases on our website.

v8.33.0

8.33.0 (2025-05-26)

🚀 Features

  • create standalone project-service, tsconfig-utils packages (#11182)

❤️ Thank You

  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

Changelog

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

8.33.1 (2025-06-02)

🩹 Fixes

  • exclude docs/ directory from eslint-plugin package (#11251)

❤️ Thank You

  • roottool

You can read about our versioning strategy and releases on our website.

8.33.0 (2025-05-26)

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

You can read about our versioning strategy and releases on our website.

Commits
  • 936f350 chore(release): publish 8.33.1
  • c14bcac fix: exclude docs/ directory from eslint-plugin package (#11251)
  • e493317 docs(eslint-plugin): add FAQ about JSDoc link usage with no-unused-vars (#11259)
  • dca57b3 chore(release): publish 8.33.0
  • 387eeb5 docs(eslint-plugin): [typedef] deprecate the rule (#11202)
  • f9e0eb9 chore: clean up nx and other config (#11226)
  • 1c0e1ae chore: update some package scripts and dependency config (#10765)
  • 05014ff chore: use TLA in ESM scripts rather than async main().catch() (#11218)
  • 220c38c chore: update eslint-plugin-perfectionist to v4 (#11185)
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.32.1 to 8.33.1

Release notes

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

v8.33.1

8.33.1 (2025-06-02)

🩹 Fixes

  • exclude docs/ directory from eslint-plugin package (#11251)
  • project-service: add missing typescript peer dependency (#11265)

❤️ Thank You

  • JounQin
  • roottool

You can read about our versioning strategy and releases on our website.

v8.33.0

8.33.0 (2025-05-26)

🚀 Features

  • create standalone project-service, tsconfig-utils packages (#11182)

❤️ Thank You

  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

Changelog

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

8.33.1 (2025-06-02)

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

You can read about our versioning strategy and releases on our website.

8.33.0 (2025-05-26)

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

You can read about our versioning strategy and releases on our website.

Commits

Updates eslint from 9.27.0 to 9.28.0

Release notes

Sourced from eslint's releases.

v9.28.0

Features

  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)

Bug Fixes

  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • 81c3c93 fix: curly types (#19750) (Eli)

Documentation

  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)

Chores

  • 175b7b8 chore: upgrade to @eslint/[email protected] (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
Changelog

Sourced from eslint's changelog.

v9.28.0 - May 30, 2025

  • 175b7b8 chore: upgrade to @eslint/[email protected] (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 81c3c93 fix: curly types (#19750) (Eli)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)
Commits

Updates eslint-plugin-prettier from 5.4.0 to 5.4.1

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.4.1

Patch Changes

Description has been truncated

Summary by Sourcery

Bump ESLint and related developer tooling to the latest patch versions

Build:

  • Upgrade Angular ESLint packages (@angular-eslint/builder, plugin, plugin-template, schematics, template-parser) from v19.5.0 to v19.7.0
  • Upgrade TypeScript ESLint plugin and parser from v8.32.1 to v8.33.1
  • Upgrade ESLint core from v9.27.0 to v9.28.0
  • Upgrade eslint-plugin-prettier from v5.4.0 to v5.4.1

@dependabot dependabot bot added dependencies Pull requests that update a dependency file npm npm package updates (e.g. dependabot) labels Jun 2, 2025
@github-actions github-actions bot enabled auto-merge June 2, 2025 18:44
Bumps the eslint group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `19.5.0` | `19.7.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `19.5.0` | `19.7.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `19.5.0` | `19.7.0` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `19.5.0` | `19.7.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.32.1` | `8.33.1` |
| [eslint](https://github.com/eslint/eslint) | `9.27.0` | `9.28.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.4.0` | `5.4.1` |



Updates `@angular-eslint/builder` from 19.5.0 to 19.7.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/v19.7.0/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 19.5.0 to 19.7.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/v19.7.0/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 19.5.0 to 19.7.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/v19.7.0/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 19.5.0 to 19.7.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/v19.7.0/packages/schematics)

Updates `@angular-eslint/template-parser` from 19.5.0 to 19.7.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/v19.7.0/packages/template-parser)

Updates `@typescript-eslint/eslint-plugin` from 8.32.1 to 8.33.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.33.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.32.1 to 8.33.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.33.1/packages/parser)

Updates `eslint` from 9.27.0 to 9.28.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.27.0...v9.28.0)

Updates `eslint-plugin-prettier` from 5.4.0 to 5.4.1
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.4.0...v5.4.1)

---
updated-dependencies:
- dependency-name: "@angular-eslint/builder"
  dependency-version: 19.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-version: 19.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-version: 19.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@angular-eslint/schematics"
  dependency-version: 19.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@angular-eslint/template-parser"
  dependency-version: 19.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.33.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.33.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-version: 9.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-115eebe2d1 branch from f56d94b to fb101ee Compare June 2, 2025 18:49
@github-actions github-actions bot merged commit 5f929c4 into master Jun 2, 2025
8 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/eslint-115eebe2d1 branch June 2, 2025 18:56
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 npm npm package updates (e.g. dependabot)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant