Skip to content

build(deps): bump the angular group with 16 updates #506

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

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps the angular group with 16 updates:

Package From To
@angular/animations 19.2.0 19.2.1
@angular/common 19.2.0 19.2.1
@angular/compiler 19.2.0 19.2.1
@angular/core 19.2.0 19.2.1
@angular/forms 19.2.0 19.2.1
@angular/platform-browser 19.2.0 19.2.1
@angular/platform-browser-dynamic 19.2.0 19.2.1
@angular/router 19.2.0 19.2.1
@angular-devkit/build-angular 19.2.0 19.2.1
@angular-eslint/builder 19.1.0 19.2.1
@angular-eslint/eslint-plugin 19.1.0 19.2.1
@angular-eslint/eslint-plugin-template 19.1.0 19.2.1
@angular-eslint/schematics 19.1.0 19.2.1
@angular-eslint/template-parser 19.1.0 19.2.1
@angular/cli 19.2.0 19.2.1
@angular/compiler-cli 19.2.0 19.2.1

Updates @angular/animations from 19.2.0 to 19.2.1

Release notes

Sourced from @​angular/animations's releases.

v19.2.1

19.2.1 (2025-03-05)

common

Commit Description
fix - c2de5f68b3 clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Description
fix - 1dd94476b3 ensure template IDs are not reused if a source file changes (#60152)

core

Commit Description
fix - 1b3b05bf72 cache ComponentRef inputs and outputs (#60156)
fix - 330c24aed9 prevent invoking replay listeners on disconnected nodes (#60103)
fix - cfad089cc3 prevents event replay from being called on comment nodes (#60130)

language-service

Commit Description
fix - 3f0116607d Forward the tags for quick info from the type definition (#59524)
Changelog

Sourced from @​angular/animations's changelog.

19.2.1 (2025-03-05)

common

Commit Type Description
c2de5f68b3 fix clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Type Description
1dd94476b3 fix ensure template IDs are not reused if a source file changes (#60152)

core

Commit Type Description
1b3b05bf72 fix cache ComponentRef inputs and outputs (#60156)
330c24aed9 fix prevent invoking replay listeners on disconnected nodes (#60103)
cfad089cc3 fix prevents event replay from being called on comment nodes (#60130)

language-service

Commit Type Description
3f0116607d fix Forward the tags for quick info from the type definition (#59524)

20.0.0-next.0 (2025-02-26)

Breaking Changes

common

  • Using the Y formatter (week-numbering year) without also including w (week number) is now detected as suspicious date pattern, as y is typically intended.

compiler

  • void in an expression now refers to the operator

    Previously an expression in the template like {{void}} referred to a property on the component class. After this change it now refers to the void operator, which would make the above example invalid. If you have existing expressions that need to refer to a property named void, change the expression to use this.void instead: {{this.void}}.

common

Commit Type Description
74cceba587 feat throw error for suspicious date patterns (#59798)

compiler

Commit Type Description
f2d5cf7edd feat support exponentiation operator in templates (#59894)
0361c2d81f feat support void operator in templates (#59894)

core

Commit Type Description
962b59b14e fix Ensure ComponentFixture does not duplicate error reporting from FakeAsync (#60104)
491b0a4ead fix Remove duplicate reporting of errors in CDR.detectChanges (#60056)

router

... (truncated)

Commits

Updates @angular/common from 19.2.0 to 19.2.1

Release notes

Sourced from @​angular/common's releases.

v19.2.1

19.2.1 (2025-03-05)

common

Commit Description
fix - c2de5f68b3 clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Description
fix - 1dd94476b3 ensure template IDs are not reused if a source file changes (#60152)

core

Commit Description
fix - 1b3b05bf72 cache ComponentRef inputs and outputs (#60156)
fix - 330c24aed9 prevent invoking replay listeners on disconnected nodes (#60103)
fix - cfad089cc3 prevents event replay from being called on comment nodes (#60130)

language-service

Commit Description
fix - 3f0116607d Forward the tags for quick info from the type definition (#59524)
Changelog

Sourced from @​angular/common's changelog.

19.2.1 (2025-03-05)

common

Commit Type Description
c2de5f68b3 fix clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Type Description
1dd94476b3 fix ensure template IDs are not reused if a source file changes (#60152)

core

Commit Type Description
1b3b05bf72 fix cache ComponentRef inputs and outputs (#60156)
330c24aed9 fix prevent invoking replay listeners on disconnected nodes (#60103)
cfad089cc3 fix prevents event replay from being called on comment nodes (#60130)

language-service

Commit Type Description
3f0116607d fix Forward the tags for quick info from the type definition (#59524)

20.0.0-next.0 (2025-02-26)

Breaking Changes

common

  • Using the Y formatter (week-numbering year) without also including w (week number) is now detected as suspicious date pattern, as y is typically intended.

compiler

  • void in an expression now refers to the operator

    Previously an expression in the template like {{void}} referred to a property on the component class. After this change it now refers to the void operator, which would make the above example invalid. If you have existing expressions that need to refer to a property named void, change the expression to use this.void instead: {{this.void}}.

common

Commit Type Description
74cceba587 feat throw error for suspicious date patterns (#59798)

compiler

Commit Type Description
f2d5cf7edd feat support exponentiation operator in templates (#59894)
0361c2d81f feat support void operator in templates (#59894)

core

Commit Type Description
962b59b14e fix Ensure ComponentFixture does not duplicate error reporting from FakeAsync (#60104)
491b0a4ead fix Remove duplicate reporting of errors in CDR.detectChanges (#60056)

router

... (truncated)

Commits
  • 83abe5f docs: fix all brokens links on the API pages (#59162)
  • 26b3a8f refactor(http): add context property to httpResource (#60188)
  • c2de5f6 fix(common): clean up onUrlChange listener when root scope is destroyed (#6...
  • See full diff in compare view

Updates @angular/compiler from 19.2.0 to 19.2.1

Release notes

Sourced from @​angular/compiler's releases.

v19.2.1

19.2.1 (2025-03-05)

common

Commit Description
fix - c2de5f68b3 clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Description
fix - 1dd94476b3 ensure template IDs are not reused if a source file changes (#60152)

core

Commit Description
fix - 1b3b05bf72 cache ComponentRef inputs and outputs (#60156)
fix - 330c24aed9 prevent invoking replay listeners on disconnected nodes (#60103)
fix - cfad089cc3 prevents event replay from being called on comment nodes (#60130)

language-service

Commit Description
fix - 3f0116607d Forward the tags for quick info from the type definition (#59524)
Changelog

Sourced from @​angular/compiler's changelog.

19.2.1 (2025-03-05)

common

Commit Type Description
c2de5f68b3 fix clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Type Description
1dd94476b3 fix ensure template IDs are not reused if a source file changes (#60152)

core

Commit Type Description
1b3b05bf72 fix cache ComponentRef inputs and outputs (#60156)
330c24aed9 fix prevent invoking replay listeners on disconnected nodes (#60103)
cfad089cc3 fix prevents event replay from being called on comment nodes (#60130)

language-service

Commit Type Description
3f0116607d fix Forward the tags for quick info from the type definition (#59524)

20.0.0-next.0 (2025-02-26)

Breaking Changes

common

  • Using the Y formatter (week-numbering year) without also including w (week number) is now detected as suspicious date pattern, as y is typically intended.

compiler

  • void in an expression now refers to the operator

    Previously an expression in the template like {{void}} referred to a property on the component class. After this change it now refers to the void operator, which would make the above example invalid. If you have existing expressions that need to refer to a property named void, change the expression to use this.void instead: {{this.void}}.

common

Commit Type Description
74cceba587 feat throw error for suspicious date patterns (#59798)

compiler

Commit Type Description
f2d5cf7edd feat support exponentiation operator in templates (#59894)
0361c2d81f feat support void operator in templates (#59894)

core

Commit Type Description
962b59b14e fix Ensure ComponentFixture does not duplicate error reporting from FakeAsync (#60104)
491b0a4ead fix Remove duplicate reporting of errors in CDR.detectChanges (#60056)

router

... (truncated)

Commits

Updates @angular/core from 19.2.0 to 19.2.1

Release notes

Sourced from @​angular/core's releases.

v19.2.1

19.2.1 (2025-03-05)

common

Commit Description
fix - c2de5f68b3 clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Description
fix - 1dd94476b3 ensure template IDs are not reused if a source file changes (#60152)

core

Commit Description
fix - 1b3b05bf72 cache ComponentRef inputs and outputs (#60156)
fix - 330c24aed9 prevent invoking replay listeners on disconnected nodes (#60103)
fix - cfad089cc3 prevents event replay from being called on comment nodes (#60130)

language-service

Commit Description
fix - 3f0116607d Forward the tags for quick info from the type definition (#59524)
Changelog

Sourced from @​angular/core's changelog.

19.2.1 (2025-03-05)

common

Commit Type Description
c2de5f68b3 fix clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Type Description
1dd94476b3 fix ensure template IDs are not reused if a source file changes (#60152)

core

Commit Type Description
1b3b05bf72 fix cache ComponentRef inputs and outputs (#60156)
330c24aed9 fix prevent invoking replay listeners on disconnected nodes (#60103)
cfad089cc3 fix prevents event replay from being called on comment nodes (#60130)

language-service

Commit Type Description
3f0116607d fix Forward the tags for quick info from the type definition (#59524)

20.0.0-next.0 (2025-02-26)

Breaking Changes

common

  • Using the Y formatter (week-numbering year) without also including w (week number) is now detected as suspicious date pattern, as y is typically intended.

compiler

  • void in an expression now refers to the operator

    Previously an expression in the template like {{void}} referred to a property on the component class. After this change it now refers to the void operator, which would make the above example invalid. If you have existing expressions that need to refer to a property named void, change the expression to use this.void instead: {{this.void}}.

common

Commit Type Description
74cceba587 feat throw error for suspicious date patterns (#59798)

compiler

Commit Type Description
f2d5cf7edd feat support exponentiation operator in templates (#59894)
0361c2d81f feat support void operator in templates (#59894)

core

Commit Type Description
962b59b14e fix Ensure ComponentFixture does not duplicate error reporting from FakeAsync (#60104)
491b0a4ead fix Remove duplicate reporting of errors in CDR.detectChanges (#60056)

router

... (truncated)

Commits
  • f24246e refactor(core): inline isFactory within getNodeInjectable (#59824)
  • 507ed58 refactor(core): extract dirty and markForRefresh from the private `ViewRe...
  • 83abe5f docs: fix all brokens links on the API pages (#59162)
  • 8579ff8 docs: Remove misleading default value DEFAULT_CURRENCY_CODE (#59977)
  • 2bffacb refactor(core): throw an Cyclic Dependency Error in prod mode (#60118)
  • f24a8c6 docs: update license year (#59883)
  • 1c31c0d docs(docs-infra): API doc content rendering fixes (#60116)
  • c615bdc docs(docs-infra): Improve support for @​link within the jsdoc. (#60201)
  • 2717416 refactor(core): Update push/replace navigation to not trigger popstate (#60028)
  • bf89792 refactor(core): Update fake navigation to more closely follow the spec (#60028)
  • Additional commits viewable in compare view

Updates @angular/forms from 19.2.0 to 19.2.1

Release notes

Sourced from @​angular/forms's releases.

v19.2.1

19.2.1 (2025-03-05)

common

Commit Description
fix - c2de5f68b3 clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Description
fix - 1dd94476b3 ensure template IDs are not reused if a source file changes (#60152)

core

Commit Description
fix - 1b3b05bf72 cache ComponentRef inputs and outputs (#60156)
fix - 330c24aed9 prevent invoking replay listeners on disconnected nodes (#60103)
fix - cfad089cc3 prevents event replay from being called on comment nodes (#60130)

language-service

Commit Description
fix - 3f0116607d Forward the tags for quick info from the type definition (#59524)
Changelog

Sourced from @​angular/forms's changelog.

19.2.1 (2025-03-05)

common

Commit Type Description
c2de5f68b3 fix clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Type Description
1dd94476b3 fix ensure template IDs are not reused if a source file changes (#60152)

core

Commit Type Description
1b3b05bf72 fix cache ComponentRef inputs and outputs (#60156)
330c24aed9 fix prevent invoking replay listeners on disconnected nodes (#60103)
cfad089cc3 fix prevents event replay from being called on comment nodes (#60130)

language-service

Commit Type Description
3f0116607d fix Forward the tags for quick info from the type definition (#59524)

20.0.0-next.0 (2025-02-26)

Breaking Changes

common

  • Using the Y formatter (week-numbering year) without also including w (week number) is now detected as suspicious date pattern, as y is typically intended.

compiler

  • void in an expression now refers to the operator

    Previously an expression in the template like {{void}} referred to a property on the component class. After this change it now refers to the void operator, which would make the above example invalid. If you have existing expressions that need to refer to a property named void, change the expression to use this.void instead: {{this.void}}.

common

Commit Type Description
74cceba587 feat throw error for suspicious date patterns (#59798)

compiler

Commit Type Description
f2d5cf7edd feat support exponentiation operator in templates (#59894)
0361c2d81f feat support void operator in templates (#59894)

core

Commit Type Description
962b59b14e fix Ensure ComponentFixture does not duplicate error reporting from FakeAsync (#60104)
491b0a4ead fix Remove duplicate reporting of errors in CDR.detectChanges (#60056)

router

... (truncated)

Commits

Updates @angular/platform-browser from 19.2.0 to 19.2.1

Release notes

Sourced from @​angular/platform-browser's releases.

v19.2.1

19.2.1 (2025-03-05)

common

Commit Description
fix - c2de5f68b3 clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Description
fix - 1dd94476b3 ensure template IDs are not reused if a source file changes (#60152)

core

Commit Description
fix - 1b3b05bf72 cache ComponentRef inputs and outputs (#60156)
fix - 330c24aed9 prevent invoking replay listeners on disconnected nodes (#60103)
fix - cfad089cc3 prevents event replay from being called on comment nodes (#60130)

language-service

Commit Description
fix - 3f0116607d Forward the tags for quick info from the type definition (#59524)
Changelog

Sourced from @​angular/platform-browser's changelog.

19.2.1 (2025-03-05)

common

Commit Type Description
c2de5f68b3 fix clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Type Description
1dd94476b3 fix ensure template IDs are not reused if a source file changes (#60152)

core

Commit Type Description
1b3b05bf72 fix cache ComponentRef inputs and outputs (#60156)
330c24aed9 fix prevent invoking replay listeners on disconnected nodes (#60103)
cfad089cc3 fix prevents event replay from being called on comment nodes (#60130)

language-service

Commit Type Description
3f0116607d fix Forward the tags for quick info from the type definition (#59524)

20.0.0-next.0 (2025-02-26)

Breaking Changes

common

  • Using the Y formatter (week-numbering year) without also including w (week number) is now detected as suspicious date pattern, as y is typically intended.

compiler

  • void in an expression now refers to the operator

    Previously an expression in the template like {{void}} referred to a property on the component class. After this change it now refers to the void operator, which would make the above example invalid. If you have existing expressions that need to refer to a property named void, change the expression to use this.void instead: {{this.void}}.

common

Commit Type Description
74cceba587 feat throw error for suspicious date patterns (#59798)

compiler

Commit Type Description
f2d5cf7edd feat support exponentiation operator in templates (#59894)
0361c2d81f feat support void operator in templates (#59894)

core

Commit Type Description
962b59b14e fix Ensure ComponentFixture does not duplicate error reporting from FakeAsync (#60104)
491b0a4ead fix Remove duplicate reporting of errors in CDR.detectChanges (#60056)

router

... (truncated)

Commits

Updates @angular/platform-browser-dynamic from 19.2.0 to 19.2.1

Release notes

Sourced from @​angular/platform-browser-dynamic's releases.

v19.2.1

19.2.1 (2025-03-05)

common

Commit Description
fix - c2de5f68b3 clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Description
fix - 1dd94476b3 ensure template IDs are not reused if a source file changes (#60152)

core

Commit Description
fix - 1b3b05bf72 cache ComponentRef inputs and outputs (#60156)
fix - 330c24aed9 prevent invoking replay listeners on disconnected nodes (#60103)
fix - cfad089cc3 prevents event replay from being called on comment nodes (#60130)

language-service

Commit Description
fix - 3f0116607d Forward the tags for quick info from the type definition (#59524)
Changelog

Sourced from @​angular/platform-browser-dynamic's changelog.

19.2.1 (2025-03-05)

common

Commit Type Description
c2de5f68b3 fix clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Type Description
1dd94476b3 fix ensure template IDs are not reused if a source file changes (#60152)

core

Commit Type Description
1b3b05bf72 fix cache ComponentRef inputs and outputs (#60156)
330c24aed9 fix prevent invoking replay listeners on disconnected nodes (#60103)
cfad089cc3 fix prevents event replay from being called on comment nodes (#60130)

language-service

Commit Type Description
3f0116607d fix Forward the tags for quick info from the type definition (#59524)

20.0.0-next.0 (2025-02-26)

Breaking Changes

common

  • Using the Y formatter (week-numbering year) without also including w (week number) is now detected as suspicious date pattern, as y is typically intended.

compiler

  • void in an expression now refers to the operator

    Previously an expression in the template like {{void}} referred to a property on the component class. After this change it now refers to the void operator, which would make the above example invalid. If you have existing expressions that need to refer to a property named void, change the expression to use this.void instead: {{this.void}}.

common

Commit Type Description
74cceba587 feat throw error for suspicious date patterns (#59798)

compiler

Commit Type Description
f2d5cf7edd feat support exponentiation operator in templates (#59894)
0361c2d81f feat support void operator in templates (#59894)

core

Commit Type Description

Bumps the angular group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.2.0` | `19.2.1` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.2.0` | `19.2.1` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.2.0` | `19.2.1` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.2.0` | `19.2.1` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.2.0` | `19.2.1` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.2.0` | `19.2.1` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.2.0` | `19.2.1` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.2.0` | `19.2.1` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `19.2.0` | `19.2.1` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `19.1.0` | `19.2.1` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `19.1.0` | `19.2.1` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `19.1.0` | `19.2.1` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `19.1.0` | `19.2.1` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `19.1.0` | `19.2.1` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.2.0` | `19.2.1` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.2.0` | `19.2.1` |


Updates `@angular/animations` from 19.2.0 to 19.2.1
- [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/19.2.1/packages/animations)

Updates `@angular/common` from 19.2.0 to 19.2.1
- [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/19.2.1/packages/common)

Updates `@angular/compiler` from 19.2.0 to 19.2.1
- [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/19.2.1/packages/compiler)

Updates `@angular/core` from 19.2.0 to 19.2.1
- [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/19.2.1/packages/core)

Updates `@angular/forms` from 19.2.0 to 19.2.1
- [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/19.2.1/packages/forms)

Updates `@angular/platform-browser` from 19.2.0 to 19.2.1
- [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/19.2.1/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 19.2.0 to 19.2.1
- [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/19.2.1/packages/platform-browser-dynamic)

Updates `@angular/router` from 19.2.0 to 19.2.1
- [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/19.2.1/packages/router)

Updates `@angular-devkit/build-angular` from 19.2.0 to 19.2.1
- [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.0...19.2.1)

Updates `@angular-eslint/builder` from 19.1.0 to 19.2.1
- [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.2.1/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 19.1.0 to 19.2.1
- [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.2.1/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 19.1.0 to 19.2.1
- [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.2.1/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 19.1.0 to 19.2.1
- [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.2.1/packages/schematics)

Updates `@angular-eslint/template-parser` from 19.1.0 to 19.2.1
- [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.2.1/packages/template-parser)

Updates `@angular/cli` from 19.2.0 to 19.2.1
- [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.0...19.2.1)

Updates `@angular/compiler-cli` from 19.2.0 to 19.2.1
- [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/19.2.1/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular-eslint/builder"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular-eslint/schematics"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular-eslint/template-parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 10, 2025
@dependabot dependabot bot requested review from ohenning, TommyBom and a team March 10, 2025 00:17
@github-actions github-actions bot enabled auto-merge (squash) March 10, 2025 00:18
@github-actions github-actions bot merged commit 97629b3 into main Mar 10, 2025
2 of 3 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/angular-d9dc18c1ff branch March 10, 2025 00:19
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