Skip to content

chore(deps): update @types/node #17405

chore(deps): update @types/node

chore(deps): update @types/node #17405

Triggered via pull request November 12, 2025 18:29
Status Success
Total duration 10m 3s
Artifacts 27

build.yml

on: pull_request
build-core
59s
build-core
build-react
44s
build-react
build-vue
39s
build-vue
Matrix: test-core-screenshot
build-angular
57s
build-angular
build-angular-server
35s
build-angular-server
test-core-clean-build
14s
test-core-clean-build
test-core-lint
43s
test-core-lint
test-core-spec
45s
test-core-spec
build-react-router
24s
build-react-router
build-vue-router
34s
build-vue-router
verify-screenshots
2s
verify-screenshots
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
3s
verify-test-angular-e2e
verify-test-react-e2e
4s
verify-test-react-e2e
verify-test-react-router-e2e
3s
verify-test-react-router-e2e
verify-test-vue-e2e
2s
verify-test-vue-e2e
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 20 notices
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group: src/components/radio/test/a11y/radio.e2e.ts#L134
4) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group Error: expect(locator).toBeFocused() failed Locator: locator('#first-group ion-radio').first() Expected: focused Received: inactive Timeout: 5000ms Call log: - Expect "toBeFocused" with timeout 5000ms - waiting for locator('#first-group ion-radio').first() 9 × locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="md in-item radio-checked radio-label-placement-start hydrated">Huey</ion-radio> - unexpected value "inactive" 132 | 133 | await pageUtils.pressKeys('Tab'); > 134 | await expect(firstGroupRadios.nth(0)).toBeFocused(); | ^ 135 | 136 | await page.keyboard.press('ArrowDown'); 137 | await expect(firstGroupRadios.nth(1)).toBeFocused(); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:134:47
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › tabbing should switch between radio groups: src/components/radio/test/a11y/radio.e2e.ts#L122
3) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › tabbing should switch between radio groups Error: expect(locator).toBeFocused() failed Locator: locator('#first-group ion-radio').first() Expected: focused Received: inactive Timeout: 5000ms Call log: - Expect "toBeFocused" with timeout 5000ms - waiting for locator('#first-group ion-radio').first() 9 × locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="md in-item radio-checked radio-label-placement-start hydrated">Huey</ion-radio> - unexpected value "inactive" 120 | 121 | await pageUtils.pressKeys('Tab'); > 122 | await expect(firstGroupRadios.nth(0)).toBeFocused(); | ^ 123 | 124 | await pageUtils.pressKeys('Tab'); 125 | await expect(secondGroupRadios.nth(0)).toBeFocused(); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:122:47
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › using arrow keys should move between enabled radios within group: src/components/radio/test/a11y/radio.e2e.ts#L134
2) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › using arrow keys should move between enabled radios within group Error: expect(locator).toBeFocused() failed Locator: locator('#first-group ion-radio').first() Expected: focused Received: inactive Timeout: 5000ms Call log: - Expect "toBeFocused" with timeout 5000ms - waiting for locator('#first-group ion-radio').first() 9 × locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="md in-item radio-checked radio-label-placement-start hydrated">Huey</ion-radio> - unexpected value "inactive" 132 | 133 | await pageUtils.pressKeys('Tab'); > 134 | await expect(firstGroupRadios.nth(0)).toBeFocused(); | ^ 135 | 136 | await page.keyboard.press('ArrowDown'); 137 | await expect(firstGroupRadios.nth(1)).toBeFocused(); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:134:47
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › tabbing should switch between radio groups: src/components/radio/test/a11y/radio.e2e.ts#L122
1) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › tabbing should switch between radio groups Error: expect(locator).toBeFocused() failed Locator: locator('#first-group ion-radio').first() Expected: focused Received: inactive Timeout: 5000ms Call log: - Expect "toBeFocused" with timeout 5000ms - waiting for locator('#first-group ion-radio').first() 9 × locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="md in-item radio-checked radio-label-placement-start hydrated">Huey</ion-radio> - unexpected value "inactive" 120 | 121 | await pageUtils.pressKeys('Tab'); > 122 | await expect(firstGroupRadios.nth(0)).toBeFocused(); | ^ 123 | 124 | await pageUtils.pressKeys('Tab'); 125 | await expect(secondGroupRadios.nth(0)).toBeFocused(); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:122:47
🎭 Playwright Run Summary
216 skipped 257 passed (2.3m)
🎭 Playwright Run Summary
1 skipped 534 passed (3.1m)
🎭 Playwright Run Summary
4 skipped 510 passed (3.1m)
🎭 Playwright Run Summary
534 passed (3.1m)
🎭 Playwright Run Summary
1 skipped 536 passed (3.3m)
🎭 Playwright Run Summary
212 skipped 313 passed (3.5m)
🎭 Playwright Run Summary
4 flaky [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › tabbing should switch between radio groups [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › using arrow keys should move between enabled radios within group [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › tabbing should switch between radio groups [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group 4 skipped 511 passed (4.1m)
🎭 Playwright Run Summary
648 passed (4.3m)
🎭 Playwright Run Summary
10 skipped 503 passed (5.0m)
🎭 Playwright Run Summary
14 skipped 399 passed (5.0m)
🎭 Playwright Run Summary
5 skipped 512 passed (5.2m)
🎭 Playwright Run Summary
1 skipped 538 passed (6.0m)
🎭 Playwright Run Summary
1 skipped 528 passed (6.7m)
🎭 Playwright Run Summary
4 skipped 535 passed (6.6m)
🎭 Playwright Run Summary
10 skipped 527 passed (6.7m)
🎭 Playwright Run Summary
2 skipped 516 passed (6.9m)
🎭 Playwright Run Summary
5 skipped 519 passed (7.0m)
🎭 Playwright Run Summary
7 skipped 508 passed (7.5m)
🎭 Playwright Run Summary
5 skipped 573 passed (7.5m)
🎭 Playwright Run Summary
14 skipped 497 passed (7.9m)

Artifacts

Produced during runtime
Name Size Digest
ionic-angular
667 KB
sha256:380802181125585ff928a1b4c4b2bc4d54fa7e70cc0357872d72a0ac84bbcd91
ionic-angular-server
8.55 KB
sha256:b08056a16c8931a2b4696347aa5c048654c332a8f3e1e35e045c3dc09c2f9d33
ionic-core
4.55 MB
sha256:ae923cdfa04107fcff18f82f6725ca598ffff900447883d6afbe4959ec6b30ad
ionic-react
211 KB
sha256:83be430773a540fbaea0ef8855644dd3488bf6ea2dd07a7247469f7d1c811f68
ionic-react-router
27.9 KB
sha256:0484b5da8bb97028e7446483b1bf9c160702efe692fd438b8f76b6832afb71fe
ionic-vue
233 KB
sha256:05da1801882cf6c4898d0424dffb4257bf5a9bc8e9af4f0c7891e08fb0e4ed90
ionic-vue-router
17.1 KB
sha256:392ef2136176d2978b48a820a00d263432197e7f1d017762622882eb75e41402
test-results-1-20
441 KB
sha256:48ad63b2e8a4b2d3cc045b0378cdf1b417907185924ab1f5dfe1c4942255540e
test-results-10-20
460 KB
sha256:514568d18901bc96186cac4695dad0e78228c27e010f00db191880bb274bb94a
test-results-11-20
2.35 MB
sha256:23e4c87e3eba40dbb9f1b2839101d3e5574128fd96dd45c361a787d95358936b
test-results-12-20
442 KB
sha256:69a70a735eeab06333c22930bdda6b4b1c5389382e0d481c75a2aaaaae0dec50
test-results-13-20
450 KB
sha256:b2c766617532562d44ce609884b9e859f982cfbe7f8d6d0e14e8541268ac7e71
test-results-14-20
405 KB
sha256:c432cca850409f5321b0be624363bda8125e29ad06c3770314ea125675955d1a
test-results-15-20
430 KB
sha256:b2c5d20d54cf8d67907f79e97dd1eca16bc26d1527ff73aac9d2a95a4c710705
test-results-16-20
427 KB
sha256:971fe4c9cc54a02710ac01b89b4f2979f9aeb5591769ce0a8f07cba8a3f2a410
test-results-17-20
532 KB
sha256:d5077fc3a349607d0c3335aaf4e14e4509f884ebcd6edb7b07124cd3e6284796
test-results-18-20
503 KB
sha256:76e318d28502970998dee00c782e405918476cc60b5e97188d6c639e714ef45c
test-results-19-20
396 KB
sha256:b2278db6a96dc92acfe13661f2027e093dea40042725dc6c99732787be2808ef
test-results-2-20
470 KB
sha256:2a4767fccd9d2ba305960db50098144044c5a06c96b31b1e1d2b5d0fe0ba959d
test-results-20-20
360 KB
sha256:c87979616bb299dbad2e95ffedfafe99880efd4f66909238b34d9d97866a6cb6
test-results-3-20
430 KB
sha256:ebb931c4d364eee8c43d1dfa69a0eaf24cf5c2449cd03506ab5bce3ced3eb796
test-results-4-20
523 KB
sha256:b8c06c4ed10de51bb40e229893b06ad2f6b30f3829d91c704688c1ab0a3bed8a
test-results-5-20
456 KB
sha256:dae31d4e21d05e5fa6f270666f96f15f857b48194deb7f0e6e107cad126d60ae
test-results-6-20
447 KB
sha256:7a0c1261e76bee1fcd40e3b8437d9980caf410738d882f9e44c8e17dfff4dd13
test-results-7-20
351 KB
sha256:14712f20f006333bc1162fb33c774edf595d5df1996372cf3db144efc79a0f81
test-results-8-20
428 KB
sha256:7b83f5e4f36f7394d01b11d09f5a9eaaece879d38737fd42f0b88515bc10c2da
test-results-9-20
434 KB
sha256:7113c1bbc25b60cbbf62590915f80258712d9d19f59d7f280b67c085eef68ec8