Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps @angular/cdk from 19.0.4 to 19.2.7.

Release notes

Sourced from @​angular/cdk's releases.

v19.2.7

19.2.7 "bohrium-banana" (2025-03-26)

material

Commit Description
fix - 3ba64d85c sort: set cursor on entire clickable area (#30696)

cdk

Commit Description
fix - 259bd2323 menu: not clearing aria-controls on context menu (#30680)

v19.2.6

19.2.6 "tellurium-transponder" (2025-03-21)

cdk

Commit Description
fix - 5a7009a50 overlay: ensure re-exported transitive Dir directive can be imported (#30679)

v19.2.5

19.2.5 "argon-planet" (2025-03-20)

material

Commit Description
fix - 2bfa5262e timepicker: TimepickerInput component in shadow DOM (#30642)

cdk

Commit Description
fix - ab70ba5b3 tree: retainining previous objects (#30431)

multiple

Commit Description
fix - 8d7a0f683 ensure re-exported module symbols can be imported

v19.2.4

19.2.4 "cafetite-cafe" (2025-03-19)

material

Commit Description
fix - 528cfc23f card: remove alternate token for container-color (#30640)
fix - 804c027c3 chips: adds default placeholder for chips input (#30452)
fix - 732397f5b core: include alternative tokens (#30633)
fix - 0ec7fd164 paginator: change tabindex expect in test
fix - 9b357a3f1 paginator: prevent keyboard nav to disabled buttons (#30627)
fix - 432bde7b0 select: use flexible overlay dimensions (#30628)
fix - 9b9d7bd41 timepicker: assertion error if reopened quickly (#30639)

cdk

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

19.2.7 "bohrium-banana" (2025-03-26)

cdk

Commit Type Description
259bd2323 fix menu: not clearing aria-controls on context menu (#30680)

material

Commit Type Description
3ba64d85c fix sort: set cursor on entire clickable area (#30696)

20.0.0-next.3 "iridium-irrigator" (2025-03-21)

cdk

Commit Type Description
1e5082dd5 fix overlay: ensure re-exported transitive Dir directive can be imported (#30679)
1b4cae7f2 fix tree: retainining previous objects (#30431)

material

Commit Type Description
aba4c4437 fix chips: chip input not showing placeholder (#30664)
33795a1a1 fix chips: implement disabledInteractive in chip input (#30665)
ee442555e fix timepicker: TimepickerInput component in shadow DOM (#30642)

multiple

Commit Type Description
cb3b0a87a fix ensure re-exported module symbols can be imported (#30667)

19.2.6 "tellurium-transponder" (2025-03-21)

cdk

Commit Type Description
5a7009a50 fix overlay: ensure re-exported transitive Dir directive can be imported (#30679)

19.2.5 "argon-planet" (2025-03-20)

cdk

Commit Type Description
ab70ba5b3 fix tree: retainining previous objects (#30431)

material

Commit Type Description

... (truncated)

Commits
  • 30456bc release: cut the v19.2.7 release
  • 6d95685 Cherry pick fixes (#30715)
  • a46e263 build: remove ts_library from defaults.bzl
  • c3444f2 build: migrate all ng_e2e_test_library targets to ts_project
  • 44487ec build: fix incorrect packaging of theme-color schematic
  • 1c89c49 build: update rules_angular
  • 3bbad6c build: migrate all ng_test_library targets to ts_project
  • 1869cec build: fix ts_project interop causing conflicting mappings
  • 0e18581 [19.2.x]: Third iteration of rules_js migration (#30705)
  • 59ac27d build: update sync config to reflect internal update (#30707)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2025
Bumps [@angular/cdk](https://github.com/angular/components) from 19.0.4 to 19.2.7.
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@19.0.4...19.2.7)

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

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

qodo-code-review bot commented Apr 1, 2025

CI Feedback 🧐

(Feedback updated until commit 873831b)

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: build-client

Failed stage: Install Dependencies & Build Docker Image [❌]

Failure summary:

The action failed during the npm installation process due to Node.js version incompatibility issues:

1. The primary error occurred in the nx package's postinstall script (lines 1061-1064), which failed
with a syntax error.
2. The specific syntax error was in the nx package's delayed-spinner.js file
(lines 191-194): opts ??= {}; - the nullish coalescing assignment operator (??=) is not supported in
Node.js 14.
3. The environment is using Node.js 14.21.3 (line 301), but many packages require
Node.js 16, 18, or newer versions:
- nx@20.3.1 (the failing package) requires newer Node.js
features
- Multiple packages show "Unsupported engine" warnings indicating Node.js version
incompatibility

Relevant error logs:
1:  ##[group]Operating System
2:  Ubuntu
...

179:  > lmdb@3.1.5 install /home/runner/work/angular-spring-reactive-sample/angular-spring-reactive-sample/ui/node_modules/lmdb
180:  > node-gyp-build-optional-packages
181:  > esbuild@0.24.0 postinstall /home/runner/work/angular-spring-reactive-sample/angular-spring-reactive-sample/ui/node_modules/@angular-devkit/build-angular/node_modules/esbuild
182:  > node install.js
183:  > esbuild@0.24.0 postinstall /home/runner/work/angular-spring-reactive-sample/angular-spring-reactive-sample/ui/node_modules/@angular/build/node_modules/esbuild
184:  > node install.js
185:  > esbuild@0.25.2 postinstall /home/runner/work/angular-spring-reactive-sample/angular-spring-reactive-sample/ui/node_modules/esbuild
186:  > node install.js
187:  > esbuild@0.21.5 postinstall /home/runner/work/angular-spring-reactive-sample/angular-spring-reactive-sample/ui/node_modules/vite/node_modules/esbuild
188:  > node install.js
189:  > nx@20.3.1 postinstall /home/runner/work/angular-spring-reactive-sample/angular-spring-reactive-sample/ui/node_modules/nx
190:  > node ./bin/post-install
191:  /home/runner/work/angular-spring-reactive-sample/angular-spring-reactive-sample/ui/node_modules/nx/src/utils/delayed-spinner.js:76
192:  opts ??= {};
193:  ^^^
194:  SyntaxError: Unexpected token '??='
195:  at wrapSafe (internal/modules/cjs/loader.js:1029:16)
...

300:  npm WARN notsup Not compatible with your version of node/npm: open@10.1.0
301:  npm WARN notsup Unsupported engine for p-retry@6.2.1: wanted: {"node":">=16.17"} (current: {"node":"14.21.3","npm":"6.14.18"})
302:  npm WARN notsup Not compatible with your version of node/npm: p-retry@6.2.1
303:  npm WARN notsup Unsupported engine for webpack-dev-middleware@7.4.2: wanted: {"node":">= 18.12.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
304:  npm WARN notsup Not compatible with your version of node/npm: webpack-dev-middleware@7.4.2
305:  npm WARN notsup Unsupported engine for default-browser@5.2.1: wanted: {"node":">=18"} (current: {"node":"14.21.3","npm":"6.14.18"})
306:  npm WARN notsup Not compatible with your version of node/npm: default-browser@5.2.1
307:  npm WARN notsup Unsupported engine for is-wsl@3.1.0: wanted: {"node":">=16"} (current: {"node":"14.21.3","npm":"6.14.18"})
308:  npm WARN notsup Not compatible with your version of node/npm: is-wsl@3.1.0
309:  npm WARN notsup Unsupported engine for bundle-name@4.1.0: wanted: {"node":">=18"} (current: {"node":"14.21.3","npm":"6.14.18"})
310:  npm WARN notsup Not compatible with your version of node/npm: bundle-name@4.1.0
311:  npm WARN notsup Unsupported engine for default-browser-id@5.0.0: wanted: {"node":">=18"} (current: {"node":"14.21.3","npm":"6.14.18"})
312:  npm WARN notsup Not compatible with your version of node/npm: default-browser-id@5.0.0
313:  npm WARN notsup Unsupported engine for run-applescript@7.0.0: wanted: {"node":">=18"} (current: {"node":"14.21.3","npm":"6.14.18"})
314:  npm WARN notsup Not compatible with your version of node/npm: run-applescript@7.0.0
315:  npm WARN notsup Unsupported engine for is-network-error@1.1.0: wanted: {"node":">=16"} (current: {"node":"14.21.3","npm":"6.14.18"})
316:  npm WARN notsup Not compatible with your version of node/npm: is-network-error@1.1.0
317:  npm WARN notsup Unsupported engine for @typescript-eslint/utils@8.29.0: wanted: {"node":"^18.18.0 || ^20.9.0 || >=21.1.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
...

346:  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @napi-rs/nice-freebsd-x64@1.0.1: wanted {"os":"freebsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
347:  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @napi-rs/nice-linux-arm64-musl@1.0.1 (node_modules/@napi-rs/nice/node_modules/@napi-rs/nice-linux-arm64-musl):
348:  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @napi-rs/nice-linux-arm64-musl@1.0.1: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
349:  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @napi-rs/nice-android-arm-eabi@1.0.1 (node_modules/@napi-rs/nice/node_modules/@napi-rs/nice-android-arm-eabi):
350:  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @napi-rs/nice-android-arm-eabi@1.0.1: wanted {"os":"android","arch":"arm"} (current: {"os":"linux","arch":"x64"})
351:  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @napi-rs/nice-win32-arm64-msvc@1.0.1 (node_modules/@napi-rs/nice/node_modules/@napi-rs/nice-win32-arm64-msvc):
352:  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @napi-rs/nice-win32-arm64-msvc@1.0.1: wanted {"os":"win32","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
353:  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @napi-rs/nice-linux-ppc64-gnu@1.0.1 (node_modules/@napi-rs/nice/node_modules/@napi-rs/nice-linux-ppc64-gnu):
354:  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @napi-rs/nice-linux-ppc64-gnu@1.0.1: wanted {"os":"linux","arch":"ppc64"} (current: {"os":"linux","arch":"x64"})
355:  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @napi-rs/nice-linux-s390x-gnu@1.0.1 (node_modules/@napi-rs/nice/node_modules/@napi-rs/nice-linux-s390x-gnu):
356:  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @napi-rs/nice-linux-s390x-gnu@1.0.1: wanted {"os":"linux","arch":"s390x"} (current: {"os":"linux","arch":"x64"})
357:  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @napi-rs/nice-linux-riscv64-gnu@1.0.1 (node_modules/@napi-rs/nice/node_modules/@napi-rs/nice-linux-riscv64-gnu):
358:  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @napi-rs/nice-linux-riscv64-gnu@1.0.1: wanted {"os":"linux","arch":"riscv64"} (current: {"os":"linux","arch":"x64"})
359:  npm WARN notsup Unsupported engine for @testing-library/dom@10.4.0: wanted: {"node":">=18"} (current: {"node":"14.21.3","npm":"6.14.18"})
360:  npm WARN notsup Not compatible with your version of node/npm: @testing-library/dom@10.4.0
361:  npm WARN notsup Unsupported engine for check-error@2.1.1: wanted: {"node":">= 16"} (current: {"node":"14.21.3","npm":"6.14.18"})
362:  npm WARN notsup Not compatible with your version of node/npm: check-error@2.1.1
363:  npm WARN notsup Unsupported engine for esbuild@0.25.2: wanted: {"node":">=18"} (current: {"node":"14.21.3","npm":"6.14.18"})
...

938:  npm WARN notsup Not compatible with your version of node/npm: ini@5.0.0
939:  npm WARN notsup Unsupported engine for proc-log@5.0.0: wanted: {"node":"^18.17.0 || >=20.5.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
940:  npm WARN notsup Not compatible with your version of node/npm: proc-log@5.0.0
941:  npm WARN notsup Unsupported engine for which@5.0.0: wanted: {"node":"^18.17.0 || >=20.5.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
942:  npm WARN notsup Not compatible with your version of node/npm: which@5.0.0
943:  npm WARN notsup Unsupported engine for which@5.0.0: wanted: {"node":"^18.17.0 || >=20.5.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
944:  npm WARN notsup Not compatible with your version of node/npm: which@5.0.0
945:  npm WARN notsup Unsupported engine for isexe@3.1.1: wanted: {"node":">=16"} (current: {"node":"14.21.3","npm":"6.14.18"})
946:  npm WARN notsup Not compatible with your version of node/npm: isexe@3.1.1
947:  npm WARN notsup Unsupported engine for isexe@3.1.1: wanted: {"node":">=16"} (current: {"node":"14.21.3","npm":"6.14.18"})
948:  npm WARN notsup Not compatible with your version of node/npm: isexe@3.1.1
949:  npm WARN notsup Unsupported engine for npm-bundled@4.0.0: wanted: {"node":"^18.17.0 || >=20.5.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
950:  npm WARN notsup Not compatible with your version of node/npm: npm-bundled@4.0.0
951:  npm WARN notsup Unsupported engine for hosted-git-info@8.0.2: wanted: {"node":"^18.17.0 || >=20.5.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
952:  npm WARN notsup Not compatible with your version of node/npm: hosted-git-info@8.0.2
953:  npm WARN notsup Unsupported engine for json-parse-even-better-errors@4.0.0: wanted: {"node":"^18.17.0 || >=20.5.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
954:  npm WARN notsup Not compatible with your version of node/npm: json-parse-even-better-errors@4.0.0
955:  npm WARN notsup Unsupported engine for proc-log@5.0.0: wanted: {"node":"^18.17.0 || >=20.5.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
...

1049:  npm WARN notsup Unsupported engine for @typescript-eslint/visitor-keys@7.18.0: wanted: {"node":"^18.18.0 || >=20.0.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
1050:  npm WARN notsup Not compatible with your version of node/npm: @typescript-eslint/visitor-keys@7.18.0
1051:  npm WARN notsup Unsupported engine for ts-api-utils@1.4.3: wanted: {"node":">=16"} (current: {"node":"14.21.3","npm":"6.14.18"})
1052:  npm WARN notsup Not compatible with your version of node/npm: ts-api-utils@1.4.3
1053:  npm WARN notsup Unsupported engine for esbuild-wasm@0.25.2: wanted: {"node":">=18"} (current: {"node":"14.21.3","npm":"6.14.18"})
1054:  npm WARN notsup Not compatible with your version of node/npm: esbuild-wasm@0.25.2
1055:  npm WARN @angular/material@19.0.4 requires a peer of @angular/cdk@19.0.4 but none is installed. You must install peer dependencies yourself.
1056:  npm WARN codelyzer@6.0.2 requires a peer of @angular/compiler@>=2.3.1 <13.0.0 || ^12.0.0-next || ^12.1.0-next || ^12.2.0-next but none is installed. You must install peer dependencies yourself.
1057:  npm WARN codelyzer@6.0.2 requires a peer of @angular/core@>=2.3.1 <13.0.0 || ^12.0.0-next || ^12.1.0-next || ^12.2.0-next but none is installed. You must install peer dependencies yourself.
1058:  npm WARN @mdx-js/react@3.1.0 requires a peer of @types/react@>=16 but none is installed. You must install peer dependencies yourself.
1059:  npm ERR! code ELIFECYCLE
1060:  npm ERR! errno 1
1061:  npm ERR! nx@20.3.1 postinstall: `node ./bin/post-install`
1062:  npm ERR! Exit status 1
1063:  npm ERR! 
1064:  npm ERR! Failed at the nx@20.3.1 postinstall script.
1065:  npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
1066:  npm ERR! A complete log of this run can be found in:
1067:  npm ERR!     /home/runner/.npm/_logs/2025-04-01T22_51_03_570Z-debug.log
1068:  ##[error]Process completed with exit code 1.
1069:  Post job cleanup.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2025

Superseded by #228.

@dependabot dependabot bot closed this May 1, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/angular/cdk-19.2.7 branch May 1, 2025 22:38
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