Skip to content

Bump @angular/cdk from 19.2.7 to 20.1.0 in /crud-angular #55

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 14, 2025

Bumps @angular/cdk from 19.2.7 to 20.1.0.

Release notes

Sourced from @​angular/cdk's releases.

20.1.0

cdk-experimental

Commit Description
feat - 4f9ab216c1 accordion: add accordion directives, example, and tests (#31134)
feat - 3704b7e32f radio: add radio demo to dev-app (#31180)
feat - 50c3e0e12d radio: create radio group and button directives (#31050)
feat - cdc0dab261 tabs: add setDefaultState and unit tests, refactor the content children strategy (#31374)
feat - 97d60c5378 tree: add tree directives, example, and tests (#31350)
feat - ff0f6c61b5 ui-patterns: accordion (#31034)
feat - c5b2f0ac6d ui-patterns: create grid navigation behavior (#31290)
feat - ce145fa9a3 ui-patterns: create the grid focus behavior (#31055)
feat - 9f249d0a25 ui-patterns: radio button and group (#31016)
feat - 70841dbb5b ui-patterns: tree (#31308)
fix - 06d7384a23 accordion: fix disabled trigger button can't be focused when skipDisabled=false (#31379)
fix - 9a856ad559 tabs: fix tabs example styles (#31382)
fix - 8a091a7ea8 tabs: set tabpanel tabindex to -1 if hidden (#31401)
fix - ea700e6d81 ui-patterns: add guardrails to selectOne for edge cases (#31402)

material

Commit Description
feat - 243845460d chips: add (optional) edit icon to input chips (#31041)
feat - 9e942b4ba2 menu: add support for context menu
feat - 4de7c0fb2d testing: Extend Angular harness testing functionality (#30960)
fix - 512433b6d1 badge: remove badge opacity color mix (#31213)
fix - 92a8253e28 badge: use system disabled states (#31266)
fix - a7150d42cf button-toggle: simplify divider color (#31214)
fix - 1f8b1302f2 button-toggle: use system colors (#31231)
fix - 5ee7d79e4c button: FAB emitting invalid elevation tokens (#31028)
fix - 8523397fd2 button: prevents mat-icon being cut off by text-spacing (#30891)
fix - afe36e4d42 button: remove internal-only M2 styles (#31017)
fix - 589ea5905e button: remove internal-only M2 styles (#31018)
fix - 0d47628d2e button: use system colors for state layers and text (#31278)
fix - 203c1737eb card: subtitle text token should be on-surface-variant (#31261)
fix - 55b7ba0814 card: use system outline (#31218)
fix - eb9abc366f checkbox: remove internal-only M2 styles (#31019)
fix - 458a17ba46 checkbox: update tokens to system colors (#31279)
fix - 68d7ea0351 chips: provide ability to edit for all screen readers with a click on already focused chip (#30983)
fix - 8c9cae0a8c chips: sync with g3 (#31393)
fix - be48108bc2 chips: update tokens to system colors (#31280)
fix - 20ac2b2bd8 core: improve disabled psuedo checkbox contrast (#31464)
fix - 576a008b09 core: remove unused form field mixins (#31283)
fix - 4d67427cef core: update ripple tokens to system colors (#31282)
fix - 28f2763f96 core: update tokens to system colors (#31281)
fix - 009424c73e datepicker: use system colors (#31300)
fix - a24081f2bd dialog: remove internal-only M2 styles (#31020)
fix - d52ede5627 expansion: add token for box shadow (#31340)
fix - ecc6a09ca5 expansion: align state layer colors (#31236)
fix - e57aef2912 expansion: use correct typography (#31347)
fix - 82ab91e58a form-field: remove internal-only M2 styles (#31021)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

20.1.0 "metal-brownie" (2025-07-09)

There have been some internal mapping changes in Material 2 theme config maps generated by mat.define-light-theme and mat.define-dark-theme.

If your app was directly modifying these internal properties to alter styles, such as setting new color values used in the foreground and background palette maps, then your changes may no longer be applied to the components. The supported path for changing theme values is through each component’s overrides API.

The Material 2 component styles have undergone minor adjustments to enhance consistency across components and better align with the latest Material 2 specification. These changes result in a closer adherence to system-level colors such as surface, background, disabled, and surface variants. In general, these changes are slight hue differences for grey colors that aren’t very noticeable.

cdk

Commit Type Description
f446d7c412 feat drag-drop: add opt-in indicator of pick-up position (#31288)
5564d7d016 feat menu: add setActiveMenuItem to cdkMenu (#31371)
6dc2f3ba50 fix a11y: allow mixed types to be passed into setActiveItem (#31462)
cfa97bb785 fix dialog: avoid setting aria-hidden before focus has moved (#31030)

material

Commit Type Description
243845460d feat chips: add (optional) edit icon to input chips (#31041)
9e942b4ba2 feat menu: add support for context menu
4de7c0fb2d feat testing: Extend Angular harness testing functionality (#30960)
512433b6d1 fix badge: remove badge opacity color mix (#31213)
92a8253e28 fix badge: use system disabled states (#31266)
a7150d42cf fix button-toggle: simplify divider color (#31214)
1f8b1302f2 fix button-toggle: use system colors (#31231)
5ee7d79e4c fix button: FAB emitting invalid elevation tokens (#31028)
8523397fd2 fix button: prevents mat-icon being cut off by text-spacing (#30891)
afe36e4d42 fix button: remove internal-only M2 styles (#31017)
589ea5905e fix button: remove internal-only M2 styles (#31018)
0d47628d2e fix button: use system colors for state layers and text (#31278)
203c1737eb fix card: subtitle text token should be on-surface-variant (#31261)
55b7ba0814 fix card: use system outline (#31218)
eb9abc366f fix checkbox: remove internal-only M2 styles (#31019)
458a17ba46 fix checkbox: update tokens to system colors (#31279)
68d7ea0351 fix chips: provide ability to edit for all screen readers with a click on already focused chip (#30983)
8c9cae0a8c fix chips: sync with g3 (#31393)
be48108bc2 fix chips: update tokens to system colors (#31280)
20ac2b2bd8 fix core: improve disabled psuedo checkbox contrast (#31464)
576a008b09 fix core: remove unused form field mixins (#31283)
4d67427cef fix core: update ripple tokens to system colors (#31282)
28f2763f96 fix core: update tokens to system colors (#31281)
009424c73e fix datepicker: use system colors (#31300)
a24081f2bd fix dialog: remove internal-only M2 styles (#31020)
d52ede5627 fix expansion: add token for box shadow (#31340)
ecc6a09ca5 fix expansion: align state layer colors (#31236)
e57aef2912 fix expansion: use correct typography (#31347)
82ab91e58a fix form-field: remove internal-only M2 styles (#31021)
6d27e04051 fix form-field: use system for neutral colors (#31272)
918b625438 fix list: update tokens to system colors (#31284)
a62164db5b fix menu: do not auto-focus when hover opens menu (#31257)
623030b50d fix menu: update tokens to system colors (#31285)

... (truncated)

Commits
  • 24f86fd release: cut the v20.1.0 release
  • 2bfe12e fix(material/tabs): remove delay on touch devices (#31489)
  • 01e09d1 build: clean up animations references in build files (#31498)
  • eb04b6d Terms of Service (#31495)
  • 405a0d2 test(cdk/scrolling): Change test spying on tick (#31247)
  • 3f7b6b7 release: cut the v20.1.0-rc.0 release
  • d1c8e1a docs: release notes for the v20.0.5 release
  • 7bb0a82 fix(material/snack-bar): use inverse primary for button color (#31465)
  • 20ac2b2 fix(material/core): improve disabled psuedo checkbox contrast (#31464)
  • 8860e65 build: fix up markdown renderer tests
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@angular/cdk](https://github.com/angular/components) from 19.2.7 to 20.1.0.
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@19.2.7...20.1.0)

---
updated-dependencies:
- dependency-name: "@angular/cdk"
  dependency-version: 20.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 14, 2025
Copy link
Author

dependabot bot commented on behalf of github Aug 4, 2025

Superseded by #56.

@dependabot dependabot bot closed this Aug 4, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/crud-angular/angular/cdk-20.1.0 branch August 4, 2025 19:18
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.

0 participants