Skip to content

Enhance DateInput component layout and improve Year input change handler #1257

Enhance DateInput component layout and improve Year input change handler

Enhance DateInput component layout and improve Year input change handler #1257

Triggered via pull request November 19, 2024 13:58
@jorged94jorged94
synchronize #866
Status Success
Total duration 1m 53s
Artifacts

cypress-ci.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 1 warning
packages/es-components/src/components/patterns/dateInput/DateInput.tsx#L240
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
packages/es-components/src/components/patterns/dateInput/DateInput.tsx#L240
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .currentTarget on an `any` value.
packages/es-components/src/components/patterns/dateInput/DateInput.tsx#L243
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .contains on an `any` value.
packages/es-components/src/components/patterns/dateInput/DateInput.tsx#L243
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
packages/es-components/src/components/patterns/dateInput/DateInput.tsx#L244
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .getRootNode on an `any` value.
packages/es-components/src/components/patterns/dateInput/DateInput.tsx#L244
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
packages/es-components/src/components/patterns/dateInput/DateInput.tsx#L248
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `FocusEvent<HTMLInputElement, Element>`.
packages/es-components/src/components/patterns/dateInput/Year.tsx#L46
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `KeyboardEvent<unknown>`.
packages/es-components/src/components/patterns/dateInput/Year.tsx#L47
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .defaultPrevented on an `any` value.
packages/es-components/src/components/patterns/dateInput/Year.tsx#L49
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `KeyboardEvent<HTMLInputElement>`.
packages/es-components/src/components/patterns/dateInput/DateInput.tsx#L240
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
packages/es-components/src/components/patterns/dateInput/DateInput.tsx#L240
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .currentTarget on an `any` value.
packages/es-components/src/components/patterns/dateInput/DateInput.tsx#L243
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .contains on an `any` value.
packages/es-components/src/components/patterns/dateInput/DateInput.tsx#L243
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
packages/es-components/src/components/patterns/dateInput/DateInput.tsx#L244
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .getRootNode on an `any` value.
packages/es-components/src/components/patterns/dateInput/DateInput.tsx#L244
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
packages/es-components/src/components/patterns/dateInput/DateInput.tsx#L248
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `FocusEvent<HTMLInputElement, Element>`.
packages/es-components/src/components/patterns/dateInput/Year.tsx#L46
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `KeyboardEvent<unknown>`.
packages/es-components/src/components/patterns/dateInput/Year.tsx#L47
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .defaultPrevented on an `any` value.
packages/es-components/src/components/patterns/dateInput/Year.tsx#L49
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `KeyboardEvent<HTMLInputElement>`.
run-cypress
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/