Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps the frontend-angular-dependencies group in /src-ui with 21 updates:

Package From To
@angular/cdk 20.2.6 20.2.11
@angular/common 20.3.2 20.3.9
@angular/compiler 20.3.2 20.3.9
@angular/core 20.3.2 20.3.9
@angular/forms 20.3.2 20.3.9
@angular/localize 20.3.2 20.3.9
@angular/platform-browser 20.3.2 20.3.9
@angular/platform-browser-dynamic 20.3.2 20.3.9
@angular/router 20.3.2 20.3.9
@ng-select/ng-select 20.2.2 20.6.1
ngx-cookie-service 20.1.0 20.1.1
@angular-devkit/core 20.3.3 20.3.8
@angular-devkit/schematics 20.3.3 20.3.8
@angular-eslint/builder 20.3.0 20.5.0
@angular-eslint/eslint-plugin 20.3.0 20.5.0
@angular-eslint/eslint-plugin-template 20.3.0 20.5.0
@angular-eslint/schematics 20.3.0 20.5.0
@angular-eslint/template-parser 20.3.0 20.5.0
@angular/build 20.3.3 20.3.8
@angular/cli 20.3.3 20.3.8
@angular/compiler-cli 20.3.2 20.3.9

Updates @angular/cdk from 20.2.6 to 20.2.11

Release notes

Sourced from @​angular/cdk's releases.

20.2.11

material

Commit Description
fix - b751456cd9 menu: add filter for trigger icon name (#32188)

20.2.10

material

Commit Description
fix - b2cd596d3 core: differentiate container colors in m2 (#32076)

20.2.9

material

Commit Description
fix - af3b961214 checkbox: use GrayText for disabled colors in high contrast mode (#32066)
fix - a90abb0a77 snack-bar: add max height for snack bar (#32000)

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

Sourced from @​angular/cdk's changelog.

20.2.11 "material lion" (2025-10-31)

material

Commit Type Description
b751456cd9 fix menu: add filter for trigger icon name (#32188)

21.0.0-next.10 "alforsite-antibody" (2025-10-22)

Breaking Changes

cdk

    • TemplatePortalDirective has been removed. Use CdkPortal instead.
    • PortalHostDirective has been removed. Use CdkPortalOutlet instead.

material

Commit Type Description
83d9b02bb fix core: differentiate container colors in m2 (#32076)
18cedc737 fix core: rename corner extra-small to xs (#32101)

cdk

Commit Type Description
03c5d34db fix portal: remove deprecated directives (#32117)

aria

Commit Type Description
a821a3ef0 feat grid: create the aria grid (#32092)
f9d3cde14 feat menu: create the aria menu (#32080)
a0b580027 feat toolbar: adds skip disabled toolbar example to dev-app (#32127)
5396c4347 feat toolbar: adds toolbar basic vertical example to dev-app (#32126)
ba9f79be5 feat toolbar: adds toolbar-basic-horizontal-example to dev-app (#32106)
0b03c6e96 fix combobox: add missing apis (#32124)
3d1cafbdd fix menu: add selectable to inputs (#32131)
afe4d063d fix ui-patterns: internal conformance fixes (#32102)

20.2.10 "aleutite-anchovy" (2025-10-22)

material

Commit Type Description
b2cd596d3 fix core: differentiate container colors in m2 (#32076)

21.0.0-next.9 "plastic-fork" (2025-10-15)

Breaking Changes

cdk

... (truncated)

Commits
  • a257c72 release: cut the v20.2.11 release
  • b751456 fix(material/menu): add filter for trigger icon name (#32188)
  • 3553ed4 release: cut the v20.2.10 release
  • 3977d11 build: update rules_browsers digest to 6a699bf (#32119)
  • 67fd815 build: update cross-repo angular dependencies (#32122)
  • c6f531c build: update github/codeql-action action to v3.30.9
  • d310c47 build: update cross-repo angular dependencies (#32100)
  • 8aa2570 build: update cross-repo angular dependencies to v20.3.6 (#32088)
  • 488e664 build: update bazel dependencies (#31972)
  • be5e4a4 build: update cross-repo angular dependencies (#32078)
  • Additional commits viewable in compare view

Updates @angular/common from 20.3.2 to 20.3.9

Release notes

Sourced from @​angular/common's releases.

20.3.9

No release notes provided.

20.3.8

common

Commit Description
feat - 020f17694b Blocks IPv6 localhost from preconnect checks

core

Commit Description
fix - ca3fd7847f Clear lView from IcuIteratorState when stack is empty to prevent memory leak

migrations

Commit Description
fix - 2edc82abe0 Do not remove a template if it is referenced even with a trailing semilocon

router

Commit Description
fix - bfa53cdd3f handle parenthesized outlets without a name in DefaultUrlSerializer (#64507)

20.3.7

animations

Commit Description
fix - bd38cd45a5 account for Element.animate exceptions (#64506)

compiler

Commit Description
fix - 891f180262 correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Description
fix - 371274bfc6 missingStructuralDirective diagnostic produces false negatives (#64470)

core

Commit Description
fix - 4c89a267c3 pass element removal property through in all locations (#64565)
fix - 2fad4d4ab6 prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)

router

Commit Description
fix - cfd8ed3fff Fix outlet serialization and parsing with no primary children (#64505)
fix - 182fe78f91 Surface parse errors in Router.parseUrl (#64503)

20.3.6

core

Commit Description
fix - 911d6822cb update animation scheduling (#64441)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

20.3.9 (2025-10-29)

21.0.0-next.9 (2025-10-22)

Breaking Changes

zone.js

  • IE/Non-Chromium Edge are not supported anymore.

animations

Commit Type Description
2b257b3659 fix account for Element.animate exceptions (#64506)

common

Commit Type Description
a1868c9d13 feat update to cldr 47 (#64032)
196fa500a3 fix properly type ngComponentOutlet (#64561)

compiler

Commit Type Description
9a7529dd66 fix correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Type Description
c1d870bd38 fix missingStructuralDirective diagnostic produces false negatives (#64470)
1f389b8b97 fix missingStructuralDirective diagnostic produces false negatives (#64579)

core

Commit Type Description
c2d376b85a feat make SimpleChanges generic (#64535)
70332b0453 fix pass element removal property through in all locations (#64565)
81bd671906 fix prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)
aab73671e4 fix update animation scheduling (#64441)
c241038111 fix update symbols (#64481)

forms

Commit Type Description
9c5e969f51 fix bind invalid input in custom controls (#64526)
94b0afec00 fix implement interoperability between signal forms and reactive forms (#64471)
505bde1fed fix mark field as dirty when value is changed by ControlValueAccessor (#64471)
3529877772 fix mark field as dirty when value is changed by a bound control (#64483)
fd9af2afaf fix only propagate schema defined properties from field to control (#64446)

language-service

Commit Type Description
80e00ff4e5 fix prevent interpolation from superseding block braces (#64392)

migrations

Commit Type Description

... (truncated)

Commits
  • 5ce9d88 docs: Adds guide links to HTTP API docs for better discoverability
  • 020f176 feat(common): Blocks IPv6 localhost from preconnect checks
  • 752986b refactor(common): Add missing OnDestroy interface in PreconnectLinkChecker
  • 5f4f624 Revert "refactor(core): add debug name to resource (#64172)" (#64418)
  • 623c284 refactor(core): add debug name to resource (#64172)
  • 1ca0d05 docs: Adds documentation for image decoding attribute (#64261)
  • See full diff in compare view

Updates @angular/compiler from 20.3.2 to 20.3.9

Release notes

Sourced from @​angular/compiler's releases.

20.3.9

No release notes provided.

20.3.8

common

Commit Description
feat - 020f17694b Blocks IPv6 localhost from preconnect checks

core

Commit Description
fix - ca3fd7847f Clear lView from IcuIteratorState when stack is empty to prevent memory leak

migrations

Commit Description
fix - 2edc82abe0 Do not remove a template if it is referenced even with a trailing semilocon

router

Commit Description
fix - bfa53cdd3f handle parenthesized outlets without a name in DefaultUrlSerializer (#64507)

20.3.7

animations

Commit Description
fix - bd38cd45a5 account for Element.animate exceptions (#64506)

compiler

Commit Description
fix - 891f180262 correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Description
fix - 371274bfc6 missingStructuralDirective diagnostic produces false negatives (#64470)

core

Commit Description
fix - 4c89a267c3 pass element removal property through in all locations (#64565)
fix - 2fad4d4ab6 prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)

router

Commit Description
fix - cfd8ed3fff Fix outlet serialization and parsing with no primary children (#64505)
fix - 182fe78f91 Surface parse errors in Router.parseUrl (#64503)

20.3.6

core

Commit Description
fix - 911d6822cb update animation scheduling (#64441)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

20.3.9 (2025-10-29)

21.0.0-next.9 (2025-10-22)

Breaking Changes

zone.js

  • IE/Non-Chromium Edge are not supported anymore.

animations

Commit Type Description
2b257b3659 fix account for Element.animate exceptions (#64506)

common

Commit Type Description
a1868c9d13 feat update to cldr 47 (#64032)
196fa500a3 fix properly type ngComponentOutlet (#64561)

compiler

Commit Type Description
9a7529dd66 fix correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Type Description
c1d870bd38 fix missingStructuralDirective diagnostic produces false negatives (#64470)
1f389b8b97 fix missingStructuralDirective diagnostic produces false negatives (#64579)

core

Commit Type Description
c2d376b85a feat make SimpleChanges generic (#64535)
70332b0453 fix pass element removal property through in all locations (#64565)
81bd671906 fix prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)
aab73671e4 fix update animation scheduling (#64441)
c241038111 fix update symbols (#64481)

forms

Commit Type Description
9c5e969f51 fix bind invalid input in custom controls (#64526)
94b0afec00 fix implement interoperability between signal forms and reactive forms (#64471)
505bde1fed fix mark field as dirty when value is changed by ControlValueAccessor (#64471)
3529877772 fix mark field as dirty when value is changed by a bound control (#64483)
fd9af2afaf fix only propagate schema defined properties from field to control (#64446)

language-service

Commit Type Description
80e00ff4e5 fix prevent interpolation from superseding block braces (#64392)

migrations

Commit Type Description

... (truncated)

Commits

Updates @angular/core from 20.3.2 to 20.3.9

Release notes

Sourced from @​angular/core's releases.

20.3.9

No release notes provided.

20.3.8

common

Commit Description
feat - 020f17694b Blocks IPv6 localhost from preconnect checks

core

Commit Description
fix - ca3fd7847f Clear lView from IcuIteratorState when stack is empty to prevent memory leak

migrations

Commit Description
fix - 2edc82abe0 Do not remove a template if it is referenced even with a trailing semilocon

router

Commit Description
fix - bfa53cdd3f handle parenthesized outlets without a name in DefaultUrlSerializer (#64507)

20.3.7

animations

Commit Description
fix - bd38cd45a5 account for Element.animate exceptions (#64506)

compiler

Commit Description
fix - 891f180262 correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Description
fix - 371274bfc6 missingStructuralDirective diagnostic produces false negatives (#64470)

core

Commit Description
fix - 4c89a267c3 pass element removal property through in all locations (#64565)
fix - 2fad4d4ab6 prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)

router

Commit Description
fix - cfd8ed3fff Fix outlet serialization and parsing with no primary children (#64505)
fix - 182fe78f91 Surface parse errors in Router.parseUrl (#64503)

20.3.6

core

Commit Description
fix - 911d6822cb update animation scheduling (#64441)

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

20.3.9 (2025-10-29)

21.0.0-next.9 (2025-10-22)

Breaking Changes

zone.js

  • IE/Non-Chromium Edge are not supported anymore.

animations

Commit Type Description
2b257b3659 fix account for Element.animate exceptions (#64506)

common

Commit Type Description
a1868c9d13 feat update to cldr 47 (#64032)
196fa500a3 fix properly type ngComponentOutlet (#64561)

compiler

Commit Type Description
9a7529dd66 fix correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Type Description
c1d870bd38 fix missingStructuralDirective diagnostic produces false negatives (#64470)
1f389b8b97 fix missingStructuralDirective diagnostic produces false negatives (#64579)

core

Commit Type Description
c2d376b85a feat make SimpleChanges generic (#64535)
70332b0453 fix pass element removal property through in all locations (#64565)
81bd671906 fix prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)
aab73671e4 fix update animation scheduling (#64441)
c241038111 fix update symbols (#64481)

forms

Commit Type Description
9c5e969f51 fix bind invalid input in custom controls (#64526)
94b0afec00 fix implement interoperability between signal forms and reactive forms (#64471)
505bde1fed fix mark field as dirty when value is changed by ControlValueAccessor (#64471)
3529877772 fix mark field as dirty when value is changed by a bound control (#64483)
fd9af2afaf fix only propagate schema defined properties from field to control (#64446)

language-service

Commit Type Description
80e00ff4e5 fix prevent interpolation from superseding block braces (#64392)

migrations

Commit Type Description

... (truncated)

Commits
  • 2edc82a fix(migrations): Do not remove a template if it is referenced even with a tra...
  • ca3fd78 fix(core): Clear lView from IcuIteratorState when stack is empty to prevent m...
  • 6daabb0 Revert "build: refactor location of best-practices.md"
  • 18c7031 build: refactor location of best-practices.md
  • 2fad4d4 fix(core): prevent duplicate nodes from being retained with fast `animate.lea...
  • 139b622 refactor(core): clarify comments on enter animation queuing (#64550)
  • b055141 refactor(core): Removes unused trigger parameter from scheduleDelayedPrefetch...
  • 9b494c7 docs: Add DestroyRef.destroyed and usage in lifecycle guide (#64422)
  • 911d682 fix(core): update animation scheduling (#64441)
  • 80907b2 docs: Fixes DI guide reference missing ')' in see tag (#64457)
  • Additional commits viewable in compare view

Updates @angular/forms from 20.3.2 to 20.3.9

Release notes

Sourced from @​angular/forms's releases.

20.3.9

No release notes provided.

20.3.8

common

Commit Description
feat - 020f17694b Blocks IPv6 localhost from preconnect checks

core

Commit Description
fix - ca3fd7847f Clear lView from IcuIteratorState when stack is empty to prevent memory leak

migrations

Commit Description
fix - 2edc82abe0 Do not remove a template if it is referenced even with a trailing semilocon

router

Commit Description
fix - bfa53cdd3f handle parenthesized outlets without a name in DefaultUrlSerializer (#64507)

20.3.7

animations

Commit Description
fix - bd38cd45a5 account for Element.animate exceptions (#64506)

compiler

Commit Description
fix - 891f180262 correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Description
fix - 371274bfc6 missingStructuralDirective diagnostic produces false negatives (#64470)

core

Commit Description
fix - 4c89a267c3 pass element removal property through in all locations (#64565)
fix - 2fad4d4ab6 prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)

router

Commit Description
fix - cfd8ed3fff Fix outlet serialization and parsing with no primary children (#64505)
fix - 182fe78f91 Surface parse errors in Router.parseUrl (#64503)

20.3.6

core

Commit Description
fix - 911d6822cb update animation scheduling (#64441)

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

20.3.9 (2025-10-29)

21.0.0-next.9 (2025-10-22)

Breaking Changes

zone.js

  • IE/Non-Chromium Edge are not supported anymore.

animations

Commit Type Description
2b257b3659 fix account for Element.animate exceptions (#64506)

common

<...

Description has been truncated

Commit Type Description
a1868c9d13 feat update to cldr 47 (#64032)
196fa500a3 fix

@dependabot dependabot bot added dependencies Pull requests that update a dependency file frontend labels Nov 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 1, 2025 20:07
@dependabot dependabot bot added frontend dependencies Pull requests that update a dependency file labels Nov 1, 2025
@github-actions github-actions bot added the non-trivial Requires approval by several team members label Nov 1, 2025
@codecov
Copy link

codecov bot commented Nov 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.85%. Comparing base (cac48c9) to head (143e8c2).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev   #11260   +/-   ##
=======================================
  Coverage   97.85%   97.85%           
=======================================
  Files         527      527           
  Lines       23907    23907           
  Branches     2031     2031           
=======================================
  Hits        23395    23395           
  Misses        512      512           
Components Coverage Δ
backend 96.69% <ø> (ø)
frontend 99.15% <ø> (ø)
Flag Coverage Δ
backend-python-3.10 96.69% <ø> (ø)
backend-python-3.11 96.69% <ø> (ø)
backend-python-3.12 96.69% <ø> (ø)
frontend-node-20.x 99.15% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@shamoon
Copy link
Member

shamoon commented Nov 3, 2025

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src-ui/dev/frontend-angular-dependencies-9838ea0e04 branch 2 times, most recently from 7fbd3c5 to 2f5bcb0 Compare November 4, 2025 01:48
Bumps the frontend-angular-dependencies group in /src-ui with 21 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/cdk](https://github.com/angular/components) | `20.2.6` | `20.2.11` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `20.3.2` | `20.3.9` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `20.3.2` | `20.3.9` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `20.3.2` | `20.3.9` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `20.3.2` | `20.3.9` |
| [@angular/localize](https://github.com/angular/angular) | `20.3.2` | `20.3.9` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `20.3.2` | `20.3.9` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `20.3.2` | `20.3.9` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `20.3.2` | `20.3.9` |
| [@ng-select/ng-select](https://github.com/ng-select/ng-select) | `20.2.2` | `20.6.1` |
| [ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service) | `20.1.0` | `20.1.1` |
| [@angular-devkit/core](https://github.com/angular/angular-cli) | `20.3.3` | `20.3.8` |
| [@angular-devkit/schematics](https://github.com/angular/angular-cli) | `20.3.3` | `20.3.8` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `20.3.0` | `20.5.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `20.3.0` | `20.5.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `20.3.0` | `20.5.0` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `20.3.0` | `20.5.0` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `20.3.0` | `20.5.0` |
| [@angular/build](https://github.com/angular/angular-cli) | `20.3.3` | `20.3.8` |
| [@angular/cli](https://github.com/angular/angular-cli) | `20.3.3` | `20.3.8` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `20.3.2` | `20.3.9` |


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

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

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

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

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

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

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

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

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

Updates `@ng-select/ng-select` from 20.2.2 to 20.6.1
- [Release notes](https://github.com/ng-select/ng-select/releases)
- [Changelog](https://github.com/ng-select/ng-select/blob/master/CHANGELOG.md)
- [Commits](ng-select/ng-select@v20.2.2...v20.6.1)

Updates `ngx-cookie-service` from 20.1.0 to 20.1.1
- [Release notes](https://github.com/stevermeister/ngx-cookie-service/releases)
- [Changelog](https://github.com/stevermeister/ngx-cookie-service/blob/master/CHANGELOG.md)
- [Commits](stevermeister/ngx-cookie-service@v20.1.0...v20.1.1)

Updates `@angular-devkit/core` from 20.3.3 to 20.3.8
- [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.8)

Updates `@angular-devkit/schematics` from 20.3.3 to 20.3.8
- [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.8)

Updates `@angular-eslint/builder` from 20.3.0 to 20.5.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.5.0/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 20.3.0 to 20.5.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.5.0/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 20.3.0 to 20.5.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.5.0/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 20.3.0 to 20.5.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.5.0/packages/schematics)

Updates `@angular-eslint/template-parser` from 20.3.0 to 20.5.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.5.0/packages/template-parser)

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

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

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

---
updated-dependencies:
- dependency-name: "@angular/cdk"
  dependency-version: 20.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/common"
  dependency-version: 20.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/compiler"
  dependency-version: 20.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/core"
  dependency-version: 20.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/forms"
  dependency-version: 20.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/localize"
  dependency-version: 20.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/platform-browser"
  dependency-version: 20.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 20.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/router"
  dependency-version: 20.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@ng-select/ng-select"
  dependency-version: 20.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-angular-dependencies
- dependency-name: ngx-cookie-service
  dependency-version: 20.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular-devkit/core"
  dependency-version: 20.3.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular-devkit/schematics"
  dependency-version: 20.3.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular-eslint/builder"
  dependency-version: 20.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-version: 20.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-version: 20.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular-eslint/schematics"
  dependency-version: 20.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular-eslint/template-parser"
  dependency-version: 20.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/build"
  dependency-version: 20.3.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/cli"
  dependency-version: 20.3.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-version: 20.3.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src-ui/dev/frontend-angular-dependencies-9838ea0e04 branch from 2f5bcb0 to 143e8c2 Compare November 6, 2025 19:46
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 6, 2025

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 non-trivial Requires approval by several team members

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants