From 89ebdc24c83840ee705bd78d436b20287ffdb0d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 10:27:03 -0800 Subject: [PATCH] Bump @angular/cdk from 20.2.14 to 21.1.2 in /web_embedding/ng-flutter (#2792) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@angular/cdk](https://github.com/angular/components) from 20.2.14 to 21.1.2.
Release notes

Sourced from @​angular/cdk's releases.

21.1.2

material

Commit Description
fix -
bb69f3ca7d sidenav: incorrectly trapping focus in some cases (#32699)
fix -
7824225a5b timepicker: make it easier to style timepicker panel (#32711)

cdk

Commit Description
fix -
9b54cb20da listbox: incorrect wording in error message (#32697)
fix -
4b8fc71c08 table: throw when multiple row templates are used with virtual scrolling (#32682)

aria

Commit Description
fix -
1d9918a9de combobox: Add announcement for empty results to autocomplete demo (#32707)
perf -
81b407d353 grid: avoid excessive change detections (#32705)

21.1.1

aria

Commit Description
fix -
d24f099179 grid: unit tests for grid pattern (#32633)

multiple

Commit Description
fix -
6b5466afb2 incorrect paths in declaration files for aria
fix -
028f89b4d8 resolve sass if function deprecation warnings (#32674)

21.1.0

material-experimental

Commit Description
fix -
29e2c4633 column-resize: add null checks for overlay (#32259)
fix -
c40f42821 column-resize: fix m2 colors (#32388)

material

Commit Description
feat -
ef1355914 schematics: add preconnect links for Google Fonts in index.html (#32238)
feat -
6b9decb77 stepper: add a prefix section to the horizontal stepper header (#32184)
fix -
5db8dca18 datepicker: error if some methods are called too early. (#32630)
fix -
7b2627de2 menu: Do not open the menu when trigger is aria-disabled (properly handle disabledInteractive) (#32601)
fix -
eba6ee844 radio: allow aria attributes to be reset (#32613)
fix -
fb1b66be9 slider: add missing closing parenthesis in tick mark transform (#32580)

cdk

Commit Description
feat -
a20aeabbe a11y: allow safe HTML to be passed to live announcer (#32386)
feat -
75b373bbc a11y: allow safe HTML to be passed to live announcer (#32412)
feat -
439d1f92a table: add virtual scrolling support
fix -
67f213a35 a11y: add @angular/platform-browser to peer dependencies (#32471)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

21.1.2 "glass-bottle" (2026-01-28)

aria

Commit Type Description
1d9918a9de fix combobox: Add announcement for empty results to autocomplete demo (#32707)
81b407d353 perf grid: avoid excessive change detections (#32705)

cdk

Commit Type Description
9b54cb20da fix listbox: incorrect wording in error message (#32697)
4b8fc71c08 fix table: throw when multiple row templates are used with virtual scrolling (#32682)

material

Commit Type Description
bb69f3ca7d fix sidenav: incorrectly trapping focus in some cases (#32699)
7824225a5b fix timepicker: make it easier to style timepicker panel (#32711)

21.2.0-next.1 "plastic-ant" (2026-01-21)

aria

Commit Type Description
ec384a37ab fix grid: unit tests for grid pattern (#32633)

cdk

Commit Type Description
e397ecbcfa fix table: remove string-based DI tokens (#32677)

multiple

Commit Type Description
3612ef6094 fix incorrect paths in declaration files for aria
f3357c1dff fix resolve sass if function deprecation warnings (#32674)

21.1.1 "plastic-bear" (2026-01-21)

aria

Commit Type Description
d24f099179 fix grid: unit tests for grid pattern (#32633)

multiple

Commit Type Description
6b5466afb2 fix incorrect paths in declaration files for aria
028f89b4d8 fix resolve sass if function deprecation warnings (#32674)

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular/cdk&package-manager=npm_and_yarn&previous-version=20.2.14&new-version=21.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web_embedding/ng-flutter/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_embedding/ng-flutter/package.json b/web_embedding/ng-flutter/package.json index 90bd2f7b5..a937aa71e 100644 --- a/web_embedding/ng-flutter/package.json +++ b/web_embedding/ng-flutter/package.json @@ -12,7 +12,7 @@ "private": true, "dependencies": { "@angular/animations": "^21.1.1", - "@angular/cdk": "^20.1.0", + "@angular/cdk": "^21.1.2", "@angular/common": "^21.1.1", "@angular/compiler": "^21.1.0", "@angular/core": "^20.0.3",