Skip to content

Conversation

@dependabot
Copy link

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

Bumps the dependencies-angular group with 13 updates in the /springwolf-ui directory:

Package From To
@angular/animations 20.2.1 20.3.4
@angular/cdk 20.2.0 20.2.8
@angular/common 20.2.1 20.3.4
@angular/compiler 20.2.1 20.3.4
@angular/core 20.2.1 20.3.4
@angular/forms 20.2.1 20.3.4
@angular/material 20.2.0 20.2.8
@angular/platform-browser 20.2.1 20.3.4
@angular/platform-browser-dynamic 20.2.1 20.3.4
@angular/router 20.2.1 20.3.4
@angular/build 20.2.0 20.3.5
@angular/cli 20.2.0 20.3.5
@angular/compiler-cli 20.2.1 20.3.4

Updates @angular/animations from 20.2.1 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)

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)

... (truncated)

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
  • e78451c fix(core): prevent animations renderer from impacting animate.leave (#63921)
  • 7a7725e refactor(core): Update tests for zoneless by default (#63672)
  • ed50120 refactor(animations): remove dependency on @angular/common (#63248)
  • 9a27c5b build: rename defaults2.bzl to defaults.bzl (#63384)
  • See full diff in compare view

Updates @angular/cdk from 20.2.0 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)

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)

20.2.4

material

Commit Description
fix - e7a0c19d0 tabs: attach content inside the zone (#31868)

20.2.3

material

Commit Description
fix - ec33bf8eba progress-bar: avoid CSP issues due to buffer dots (#31818)

... (truncated)

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.2.1 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)

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)

... (truncated)

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
  • 9515a70 fix(core): fix narrowing of Resource.hasValue() (#63994)
  • 423cc17 refactor(common): trim undefined from locale data. (#63520)
  • b05552f docs: add documentation for NG02802 warning about HttpTransferCache headers (...
  • 1b7f530 build: add a noDuplicateEnumValue rule (#63483)
  • 7a7725e refactor(core): Update tests for zoneless by default (#63672)
  • b549cd2 refactor(bazel): reduce build deps (#63348)
  • e8d9bc5 refactor(http): rework the HttpEvent union to improve narrowing. (#63267)
  • 705b94b refactor: remove TODOs which have been corrected (#63421)
  • 9a27c5b build: rename defaults2.bzl to defaults.bzl (#63384)
  • 10b0927 refactor: various build and import specificer fixes for strict deps (#63324)
  • See full diff in compare view

Updates @angular/compiler from 20.2.1 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)

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)

... (truncated)

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
  • 89f5748 build: remove empty globs (#64270)
  • f51ab32 fix(compiler): recover template literals with broken expressions (#64150)
  • d900dba Revert "refactor(compiler): Remove the interpolation config (#64071)" (#64110)
  • 71cde35 refactor(compiler): throw on attribute bindings for ng-container (#64072)
  • 9dbcff8 refactor(compiler): Remove the interpolation config (#64071)
  • 542cd00 fix(core): do not rename ARIA property bindings to attributes (#64089)
  • 720f0db Revert "refactor(compiler): expose member decorator identifiers (#63904)" (#6...
  • a3094f2 refactor(compiler): expose member decorator identifiers (#63904)
  • 7fb5a80 fix(compiler): Add support for aria-invalid (#63748)
  • 5f5828f refactor(core): dispatch enter and leave animations at the right times (#63710)
  • Additional commits viewable in compare view

Updates @angular/core from 20.2.1 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

Description has been truncated

…ith 13 updates

Bumps the dependencies-angular group with 13 updates in the /springwolf-ui directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `20.2.1` | `20.3.4` |
| [@angular/cdk](https://github.com/angular/components) | `20.2.0` | `20.2.8` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `20.2.1` | `20.3.4` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `20.2.1` | `20.3.4` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `20.2.1` | `20.3.4` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `20.2.1` | `20.3.4` |
| [@angular/material](https://github.com/angular/components) | `20.2.0` | `20.2.8` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `20.2.1` | `20.3.4` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `20.2.1` | `20.3.4` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `20.2.1` | `20.3.4` |
| [@angular/build](https://github.com/angular/angular-cli) | `20.2.0` | `20.3.5` |
| [@angular/cli](https://github.com/angular/angular-cli) | `20.2.0` | `20.3.5` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `20.2.1` | `20.3.4` |



Updates `@angular/animations` from 20.2.1 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.0 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.0...20.2.8)

Updates `@angular/common` from 20.2.1 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.2.1 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.2.1 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.2.1 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.0 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.0...20.2.8)

Updates `@angular/platform-browser` from 20.2.1 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.2.1 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.2.1 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 `@angular/build` from 20.2.0 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.2.0...20.3.5)

Updates `@angular/cli` from 20.2.0 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.2.0...20.3.5)

Updates `@angular/compiler-cli` from 20.2.1 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)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-angular
- dependency-name: "@angular/cdk"
  dependency-version: 20.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/common"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-angular
- dependency-name: "@angular/compiler"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-angular
- dependency-name: "@angular/core"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-angular
- dependency-name: "@angular/forms"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-angular
- dependency-name: "@angular/material"
  dependency-version: 20.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/platform-browser"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-angular
- dependency-name: "@angular/router"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-angular
- dependency-name: "@angular/build"
  dependency-version: 20.3.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-angular
- dependency-name: "@angular/cli"
  dependency-version: 20.3.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-angular
- dependency-name: "@angular/compiler-cli"
  dependency-version: 20.3.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-angular
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 10, 2025
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Oct 10, 2025

Deploying timonback-springwolf-demo with  Cloudflare Pages  Cloudflare Pages

Latest commit: ef76e4b
Status:🚫  Build failed.

View logs

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 10, 2025
@netlify
Copy link

netlify bot commented Oct 10, 2025

Deploy Preview for timonback-springwolf-ui failed.

Name Link
🔨 Latest commit ef76e4b
🔍 Latest deploy log https://app.netlify.com/projects/timonback-springwolf-ui/deploys/68e95031d2f16f0008475b0e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant