Skip to content

Bump the angular-version-updates group with 19 updates#33

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/angular-version-updates-d852105d94
Mar 10, 2025
Merged

Bump the angular-version-updates group with 19 updates#33
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/angular-version-updates-d852105d94

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the angular-version-updates group with 19 updates:

Package From To
@angular/animations 19.2.0 19.2.1
@angular/cdk 19.2.1 19.2.2
@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/material 19.2.1 19.2.2
@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/cli 19.2.0 19.2.1
@angular/compiler-cli 19.2.0 19.2.1
@angular/language-service 19.2.0 19.2.1
@angular-devkit/architect 0.1902.0 0.1902.1
@angular-devkit/build-webpack 0.1902.0 0.1902.1
@angular-devkit/core 19.2.0 19.2.1
@angular-devkit/schematics 19.2.0 19.2.1
@angular/build 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/cdk from 19.2.1 to 19.2.2

Release notes

Sourced from @​angular/cdk's releases.

v19.2.2

19.2.2 "metal-llama" (2025-03-05)

material

Commit Description
fix - f89ed8115c bottom-sheet: focus first tabbable element by default (#30549)
fix - 8754784ec5 schematics: remove NoopAnimationsModule from generated tests (#30562)
fix - bfdbc23b8c timepicker: unable to reopen if closed by scroll strategy (#30561)

cdk

Commit Description
fix - c31c7fe22a stepper: emitting interacted event when item has not changed (#30579)

material-angular-io

Commit Description
fix - cd40ee0f37 sidenav links not updating (#30564)

multiple

Commit Description
fix - 3c68b6d6b7 resolve host binding issues (#30570)
Changelog

Sourced from @​angular/cdk's changelog.

19.2.2 "metal-llama" (2025-03-05)

cdk

Commit Type Description
c31c7fe22a fix stepper: emitting interacted event when item has not changed (#30579)

material

Commit Type Description
f89ed8115c fix bottom-sheet: focus first tabbable element by default (#30549)
8754784ec5 fix schematics: remove NoopAnimationsModule from generated tests (#30562)
bfdbc23b8c fix timepicker: unable to reopen if closed by scroll strategy (#30561)

material-angular-io

Commit Type Description
cd40ee0f37 fix sidenav links not updating (#30564)

multiple

Commit Type Description
3c68b6d6b7 fix resolve host binding issues (#30570)

Commits
  • 9061b7b release: cut the v19.2.2 release
  • 4da0ba5 docs: add missing closing bracket in system token example (#30582)
  • 3c68b6d fix(multiple): resolve host binding issues (#30570)
  • c31c7fe fix(cdk/stepper): emitting interacted event when item has not changed (#30579)
  • 6a087fd build: update to Angular 19.2 and TypeScript 5.8 final (#30574)
  • 8754784 fix(material/schematics): remove NoopAnimationsModule from generated tests (#...
  • cd40ee0 fix(material-angular-io): sidenav links not updating (#30564)
  • bfdbc23 fix(material/timepicker): unable to reopen if closed by scroll strategy (#30561)
  • f89ed81 fix(material/bottom-sheet): focus first tabbable element by default (#30549)
  • See full diff in compare view

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/material from 19.2.1 to 19.2.2

Release notes

Sourced from @​angular/material's releases.

v19.2.2

19.2.2 "metal-llama" (2025-03-05)

material

Commit Description
fix - f89ed8115c bottom-sheet: focus first tabbable element by default (#30549)
fix - 8754784ec5 schematics: remove NoopAnimationsModule from generated tests (#30562)
fix - bfdbc23b8c timepicker: unable to reopen if closed by scroll strategy (#30561)

cdk

Commit Description
fix - c31c7fe22a stepper: emitting interacted event when item has not changed (#30579)

material-angular-io

Commit Description
fix - cd40ee0f37 sidenav links not updating (#30564)

multiple

Commit Description
fix - 3c68b6d6b7 resolve host binding issues (#30570)
Changelog

Sourced from @​angular/material's changelog.

19.2.2 "metal-llama" (2025-03-05)

cdk

Commit Type Description
c31c7fe22a fix stepper: emitting interacted event when item has not changed (#30579)

material

Commit Type Description
f89ed8115c fix bottom-sheet: focus first tabbable element by default (#30549)
8754784ec5 fix schematics: remove NoopAnimationsModule from generated tests (#30562)
bfdbc23b8c fix timepicker: unable to reopen if closed by scroll strategy (#30561)

material-angular-io

Commit Type Description
cd40ee0f37 fix sidenav links not updating (#30564)

multiple

Commit Type Description
3c68b6d6b7 fix resolve host binding issues (#30570)

Commits
  • 9061b7b release: cut the v19.2.2 release
  • 4da0ba5 docs: add missing closing bracket in system token example (#30582)
  • 3c68b6d fix(multiple): resolve host binding issues (#30570)
  • c31c7fe fix(cdk/stepper): emitting interacted event when item has not changed (#30579)
  • 6a087fd build: update to Angular 19.2 and TypeScript 5.8 final (#30574)
  • 8754784 fix(material/schematics): remove NoopAnimationsModule from generated tests (#...
  • cd40ee0 fix(material-angular-io): sidenav links not updating (#30564)
  • bfdbc23 fix(material/timepicker): unable to reopen if closed by scroll strategy (#30561)
  • f89ed81 fix(material/bottom-sheet): focus first tabbable element by default (#30549)
  • See full diff in compare view

...

Description has been truncated

Bumps the angular-version-updates group with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.2.0` | `19.2.1` |
| [@angular/cdk](https://github.com/angular/components) | `19.2.1` | `19.2.2` |
| [@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/material](https://github.com/angular/components) | `19.2.1` | `19.2.2` |
| [@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/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` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `19.2.0` | `19.2.1` |
| [@angular-devkit/architect](https://github.com/angular/angular-cli) | `0.1902.0` | `0.1902.1` |
| [@angular-devkit/build-webpack](https://github.com/angular/angular-cli) | `0.1902.0` | `0.1902.1` |
| [@angular-devkit/core](https://github.com/angular/angular-cli) | `19.2.0` | `19.2.1` |
| [@angular-devkit/schematics](https://github.com/angular/angular-cli) | `19.2.0` | `19.2.1` |
| [@angular/build](https://github.com/angular/angular-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/cdk` from 19.2.1 to 19.2.2
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@19.2.1...19.2.2)

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

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/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)

Updates `@angular/language-service` 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/language-service)

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

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

Updates `@angular-devkit/core` 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-devkit/schematics` 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/build` 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)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-version-updates
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-version-updates
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-version-updates
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-version-updates
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-version-updates
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-version-updates
- dependency-name: "@angular/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-version-updates
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-version-updates
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-version-updates
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-version-updates
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular-version-updates
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular-version-updates
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular-version-updates
- dependency-name: "@angular/language-service"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular-version-updates
- dependency-name: "@angular-devkit/architect"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: angular-version-updates
- dependency-name: "@angular-devkit/build-webpack"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: angular-version-updates
- dependency-name: "@angular-devkit/core"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: angular-version-updates
- dependency-name: "@angular-devkit/schematics"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: angular-version-updates
- dependency-name: "@angular/build"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: angular-version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 10, 2025
@github-actions github-actions bot enabled auto-merge March 10, 2025 07:59
@github-actions github-actions bot merged commit 7f83df0 into main Mar 10, 2025
3 of 4 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/angular-version-updates-d852105d94 branch March 10, 2025 08:00
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