Skip to content

chore(Security): bump downshift from 6.1.12 to 9.0.4 #2435

chore(Security): bump downshift from 6.1.12 to 9.0.4

chore(Security): bump downshift from 6.1.12 to 9.0.4 #2435

Triggered via pull request May 13, 2024 18:48
Status Failure
Total duration 8m 29s
Artifacts 6

build_and_test.yml

on: pull_request
Build_icon_library
2m 24s
Build_icon_library
Lint_react-component-library
1m 49s
Lint_react-component-library
Security_audit
8s
Security_audit
Check_commits
1m 32s
Check_commits
Test_design-tokens
1m 27s
Test_design-tokens
Build_storybook_e2e
1m 18s
Build_storybook_e2e
Build_storybook
2m 10s
Build_storybook
Build_react-component-library
1m 26s
Build_react-component-library
Test_react-component-library
2m 0s
Test_react-component-library
Matrix: Test-e2e_react-component-library
Fit to window
Zoom out
Zoom in

Annotations

35 errors, 12 warnings, and 2 notices
Build_react-component-library
Property 'getComboboxProps' does not exist on type 'UseComboboxState<string> & UseComboboxPropGetters<string> & UseComboboxActions<string>'.
Build_react-component-library
'onKeyDown' implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
Build_react-component-library
No overload matches this call.
Build_react-component-library
Object literal may only specify known properties, and 'onFocus' does not exist in type 'Pick<UseComboboxGetInputPropsReturnValue, "value" | "id" | "role" | "aria-activedescendant" | "aria-autocomplete" | "aria-controls" | ... 8 more ... | "onChangeText">'.
Build_react-component-library
No overload matches this call.
Build_react-component-library
Property 'getComboboxProps' does not exist on type 'UseComboboxState<SelectChildWithStringType> & UseComboboxPropGetters<SelectChildWithStringType> & UseComboboxActions<...>'.
Build_react-component-library
Property 'ref' does not exist on type 'Pick<UseComboboxGetInputPropsReturnValue, "value" | "id" | "role" | "aria-activedescendant" | "aria-autocomplete" | "aria-controls" | ... 8 more ... | "onChangeText">'.
Build_react-component-library
No overload matches this call.
Build_react-component-library
'value' is specified more than once, so this usage will be overwritten.
Build_react-component-library
Type '{ ref?: RefObject<any> | undefined; id: string; tabIndex: -1; 'aria-controls': string; 'aria-expanded': boolean; onClick?: MouseEventHandler<Element> | undefined; onPress?: ((event: BaseSyntheticEvent<...>) => void) | undefined; hasHover: boolean; isDisabled: boolean; isOpen: boolean; } | { ...; }' is not assignable to type 'IntrinsicAttributes & InlineButtonProps & RefAttributes<HTMLButtonElement>'.
Test_react-component-library
Process completed with exit code 1.
Test_a11y
Process completed with exit code 1.
[chromium] › Autocomplete/default.spec.ts:28:9 › Autocomplete › when the component is focused › renders four options: packages/react-component-library/e2e/Autocomplete/default.spec.ts#L24
1) [chromium] › Autocomplete/default.spec.ts:28:9 › Autocomplete › when the component is focused › renders four options Test timeout of 30000ms exceeded while running "beforeEach" hook. 22 | 23 | test.describe('when the component is focused', () => { > 24 | test.beforeEach(async ({ page }) => { | ^ 25 | await page.click(selectors.outerWrapper) 26 | }) 27 | at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/Autocomplete/default.spec.ts:24:10
[chromium] › Autocomplete/default.spec.ts:28:9 › Autocomplete › when the component is focused › renders four options: packages/react-component-library/e2e/Autocomplete/default.spec.ts#L25
1) [chromium] › Autocomplete/default.spec.ts:28:9 › Autocomplete › when the component is focused › renders four options Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="select-outer-wrapper"]') 23 | test.describe('when the component is focused', () => { 24 | test.beforeEach(async ({ page }) => { > 25 | await page.click(selectors.outerWrapper) | ^ 26 | }) 27 | 28 | test('renders four options', async ({ page }) => { at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/Autocomplete/default.spec.ts:25:18
[chromium] › Autocomplete/default.spec.ts:28:9 › Autocomplete › when the component is focused › renders four options: packages/react-component-library/e2e/Autocomplete/default.spec.ts#L24
1) [chromium] › Autocomplete/default.spec.ts:28:9 › Autocomplete › when the component is focused › renders four options Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 22 | 23 | test.describe('when the component is focused', () => { > 24 | test.beforeEach(async ({ page }) => { | ^ 25 | await page.click(selectors.outerWrapper) 26 | }) 27 | at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/Autocomplete/default.spec.ts:24:10
[chromium] › Autocomplete/default.spec.ts:28:9 › Autocomplete › when the component is focused › renders four options: packages/react-component-library/e2e/Autocomplete/default.spec.ts#L25
1) [chromium] › Autocomplete/default.spec.ts:28:9 › Autocomplete › when the component is focused › renders four options Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="select-outer-wrapper"]') 23 | test.describe('when the component is focused', () => { 24 | test.beforeEach(async ({ page }) => { > 25 | await page.click(selectors.outerWrapper) | ^ 26 | }) 27 | 28 | test('renders four options', async ({ page }) => { at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/Autocomplete/default.spec.ts:25:18
[chromium] › Autocomplete/default.spec.ts:37:11 › Autocomplete › when the component is focused › and `hr` is typed › renders one option: packages/react-component-library/e2e/Autocomplete/default.spec.ts#L24
2) [chromium] › Autocomplete/default.spec.ts:37:11 › Autocomplete › when the component is focused › and `hr` is typed › renders one option Test timeout of 30000ms exceeded while running "beforeEach" hook. 22 | 23 | test.describe('when the component is focused', () => { > 24 | test.beforeEach(async ({ page }) => { | ^ 25 | await page.click(selectors.outerWrapper) 26 | }) 27 | at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/Autocomplete/default.spec.ts:24:10
[chromium] › Autocomplete/default.spec.ts:37:11 › Autocomplete › when the component is focused › and `hr` is typed › renders one option: packages/react-component-library/e2e/Autocomplete/default.spec.ts#L25
2) [chromium] › Autocomplete/default.spec.ts:37:11 › Autocomplete › when the component is focused › and `hr` is typed › renders one option Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="select-outer-wrapper"]') 23 | test.describe('when the component is focused', () => { 24 | test.beforeEach(async ({ page }) => { > 25 | await page.click(selectors.outerWrapper) | ^ 26 | }) 27 | 28 | test('renders four options', async ({ page }) => { at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/Autocomplete/default.spec.ts:25:18
[chromium] › Autocomplete/default.spec.ts:37:11 › Autocomplete › when the component is focused › and `hr` is typed › renders one option: packages/react-component-library/e2e/Autocomplete/default.spec.ts#L24
2) [chromium] › Autocomplete/default.spec.ts:37:11 › Autocomplete › when the component is focused › and `hr` is typed › renders one option Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 22 | 23 | test.describe('when the component is focused', () => { > 24 | test.beforeEach(async ({ page }) => { | ^ 25 | await page.click(selectors.outerWrapper) 26 | }) 27 | at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/Autocomplete/default.spec.ts:24:10
[chromium] › Autocomplete/default.spec.ts:37:11 › Autocomplete › when the component is focused › and `hr` is typed › renders one option: packages/react-component-library/e2e/Autocomplete/default.spec.ts#L25
2) [chromium] › Autocomplete/default.spec.ts:37:11 › Autocomplete › when the component is focused › and `hr` is typed › renders one option Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="select-outer-wrapper"]') 23 | test.describe('when the component is focused', () => { 24 | test.beforeEach(async ({ page }) => { > 25 | await page.click(selectors.outerWrapper) | ^ 26 | }) 27 | 28 | test('renders four options', async ({ page }) => { at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/Autocomplete/default.spec.ts:25:18
[chromium] › Autocomplete/default.spec.ts:44:11 › Autocomplete › when the component is focused › and `hr` is typed › does not render the `No results for t` text: packages/react-component-library/e2e/Autocomplete/default.spec.ts#L24
3) [chromium] › Autocomplete/default.spec.ts:44:11 › Autocomplete › when the component is focused › and `hr` is typed › does not render the `No results for t` text Test timeout of 30000ms exceeded while running "beforeEach" hook. 22 | 23 | test.describe('when the component is focused', () => { > 24 | test.beforeEach(async ({ page }) => { | ^ 25 | await page.click(selectors.outerWrapper) 26 | }) 27 | at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/Autocomplete/default.spec.ts:24:10
[chromium] › Autocomplete/default.spec.ts:44:11 › Autocomplete › when the component is focused › and `hr` is typed › does not render the `No results for t` text: packages/react-component-library/e2e/Autocomplete/default.spec.ts#L25
3) [chromium] › Autocomplete/default.spec.ts:44:11 › Autocomplete › when the component is focused › and `hr` is typed › does not render the `No results for t` text Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="select-outer-wrapper"]') 23 | test.describe('when the component is focused', () => { 24 | test.beforeEach(async ({ page }) => { > 25 | await page.click(selectors.outerWrapper) | ^ 26 | }) 27 | 28 | test('renders four options', async ({ page }) => { at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/Autocomplete/default.spec.ts:25:18
Test-e2e_react-component-library (3/3)
The job was canceled because "_1_3" failed.
[firefox] › forms/prepopulated.spec.ts:79:13 › Form examples: packages/react-component-library/e2e/forms/prepopulated.spec.ts#L75
1) [firefox] › forms/prepopulated.spec.ts:79:13 › Form examples, pre-populated › Formik › when the form is submitted unchanged › does not show any validation errors Test timeout of 30000ms exceeded while running "beforeEach" hook. 73 | 74 | test.describe('when the form is submitted unchanged', () => { > 75 | test.beforeEach(async ({ page }) => { | ^ 76 | await page.click(selectors.submit) 77 | }) 78 | at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/forms/prepopulated.spec.ts:75:14
[firefox] › forms/prepopulated.spec.ts:79:13 › Form examples: packages/react-component-library/e2e/forms/prepopulated.spec.ts#L76
1) [firefox] › forms/prepopulated.spec.ts:79:13 › Form examples, pre-populated › Formik › when the form is submitted unchanged › does not show any validation errors Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="form-example-submit"]') 74 | test.describe('when the form is submitted unchanged', () => { 75 | test.beforeEach(async ({ page }) => { > 76 | await page.click(selectors.submit) | ^ 77 | }) 78 | 79 | test('does not show any validation errors', async ({ page }) => { at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/forms/prepopulated.spec.ts:76:22
[firefox] › forms/prepopulated.spec.ts:79:13 › Form examples: packages/react-component-library/e2e/forms/prepopulated.spec.ts#L75
1) [firefox] › forms/prepopulated.spec.ts:79:13 › Form examples, pre-populated › Formik › when the form is submitted unchanged › does not show any validation errors Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 73 | 74 | test.describe('when the form is submitted unchanged', () => { > 75 | test.beforeEach(async ({ page }) => { | ^ 76 | await page.click(selectors.submit) 77 | }) 78 | at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/forms/prepopulated.spec.ts:75:14
[firefox] › forms/prepopulated.spec.ts:79:13 › Form examples: packages/react-component-library/e2e/forms/prepopulated.spec.ts#L76
1) [firefox] › forms/prepopulated.spec.ts:79:13 › Form examples, pre-populated › Formik › when the form is submitted unchanged › does not show any validation errors Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="form-example-submit"]') 74 | test.describe('when the form is submitted unchanged', () => { 75 | test.beforeEach(async ({ page }) => { > 76 | await page.click(selectors.submit) | ^ 77 | }) 78 | 79 | test('does not show any validation errors', async ({ page }) => { at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/forms/prepopulated.spec.ts:76:22
[firefox] › forms/prepopulated.spec.ts:83:13 › Form examples: packages/react-component-library/e2e/forms/prepopulated.spec.ts#L75
2) [firefox] › forms/prepopulated.spec.ts:83:13 › Form examples, pre-populated › Formik › when the form is submitted unchanged › submits the form values Test timeout of 30000ms exceeded while running "beforeEach" hook. 73 | 74 | test.describe('when the form is submitted unchanged', () => { > 75 | test.beforeEach(async ({ page }) => { | ^ 76 | await page.click(selectors.submit) 77 | }) 78 | at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/forms/prepopulated.spec.ts:75:14
[firefox] › forms/prepopulated.spec.ts:83:13 › Form examples: packages/react-component-library/e2e/forms/prepopulated.spec.ts#L76
2) [firefox] › forms/prepopulated.spec.ts:83:13 › Form examples, pre-populated › Formik › when the form is submitted unchanged › submits the form values Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="form-example-submit"]') 74 | test.describe('when the form is submitted unchanged', () => { 75 | test.beforeEach(async ({ page }) => { > 76 | await page.click(selectors.submit) | ^ 77 | }) 78 | 79 | test('does not show any validation errors', async ({ page }) => { at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/forms/prepopulated.spec.ts:76:22
[firefox] › forms/prepopulated.spec.ts:83:13 › Form examples: packages/react-component-library/e2e/forms/prepopulated.spec.ts#L75
2) [firefox] › forms/prepopulated.spec.ts:83:13 › Form examples, pre-populated › Formik › when the form is submitted unchanged › submits the form values Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 73 | 74 | test.describe('when the form is submitted unchanged', () => { > 75 | test.beforeEach(async ({ page }) => { | ^ 76 | await page.click(selectors.submit) 77 | }) 78 | at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/forms/prepopulated.spec.ts:75:14
[firefox] › forms/prepopulated.spec.ts:83:13 › Form examples: packages/react-component-library/e2e/forms/prepopulated.spec.ts#L76
2) [firefox] › forms/prepopulated.spec.ts:83:13 › Form examples, pre-populated › Formik › when the form is submitted unchanged › submits the form values Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="form-example-submit"]') 74 | test.describe('when the form is submitted unchanged', () => { 75 | test.beforeEach(async ({ page }) => { > 76 | await page.click(selectors.submit) | ^ 77 | }) 78 | 79 | test('does not show any validation errors', async ({ page }) => { at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/forms/prepopulated.spec.ts:76:22
[firefox] › forms/prepopulated.spec.ts:115:13 › Form examples: packages/react-component-library/e2e/forms/prepopulated.spec.ts#L95
3) [firefox] › forms/prepopulated.spec.ts:115:13 › Form examples, pre-populated › Formik › when the form data is edited › shows no validation errors Test timeout of 30000ms exceeded while running "beforeEach" hook. 93 | 94 | test.describe('when the form data is edited', () => { > 95 | test.beforeEach(async ({ page }) => { | ^ 96 | await page.fill(selectors.input.email, 'hello@world.com') 97 | await page.fill(selectors.input.password, 'password') 98 | await page.fill(selectors.input.description, 'Hello, World!') at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/forms/prepopulated.spec.ts:95:14
[firefox] › forms/prepopulated.spec.ts:115:13 › Form examples: packages/react-component-library/e2e/forms/prepopulated.spec.ts#L96
3) [firefox] › forms/prepopulated.spec.ts:115:13 › Form examples, pre-populated › Formik › when the form data is edited › shows no validation errors Error: page.fill: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="form-example-TextInput-email"]') 94 | test.describe('when the form data is edited', () => { 95 | test.beforeEach(async ({ page }) => { > 96 | await page.fill(selectors.input.email, 'hello@world.com') | ^ 97 | await page.fill(selectors.input.password, 'password') 98 | await page.fill(selectors.input.description, 'Hello, World!') 99 | await page.locator(selectors.input.radio).nth(0).click() at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/forms/prepopulated.spec.ts:96:22
Test-e2e_react-component-library (2/3)
The job was canceled because "_1_3" failed.
Test-e2e_react-component-library (2/3)
The operation was canceled.
🎭 Playwright Run Summary
6 failed [chromium] › Autocomplete/default.spec.ts:28:9 › Autocomplete › when the component is focused › renders four options [chromium] › Autocomplete/default.spec.ts:37:11 › Autocomplete › when the component is focused › and `hr` is typed › renders one option [chromium] › Autocomplete/default.spec.ts:44:11 › Autocomplete › when the component is focused › and `hr` is typed › does not render the `No results for t` text [chromium] › Autocomplete/default.spec.ts:48:11 › Autocomplete › when the component is focused › and `hr` is typed › highlights the first item [chromium] › Autocomplete/default.spec.ts:62:13 › Autocomplete › when the component is focused › and `hr` is typed › and the `Three` option is clicked › it sets the value [chromium] › Autocomplete/default.spec.ts:66:13 › Autocomplete › when the component is focused › and `hr` is typed › and the `Three` option is clicked › focuses the toggle button 108 did not run
🎭 Playwright Run Summary
5 failed [firefox] › forms/prepopulated.spec.ts:79:13 › Form examples, pre-populated › Formik › when the form is submitted unchanged › does not show any validation errors [firefox] › forms/prepopulated.spec.ts:83:13 › Form examples, pre-populated › Formik › when the form is submitted unchanged › submits the form values [firefox] › forms/prepopulated.spec.ts:115:13 › Form examples, pre-populated › Formik › when the form data is edited › shows no validation errors [firefox] › forms/prepopulated.spec.ts:124:15 › Form examples, pre-populated › Formik › when the form data is edited › and the form is submitted › disables the submit button [firefox] › forms/prepopulated.spec.ts:58:11 › Form examples, pre-populated › react-hook-form › renders the relevant fields 1 interrupted [firefox] › forms/prepopulated.spec.ts:128:15 › Form examples, pre-populated › Formik › when the form data is edited › and the form is submitted › submits the form values 107 did not run
Security_audit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test_design-tokens
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check_commits
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/github-script@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint_react-component-library
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build_icon_library
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build_storybook_e2e
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build_react-component-library
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test_react-component-library
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build_storybook
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test_a11y
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test-e2e_react-component-library (1/3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "dist", "playwright-test-results-1", "playwright-test-results-2", "playwright-test-results-3", "storybook-static", "storybook-static-e2e". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
dist
1.1 MB
playwright-test-results-1
5.13 MB
playwright-test-results-2
84.2 MB
playwright-test-results-3
176 MB
storybook-static
109 MB
storybook-static-e2e Expired
20.4 MB