Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps @angular/common, @angular/cdk, @angular/forms, @angular/material, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router and ngx-segment-analytics. These dependencies needed to be updated together.
Updates @angular/common from 15.2.2 to 21.0.6

Release notes

Sourced from @​angular/common's releases.

21.0.6

core

Commit Description
fix - 4c8fb3631d throw better errors for potential circular references
fix - 48492524ea use mutable ResponseInit type for RESPONSE_INIT token

forms

Commit Description
feat - 81772b420d pass field directive to class config
refactor - 729b96476b rename field to fieldTree in FieldContext and ValidationError

language-service

Commit Description
fix - e0694df3ec avoid interpolation highlighting inside @​let
fix - 5047be4bc1 Prevent language service from crashing on suggestion diagnostic errors

Breaking Changes

forms

  • The shape of SignalFormsConfig.classes has changed

    Previously each function in the classes map took a FieldState. Now it takes a Field directive.

    For example if you previously had:

    provideSignalFormsConfig({
      classes: {
        'my-valid': (state) => state.valid()
      }
    })
    

    You would need to update to:

    provideSignalFormsConfig({
      classes: {
        'my-valid': ({state}) => state().valid()
      }
    })
    

    (cherry picked from commit 348f149e8b06d6885f54bac4cf03a9481a8b19b7)

  • (cherry picked from commit ae0c59028a2f393ea5716bf222db2c38e7a3989f)

21.0.5

core

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

forms

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

21.0.6 (2025-12-17)

Breaking Changes (affecting only experimental features)

forms

  • The shape of SignalFormsConfig.classes has changed

    Previously each function in the classes map took a FieldState. Now it takes a Field directive.

    For example if you previously had:

    provideSignalFormsConfig({
      classes: {
        'my-valid': (state) => state.valid()
      }
    })
    

    You would need to update to:

    provideSignalFormsConfig({
      classes: {
        'my-valid': ({state}) => state().valid()
      }
    })
    

    (cherry picked from commit 348f149e8b06d6885f54bac4cf03a9481a8b19b7)

  • (cherry picked from commit ae0c59028a2f393ea5716bf222db2c38e7a3989f)

core

Commit Type Description
4c8fb3631d fix throw better errors for potential circular references
48492524ea fix use mutable ResponseInit type for RESPONSE_INIT token

forms

Commit Type Description
81772b420d feat pass field directive to class config
729b96476b refactor rename field to fieldTree in FieldContext and ValidationError

language-service

Commit Type Description
e0694df3ec fix avoid interpolation highlighting inside @​let
5047be4bc1 fix Prevent language service from crashing on suggestion diagnostic errors

21.1.0-next.3 (2025-12-11)

... (truncated)

Commits
  • feed89e ci: reformat files
  • 6d9d2b8 refactor(common): remove redundant providedIn: 'root' from injection tokens
  • 288238a refactor(core): correct all typeof ngDevMode comparison patterns introduced...
  • 56418b1 docs: add documentation for HTTP_TRANSFER_CACHE_ORIGIN_MAP
  • 20474d3 fix(http): enable XSRF protection for same-origin absolute URLs
  • 3240d85 fix(http): prevent XSRF token leakage to protocol-relative URLs
  • 6de8926 refactor(core): add debug name to resource (#64172)
  • 00ffe91 refactor(common): removes unused NgModuleFactory config in NgComponentOutlet
  • 8765b66 docs: add reference to Built-in Pipes in multiple pipe files
  • ab98e71 fix(common): remove placeholder image listeners once view is removed
  • Additional commits viewable in compare view

Updates @angular/cdk from 15.2.2 to 21.0.5

Release notes

Sourced from @​angular/cdk's releases.

21.0.5

No release notes provided.

21.0.4

material

Commit Description
fix - 57e831975e form-field: outline being thrown off by Tailwind (#32513)
fix - 454bf96089 schematics: combine style resets (#32496)
fix - d3139205c0 slide-toggle: Fix a11y issues by hiding label when it has no content. (#32480)
fix - a3dfa754c9 tooltip: remove explicit usePopover (#32528)

cdk

Commit Description
fix - 4d2a7169ee testing: Skip task tracking if zone patches aren't present (#32544)

aria

Commit Description
fix - fb2726c7e0 tabs: disabled tab selection

multiple

Commit Description
fix - ecfe310e8a type issues when importing Aria directives (#32561)
fix - 1620cabb51 use focus-visible for focus indicator (#32514)

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)

21.0.2

material

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

aria

Commit Description
fix - b8f2151d0 menu: focus flicker bug
fix - 591c3d8cc menu: update api goldens (#32463)
fix - bfe017741 menu: update unit tests to use ngMenuContent

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

21.0.5 "plastic-deer" (2025-12-18)

21.1.0-next.3 "lego scooter" (2025-12-17)

aria

Commit Type Description
ebb1c176f2 fix tabs: disabled tab selection

cdk

Commit Type Description
dd40f25a03 fix testing: Skip task tracking if zone patches aren't present (#32544)

material

Commit Type Description
0669de57f2 fix form-field: outline being thrown off by Tailwind (#32513)
a364de5d01 fix schematics: combine style resets (#32496)
204788b945 fix slide-toggle: Fix a11y issues by hiding label when it has no content. (#32480)
cdcae54a47 fix tooltip: remove explicit usePopover (#32528)

multiple

Commit Type Description
e63c5648e8 fix type issues when importing Aria directives (#32561)
d4e104ab7f fix use focus-visible for focus indicator (#32514)

21.1.0-next.2 "plastic-monkey" (2025-12-10)

cdk

Commit Type Description
439d1f92a8 feat table: add virtual scrolling support
67f213a351 fix a11y: add @angular/platform-browser to peer dependencies (#32471)
789274f423 fix menu: allow user to pass selector for transform origin (#32462)
52720a3688 fix overlay: error when attempting to attach disposed overlay (#32489)

material

Commit Type Description
ed7e1dab2f fix core: default secondary color for focus indicator (#32491)
29a8a2fddc fix datepicker: value reset when invalid value is entered using signal forms (#32485)
1fab386620 fix table: fixed layout not working (#32494)

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

cdk

... (truncated)

Commits
  • 8ff6ffc release: cut the v21.0.5 release
  • 2f35755 release: cut the v21.0.4 release
  • c929692 build: migrate Bazel ignore rules from .bazelignore to REPO.bazel (#32562)
  • a3380e9 build: update cross-repo angular dependencies (#32547)
  • 4d2a716 fix(cdk/testing): Skip task tracking if zone patches aren't present (#32544)
  • ecfe310 fix(multiple): type issues when importing Aria directives (#32561)
  • d313920 fix(material/slide-toggle): Fix a11y issues by hiding label when it has no co...
  • 92260e6 docs(aria/tree): improve disabled ui (#32548)
  • e45fb73 refactor: cleanup remaining signal primitive usages (#32549)
  • 687789e build: set up public-api files for aria (#32535)
  • Additional commits viewable in compare view

Updates @angular/forms from 15.2.2 to 21.0.6

Release notes

Sourced from @​angular/forms's releases.

21.0.6

core

Commit Description
fix - 4c8fb3631d throw better errors for potential circular references
fix - 48492524ea use mutable ResponseInit type for RESPONSE_INIT token

forms

Commit Description
feat - 81772b420d pass field directive to class config
refactor - 729b96476b rename field to fieldTree in FieldContext and ValidationError

language-service

Commit Description
fix - e0694df3ec avoid interpolation highlighting inside @​let
fix - 5047be4bc1 Prevent language service from crashing on suggestion diagnostic errors

Breaking Changes

forms

  • The shape of SignalFormsConfig.classes has changed

    Previously each function in the classes map took a FieldState. Now it takes a Field directive.

    For example if you previously had:

    provideSignalFormsConfig({
      classes: {
        'my-valid': (state) => state.valid()
      }
    })
    

    You would need to update to:

    provideSignalFormsConfig({
      classes: {
        'my-valid': ({state}) => state().valid()
      }
    })
    

    (cherry picked from commit 348f149e8b06d6885f54bac4cf03a9481a8b19b7)

  • (cherry picked from commit ae0c59028a2f393ea5716bf222db2c38e7a3989f)

21.0.5

core

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

forms

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

21.0.6 (2025-12-17)

Breaking Changes (affecting only experimental features)

forms

  • The shape of SignalFormsConfig.classes has changed

    Previously each function in the classes map took a FieldState. Now it takes a Field directive.

    For example if you previously had:

    provideSignalFormsConfig({
      classes: {
        'my-valid': (state) => state.valid()
      }
    })
    

    You would need to update to:

    provideSignalFormsConfig({
      classes: {
        'my-valid': ({state}) => state().valid()
      }
    })
    

    (cherry picked from commit 348f149e8b06d6885f54bac4cf03a9481a8b19b7)

  • (cherry picked from commit ae0c59028a2f393ea5716bf222db2c38e7a3989f)

core

Commit Type Description
4c8fb3631d fix throw better errors for potential circular references
48492524ea fix use mutable ResponseInit type for RESPONSE_INIT token

forms

Commit Type Description
81772b420d feat pass field directive to class config
729b96476b refactor rename field to fieldTree in FieldContext and ValidationError

language-service

Commit Type Description
e0694df3ec fix avoid interpolation highlighting inside @​let
5047be4bc1 fix Prevent language service from crashing on suggestion diagnostic errors

21.1.0-next.3 (2025-12-11)

... (truncated)

Commits
  • feed89e ci: reformat files
  • 729b964 refactor(forms): rename field to fieldTree in FieldContext and ValidationError
  • 5afb1eb docs(forms): improve JSDoc for Signal Forms Schema types
  • 3151c05 refactor(forms): add signal forms to the type tests
  • 45e967b refactor(forms): convert Signal Forms errors to use RuntimeError
  • 81772b4 feat(forms): pass field directive to class config
  • 4fd2b72 fix(forms): fix signal forms type error
  • cbb1017 fix(forms): allow resetting with empty string
  • 6d74755 fix(forms): Reuse key in parent in compat structure
  • f254ff4 feat(forms): expose element on signal forms Field directive
  • Additional commits viewable in compare view

Updates @angular/material from 15.2.2 to 21.0.5

Release notes

Sourced from @​angular/material's releases.

21.0.5

No release notes provided.

21.0.4

material

Commit Description
fix - 57e831975e form-field: outline being thrown off by Tailwind (#32513)
fix - 454bf96089 schematics: combine style resets (#32496)
fix - d3139205c0 slide-toggle: Fix a11y issues by hiding label when it has no content. (#32480)
fix - a3dfa754c9 tooltip: remove explicit usePopover (#32528)

cdk

Commit Description
fix - 4d2a7169ee testing: Skip task tracking if zone patches aren't present (#32544)

aria

Commit Description
fix - fb2726c7e0 tabs: disabled tab selection

multiple

Commit Description
fix - ecfe310e8a type issues when importing Aria directives (#32561)
fix - 1620cabb51 use focus-visible for focus indicator (#32514)

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)

21.0.2

material

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

aria

Commit Description
fix - b8f2151d0 menu: focus flicker bug
fix - 591c3d8cc menu: update api goldens (#32463)
fix - bfe017741 menu: update unit tests to use ngMenuContent

... (truncated)

Changelog

Sourced from @​angular/material's changelog.

21.0.5 "plastic-deer" (2025-12-18)

21.1.0-next.3 "lego scooter" (2025-12-17)

aria

Commit Type Description
ebb1c176f2 fix tabs: disabled tab selection

cdk

Commit Type Description
dd40f25a03 fix testing: Skip task tracking if zone patches aren't present (#32544)

material

Commit Type Description
0669de57f2 fix form-field: outline being thrown off by Tailwind (#32513)
a364de5d01 fix schematics: combine style resets (#32496)
204788b945 fix slide-toggle: Fix a11y issues by hiding label when it has no content. (#32480)
cdcae54a47 fix tooltip: remove explicit usePopover (#32528)

multiple

Commit Type Description
e63c5648e8 fix type issues when importing Aria directives (#32561)
d4e104ab7f fix use focus-visible for focus indicator (#32514)

21.1.0-next.2 "plastic-monkey" (2025-12-10)

cdk

Commit Type Description
439d1f92a8 feat table: add virtual scrolling support
67f213a351 fix a11y: add @angular/platform-browser to peer dependencies (#32471)
789274f423 fix menu: allow user to pass selector for transform origin (#32462)
52720a3688 fix overlay: error when attempting to attach disposed overlay (#32489)

material

Commit Type Description
ed7e1dab2f fix core: default secondary color for focus indicator (#32491)
29a8a2fddc fix datepicker: value reset when invalid value is entered using signal forms (#32485)
1fab386620 fix table: fixed layout not working (#32494)

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

cdk

... (truncated)

Commits
  • 8ff6ffc release: cut the v21.0.5 release
  • 2f35755 release: cut the v21.0.4 release
  • c929692 build: migrate Bazel ignore rules from .bazelignore to REPO.bazel (#32562)
  • a3380e9 build: update cross-repo angular dependencies (#32547)
  • 4d2a716 fix(cdk/testing): Skip task tracking if zone patches aren't present (#32544)
  • ecfe310 fix(multiple): type issues when importing Aria directives (#32561)
  • d313920 fix(material/slide-toggle): Fix a11y issues by hiding label when it has no co...
  • 92260e6 docs(aria/tree): improve disabled ui (#32548)
  • e45fb73 refactor: cleanup remaining signal primitive usages (#32549)
  • 687789e build: set up public-api files for aria (#32535)
  • Additional commits viewable in compare view

Updates @angular/platform-browser from 15.2.2 to 21.0.6

Release notes

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

21.0.6

core

Commit Description
fix - 4c8fb3631d throw better errors for potential circular references
fix - 48492524ea use mutable ResponseInit type for RESPONSE_INIT token

forms

Commit Description
feat - 81772b420d pass field directive to class config
refactor - 729b96476b rename field to fieldTree in FieldContext and ValidationError

language-service

Commit Description
fix - e0694df3ec avoid interpolation highlighting inside @​let
fix - 5047be4bc1 Prevent language service from crashing on suggestion diagnostic errors

Breaking Changes

forms

  • The shape of SignalFormsConfig.classes has changed

    Previously each function in the classes map took a FieldState. Now it takes a Field directive.

    For example if you previously had:

    provideSignalFormsConfig({
      classes: {
        'my-valid': (state) => state.valid()
      }
    })
    

    You would need to update to:

    provideSignalFormsConfig({
      classes: {
        'my-valid': ({state}) => state().valid()
      }
    })
    

    (cherry picked from commit 348f149e8b06d6885f54bac4cf03a9481a8b19b7)

  • (cherry picked from commit ae0c59028a2f393ea5716bf222db2c38e7a3989f)

21.0.5

core

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

forms

... (truncated)

Changelog

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

21.0.6 (2025-12-17)

Breaking Changes (affecting only experimental features)

forms

  • The shape of SignalFormsConfig.classes has changed

    Previously each function in the classes map took a FieldState. Now it takes a Field directive.

    For example if you previously had:

    provideSignalFormsConfig({
      classes: {
        'my-valid': (state) => state.valid()
      }
    })
    

    You would need to update to:

    provideSignalFormsConfig({
      classes: {
        'my-valid': ({state}) => state().valid()
      }
    })
    

    (cherry picked from commit 348f149e8b06d6885f54bac4cf03a9481a8b19b7)

  • (cherry picked from commit ae0c59028a2f393ea5716bf222db2c38e7a3989f)

core

Commit Type Description
4c8fb3631d fix throw better errors for potential circular references
48492524ea fix use mutable ResponseInit type for RESPONSE_INIT token

forms

Commit Type Description
81772b420d feat pass field directive to class config
729b96476b refactor rename field to fieldTree in FieldContext and ValidationError

language-service

Commit Type Description
e0694df3ec fix avoid interpolation highlighting inside @​let
5047be4bc1 fix Prevent language service from crashing on suggestion diagnostic errors

21.1.0-next.3 (2025-12-11)

... (truncated)

Commits
  • feed89e ci: reformat files
  • 8d92f05 refactor(platform-browser): remove unused platformIsServer flag from renderer
  • 288238a refactor(core): correct all typeof ngDevMode comparison patterns introduced...
  • f550f4a docs: ExperimentalIsolatedShadowDom mentions
  • 6213cbf refactor(core): rename ExperimentalIsolatedShadowDom to IsolatedShadowDom
  • 8ab0847 refactor(core): mark VERSION as @__PURE__ for better tree-shaking
  • 593f902 refactor(platform-browser): remove unused Platform ID dependency from DomRend...
  • 3bed9f0 build: format md files
  • 33f8339 refactor(platform-browser): remove redundant providedIn: 'root' from inject...
  • a4fe078 refactor(common): remove unused import (#64699)
  • Additional commits viewable in compare view

Updates @angular/platform-browser-dynamic from 15.2.2 to 21.0.6

Release notes

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

21.0.6

core

Commit Description
fix - 4c8fb3631d throw better errors for potential circular references
fix - 48492524ea use mutable ResponseInit type for RESPONSE_INIT token

forms

Commit Description
feat - 81772b420d pass field directive to class config
refactor - 729b96476b rename field to fieldTree in FieldContext and ValidationError

language-service

Commit Description
fix - e0694df3ec avoid interpolation highlighting inside @​let
fix - 5047be4bc1 Prevent language service from crashing on suggestion diagnostic errors

Breaking Changes

forms

  • The shape of SignalFormsConfig.classes has changed

    Previously each function in the classes map took a FieldState. Now it takes a Field directive.

    For example if you previously had:

    provideSignalFormsConfig({
      classes: {
        'my-valid': (state) => state.valid()
      }
    })
    

    You would need to update to:

    provideSignalFormsConfig({
      classes: {
        'my-valid': ({state}) => state().valid()
      }
    })
    

    (cherry picked from commit 348f149e8b06d6885f54bac4cf03a9481a8b19b7)

  • (cherry picked from commit ae0c59028a2f393ea5716bf222db2c38e7a3989f)

21.0.5

core

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

forms

... (truncated)

Changelog

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

21.0.6 (2025-12-17)

Breaking Changes (affecting only experimental features)

forms

  • The shape of SignalFormsConfig.classes has changed

    Previously each function in the classes map took a FieldState. Now it takes a Field directive.

    For example if you previously had:

    provideSignalFormsConfig({
      classes: {
        'my-valid': (state) => state.valid()
      }
    })
    

    You would need to update to:

    provideSignalFormsConfig({
      classes: {
        'my-valid': ({state}) => state().valid()
      }
    })
    

    (cherry picked from commit 348f149e8b06d6885f54bac4cf03a9481a8b19b7)

  • (cherry picked from commit ae0c59028a2f393ea5716bf222db2c38e7a3989f)

core

Commit Type Description
4c8fb3631d fix throw better errors for potential circular references
48492524ea fix use mutable ResponseInit type for RESPONSE_INIT token

forms

Commit Type Description
81772b420d feat pass field directive to class config
729b96476b refactor rename field to fieldTree in FieldContext and ValidationError

language-service

Commit Type Description
e0694df3ec fix avoid interpolation highlighting inside @​let
5047be4bc1 fix Prevent language service from crashing on suggestion diagnostic errors

21.1.0-next.3 (2025-12-11)

... (truncated)

Commits
  • 8ab0847 refactor(core): mark VERSION as @__PURE__ for better tree-shaking
  • 3bed9f0 build: format md files
  • c357650 refactor(core): Update tests for zoneless by default (

…ular/material, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router and ngx-segment-analytics

Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common), [@angular/cdk](https://github.com/angular/components), [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms), [@angular/material](https://github.com/angular/components), [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser), [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic), [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) and [ngx-segment-analytics](https://github.com/opendecide/ngx-segment-analytics). These dependencies needed to be updated together.

Updates `@angular/common` from 15.2.2 to 21.0.6
- [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.6/packages/common)

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

Updates `@angular/forms` from 15.2.2 to 21.0.6
- [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.6/packages/forms)

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

Updates `@angular/platform-browser` from 15.2.2 to 21.0.6
- [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.6/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 15.2.2 to 21.0.6
- [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.6/packages/platform-browser-dynamic)

Updates `@angular/router` from 15.2.2 to 21.0.6
- [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.6/packages/router)

Updates `ngx-segment-analytics` from 16.0.0 to 19.0.1
- [Release notes](https://github.com/opendecide/ngx-segment-analytics/releases)
- [Commits](opendecide/ngx-segment-analytics@v16.0.0...v19.0.1)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-version: 21.0.6
  dependency-type: direct:production
- dependency-name: "@angular/cdk"
  dependency-version: 21.0.5
  dependency-type: direct:production
- dependency-name: "@angular/forms"
  dependency-version: 21.0.6
  dependency-type: direct:production
- dependency-name: "@angular/material"
  dependency-version: 21.0.5
  dependency-type: direct:production
- dependency-name: "@angular/platform-browser"
  dependency-version: 21.0.6
  dependency-type: direct:production
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 21.0.6
  dependency-type: direct:production
- dependency-name: "@angular/router"
  dependency-version: 21.0.6
  dependency-type: direct:production
- dependency-name: ngx-segment-analytics
  dependency-version: 19.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@netlify
Copy link

netlify bot commented Jan 1, 2026

Deploy Preview for odo-docusaurus-preview canceled.

Name Link
🔨 Latest commit 735438a
🔍 Latest deploy log https://app.netlify.com/projects/odo-docusaurus-preview/deploys/6956ecb7fa3f710008668176

@openshift-ci
Copy link

openshift-ci bot commented Jan 1, 2026

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a redhat-developer member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@openshift-ci openshift-ci bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. Required by Prow. label Jan 1, 2026
@openshift-ci openshift-ci bot requested review from kadel and rm3l January 1, 2026 21:53
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 1, 2026

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 needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. Required by Prow.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants