Skip to content

Bump the js-dependencies group in /frontend with 15 updates#115

Merged
marcorosa merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/frontend/develop/js-dependencies-460c02dc5f
Sep 29, 2025
Merged

Bump the js-dependencies group in /frontend with 15 updates#115
marcorosa merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/frontend/develop/js-dependencies-460c02dc5f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Sep 28, 2025

Bumps the js-dependencies group in /frontend with 15 updates:

Package From To
@angular/animations 20.3.1 20.3.2
@angular/cdk 20.2.4 20.2.5
@angular/common 20.3.1 20.3.2
@angular/compiler 20.3.1 20.3.2
@angular/core 20.3.1 20.3.2
@angular/forms 20.3.1 20.3.2
@angular/material 20.2.4 20.2.5
@angular/platform-browser 20.3.1 20.3.2
@angular/platform-browser-dynamic 20.3.1 20.3.2
@angular/router 20.3.1 20.3.2
@angular-devkit/build-angular 20.3.2 20.3.3
@angular/cli 20.3.2 20.3.3
@angular/compiler-cli 20.3.1 20.3.2
jasmine-core 5.10.0 5.11.0
sass 1.93.1 1.93.2

Updates @angular/animations from 20.3.1 to 20.3.2

Release notes

Sourced from @​angular/animations's releases.

20.3.2

compiler-cli

Commit Description
fix - ba40153ac0 capture metadata for undecorated fields (#63904)
fix - 1d4f81c8ee resolve import alias in defer blocks (#63966)

core

Commit Description
fix - 9515a70933 fix narrowing of Resource.hasValue() (#63994)
fix - e78451cf8a prevent animations renderer from impacting animate.leave (#63921)

forms

Commit Description
fix - 1fd8d5d446 Emit FormResetEvent when resetting control (#64034)

migrations

Commit Description
fix - 16d0d43ad4 handle import aliases to the same module name (#63934)
fix - 3ebaeccb46 handle reused templates in control flow migration (#63996)
Changelog

Sourced from @​angular/animations's changelog.

20.3.2 (2025-09-24)

compiler-cli

Commit Type Description
ba40153ac0 fix capture metadata for undecorated fields (#63904)
1d4f81c8ee fix resolve import alias in defer blocks (#63966)

core

Commit Type Description
9515a70933 fix fix narrowing of Resource.hasValue() (#63994)
e78451cf8a fix prevent animations renderer from impacting animate.leave (#63921)

forms

Commit Type Description
1fd8d5d446 fix Emit FormResetEvent when resetting control (#64034)

migrations

Commit Type Description
16d0d43ad4 fix handle import aliases to the same module name (#63934)
3ebaeccb46 fix handle reused templates in control flow migration (#63996)

21.0.0-next.4 (2025-09-17)

Breaking Changes

common

  • ngComponentOutletContent is now of type Node[][] | undefined instead of any[][] | undefined.

core

  • Using a combination of provideZoneChangeDetection while also removing ZoneJS polyfills will no longer result in the internal scheduler being disabled. All Angular applications now consistenly use the same scheduler, and those with the Zone change detection provider include additional automatic scheduling behaviors based on NgZone stabilization.
  • Angular no longer provides a change detection scheduler for ZoneJS-based change detection by default. Add provideZoneChangeDetection to the providers of your bootstrapApplication function or your AppModule (if using bootstrapModule). This provider addition will be covered by an automated migration.
  • moduleId was removed from Component metadata.
  • The interpolation option on Components has been removed. Only the default {{ ... }} is now supported.

common

Commit Type Description
7a4b225c57 refactor improve typing of ngComponentOutletContent (#63674)

compiler

Commit Type Description

... (truncated)

Commits

Updates @angular/cdk from 20.2.4 to 20.2.5

Release notes

Sourced from @​angular/cdk's releases.

20.2.5

material

Commit Description
fix - 36be42637 core: move internal tokens (#31907)
fix - 3ac762be5 form-field: restore error message animation (#31774)
fix - 65f23c003 table: style no data row properly (#31895)
Changelog

Sourced from @​angular/cdk's changelog.

20.2.5 "sparkling-penguin" (2025-09-24)

material

Commit Type Description
36be42637 fix core: move internal tokens (#31907)
3ac762be5 fix form-field: restore error message animation (#31774)
65f23c003 fix table: style no data row properly (#31895)

21.0.0-next.4 "v21.0.0-next4 release" (2025-09-17)

material

Commit Type Description
962a60c11 fix button: do not show hover state on devices that don't support hover (#31866)
31562a4b8 fix core: separate text/bg colors in utility classes (#31879)
a2906ddf3 fix tabs: attach content inside the zone (#31868)

cdk-experimental

Commit Type Description
c21dfa348 fix ui-patterns: enter/space/click in single selection mode should not deselect tree item (#31843)

Commits

Updates @angular/common from 20.3.1 to 20.3.2

Release notes

Sourced from @​angular/common's releases.

20.3.2

compiler-cli

Commit Description
fix - ba40153ac0 capture metadata for undecorated fields (#63904)
fix - 1d4f81c8ee resolve import alias in defer blocks (#63966)

core

Commit Description
fix - 9515a70933 fix narrowing of Resource.hasValue() (#63994)
fix - e78451cf8a prevent animations renderer from impacting animate.leave (#63921)

forms

Commit Description
fix - 1fd8d5d446 Emit FormResetEvent when resetting control (#64034)

migrations

Commit Description
fix - 16d0d43ad4 handle import aliases to the same module name (#63934)
fix - 3ebaeccb46 handle reused templates in control flow migration (#63996)
Changelog

Sourced from @​angular/common's changelog.

20.3.2 (2025-09-24)

compiler-cli

Commit Type Description
ba40153ac0 fix capture metadata for undecorated fields (#63904)
1d4f81c8ee fix resolve import alias in defer blocks (#63966)

core

Commit Type Description
9515a70933 fix fix narrowing of Resource.hasValue() (#63994)
e78451cf8a fix prevent animations renderer from impacting animate.leave (#63921)

forms

Commit Type Description
1fd8d5d446 fix Emit FormResetEvent when resetting control (#64034)

migrations

Commit Type Description
16d0d43ad4 fix handle import aliases to the same module name (#63934)
3ebaeccb46 fix handle reused templates in control flow migration (#63996)

21.0.0-next.4 (2025-09-17)

Breaking Changes

common

  • ngComponentOutletContent is now of type Node[][] | undefined instead of any[][] | undefined.

core

  • Using a combination of provideZoneChangeDetection while also removing ZoneJS polyfills will no longer result in the internal scheduler being disabled. All Angular applications now consistenly use the same scheduler, and those with the Zone change detection provider include additional automatic scheduling behaviors based on NgZone stabilization.
  • Angular no longer provides a change detection scheduler for ZoneJS-based change detection by default. Add provideZoneChangeDetection to the providers of your bootstrapApplication function or your AppModule (if using bootstrapModule). This provider addition will be covered by an automated migration.
  • moduleId was removed from Component metadata.
  • The interpolation option on Components has been removed. Only the default {{ ... }} is now supported.

common

Commit Type Description
7a4b225c57 refactor improve typing of ngComponentOutletContent (#63674)

compiler

Commit Type Description

... (truncated)

Commits

Updates @angular/compiler from 20.3.1 to 20.3.2

Release notes

Sourced from @​angular/compiler's releases.

20.3.2

compiler-cli

Commit Description
fix - ba40153ac0 capture metadata for undecorated fields (#63904)
fix - 1d4f81c8ee resolve import alias in defer blocks (#63966)

core

Commit Description
fix - 9515a70933 fix narrowing of Resource.hasValue() (#63994)
fix - e78451cf8a prevent animations renderer from impacting animate.leave (#63921)

forms

Commit Description
fix - 1fd8d5d446 Emit FormResetEvent when resetting control (#64034)

migrations

Commit Description
fix - 16d0d43ad4 handle import aliases to the same module name (#63934)
fix - 3ebaeccb46 handle reused templates in control flow migration (#63996)
Changelog

Sourced from @​angular/compiler's changelog.

20.3.2 (2025-09-24)

compiler-cli

Commit Type Description
ba40153ac0 fix capture metadata for undecorated fields (#63904)
1d4f81c8ee fix resolve import alias in defer blocks (#63966)

core

Commit Type Description
9515a70933 fix fix narrowing of Resource.hasValue() (#63994)
e78451cf8a fix prevent animations renderer from impacting animate.leave (#63921)

forms

Commit Type Description
1fd8d5d446 fix Emit FormResetEvent when resetting control (#64034)

migrations

Commit Type Description
16d0d43ad4 fix handle import aliases to the same module name (#63934)
3ebaeccb46 fix handle reused templates in control flow migration (#63996)

21.0.0-next.4 (2025-09-17)

Breaking Changes

common

  • ngComponentOutletContent is now of type Node[][] | undefined instead of any[][] | undefined.

core

  • Using a combination of provideZoneChangeDetection while also removing ZoneJS polyfills will no longer result in the internal scheduler being disabled. All Angular applications now consistenly use the same scheduler, and those with the Zone change detection provider include additional automatic scheduling behaviors based on NgZone stabilization.
  • Angular no longer provides a change detection scheduler for ZoneJS-based change detection by default. Add provideZoneChangeDetection to the providers of your bootstrapApplication function or your AppModule (if using bootstrapModule). This provider addition will be covered by an automated migration.
  • moduleId was removed from Component metadata.
  • The interpolation option on Components has been removed. Only the default {{ ... }} is now supported.

common

Commit Type Description
7a4b225c57 refactor improve typing of ngComponentOutletContent (#63674)

compiler

Commit Type Description

... (truncated)

Commits

Updates @angular/core from 20.3.1 to 20.3.2

Release notes

Sourced from @​angular/core's releases.

20.3.2

compiler-cli

Commit Description
fix - ba40153ac0 capture metadata for undecorated fields (#63904)
fix - 1d4f81c8ee resolve import alias in defer blocks (#63966)

core

Commit Description
fix - 9515a70933 fix narrowing of Resource.hasValue() (#63994)
fix - e78451cf8a prevent animations renderer from impacting animate.leave (#63921)

forms

Commit Description
fix - 1fd8d5d446 Emit FormResetEvent when resetting control (#64034)

migrations

Commit Description
fix - 16d0d43ad4 handle import aliases to the same module name (#63934)
fix - 3ebaeccb46 handle reused templates in control flow migration (#63996)
Changelog

Sourced from @​angular/core's changelog.

20.3.2 (2025-09-24)

compiler-cli

Commit Type Description
ba40153ac0 fix capture metadata for undecorated fields (#63904)
1d4f81c8ee fix resolve import alias in defer blocks (#63966)

core

Commit Type Description
9515a70933 fix fix narrowing of Resource.hasValue() (#63994)
e78451cf8a fix prevent animations renderer from impacting animate.leave (#63921)

forms

Commit Type Description
1fd8d5d446 fix Emit FormResetEvent when resetting control (#64034)

migrations

Commit Type Description
16d0d43ad4 fix handle import aliases to the same module name (#63934)
3ebaeccb46 fix handle reused templates in control flow migration (#63996)

21.0.0-next.4 (2025-09-17)

Breaking Changes

common

  • ngComponentOutletContent is now of type Node[][] | undefined instead of any[][] | undefined.

core

  • Using a combination of provideZoneChangeDetection while also removing ZoneJS polyfills will no longer result in the internal scheduler being disabled. All Angular applications now consistenly use the same scheduler, and those with the Zone change detection provider include additional automatic scheduling behaviors based on NgZone stabilization.
  • Angular no longer provides a change detection scheduler for ZoneJS-based change detection by default. Add provideZoneChangeDetection to the providers of your bootstrapApplication function or your AppModule (if using bootstrapModule). This provider addition will be covered by an automated migration.
  • moduleId was removed from Component metadata.
  • The interpolation option on Components has been removed. Only the default {{ ... }} is now supported.

common

Commit Type Description
7a4b225c57 refactor improve typing of ngComponentOutletContent (#63674)

compiler

Commit Type Description

... (truncated)

Commits
  • 3ebaecc fix(migrations): handle reused templates in control flow migration (#63996)
  • 8d1891a refactor(core): improve linkedSignal type definitions, add debugName to optio...
  • 9515a70 fix(core): fix narrowing of Resource.hasValue() (#63994)
  • a67d822 refactor(core): use version>0 instead of hasRun (#62467)
  • 64a3675 docs: fix typo in component bindings jsdoc (#63969)
  • e78451c fix(core): prevent animations renderer from impacting animate.leave (#63921)
  • b04e6b1 refactor(core): drop the usage of PromiseSettledResult\<void> (#63955)
  • 720f0db Revert "refactor(compiler): expose member decorator identifiers (#63904)" (#6...
  • 150ed2b docs: add documentation for NG0401 error (#63947)
  • d0c7ea8 refactor(core): fix MockRenderer in unit tests. (#63936)
  • Additional commits viewable in compare view

Updates @angular/forms from 20.3.1 to 20.3.2

Release notes

Sourced from @​angular/forms's releases.

20.3.2

compiler-cli

Commit Description
fix - ba40153ac0 capture metadata for undecorated fields (#63904)
fix - 1d4f81c8ee resolve import alias in defer blocks (#63966)

core

Commit Description
fix - 9515a70933 fix narrowing of Resource.hasValue() (#63994)
fix - e78451cf8a prevent animations renderer from impacting animate.leave (#63921)

forms

Commit Description
fix - 1fd8d5d446 Emit FormResetEvent when resetting control (#64034)

migrations

Commit Description
fix - 16d0d43ad4 handle import aliases to the same module name (#63934)
fix - 3ebaeccb46 handle reused templates in control flow migration (#63996)
Changelog

Sourced from @​angular/forms's changelog.

20.3.2 (2025-09-24)

compiler-cli

Commit Type Description
ba40153ac0 fix capture metadata for undecorated fields (#63904)
1d4f81c8ee fix resolve import alias in defer blocks (#63966)

core

Commit Type Description
9515a70933 fix fix narrowing of Resource.hasValue() (#63994)
e78451cf8a fix prevent animations renderer from impacting animate.leave (#63921)

forms

Commit Type Description
1fd8d5d446 fix Emit FormResetEvent when resetting control (#64034)

migrations

Commit Type Description
16d0d43ad4 fix handle import aliases to the same module name (#63934)
3ebaeccb46 fix handle reused templates in control flow migration (#63996)

21.0.0-next.4 (2025-09-17)

Breaking Changes

common

  • ngComponentOutletContent is now of type Node[][] | undefined instead of any[][] | undefined.

core

  • Using a combination of provideZoneChangeDetection while also removing ZoneJS polyfills will no longer result in the internal scheduler being disabled. All Angular applications now consistenly use the same scheduler, and those with the Zone change detection provider include additional automatic scheduling behaviors based on NgZone stabilization.
  • Angular no longer provides a change detection scheduler for ZoneJS-based change detection by default. Add provideZoneChangeDetection to the providers of your bootstrapApplication function or your AppModule (if using bootstrapModule). This provider addition will be covered by an automated migration.
  • moduleId was removed from Component metadata.
  • The interpolation option on Components has been removed. Only the default {{ ... }} is now supported.

common

Commit Type Description
7a4b225c57 refactor improve typing of ngComponentOutletContent (#63674)

compiler

Commit Type Description

... (truncated)

Commits

Updates @angular/material from 20.2.4 to 20.2.5

Release notes

Sourced from @​angular/material's releases.

20.2.5

material

Commit Description
fix - 36be42637 core: move internal tokens (#31907)
fix - 3ac762be5 form-field: restore error message animation (#31774)
fix - 65f23c003 table: style no data row properly (#31895)
Changelog

Sourced from @​angular/material's changelog.

20.2.5 "sparkling-penguin" (2025-09-24)

material

Commit Type Description
36be42637 fix core: move internal tokens (#31907)
3ac762be5 fix form-field: restore error message animation (#31774)
65f23c003 fix table: style no data row properly (#31895)

21.0.0-next.4 "v21.0.0-next4 release" (2025-09-17)

material

Commit Type Description
962a60c11 fix button: do not show hover state on devices that don't support hover (#31866)
31562a4b8 fix core: separate text/bg colors in utility classes (#31879)
a2906ddf3 fix tabs: attach content inside the zone (#31868)

cdk-experimental

Commit Type Description
c21dfa348 fix ui-patterns: enter/space/click in single selection mode should not deselect tree item (#31843)

Commits

Updates @angular/platform-browser from 20.3.1 to 20.3.2

Release notes

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

20.3.2

compiler-cli

Commit Description
fix - ba40153ac0 capture metadata for undecorated fields (#63904)
fix - 1d4f81c8ee resolve import alias in defer blocks (#63966)

core

Commit Description
fix - 9515a70933 fix narrowing of Resource.hasValue() (#63994)
fix - e78451cf8a prevent animations renderer from impacting animate.leave (#63921)

forms

Commit Description
fix - 1fd8d5d446 Emit FormResetEvent when resetting control (#64034)

migrations

Commit Description
fix - 16d0d43ad4 handle import aliases to the same module name (#63934)
fix - 3ebaeccb46 handle reused templates in control flow migration (#63996)
Changelog

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

20.3.2 (2025-09-24)

compiler-cli

Commit Type Description
ba40153ac0 fix capture metadata for undecorated fields (#63904)
1d4f81c8ee fix resolve import alias in defer blocks (#63966)

core

Commit Type Description
9515a70933 fix fix narrowing of Resource.hasValue() (#63994)
e78451cf8a fix prevent animations renderer from impacting animate.leave (#63921)

forms

Commit Type Description
1fd8d5d446 fix Emit FormResetEvent when resetting control (#64034)

migrations

Commit Type Description
16d0d43ad4 fix handle import aliases to the same module name (#63934)
3ebaeccb46 fix handle reused templates in control flow migration (#63996)

21.0.0-next.4 (2025-09-17)

Breaking Changes

common

  • ngComponentOutletContent is now of type Node[][] | undefined instead of any[][] | undefined.

core

  • Using a combination of provideZoneChangeDetection while also removing ZoneJS polyfills will no longer result in the internal scheduler being disabled. All Angular applications now consistenly ...

    Description has been truncated

Bumps the js-dependencies group in /frontend with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `20.3.1` | `20.3.2` |
| [@angular/cdk](https://github.com/angular/components) | `20.2.4` | `20.2.5` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `20.3.1` | `20.3.2` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `20.3.1` | `20.3.2` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `20.3.1` | `20.3.2` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `20.3.1` | `20.3.2` |
| [@angular/material](https://github.com/angular/components) | `20.2.4` | `20.2.5` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `20.3.1` | `20.3.2` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `20.3.1` | `20.3.2` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `20.3.1` | `20.3.2` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `20.3.2` | `20.3.3` |
| [@angular/cli](https://github.com/angular/angular-cli) | `20.3.2` | `20.3.3` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `20.3.1` | `20.3.2` |
| [jasmine-core](https://github.com/jasmine/jasmine) | `5.10.0` | `5.11.0` |
| [sass](https://github.com/sass/dart-sass) | `1.93.1` | `1.93.2` |


Updates `@angular/animations` from 20.3.1 to 20.3.2
- [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.3.2/packages/animations)

Updates `@angular/cdk` from 20.2.4 to 20.2.5
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@20.2.4...20.2.5)

Updates `@angular/common` from 20.3.1 to 20.3.2
- [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.3.2/packages/common)

Updates `@angular/compiler` from 20.3.1 to 20.3.2
- [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.3.2/packages/compiler)

Updates `@angular/core` from 20.3.1 to 20.3.2
- [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.3.2/packages/core)

Updates `@angular/forms` from 20.3.1 to 20.3.2
- [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.3.2/packages/forms)

Updates `@angular/material` from 20.2.4 to 20.2.5
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@20.2.4...20.2.5)

Updates `@angular/platform-browser` from 20.3.1 to 20.3.2
- [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.3.2/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 20.3.1 to 20.3.2
- [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.3.2/packages/platform-browser-dynamic)

Updates `@angular/router` from 20.3.1 to 20.3.2
- [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.3.2/packages/router)

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

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

Updates `@angular/compiler-cli` from 20.3.1 to 20.3.2
- [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.3.2/packages/compiler-cli)

Updates `jasmine-core` from 5.10.0 to 5.11.0
- [Release notes](https://github.com/jasmine/jasmine/releases)
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
- [Commits](jasmine/jasmine@v5.10.0...v5.11.0)

Updates `sass` from 1.93.1 to 1.93.2
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.93.1...1.93.2)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular/cdk"
  dependency-version: 20.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular/common"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular/compiler"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular/core"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular/forms"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular/material"
  dependency-version: 20.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular/platform-browser"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular/router"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 20.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular/cli"
  dependency-version: 20.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-version: 20.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: jasmine-core
  dependency-version: 5.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: sass
  dependency-version: 1.93.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file frontend Related to angular frontend labels Sep 28, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 28, 2025 19:10
@dependabot dependabot bot added frontend Related to angular frontend dependencies Pull requests that update a dependency file labels Sep 28, 2025
@github-actions
Copy link
Copy Markdown
Contributor

The changes primarily involve upgrading various Angular-related dependencies within the package.json file. This includes updates to Angular framework libraries, dev tools, and testing utilities. The upgrades are likely intended to take advantage of bug fixes, performance improvements, and new features in the newer versions of those libraries.

Walkthrough

  • Chore: Updated Angular framework dependencies to latest patch versions, enhancing stability and potentially fixing minor issues.
  • Chore: Upgraded devDependencies including jasmine-core and sass, likely to maintain compatibility and receive minor improvements.
  • Chore: Updates may improve development experience and ensure compatibility with latest plugins and build tools.

Model: gpt-4o | Prompt Tokens: 914 | Completion Tokens: 133

Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here's a collaborative code review enhanced with AI insights. These suggestions are thoughtful recommendations rather than definitive requirements, so please apply what feels most valuable to your project. You remain the expert decision-maker—AI simply offers additional perspective to support your development process.


Always critique what AI says. Do not let AI replace YOUR I.
Model: anthropic--claude-4-sonnet | Prompt Tokens: 1830 | Completion Tokens: 427

Comment thread frontend/package.json
Comment on lines +14 to +23
"@angular/animations": "^20.3.2",
"@angular/cdk": "^20.2.5",
"@angular/common": "^20.3.2",
"@angular/compiler": "^20.3.2",
"@angular/core": "^20.3.2",
"@angular/forms": "^20.3.2",
"@angular/material": "^20.2.5",
"@angular/platform-browser": "^20.3.2",
"@angular/platform-browser-dynamic": "^20.3.2",
"@angular/router": "^20.3.2",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good practice updating Angular dependencies! However, there's a version inconsistency that should be addressed. The Angular core packages are updated to 20.3.2, but Angular CDK and Material are only updated to 20.2.5. For better compatibility and to avoid potential issues, consider aligning all Angular-related packages to use the same major.minor version:

"@angular/cdk": "^20.3.2",
"@angular/material": "^20.3.2"

This ensures all Angular packages are synchronized and reduces the risk of compatibility issues between core Angular and Angular Material components.

Comment thread frontend/package.json
Comment on lines +14 to +23
"@angular/animations": "^20.3.2",
"@angular/cdk": "^20.2.5",
"@angular/common": "^20.3.2",
"@angular/compiler": "^20.3.2",
"@angular/core": "^20.3.2",
"@angular/forms": "^20.3.2",
"@angular/material": "^20.2.5",
"@angular/platform-browser": "^20.3.2",
"@angular/platform-browser-dynamic": "^20.3.2",
"@angular/router": "^20.3.2",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider using exact versions (without caret ^) for critical dependencies in production applications to ensure reproducible builds across different environments:

"@angular/core": "20.3.2",
"@angular/common": "20.3.2",
"@angular/compiler": "20.3.2"

This prevents unexpected breaking changes from patch updates and ensures all team members and CI/CD pipelines use identical dependency versions. You can still use caret notation for devDependencies if desired.

@marcorosa marcorosa merged commit 5b2c81d into develop Sep 29, 2025
6 checks passed
@marcorosa marcorosa deleted the dependabot/npm_and_yarn/frontend/develop/js-dependencies-460c02dc5f branch September 29, 2025 12:49
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 frontend Related to angular frontend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant