chore(deps): update node.js to v22 (#986) #759
Annotations
1 error and 1 notice
Run npm run e2e:coverage -- --preview --shard=8/10:
e2e/demo.demo-e2e-spec.ts#L51
1) [demo:chromium] › demo.demo-e2e-spec.ts:43:3 › Demo Website › Route docs/svelte/components/slider/api should be accessible
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 185
- Array []
+ Array [
+ Object {
+ "description": "Ensure 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.10/color-contrast?application=playwright",
+ "id": "color-contrast",
+ "impact": "serious",
+ "nodes": Array [
+ Object {
+ "all": Array [],
+ "any": Array [
+ Object {
+ "data": Object {
+ "bgColor": "#e4eefc",
+ "contrastRatio": 3.41,
+ "expectedContrastRatio": "4.5:1",
+ "fgColor": "#6881a2",
+ "fontSize": "12.0pt (16px)",
+ "fontWeight": "normal",
+ "messageKey": null,
+ },
+ "id": "color-contrast",
+ "impact": "serious",
+ "message": "Element has insufficient color contrast of 3.41 (foreground color: #6881a2, background color: #e4eefc, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
+ "relatedNodes": Array [
+ Object {
+ "html": "<div role=\"alert\" class=\"au-alert alert alert-info p-0 border-0 border-start border-5 border-info alert-dismissible fade show\">",
+ "target": Array [
+ ".alert-dismissible",
+ ],
+ },
+ Object {
+ "html": "<body data-sveltekit-preload-data=\"hover\">",
+ "target": Array [
+ "body",
+ ],
+ },
+ ],
+ },
+ ],
+ "failureSummary": "Fix any of the following:
+ Element has insufficient color contrast of 3.41 (foreground color: #6881a2, background color: #e4eefc, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
+ "html": "<div class=\"alert-container p-3 border border-info rounded-end\">",
+ "impact": "serious",
+ "none": Array [],
+ "target": Array [
+ ".alert-dismissible > .alert-body > .alert-container.p-3.border",
+ ],
+ },
+ Object {
+ "all": Array [],
+ "any": Array [
+ Object {
+ "data": Object {
+ "bgColor": "#e4eefc",
+ "contrastRatio": 3.41,
+ "expectedContrastRatio": "4.5:1",
+ "fgColor": "#6881a2",
+ "fontSize": "12.0pt (16px)",
+ "fontWeight": "normal",
+ "messageKey": null,
+ },
+ "id": "color-contrast",
+ "impact": "serious",
+ "message": "Element has insufficient color contrast of 3.41 (foreground color: #6881a2, background color: #e4eefc, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
+ "relatedNodes": Array [
+ Object {
+ "html": "<div role=\"alert\" class=\"au-alert alert alert-info p-0 border-0 border-start border-5 border-info alert-dismissible fade show\">",
+ "target": Array [
+ ".alert-dismissible",
+ ],
+ },
+ Object {
+ "html": "<body data-sveltekit-preload-data=\"hover\">",
+ "target": Array [
+ "body",
+ ],
+ },
+ ],
+ },
|
Run npm run e2e:coverage -- --preview --shard=8/10
1 flaky
[demo:chromium] › demo.demo-e2e-spec.ts:43:3 › Demo Website › Route docs/svelte/components/slider/api should be accessible
2 skipped
100 passed (5.7m)
|
Loading