Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2025

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

Package From To
@angular/animations 20.3.2 20.3.4
@angular/cdk 20.2.5 20.2.8
@angular/common 20.3.2 20.3.4
@angular/compiler 20.3.2 20.3.4
@angular/core 20.3.2 20.3.4
@angular/forms 20.3.2 20.3.4
@angular/material 20.2.5 20.2.8
@angular/platform-browser 20.3.2 20.3.4
@angular/platform-browser-dynamic 20.3.2 20.3.4
@angular/router 20.3.2 20.3.4
ng-apexcharts 2.0.1 2.0.3
@angular-devkit/build-angular 20.3.3 20.3.5
@angular-eslint/builder 20.3.0 20.4.0
@angular-eslint/eslint-plugin 20.3.0 20.4.0
@angular-eslint/eslint-plugin-template 20.3.0 20.4.0
@angular-eslint/schematics 20.3.0 20.4.0
@angular/cli 20.3.3 20.3.5
@angular/compiler-cli 20.3.2 20.3.4
@typescript-eslint/eslint-plugin 8.45.0 8.46.0
eslint 9.36.0 9.37.0
jasmine-core 5.11.0 5.12.0
typescript 5.9.2 5.9.3

Updates @angular/animations from 20.3.2 to 20.3.4

Release notes

Sourced from @​angular/animations's releases.

20.3.4

core

Commit Description
fix - 853ed169a8 ensure missing leave animations don't queue leave animations (#64226)
fix - 6fed986b7a Fixes animations in conjunction with content projection (#63776)
fix - 76fe5599fe handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
fix - 3b959105be prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Description
fix - 65884895ff preserve component imports when pruning NgModules in standalone migration (#64186)

20.3.3

compiler

Commit Description
fix - f51ab32fb3 recover template literals with broken expressions (#64150)

core

Commit Description
fix - 542cd0019a do not rename ARIA property bindings to attributes (#64089)
fix - 0e928fbc4a Fixes animations in conjunction with content projection (#63776)
fix - e5157bd933 prevents unintended early termination of leave animations and hoisting (#64088)

migrations

Commit Description
fix - 1710cbd7d4 handle shorthand property declarations in NgModule (#64160)
fix - 77b6305a4b skip migration for inputs with 'this' references (#64142)
Changelog

Sourced from @​angular/animations's changelog.

20.3.4 (2025-10-08)

core

Commit Type Description
853ed169a8 fix ensure missing leave animations don't queue leave animations (#64226)
6fed986b7a fix Fixes animations in conjunction with content projection (#63776)
76fe5599fe fix handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
3b959105be fix prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Type Description
65884895ff fix preserve component imports when pruning NgModules in standalone migration (#64186)

21.0.0-next.6 (2025-10-02)

Breaking Changes

elements

  • Fix signal input getter behavior in custom elements.

    Before this change, signal inputs in custom elements required function calls to access their values (elementRef.newInput()), while decorator inputs were accessed directly (elementRef.oldInput). This inconsistency caused confusion and typing difficulties.

    The getter behavior has been standardized so signal inputs can now be accessed directly, matching the behavior of decorator inputs:

    Before:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput()

    After:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput

common

Commit Type Description
99c5269ee8 feat Support of optional keys for the KeyValue pipe (#48814)

compiler

Commit Type Description
159be56709 fix recover template literals with broken expressions (#64150)

core

Commit Type Description
1cb16fddb5 fix Fixes animations in conjunction with content projection (#63776)
8a0c9ca8be fix prevents unintended early termination of leave animations and hoisting (#64088)

elements

Commit Type Description
be0455adda fix return value on signal input getter (#62113)

migrations

... (truncated)

Commits

Updates @angular/cdk from 20.2.5 to 20.2.8

Release notes

Sourced from @​angular/cdk's releases.

20.2.8

material-date-fns-adapter

Commit Description
fix - 2d1f8d068 parse time string containing only hours (#31978)

material

Commit Description
fix - 6d61babe7 datepicker: error due to synchronous change detection
fix - e43dcabd0 datepicker: make date filter nullable (#31980)
fix - f30c1c6c3 radio: Hovering over label of a radio will show the pointer cursor (#32015)
fix - de3f9e566 timepicker: assign form control value before emitting events (#31981)

20.2.7

material

Commit Description
fix - 85ed6550c2 menu: prevent child menu reopening while parent is animating away (#31958)

20.2.6

material

Commit Description
fix - a6f0bd8e7 menu: switch internal state to signals (#31934)
fix - 94716a805 select: rotate arrow while open (#31936)

cdk

Commit Description
fix - e8e8662ab scrolling: Fix undefined error when documentElement.style is undefined (#31904)
fix - a9b1afdb6 scrolling: prevent subpixel gaps in virtual scroll viewport (#31940)
Changelog

Sourced from @​angular/cdk's changelog.

20.2.8 "strontium-summit" (2025-10-08)

material

Commit Type Description
6d61babe7 fix datepicker: error due to synchronous change detection
e43dcabd0 fix datepicker: make date filter nullable (#31980)
f30c1c6c3 fix radio: Hovering over label of a radio will show the pointer cursor (#32015)
de3f9e566 fix timepicker: assign form control value before emitting events (#31981)

material-date-fns-adapter

Commit Type Description
2d1f8d068 fix parse time string containing only hours (#31978)

21.0.0-next.6 "carbon-flamingo" (2025-10-01)

Breaking Changes

material

    • AnimationCurves has been removed.
    • AnimationDurations has been removed.
    • NativeDateAdapter.useUtcForDisplay has been removed.

cdk-experimental

Commit Type Description
f9e7eff127 feat combobox: introduce new signals-based combobox (#31872)

material

Commit Type Description
ef70029820 feat chips: allow for modifiers to be specified on separator keys (#31914)
1b06a8ea80 fix core: remove deprecated APIs for v21 (#31924)
81eeff4bed fix menu: prevent child menu reopening while parent is animating away (#31958)
813f66b839 fix menu: switch internal state to signals (#31934)
131c7ff804 fix paginator: trim extraneous announcements (#31943)
6fba2049c3 fix select: rotate arrow while open (#31936)

cdk

Commit Type Description
667a007d0d fix scrolling: Fix undefined error when documentElement.style is undefined (#31904)
2918e2804a fix scrolling: prevent subpixel gaps in virtual scroll viewport (#31940)

20.2.7 "ceramic-nebula" (2025-10-01)

material

Commit Type Description
85ed6550c2 fix menu: prevent child menu reopening while parent is animating away (#31958)

... (truncated)

Commits
  • 6d85811 release: cut the v20.2.8 release
  • 968e429 build: update cross-repo angular dependencies (#32020)
  • 2344c14 build: update pnpm to v10.18.1 (#32007)
  • fb05fae docs: replace '|' with '•' in title separator for consistency with Angular (#...
  • f30c1c6 fix(material/radio): Hovering over label of a radio will show the pointer cur...
  • 71f0d83 build: update cross-repo angular dependencies (#32003)
  • 4f92ecf build: update pnpm to v10.18.0 (#31987)
  • 25965bd build: lock file maintenance (#31995)
  • 7e80047 build: test-based Stackblitz examples not working
  • dd5108e build: open correct file in Stackblitz editor
  • Additional commits viewable in compare view

Updates @angular/common from 20.3.2 to 20.3.4

Release notes

Sourced from @​angular/common's releases.

20.3.4

core

Commit Description
fix - 853ed169a8 ensure missing leave animations don't queue leave animations (#64226)
fix - 6fed986b7a Fixes animations in conjunction with content projection (#63776)
fix - 76fe5599fe handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
fix - 3b959105be prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Description
fix - 65884895ff preserve component imports when pruning NgModules in standalone migration (#64186)

20.3.3

compiler

Commit Description
fix - f51ab32fb3 recover template literals with broken expressions (#64150)

core

Commit Description
fix - 542cd0019a do not rename ARIA property bindings to attributes (#64089)
fix - 0e928fbc4a Fixes animations in conjunction with content projection (#63776)
fix - e5157bd933 prevents unintended early termination of leave animations and hoisting (#64088)

migrations

Commit Description
fix - 1710cbd7d4 handle shorthand property declarations in NgModule (#64160)
fix - 77b6305a4b skip migration for inputs with 'this' references (#64142)
Changelog

Sourced from @​angular/common's changelog.

20.3.4 (2025-10-08)

core

Commit Type Description
853ed169a8 fix ensure missing leave animations don't queue leave animations (#64226)
6fed986b7a fix Fixes animations in conjunction with content projection (#63776)
76fe5599fe fix handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
3b959105be fix prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Type Description
65884895ff fix preserve component imports when pruning NgModules in standalone migration (#64186)

21.0.0-next.6 (2025-10-02)

Breaking Changes

elements

  • Fix signal input getter behavior in custom elements.

    Before this change, signal inputs in custom elements required function calls to access their values (elementRef.newInput()), while decorator inputs were accessed directly (elementRef.oldInput). This inconsistency caused confusion and typing difficulties.

    The getter behavior has been standardized so signal inputs can now be accessed directly, matching the behavior of decorator inputs:

    Before:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput()

    After:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput

common

Commit Type Description
99c5269ee8 feat Support of optional keys for the KeyValue pipe (#48814)

compiler

Commit Type Description
159be56709 fix recover template literals with broken expressions (#64150)

core

Commit Type Description
1cb16fddb5 fix Fixes animations in conjunction with content projection (#63776)
8a0c9ca8be fix prevents unintended early termination of leave animations and hoisting (#64088)

elements

Commit Type Description
be0455adda fix return value on signal input getter (#62113)

migrations

... (truncated)

Commits

Updates @angular/compiler from 20.3.2 to 20.3.4

Release notes

Sourced from @​angular/compiler's releases.

20.3.4

core

Commit Description
fix - 853ed169a8 ensure missing leave animations don't queue leave animations (#64226)
fix - 6fed986b7a Fixes animations in conjunction with content projection (#63776)
fix - 76fe5599fe handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
fix - 3b959105be prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Description
fix - 65884895ff preserve component imports when pruning NgModules in standalone migration (#64186)

20.3.3

compiler

Commit Description
fix - f51ab32fb3 recover template literals with broken expressions (#64150)

core

Commit Description
fix - 542cd0019a do not rename ARIA property bindings to attributes (#64089)
fix - 0e928fbc4a Fixes animations in conjunction with content projection (#63776)
fix - e5157bd933 prevents unintended early termination of leave animations and hoisting (#64088)

migrations

Commit Description
fix - 1710cbd7d4 handle shorthand property declarations in NgModule (#64160)
fix - 77b6305a4b skip migration for inputs with 'this' references (#64142)
Changelog

Sourced from @​angular/compiler's changelog.

20.3.4 (2025-10-08)

core

Commit Type Description
853ed169a8 fix ensure missing leave animations don't queue leave animations (#64226)
6fed986b7a fix Fixes animations in conjunction with content projection (#63776)
76fe5599fe fix handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
3b959105be fix prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Type Description
65884895ff fix preserve component imports when pruning NgModules in standalone migration (#64186)

21.0.0-next.6 (2025-10-02)

Breaking Changes

elements

  • Fix signal input getter behavior in custom elements.

    Before this change, signal inputs in custom elements required function calls to access their values (elementRef.newInput()), while decorator inputs were accessed directly (elementRef.oldInput). This inconsistency caused confusion and typing difficulties.

    The getter behavior has been standardized so signal inputs can now be accessed directly, matching the behavior of decorator inputs:

    Before:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput()

    After:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput

common

Commit Type Description
99c5269ee8 feat Support of optional keys for the KeyValue pipe (#48814)

compiler

Commit Type Description
159be56709 fix recover template literals with broken expressions (#64150)

core

Commit Type Description
1cb16fddb5 fix Fixes animations in conjunction with content projection (#63776)
8a0c9ca8be fix prevents unintended early termination of leave animations and hoisting (#64088)

elements

Commit Type Description
be0455adda fix return value on signal input getter (#62113)

migrations

... (truncated)

Commits

Updates @angular/core from 20.3.2 to 20.3.4

Release notes

Sourced from @​angular/core's releases.

20.3.4

core

Commit Description
fix - 853ed169a8 ensure missing leave animations don't queue leave animations (#64226)
fix - 6fed986b7a Fixes animations in conjunction with content projection (#63776)
fix - 76fe5599fe handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
fix - 3b959105be prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Description
fix - 65884895ff preserve component imports when pruning NgModules in standalone migration (#64186)

20.3.3

compiler

Commit Description
fix - f51ab32fb3 recover template literals with broken expressions (#64150)

core

Commit Description
fix - 542cd0019a do not rename ARIA property bindings to attributes (#64089)
fix - 0e928fbc4a Fixes animations in conjunction with content projection (#63776)
fix - e5157bd933 prevents unintended early termination of leave animations and hoisting (#64088)

migrations

Commit Description
fix - 1710cbd7d4 handle shorthand property declarations in NgModule (#64160)
fix - 77b6305a4b skip migration for inputs with 'this' references (#64142)
Changelog

Sourced from @​angular/core's changelog.

20.3.4 (2025-10-08)

core

Commit Type Description
853ed169a8 fix ensure missing leave animations don't queue leave animations (#64226)
6fed986b7a fix Fixes animations in conjunction with content projection (#63776)
76fe5599fe fix handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
3b959105be fix prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Type Description
65884895ff fix preserve component imports when pruning NgModules in standalone migration (#64186)

21.0.0-next.6 (2025-10-02)

Breaking Changes

elements

  • Fix signal input getter behavior in custom elements.

    Before this change, signal inputs in custom elements required function calls to access their values (elementRef.newInput()), while decorator inputs were accessed directly (elementRef.oldInput). This inconsistency caused confusion and typing difficulties.

    The getter behavior has been standardized so signal inputs can now be accessed directly, matching the behavior of decorator inputs:

    Before:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput()

    After:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput

common

Commit Type Description
99c5269ee8 feat Support of optional keys for the KeyValue pipe (#48814)

compiler

Commit Type Description
159be56709 fix recover template literals with broken expressions (#64150)

core

Commit Type Description
1cb16fddb5 fix Fixes animations in conjunction with content projection (#63776)
8a0c9ca8be fix prevents unintended early termination of leave animations and hoisting (#64088)

elements

Commit Type Description
be0455adda fix return value on signal input getter (#62113)

migrations

... (truncated)

Commits
  • 0f7b877 docs: add mentions host style bindings (#64257)
  • 3b95910 fix(core): prevent early exit from leave animations when multiple transitions...
  • 2490624 refactor(core): allow animationend to process if we don't have a longest anim...
  • 08b8b13 refactor(core): fix animations host binding tests (#64225)
  • 853ed16 fix(core): ensure missing leave animations don't queue leave animations (#64226)
  • 3fe6416 build: update cross-repo angular dependencies (#64213)
  • 6588489 fix(migrations): preserve component imports when pruning NgModules in standal...
  • 6fed986 fix(core): Fixes animations in conjunction with content projection (#63776)
  • 76fe559 fix(core): handle undefined CSS time values in parseCssTimeUnitsToMs function...
  • a453b1d Revert "fix(core): Fixes animations in conjunction with content projection (#...
  • Additional commits viewable in compare view

Updates @angular/forms from 20.3.2 to 20.3.4

Release notes

Sourced from @​angular/forms's releases.

20.3.4

core

Commit Description
fix - 853ed169a8 ensure missing leave animations don't queue leave animations (#64226)
fix - 6fed986b7a Fixes animations in conjunction with content projection (#63776)
fix - 76fe5599fe handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
fix - 3b959105be prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Description
fix - 65884895ff preserve component imports when pruning NgModules in standalone migration (#64186)

20.3.3

compiler

Commit Description
fix - f51ab32fb3 recover template literals with broken expressions (#64150)

core

Commit Description
fix - 542cd0019a do not rename ARIA property bindings to attributes (#64089)
fix - 0e928fbc4a Fixes animations in conjunction with content projection (#63776)
fix - e5157bd933 prevents unintended early termination of leave animations and hoisting (#64088)

migrations

Commit Description
fix - 1710cbd7d4 handle shorthand property declarations in NgModule (#64160)
fix - 77b6305a4b skip migration for inputs with 'this' references (#64142)
Changelog

Sourced from @​angular/forms's changelog.

20.3.4 (2025-10-08)

core

Commit Type Description
853ed169a8 fix ensure missing leave an...

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `20.3.2` | `20.3.4` |
| [@angular/cdk](https://github.com/angular/components) | `20.2.5` | `20.2.8` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `20.3.2` | `20.3.4` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `20.3.2` | `20.3.4` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `20.3.2` | `20.3.4` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `20.3.2` | `20.3.4` |
| [@angular/material](https://github.com/angular/components) | `20.2.5` | `20.2.8` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `20.3.2` | `20.3.4` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `20.3.2` | `20.3.4` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `20.3.2` | `20.3.4` |
| [ng-apexcharts](https://github.com/apexcharts/ng-apexcharts) | `2.0.1` | `2.0.3` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `20.3.3` | `20.3.5` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `20.3.0` | `20.4.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `20.3.0` | `20.4.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `20.3.0` | `20.4.0` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `20.3.0` | `20.4.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `20.3.3` | `20.3.5` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `20.3.2` | `20.3.4` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.45.0` | `8.46.0` |
| [eslint](https://github.com/eslint/eslint) | `9.36.0` | `9.37.0` |
| [jasmine-core](https://github.com/jasmine/jasmine) | `5.11.0` | `5.12.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `5.9.3` |



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

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

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

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

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

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

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

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

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

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

Updates `ng-apexcharts` from 2.0.1 to 2.0.3
- [Release notes](https://github.com/apexcharts/ng-apexcharts/releases)
- [Changelog](https://github.com/apexcharts/ng-apexcharts/blob/master/CHANGELOG.md)
- [Commits](apexcharts/ng-apexcharts@v2.0.1...v2.0.3)

Updates `@angular-devkit/build-angular` from 20.3.3 to 20.3.5
- [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.3...20.3.5)

Updates `@angular-eslint/builder` from 20.3.0 to 20.4.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/builder/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.4.0/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 20.3.0 to 20.4.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.4.0/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 20.3.0 to 20.4.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.4.0/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 20.3.0 to 20.4.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/schematics/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.4.0/packages/schematics)

Updates `@angular-eslint/template-parser` from 20.3.0 to 20.4.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/template-parser/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.4.0/packages/template-parser)

Updates `@angular/cli` from 20.3.3 to 20.3.5
- [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.3...20.3.5)

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

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

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

Updates `eslint` from 9.36.0 to 9.37.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.36.0...v9.37.0)

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

Updates `typescript` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.9.2...v5.9.3)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular/cdk"
  dependency-version: 20.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular/common"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular/compiler"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular/core"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular/forms"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular/material"
  dependency-version: 20.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular/platform-browser"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular/router"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: ng-apexcharts
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 20.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular-eslint/builder"
  dependency-version: 20.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-version: 20.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-version: 20.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@angular-eslint/schematics"
  dependency-version: 20.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@angular-eslint/template-parser"
  dependency-version: 20.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@angular/cli"
  dependency-version: 20.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-version: 20.3.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.46.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.46.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: eslint
  dependency-version: 9.37.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: jasmine-core
  dependency-version: 5.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: typescript
  dependency-version: 5.9.3
  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 Oct 12, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 12, 2025 19:09
@dependabot dependabot bot added frontend Related to angular frontend dependencies Pull requests that update a dependency file labels Oct 12, 2025
@github-actions
Copy link
Contributor

The changes primarily consist of version upgrades for Angular libraries, third-party integrations, and development tools in the frontend/package.json. These updates likely aim to incorporate the latest features, improvements, and bug fixes available in these libraries and tools, ensuring compatibility and enhancing performance and security.

Walkthrough

  • Chore: Upgraded various Angular dependencies (animations, common, core, forms, material, etc.) from versions 20.3.2 to 20.3.4 and similar; this ensures the frontend utilizes the latest stable updates and patches.
  • Chore: Updated development dependencies like @typescript-eslint and eslint for improved linting and code quality checks.
  • Chore: Enhanced testing by updating jasmine-core for potentially better test performance and new features.

These updates improve compatibility, performance, and reliability for developers and users.

Model: gpt-4o | Prompt Tokens: 1064 | Completion Tokens: 177

Copy link
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 supportive code review enhanced by AI assistance. These suggestions offer potential improvements and insights to consider, though they're recommendations rather than requirements. You're the expert on your project's needs and context, so please adapt any feedback that aligns with your goals. AI is simply here to provide an additional perspective as you make the best decisions for your code.


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

Comment on lines +14 to +23
"@angular/animations": "^20.3.4",
"@angular/cdk": "^20.2.8",
"@angular/common": "^20.3.4",
"@angular/compiler": "^20.3.4",
"@angular/core": "^20.3.4",
"@angular/forms": "^20.3.4",
"@angular/material": "^20.2.8",
"@angular/platform-browser": "^20.3.4",
"@angular/platform-browser-dynamic": "^20.3.4",
"@angular/router": "^20.3.4",
Copy link
Contributor

Choose a reason for hiding this comment

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

Good practice: Angular dependencies are being updated consistently. However, consider using exact version pinning (without ^ caret) for Angular core packages to ensure consistent builds across environments and avoid potential breaking changes from patch updates.

"@angular/core": "20.3.4",
"@angular/common": "20.3.4",
"@angular/forms": "20.3.4"

This is especially important for production applications where stability is crucial.

Comment on lines +34 to 38
"@angular-eslint/builder": "^20.4.0",
"@angular-eslint/eslint-plugin": "^20.4.0",
"@angular-eslint/eslint-plugin-template": "^20.4.0",
"@angular-eslint/schematics": "^20.4.0",
"@angular-eslint/template-parser": "^20.1.1",
Copy link
Contributor

Choose a reason for hiding this comment

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

Version inconsistency detected: @angular-eslint/template-parser is still on version ^20.1.1 while other @angular-eslint packages have been updated to ^20.4.0. This could lead to compatibility issues.

"@angular-eslint/template-parser": "^20.4.0"

Ensure all related packages from the same ecosystem are updated together to maintain compatibility.

Comment on lines +42 to 43
"@typescript-eslint/eslint-plugin": "^8.46.0",
"@typescript-eslint/parser": "^8.39.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Version mismatch in TypeScript ESLint packages: @typescript-eslint/parser is on ^8.39.0 while @typescript-eslint/eslint-plugin has been updated to ^8.46.0. These packages should be kept in sync to avoid potential conflicts.

"@typescript-eslint/parser": "^8.46.0"

Both packages should use the same major.minor version to ensure compatibility.

@marcorosa marcorosa merged commit b8bf324 into develop Oct 13, 2025
6 checks passed
@marcorosa marcorosa deleted the dependabot/npm_and_yarn/frontend/develop/js-dependencies-da0256529f branch October 13, 2025 15:47
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