Skip to content

chore(deps-dev): bump vue-tsc from 1.8.21 to 1.8.22 #8112

chore(deps-dev): bump vue-tsc from 1.8.21 to 1.8.22

chore(deps-dev): bump vue-tsc from 1.8.21 to 1.8.22 #8112

Triggered via pull request October 27, 2023 00:17
Status Success
Total duration 27m 3s
Artifacts 8
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

default.yml

on: pull_request
Matrix: test-components / playwright-ct
build-showcases  /  Build Showcases
3m 32s
build-showcases / Build Showcases
build-outputs  /  Build outputs
3m 38s
build-outputs / Build outputs
build-power-apps  /  Build Power Apps
5m 49s
build-power-apps / Build Power Apps
Matrix: test-showcases / playwright-showcases
checks-done
2s
checks-done
merge-reports  /  🎭 Merge Playwright Reports
34s
merge-reports / 🎭 Merge Playwright Reports
deploy  /  Deploy
deploy / Deploy
Fit to window
Zoom out
Zoom in

Annotations

5 errors, 4 warnings, and 1 notice
[chromium] › popover/popover.spec.tsx:36:2 › DBPopover › should not have any A11y issues: ../../../../../__w/mono/mono/output/vue/vue3/src/components/popover/popover.spec.tsx#L42
1) [chromium] › popover/popover.spec.tsx:36:2 › DBPopover › should not have any A11y issues ────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 66 - Array [] + Array [ + Object { + "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", + "help": "Elements must meet minimum color contrast ratio thresholds", + "helpUrl": "https://dequeuniversity.com/rules/axe/4.8/color-contrast?application=playwright", + "id": "color-contrast", + "impact": "serious", + "nodes": Array [ + Object { + "all": Array [], + "any": Array [ + Object { + "data": Object { + "bgColor": "#ffffff", + "contrastRatio": 1.98, + "expectedContrastRatio": "4.5:1", + "fgColor": "#b7b8b9", + "fontSize": "12.0pt (16px)", + "fontWeight": "bold", + "messageKey": null, + }, + "id": "color-contrast", + "impact": "serious", + "message": "Element has insufficient color contrast of 1.98 (foreground color: #b7b8b9, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1", + "relatedNodes": Array [ + Object { + "html": "<i id=\"popover-01\" class=\"db-popover\" data-open=\"true\" behaviour=\"plain\"><!--v-if--> + Test + </i>", + "target": Array [ + "#popover-01", + ], + }, + Object { + "html": "<html lang=\"en\">", + "target": Array [ + "html", + ], + }, + ], + }, + ], + "failureSummary": "Fix any of the following: + Element has insufficient color contrast of 1.98 (foreground color: #b7b8b9, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1", + "html": "<i id=\"popover-01\" class=\"db-popover\" data-open=\"true\" behaviour=\"plain\"><!--v-if--> + Test + </i>", + "impact": "serious", + "none": Array [], + "target": Array [ + "#popover-01", + ], + }, + ], + "tags": Array [ + "cat.color", + "wcag2aa", + "wcag143", + "TTv5", + "TT13.c", + "EN-301-549", + "EN-9.1.4.3", + "ACT", + ], + }, + ] 40 | .analyze(); 41 | > 42 | expect(accessibilityScanResults.violations).toEqual([]); | ^ 43 | }); 44 | }); 45 | at /__w/mono/mono/output/vue/vue3/src/components/popover/popover.spec.tsx:42:47
[chromium] › popover/popover.spec.tsx:36:2 › DBPopover › should not have any A11y issues: ../../../../../__w/mono/mono/output/react/src/components/popover/popover.spec.tsx#L42
1) [chromium] › popover/popover.spec.tsx:36:2 › DBPopover › should not have any A11y issues ────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 66 - Array [] + Array [ + Object { + "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", + "help": "Elements must meet minimum color contrast ratio thresholds", + "helpUrl": "https://dequeuniversity.com/rules/axe/4.8/color-contrast?application=playwright", + "id": "color-contrast", + "impact": "serious", + "nodes": Array [ + Object { + "all": Array [], + "any": Array [ + Object { + "data": Object { + "bgColor": "#ffffff", + "contrastRatio": 1.58, + "expectedContrastRatio": "4.5:1", + "fgColor": "#cdcdce", + "fontSize": "12.0pt (16px)", + "fontWeight": "bold", + "messageKey": null, + }, + "id": "color-contrast", + "impact": "serious", + "message": "Element has insufficient color contrast of 1.58 (foreground color: #cdcdce, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1", + "relatedNodes": Array [ + Object { + "html": "<i id=\"popover-01\" class=\"db-popover\" data-open=\"true\"> + Test + </i>", + "target": Array [ + "#popover-01", + ], + }, + Object { + "html": "<html lang=\"en\">", + "target": Array [ + "html", + ], + }, + ], + }, + ], + "failureSummary": "Fix any of the following: + Element has insufficient color contrast of 1.58 (foreground color: #cdcdce, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1", + "html": "<i id=\"popover-01\" class=\"db-popover\" data-open=\"true\"> + Test + </i>", + "impact": "serious", + "none": Array [], + "target": Array [ + "#popover-01", + ], + }, + ], + "tags": Array [ + "cat.color", + "wcag2aa", + "wcag143", + "TTv5", + "TT13.c", + "EN-301-549", + "EN-9.1.4.3", + "ACT", + ], + }, + ] 40 | .analyze(); 41 | > 42 | expect(accessibilityScanResults.violations).toEqual([]); | ^ 43 | }); 44 | }); 45 | at /__w/mono/mono/output/react/src/components/popover/popover.spec.tsx:42:47
[mobile_chrome] › popover/popover.spec.tsx:36:6 › DBPopover › should not have any A11y issues: ../../../../../__w/mono/mono/output/react/src/components/popover/popover.spec.tsx#L42
2) [mobile_chrome] › popover/popover.spec.tsx:36:6 › DBPopover › should not have any A11y issues ─ Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 66 - Array [] + Array [ + Object { + "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", + "help": "Elements must meet minimum color contrast ratio thresholds", + "helpUrl": "https://dequeuniversity.com/rules/axe/4.8/color-contrast?application=playwright", + "id": "color-contrast", + "impact": "serious", + "nodes": Array [ + Object { + "all": Array [], + "any": Array [ + Object { + "data": Object { + "bgColor": "#ffffff", + "contrastRatio": 2.52, + "expectedContrastRatio": "4.5:1", + "fgColor": "#a2a3a4", + "fontSize": "12.0pt (16px)", + "fontWeight": "bold", + "messageKey": null, + }, + "id": "color-contrast", + "impact": "serious", + "message": "Element has insufficient color contrast of 2.52 (foreground color: #a2a3a4, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1", + "relatedNodes": Array [ + Object { + "html": "<i id=\"popover-01\" class=\"db-popover\" data-open=\"true\"> + Test + </i>", + "target": Array [ + "#popover-01", + ], + }, + Object { + "html": "<html lang=\"en\">", + "target": Array [ + "html", + ], + }, + ], + }, + ], + "failureSummary": "Fix any of the following: + Element has insufficient color contrast of 2.52 (foreground color: #a2a3a4, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1", + "html": "<i id=\"popover-01\" class=\"db-popover\" data-open=\"true\"> + Test + </i>", + "impact": "serious", + "none": Array [], + "target": Array [ + "#popover-01", + ], + }, + ], + "tags": Array [ + "cat.color", + "wcag2aa", + "wcag143", + "TTv5", + "TT13.c", + "EN-301-549", + "EN-9.1.4.3", + "ACT", + ], + }, + ] 40 | .analyze(); 41 | > 42 | expect(accessibilityScanResults.violations).toEqual([]); | ^ 43 | }); 44 | }); 45 | at /__w/mono/mono/output/react/src/components/popover/popover.spec.tsx:42:47
[mobile_chrome] › popover/popover.spec.tsx:36:6 › DBPopover › should not have any A11y issues: ../../../../../__w/mono/mono/output/vue/vue3/src/components/popover/popover.spec.tsx#L42
2) [mobile_chrome] › popover/popover.spec.tsx:36:6 › DBPopover › should not have any A11y issues ─ Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 66 - Array [] + Array [ + Object { + "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", + "help": "Elements must meet minimum color contrast ratio thresholds", + "helpUrl": "https://dequeuniversity.com/rules/axe/4.8/color-contrast?application=playwright", + "id": "color-contrast", + "impact": "serious", + "nodes": Array [ + Object { + "all": Array [], + "any": Array [ + Object { + "data": Object { + "bgColor": "#ffffff", + "contrastRatio": 1.58, + "expectedContrastRatio": "4.5:1", + "fgColor": "#cdcdce", + "fontSize": "12.0pt (16px)", + "fontWeight": "bold", + "messageKey": null, + }, + "id": "color-contrast", + "impact": "serious", + "message": "Element has insufficient color contrast of 1.58 (foreground color: #cdcdce, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1", + "relatedNodes": Array [ + Object { + "html": "<i id=\"popover-01\" class=\"db-popover\" data-open=\"true\" behaviour=\"plain\"><!--v-if--> + Test + </i>", + "target": Array [ + "#popover-01", + ], + }, + Object { + "html": "<html lang=\"en\">", + "target": Array [ + "html", + ], + }, + ], + }, + ], + "failureSummary": "Fix any of the following: + Element has insufficient color contrast of 1.58 (foreground color: #cdcdce, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1", + "html": "<i id=\"popover-01\" class=\"db-popover\" data-open=\"true\" behaviour=\"plain\"><!--v-if--> + Test + </i>", + "impact": "serious", + "none": Array [], + "target": Array [ + "#popover-01", + ], + }, + ], + "tags": Array [ + "cat.color", + "wcag2aa", + "wcag143", + "TTv5", + "TT13.c", + "EN-301-549", + "EN-9.1.4.3", + "ACT", + ], + }, + ] 40 | .analyze(); 41 | > 42 | expect(accessibilityScanResults.violations).toEqual([]); | ^ 43 | }); 44 | }); 45 | at /__w/mono/mono/output/vue/vue3/src/components/popover/popover.spec.tsx:42:47
[mobile_safari] › navigation-item/navigation-item.spec.tsx:40:6 › DBNavigationItem component A11y › DBNavigationItem should not have any automatically detectable accessibility issues: ../../../../../__w/mono/mono/output/react/src/components/navigation-item/navigation-item.spec.tsx#L49
3) [mobile_safari] › navigation-item/navigation-item.spec.tsx:40:6 › DBNavigationItem component A11y › DBNavigationItem should not have any automatically detectable accessibility issues Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 101 - Array [] + Array [ + Object { + "description": "Ensures interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies", + "help": "Interactive controls must not be nested", + "helpUrl": "https://dequeuniversity.com/rules/axe/4.8/nested-interactive?application=playwright", + "id": "nested-interactive", + "impact": "serious", + "nodes": Array [ + Object { + "all": Array [], + "any": Array [ + Object { + "data": null, + "id": "no-focusable-content", + "impact": "serious", + "message": "Element has focusable descendants", + "relatedNodes": Array [ + Object { + "html": "<a href=\"#\">Test1</a>", + "target": Array [ + "a", + ], + }, + ], + }, + ], + "failureSummary": "Fix any of the following: + Element has focusable descendants", + "html": "<button class=\"db-navigation-item-expand-button\" aria-haspopup=\"false\" aria-expanded=\"false\"><a href=\"#\">Test1</a></button>", + "impact": "serious", + "none": Array [], + "target": Array [ + ":root", + ], + }, + Object { + "all": Array [], + "any": Array [ + Object { + "data": null, + "id": "no-focusable-content", + "impact": "serious", + "message": "Element has focusable descendants", + "relatedNodes": Array [ + Object { + "html": "<a href=\"#\">Test2</a>", + "target": Array [ + "a", + ], + }, + ], + }, + ], + "failureSummary": "Fix any of the following: + Element has focusable descendants", + "html": "<button class=\"db-navigation-item-expand-button\" aria-haspopup=\"false\" aria-expanded=\"false\"><a href=\"#\">Test2</a></button>", + "impact": "serious", + "none": Array [], + "target": Array [ + ":root", + ], + }, + Object { + "all": Array [], + "any": Array [ + Object { + "data": null, + "id": "no-focusable-content", + "impact": "serious", + "message": "Element has focusable descendants", + "relatedNodes": Array [ + Object { + "html": "<a href=\"#\">Test3</a>", + "target": Array [ + "a", + ], + }, + ], + }, + ], + "failureSummary": "Fix any of the following: + Element has focusable descendants", + "html": "<button class=\"db-navigation-item-expand-button\" aria-haspopup=\"false\" aria-expanded=\"false\"><a href=\"#\">Test3</a></button>", + "impact": "serious", + "none": Array [], + "target": Array [ + ":root", + ], + }, + ], + "tags": Array [ + "cat.keyboard", + "wcag2a", + "wcag412", + "TTv5", + "TT6.a", + "EN-301-549", + "EN-9.4.1.2", + ], + }, + ] 47 | .analyze(); 48 | > 4
Slow Test: [webkit] › default.ts#L1
[webkit] › default.ts took 1.8m
Slow Test: [mobile_safari] › default.ts#L1
[mobile_safari] › default.ts took 1.3m
Slow Test: [chromium] › default.ts#L1
[chromium] › default.ts took 1.1m
Slow Test: [mobile_chrome] › default.ts#L1
[mobile_chrome] › default.ts took 45.2s
🎭 Playwright Run Summary
3 flaky [chromium] › popover/popover.spec.tsx:36:2 › DBPopover › should not have any A11y issues ─────── [mobile_chrome] › popover/popover.spec.tsx:36:6 › DBPopover › should not have any A11y issues ── [mobile_safari] › navigation-item/navigation-item.spec.tsx:40:6 › DBNavigationItem component A11y › DBNavigationItem should not have any automatically detectable accessibility issues 16 skipped 393 passed (94ms)

Artifacts

Produced during runtime
Name Size
all-blob-reports Expired
11.6 MB
db-ui-components-build Expired
155 KB
db-ui-foundations-build Expired
28.2 KB
db-ui-output Expired
685 KB
db-ui-outputs Expired
1.94 MB
db-ui-powerapps Expired
665 KB
db-ui-showcases Expired
5.21 MB
report--attempt-1 Expired
6.58 MB