8000 fix(deps): bump the angular group across 2 directories with 8 updates by dependabot[bot] · Pull Request #169 · lukaVarga/skeletonizer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix(deps): bump the angular group across 2 directories with 8 updates #169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Jun 2, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the angular group with 8 updates in the / directory:

Package From To
@angular-devkit/build-angular 19.2.13 20.0.0
@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
@angular-eslint/template-parser 19.5.0 19.7.0
@angular/cli 19.2.13 20.0.0
@angular/compiler-cli 19.2.13 20.0.0

Bumps the angular group with 8 updates in the /packages/angular directory:

Package From To
@angular-devkit/build-angular 19.2.14 20.0.0
@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
@angular-eslint/template-parser 19.5.0 19.7.0
@angular/cli 19.2.14 20.0.0
@angular/compiler-cli 19.2.14 20.0.0

Updates @angular-devkit/build-angular from 19.2.13 to 20.0.0

Release notes

Sourced from @​angular-devkit/build-angular's releases.

20.0.0

@​angular/cli

Commit Description
fix - e513cd4aa add Node.js 24 as supported version
fix - 5e90c1b4e remove Node.js v18 support
fix - 787e510dc update min Node.js support to 20.19, 22.12, and 24.0
fix - 64732534e update minimum supported Node.js 22 version to 22.11.0

@​schematics/angular

Commit Description
feat - e03f2b899 Add global error listeners to new app generation
feat - 1e137ca84 add migration to update moduleResolution to bundler
feat - 26fd4ea73 add migrations for server rendering updates
feat - 5876577af Add prompt for new apps to be zoneless
feat - fdc6291dd add update migration to keep previous style guide generation behavior
feat - 093c5a315 directly use @angular/build in new projects
feat - d6f594fe0 generate applications using TypeScript project references
feat - 0ab1ddf63 generate libraries using TypeScript project references
feat - 18e13e2ce remove --server-routing option
feat - 03180fe03 use TypeScript module preserve option for new projects
fix - 86d241629 add @angular/ssr dependency only when provideServerRendering import has been updated
fix - 9e6b9b537 add type checking of host bindings to strict config
fix - 8654b3fea application migration should migrate karma builder package
fix - c557a19ef avoid empty polyfill option for new zoneless application
fix - 90615a88b default component templates to not use .ng.html extension
fix - 672ae14cd drop composite in tsconfig
fix - da6ef626f ensure app-shell schematic consistently uses withAppShell
fix - f126f8d34 ensure module discovery checks for an NgModule decorator
fix - dc2f65999 generate component templates with a .ng.html file extension
fix - 23fc8e1e1 generate components without a .component extension/type
fix - 8d715fa94 generate directives without a .directive extension/type
fix - 5fc595144 generate guards with a dash type separator
fix - 040282d8f generate interceptors with a dash type separator
fix - 070d60fb3 generate modules with a dash type separator
fix - e6083b57b generate pipes with a dash type separator
fix - 92e193c0b generate resolvers with a dash type separator
fix - bc0f07b48 generate services without a .service extension/type
fix - ea1143ddd infer app component name and path in server schematic
fix - bcc0892a6 migrate provideServerRoutesConfig to provideServerRendering
fix - 5e8c6494d relative tsconfig paths in references
fix - 381d35fe4 remove empty scripts option value from new applications
fix - 148498c2b Remove experimental from zoneless
fix - a910fe9ae remove explicit outputPath option value from generated applications
fix - 901ab60d9 remove explicit index option from new applications
fix - be6f13ec1 remove setting files tsconfig field with SSR/Server generation
fix - 661609e3e set explicit type in library schematic
fix - 0f7dc2cd8 skip spec project reference for minimal ng new
fix - 3cf6ab0f7 support using default browser option when not present
fix - b13805a77 use protected for class member

... (truncated)

Changelog

Sourced from @​angular-devkit/build-angular's changelog.

20.0.0 (2025-05-28)

Breaking Changes

@​angular/cli

  • Node.js v18 is no longer supported with Angular.

    Before updating a project to Angular v20, the Node.js version must be at least 20.11.1. For the full list of supported Node.js versions, see https://angular.dev/reference/versions.

  • Node.js versions from 22.0 to 22.10 are no longer supported

@​schematics/angular

  • --server-routing option has been removed from several schematics. Server routing will be used when using the application builder.

@​angular-devkit/schematics

  • The NodePackageLinkTask has been removed without a replacement. Create a custom task if needed.

    Note: This does not affect application developers.

@​angular/build

  • TypeScript versions less than 5.8 are no longer supported.

@​schematics/angular

Commit Type Description
e03f2b899 feat Add global error listeners to new app generation
1e137ca84 feat add migration to update moduleResolution to bundler
26fd4ea73 feat add migrations for server rendering updates
5876577af feat Add prompt for new apps to be zoneless
fdc6291dd feat add update migration to keep previous style guide generation behavior
093c5a315 feat directly use @angular/build in new projects
d6f594fe0 feat generate applications using TypeScript project references
0ab1ddf63 feat generate libraries using TypeScript project references
18e13e2ce feat remove --server-routing option
03180fe03 feat use TypeScript module preserve option for new projects
86d241629 fix add @angular/ssr dependency only when provideServerRendering import has been updated
9e6b9b537 fix add type checking of host bindings to strict config
8654b3fea fix application migration should migrate karma builder package
c557a19ef fix avoid empty polyfill option for new zoneless application
90615a88b fix default component templates to not use .ng.html extension
672ae14cd fix drop composite in tsconfig
da6ef626f fix ensure app-shell schematic consistently uses withAppShell
f126f8d34 fix ensure module discovery checks for an NgModule decorator

... (truncated)

Commits
  • 510db3e release: cut the v20.0.0 release
  • b3fa0a8 build: update framework and ng-packagr to 20.0.0
  • 2353de5 release: cut the v20.0.0-rc.4 release
  • 817d8f1 build: update esbuild to v0.25.5
  • fbdbe61 build: preserve peerDependenciesMeta in snapshots
  • 646fbe1 refactor(@​angular/cli): allow opt-in Node.js compile cache for Bazel
  • a2d77d3 refactor(@​angular-devkit/architect): remove redundant internal job schema val...
  • ec94eb9 build: correctly replace BUILD_SCM_HASH-PLACEHOLDER with `BUILD_SCM_ABBREV_...
  • 25c26ff build: update rules_angular digest to 652e5b0
  • a9928cf build: update dependency node to v22.16.0
  • Additional commits viewable in compare view

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 @angular/cli from 19.2.13 to 20.0.0

Release notes

Sourced from @​angular/cli's releases.

20.0.0

@​angular/cli

Commit Description
fix - e513cd4aa add Node.js 24 as supported version
fix - 5e90c1b4e remove Node.js v18 support
fix - 787e510dc update min Node.js support to 20.19, 22.12, and 24.0
fix - 64732534e update minimum supported Node.js 22 version to 22.11.0

@​schematics/angular

Commit Description
feat - e03f2b899 Add global error listeners to new app generation
feat - 1e137ca84 add migration to update moduleResolution to bundler
feat - 26fd4ea73 add migrations for server rendering updates
feat - 5876577af Add prompt for new apps to be zoneless
feat - fdc6291dd add update migration to keep previous style guide generation behavior
feat - 093c5a315 directly use @angular/build in new projects
feat - d6f594fe0 generate applications using TypeScript project references
feat - 0ab1ddf63 generate libraries using TypeScript project references
feat - 18e13e2ce remove --server-routing option
feat - 03180fe03 use TypeScript module preserve option for new projects
fix - 86d241629 add @angular/ssr dependency only when provideServerRendering import has been updated
fix - 9e6b9b537 add type checking of host bindings to strict config
fix - 8654b3fea application migration should migrate karma builder package
fix - c557a19ef avoid empty polyfill option for new zoneless application
fix - 90615a88b default component templates to not use .ng.html extension
fix - 672ae14cd drop composite in tsconfig
fix - da6ef626f ensure app-shell schematic consistently uses withAppShell
fix - f126f8d34 ensure module discovery checks for an NgModule decorator
fix - dc2f65999 generate component templates with a .ng.html file extension
fix - 23fc8e1e1 generate components without a .component extension/type
fix - 8d715fa94 generate directives without a .directive extension/type
fix - 5fc595144 generate guards with a dash type separator
fix - 040282d8f generate interceptors with a dash type separator
fix - 070d60fb3 generate modules with a dash type separator

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 2, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-085cf932fa branch from 31c2352 to 331808d Compare June 2, 2025 18:41
Bumps the angular group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `19.2.13` | `20.0.0` |
| [@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` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `19.5.0` | `19.7.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.2.13` | `20.0.0` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.2.13` | `20.0.0` |

Bumps the angular group with 8 updates in the /packages/angular directory:

| Package | From | To |
| --- | --- | --- |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `19.2.14` | `20.0.0` |
| [@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` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `19.5.0` | `19.7.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.2.14` | `20.0.0` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.2.14` | `20.0.0` |



Updates `@angular-devkit/build-angular` from 19.2.13 to 20.0.0
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@19.2.13...20.0.0)

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 `@angular/cli` from 19.2.13 to 20.0.0
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@19.2.13...20.0.0)

Updates `@angular/compiler-cli` from 19.2.13 to 20.0.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.0.0/packages/compiler-cli)

Updates `@angular-devkit/build-angular` from 19.2.14 to 20.0.0
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@19.2.13...20.0.0)

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 `@angular/cli` from 19.2.14 to 20.0.0
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@19.2.13...20.0.0)

Updates `@angular/compiler-cli` from 19.2.14 to 20.0.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.0.0/packages/compiler-cli)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-085cf932fa branch from 331808d to d69a083 Compare June 2, 2025 18:52
@lukaVarga lukaVarga closed this Jun 6, 2025
Copy link
Contributor Author
dependabot bot commented on behalf of github Jun 6, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular-085cf932fa branch June 6, 2025 20:14
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.

1 participant
0