Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

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

Package From To
@angular/animations 21.0.3 21.0.5
@angular/cdk 21.0.2 21.0.3
@angular/common 21.0.3 21.0.5
@angular/compiler 21.0.3 21.0.5
@angular/core 21.0.3 21.0.5
@angular/material 21.0.2 21.0.3
@angular/platform-browser 21.0.3 21.0.5
@angular/platform-browser-dynamic 21.0.3 21.0.5
@angular/router 21.0.3 21.0.5
@angular/build 21.0.2 21.0.3
@angular/cli 21.0.2 21.0.3
@angular/compiler-cli 21.0.3 21.0.5

Updates @angular/animations from 21.0.3 to 21.0.5

Release notes

Sourced from @​angular/animations's releases.

21.0.5

core

Commit Description
fix - 69d243abb74 avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Description
fix - 4fd2b722b40 fix signal forms type error

21.0.4

compiler

Commit Description
perf - f901cc9eb32 chain query creation instructions

compiler-cli

Commit Description
fix - 65297c62011 expand type for native controls with a dynamic type

forms

Commit Description
feat - f254ff4f2e0 expose element on signal forms Field directive
feat - 5880fbc73c6 redo the signal forms metadata API
fix - 55fc677cef4 add signals for dirty, hidden, and pending states in custom controls
fix - cbb10179c80 allow resetting with empty string
fix - bf1c12cd932 memoize reads of child fields in signal forms (#65802)
fix - 6d7475582f9 Reuse key in parent in compat structure
Changelog

Sourced from @​angular/animations's changelog.

21.0.5 (2025-12-11)

core

Commit Type Description
69d243abb74 fix avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Type Description
4fd2b722b40 fix fix signal forms type error

21.1.0-next.2 (2025-12-10)

Deprecations

upgrade

  • VERSION from @angular/upgrade is deprecated. Please use the entry from @angular/upgrade/static instead.

compiler

Commit Type Description
ae1c0dc4900 perf chain query creation instructions

compiler-cli

Commit Type Description
8a3f3a91cf6 fix expand type for native controls with a dynamic type

forms

Commit Type Description
aff8b248b35 feat expose element on signal forms Field directive
ebc5c2b083a feat redo the signal forms metadata API
9fe95665813 fix add signals for dirty, hidden, and pending states in custom controls
14713d09923 fix allow resetting with empty string
b96f65a963f fix memoize reads of child fields in signal forms (#65802)
179b4cba67b fix Reuse key in parent in compat structure

upgrade

... (truncated)

Commits

Updates @angular/cdk from 21.0.2 to 21.0.3

Release notes

Sourced from @​angular/cdk's releases.

21.0.3

material

Commit Description
fix - 151322f3b3 core: default secondary color for focus indicator (#32491)
fix - b1287cf9a6 datepicker: value reset when invalid value is entered using signal forms (#32485)
fix - f4af3981b6 table: fixed layout not working (#32494)

cdk

Commit Description
fix - fd2213c5e7 menu: allow user to pass selector for transform origin (#32462)
fix - 09ec44973f overlay: error when attempting to attach disposed overlay (#32489)
Changelog

Sourced from @​angular/cdk's changelog.

21.0.3 "plastic-moose" (2025-12-10)

cdk

Commit Type Description
fd2213c5e7 fix menu: allow user to pass selector for transform origin (#32462)
09ec44973f fix overlay: error when attempting to attach disposed overlay (#32489)

material

Commit Type Description
151322f3b3 fix core: default secondary color for focus indicator (#32491)
b1287cf9a6 fix datepicker: value reset when invalid value is entered using signal forms (#32485)
f4af3981b6 fix table: fixed layout not working (#32494)

21.1.0-next.1 "babingtonite-blinds" (2025-12-03)

aria

Commit Type Description
8533f4285 fix menu: focus flicker bug
c097570e2 fix menu: update api goldens (#32463)
5c7b36fe1 fix menu: update unit tests to use ngMenuContent

cdk

Commit Type Description
75b373bbc feat a11y: allow safe HTML to be passed to live announcer (#32412)

material

Commit Type Description
4cc5880d4 fix datepicker: do not re-assign the same forms value (#32447)
cd22ab69f fix timepicker: valueChanges emitting on init (#32434)

Commits
  • 9748ab5 release: cut the v21.0.3 release
  • 02aa90e build: update cross-repo angular dependencies (#32448)
  • 79603d6 refactor(aria/tree): split directives and resolve circular dependencies
  • 736036d refactor(aria/toolbar): split directives and resolve circular dependencies
  • 18f3b2e refactor(aria/tabs): split directives and resolve circular dependencies
  • 0bdc088 refactor(aria/menu): split directives and resolve circular dependencies
  • 448bfba refactor(aria/grid): split directives and resolve circular dependencies
  • ec4ef82 refactor(aria/combobox): split directives and resolve circular dependencies
  • ec77d60 refactor(aria/accordion): split directives and resolve circular dependencies
  • a0489f2 build: update formatting ignore controls to be done via prettierignore (#32507)
  • Additional commits viewable in compare view

Updates @angular/common from 21.0.3 to 21.0.5

Release notes

Sourced from @​angular/common's releases.

21.0.5

core

Commit Description
fix - 69d243abb74 avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Description
fix - 4fd2b722b40 fix signal forms type error

21.0.4

compiler

Commit Description
perf - f901cc9eb32 chain query creation instructions

compiler-cli

Commit Description
fix - 65297c62011 expand type for native controls with a dynamic type

forms

Commit Description
feat - f254ff4f2e0 expose element on signal forms Field directive
feat - 5880fbc73c6 redo the signal forms metadata API
fix - 55fc677cef4 add signals for dirty, hidden, and pending states in custom controls
fix - cbb10179c80 allow resetting with empty string
fix - bf1c12cd932 memoize reads of child fields in signal forms (#65802)
fix - 6d7475582f9 Reuse key in parent in compat structure
Changelog

Sourced from @​angular/common's changelog.

21.0.5 (2025-12-11)

core

Commit Type Description
69d243abb74 fix avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Type Description
4fd2b722b40 fix fix signal forms type error

21.1.0-next.2 (2025-12-10)

Deprecations

upgrade

  • VERSION from @angular/upgrade is deprecated. Please use the entry from @angular/upgrade/static instead.

compiler

Commit Type Description
ae1c0dc4900 perf chain query creation instructions

compiler-cli

Commit Type Description
8a3f3a91cf6 fix expand type for native controls with a dynamic type

forms

Commit Type Description
aff8b248b35 feat expose element on signal forms Field directive
ebc5c2b083a feat redo the signal forms metadata API
9fe95665813 fix add signals for dirty, hidden, and pending states in custom controls
14713d09923 fix allow resetting with empty string
b96f65a963f fix memoize reads of child fields in signal forms (#65802)
179b4cba67b fix Reuse key in parent in compat structure

upgrade

... (truncated)

Commits
  • 288238a refactor(core): correct all typeof ngDevMode comparison patterns introduced...
  • 56418b1 docs: add documentation for HTTP_TRANSFER_CACHE_ORIGIN_MAP
  • See full diff in compare view

Updates @angular/compiler from 21.0.3 to 21.0.5

Release notes

Sourced from @​angular/compiler's releases.

21.0.5

core

Commit Description
fix - 69d243abb74 avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Description
fix - 4fd2b722b40 fix signal forms type error

21.0.4

compiler

Commit Description
perf - f901cc9eb32 chain query creation instructions

compiler-cli

Commit Description
fix - 65297c62011 expand type for native controls with a dynamic type

forms

Commit Description
feat - f254ff4f2e0 expose element on signal forms Field directive
feat - 5880fbc73c6 redo the signal forms metadata API
fix - 55fc677cef4 add signals for dirty, hidden, and pending states in custom controls
fix - cbb10179c80 allow resetting with empty string
fix - bf1c12cd932 memoize reads of child fields in signal forms (#65802)
fix - 6d7475582f9 Reuse key in parent in compat structure
Changelog

Sourced from @​angular/compiler's changelog.

21.0.5 (2025-12-11)

core

Commit Type Description
69d243abb74 fix avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Type Description
4fd2b722b40 fix fix signal forms type error

21.1.0-next.2 (2025-12-10)

Deprecations

upgrade

  • VERSION from @angular/upgrade is deprecated. Please use the entry from @angular/upgrade/static instead.

compiler

Commit Type Description
ae1c0dc4900 perf chain query creation instructions

compiler-cli

Commit Type Description
8a3f3a91cf6 fix expand type for native controls with a dynamic type

forms

Commit Type Description
aff8b248b35 feat expose element on signal forms Field directive
ebc5c2b083a feat redo the signal forms metadata API
9fe95665813 fix add signals for dirty, hidden, and pending states in custom controls
14713d09923 fix allow resetting with empty string
b96f65a963f fix memoize reads of child fields in signal forms (#65802)
179b4cba67b fix Reuse key in parent in compat structure

upgrade

... (truncated)

Commits

Updates @angular/core from 21.0.3 to 21.0.5

Release notes

Sourced from @​angular/core's releases.

21.0.5

core

Commit Description
fix - 69d243abb74 avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Description
fix - 4fd2b722b40 fix signal forms type error

21.0.4

compiler

Commit Description
perf - f901cc9eb32 chain query creation instructions

compiler-cli

Commit Description
fix - 65297c62011 expand type for native controls with a dynamic type

forms

Commit Description
feat - f254ff4f2e0 expose element on signal forms Field directive
feat - 5880fbc73c6 redo the signal forms metadata API
fix - 55fc677cef4 add signals for dirty, hidden, and pending states in custom controls
fix - cbb10179c80 allow resetting with empty string
fix - bf1c12cd932 memoize reads of child fields in signal forms (#65802)
fix - 6d7475582f9 Reuse key in parent in compat structure
Changelog

Sourced from @​angular/core's changelog.

21.0.5 (2025-12-11)

core

Commit Type Description
69d243abb74 fix avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Type Description
4fd2b722b40 fix fix signal forms type error

21.1.0-next.2 (2025-12-10)

Deprecations

upgrade

  • VERSION from @angular/upgrade is deprecated. Please use the entry from @angular/upgrade/static instead.

compiler

Commit Type Description
ae1c0dc4900 perf chain query creation instructions

compiler-cli

Commit Type Description
8a3f3a91cf6 fix expand type for native controls with a dynamic type

forms

Commit Type Description
aff8b248b35 feat expose element on signal forms Field directive
ebc5c2b083a feat redo the signal forms metadata API
9fe95665813 fix add signals for dirty, hidden, and pending states in custom controls
14713d09923 fix allow resetting with empty string
b96f65a963f fix memoize reads of child fields in signal forms (#65802)
179b4cba67b fix Reuse key in parent in compat structure

upgrade

... (truncated)

Commits
  • 69d243a fix(core): avoid false-positive deprecation when using InjectionToken with ...
  • c937da4 build: update cross-repo angular dependencies
  • 6930a2e docs: update forwardRef usage with signals and add HostListener note
  • 497c0e3 refactor(core): Add transition.to property to FakeNavigation
  • 01ab257 refactor(core): match spec updates for FakeNavigation
  • 84f397c refactor(core): Support Error like object for on resource errors.
  • bb0061b refactor(core): wrap operationsCounter calls with ngDevMode checks
  • ffad783 refactor(core): add dedicated deprecated signatures for providedIn: any / NgM...
  • f901cc9 perf(compiler): chain query creation instructions
  • 55fc677 fix(forms): add signals for dirty, hidden, and pending states in custom controls
  • Additional commits viewable in compare view

Updates @angular/material from 21.0.2 to 21.0.3

Release notes

Sourced from @​angular/material's releases.

21.0.3

material

Commit Description
fix - 151322f3b3 core: default secondary color for focus indicator (#32491)
fix - b1287cf9a6 datepicker: value reset when invalid value is entered using signal forms (#32485)
fix - f4af3981b6 table: fixed layout not working (#32494)

cdk

Commit Description
fix - fd2213c5e7 menu: allow user to pass selector for transform origin (#32462)
fix - 09ec44973f overlay: error when attempting to attach disposed overlay (#32489)
Changelog

Sourced from @​angular/material's changelog.

21.0.3 "plastic-moose" (2025-12-10)

cdk

Commit Type Description
fd2213c5e7 fix menu: allow user to pass selector for transform origin (#32462)
09ec44973f fix overlay: error when attempting to attach disposed overlay (#32489)

material

Commit Type Description
151322f3b3 fix core: default secondary color for focus indicator (#32491)
b1287cf9a6 fix datepicker: value reset when invalid value is entered using signal forms (#32485)
f4af3981b6 fix table: fixed layout not working (#32494)

21.1.0-next.1 "babingtonite-blinds" (2025-12-03)

aria

Commit Type Description
8533f4285 fix menu: focus flicker bug
c097570e2 fix menu: update api goldens (#32463)
5c7b36fe1 fix menu: update unit tests to use ngMenuContent

cdk

Commit Type Description
75b373bbc feat a11y: allow safe HTML to be passed to live announcer (#32412)

material

Commit Type Description
4cc5880d4 fix datepicker: do not re-assign the same forms value (#32447)
cd22ab69f fix timepicker: valueChanges emitting on init (#32434)

Commits
  • 9748ab5 release: cut the v21.0.3 release
  • 02aa90e build: update cross-repo angular dependencies (#32448)
  • 79603d6 refactor(aria/tree): split directives and resolve circular dependencies
  • 736036d refactor(aria/toolbar): split directives and resolve circular dependencies
  • 18f3b2e refactor(aria/tabs): split directives and resolve circular dependencies
  • 0bdc088 refactor(aria/menu): split directives and resolve circular dependencies
  • 448bfba refactor(aria/grid): split directives and resolve circular dependencies
  • ec4ef82 refactor(aria/combobox): split directives and resolve circular dependencies
  • ec77d60 refactor(aria/accordion): split directives and resolve circular dependencies
  • a0489f2 build: update formatting ignore controls to be done via prettierignore (#32507)
  • Additional commits viewable in compare view

Updates @angular/platform-browser from 21.0.3 to 21.0.5

Release notes

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

21.0.5

core

Commit Description
fix - 69d243abb74 avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Description
fix - 4fd2b722b40 fix signal forms type error

21.0.4

compiler

Commit Description
perf - f901cc9eb32 chain query creation instructions

compiler-cli

Commit Description
fix - 65297c62011 expand type for native controls with a dynamic type

forms

Commit Description
feat - f254ff4f2e0 expose element on signal forms Field directive
feat - 5880fbc73c6 redo the signal forms metadata API
fix - 55fc677cef4 add signals for dirty, hidden, and pending states in custom controls
fix - cbb10179c80 allow resetting with empty string
fix - bf1c12cd932 memoize reads of child fields in signal forms (#65802)
fix - 6d7475582f9 Reuse key in parent in compat structure
Changelog

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

21.0.5 (2025-12-11)

core

Commit Type Description
69d243abb74 fix avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Type Description
4fd2b722b40 fix fix signal forms type error

21.1.0-next.2 (2025-12-10)

Deprecations

upgrade

  • VERSION from @angular/upgrade is deprecated. Please use the entry from @angular/upgrade/static instead.

compiler

Commit Type Description
ae1c0dc4900 perf chain query creation instructions

compiler-cli

Commit Type Description
8a3f3a91cf6 fix expand type for native controls with a dynamic type

forms

Commit Type Description
aff8b248b35 feat expose element on signal forms Field directive
ebc5c2b083a feat redo the signal forms metadata API
9fe95665813 fix add signals for dirty, hidden, and pending states in custom controls
14713d09923 fix allow resetting with empty string
b96f65a963f fix memoize reads of child fields in signal forms (#65802)
179b4cba67b fix Reuse key in parent in compat structure

upgrade

... (truncated)

Commits
  • 288238a refactor(core): correct all typeof ngDevMode comparison patterns introduced...
  • See full diff in compare view

Updates @angular/platform-browser-dynamic from 21.0.3 to 21.0.5

Release notes

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

21.0.5

core

Commit Description
fix - 69d243abb74 avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Description
fix - 4fd2b722b40 fix signal forms type error

21.0.4

compiler

Commit Description
perf - f901cc9eb32 chain query creation instructions

compiler-cli

Commit Description
fix - 65297c62011 expand type for native controls with a dynamic type

forms

Commit Description
feat - f254ff4f2e0 expose element on signal forms Field directive
feat - 5880fbc73c6 redo the signal forms metadata API
fix - 55fc677cef4 add signals for dirty, hidden, and pending states in custom controls
fix - cbb10179c80 allow resetting with empty string
fix - bf1c12cd932 memoize reads of child fields in signal forms (#65802)
fix - 6d7475582f9 Reuse key in parent in compat structure
Changelog

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

21.0.5 (2025-12-11)

core

Commit Type Description
69d243abb74 fix avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Type Description
4fd2b722b40 fix fix signal forms type error

21.1.0-next.2 (2025-12-10)

Deprecations

upgrade

  • VERSION from @angular/upgrade is deprecated. Please use the entry from @angular/upgrade/static instead.

compiler

Commit Type Description
ae1c0dc4900 perf chain query creation instructions

compiler-cli

Commit Type Description
8a3f3a91cf6 fix expand type for native controls with a dynamic type

forms

Commit Type Description
aff8b248b35 feat expose element on signal forms Field directive
ebc5c2b083a feat redo the signal forms metadata API
9fe95665813 fix add signals for dirty, hidden, and pending states in custom controls
14713d09923 fix allow resetting with empty string
b96f65a963f fix memoize reads of child fields in signal forms (#65802)
179b4cba67b fix Reuse key in parent in compat structure

upgrade

... (truncated)

Commits

Updates @angular/router from 21.0.3 to 21.0.5

Release notes

Sourced from @​angular/router's releases.

21.0.5

core

...

Description has been truncated

Commit Description

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

netlify bot commented Dec 15, 2025

Deploy Preview for springwolf-ui ready!

Name Link
🔨 Latest commit 1f874dc
🔍 Latest deploy log https://app.netlify.com/projects/springwolf-ui/deploys/694086913eecad000835bb5d
😎 Deploy Preview https://deploy-preview-1556--springwolf-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `21.0.3` | `21.0.5` |
| [@angular/cdk](https://github.com/angular/components) | `21.0.2` | `21.0.3` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `21.0.3` | `21.0.5` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `21.0.3` | `21.0.5` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `21.0.3` | `21.0.5` |
| [@angular/material](https://github.com/angular/components) | `21.0.2` | `21.0.3` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `21.0.3` | `21.0.5` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `21.0.3` | `21.0.5` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `21.0.3` | `21.0.5` |
| [@angular/build](https://github.com/angular/angular-cli) | `21.0.2` | `21.0.3` |
| [@angular/cli](https://github.com/angular/angular-cli) | `21.0.2` | `21.0.3` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `21.0.3` | `21.0.5` |


Updates `@angular/animations` from 21.0.3 to 21.0.5
- [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/v21.0.5/packages/animations)

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

Updates `@angular/common` from 21.0.3 to 21.0.5
- [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/v21.0.5/packages/common)

Updates `@angular/compiler` from 21.0.3 to 21.0.5
- [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/v21.0.5/packages/compiler)

Updates `@angular/core` from 21.0.3 to 21.0.5
- [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/v21.0.5/packages/core)

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

Updates `@angular/platform-browser` from 21.0.3 to 21.0.5
- [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/v21.0.5/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 21.0.3 to 21.0.5
- [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/v21.0.5/packages/platform-browser-dynamic)

Updates `@angular/router` from 21.0.3 to 21.0.5
- [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/v21.0.5/packages/router)

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

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

Updates `@angular/compiler-cli` from 21.0.3 to 21.0.5
- [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/v21.0.5/packages/compiler-cli)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/springwolf-ui/dependencies-angular-0b7730ad14 branch from 1f874dc to e3b961e Compare December 20, 2025 17:04
@timonback timonback merged commit 7df8fce into main Dec 20, 2025
36 checks passed
@timonback timonback deleted the dependabot/npm_and_yarn/springwolf-ui/dependencies-angular-0b7730ad14 branch December 20, 2025 17:57
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.

2 participants