Skip to content

Mobility Profile

Mobility Profile #3401

Triggered via pull request December 6, 2023 22:50
Status Failure
Total duration 1m 29s
Artifacts

node-ci.yml

on: pull_request
test-build-release
1m 18s
test-build-release
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 1 warning
test-build-release: lib/components/user/sequential-pane-display.tsx#L1
Expected 1 arguments, but got 3.
test-build-release: lib/components/user/user-account-screen.tsx#L1
Property 'pages' is missing in type '{ activePaneId: string; formikProps: { handleChange: (e: ChangeEvent<Element>) => void; validateOnChange?: boolean | undefined; validateOnBlur?: boolean | undefined; ... 36 more ...; unregisterField: (name: string) => void; }; onCreate: (userData: EditedUser) => void; }' but required in type 'Props'.
test-build-release: lib/components/user/user-account-screen.tsx#L1
Type '{ onDelete: (evt: FormEvent<Element>) => void; onRequestPhoneVerificationCode: (newPhoneNumber: string) => void; onSendPhoneVerificationCode: ({ validationCode: code }: { validationCode: string; }) => Promise<...>; ... 39 more ...; unregisterField: (name: string) => void; }' is not assignable to type 'IntrinsicAttributes & Omit<Props, "wheelchairEnabled">'.
test-build-release: lib/components/user/user-account-screen.tsx#L1
Argument of type 'FC<WithIntlProps<Props>> & { WrappedComponent: ComponentType<Props>; }' is not assignable to parameter of type 'ComponentType<Matching<{ basePath: string | undefined; isCreating: boolean; itemId: string; loggedInUser: User; } & { createOrUpdateUser: (userData: any, intl: any) => Promise<number>; deleteUser: (userData: any, auth0: any, intl: any) => Promise<...>; requestPhoneVerificationSms: (newPhoneNumber?: any, intl?: any) ...'.
test-build-release
Process completed with exit code 2.
test-build-release: lib/actions/auth.js#L1
Member 'push' of the import declaration should be sorted alphabetically
test-build-release: lib/actions/auth.js#L11
Delete `·`
test-build-release: lib/actions/auth.js#L23
Delete `·`
test-build-release: lib/actions/auth.js#L36
Delete `·`
test-build-release: lib/actions/zipcar.js#L2
Replace `(fetch)` with `fetch`
test-build-release: lib/actions/zipcar.js#L4
Replace `'ZIPCAR_LOCATIONS_ERROR'` with `⏎··'ZIPCAR_LOCATIONS_ERROR'⏎`
test-build-release: lib/actions/zipcar.js#L5
Replace `'ZIPCAR_LOCATIONS_RESPONSE'` with `⏎··'ZIPCAR_LOCATIONS_RESPONSE'⏎`
test-build-release: lib/actions/zipcar.js#L6
Replace `'ZIPCAR_LOCATIONS_REQUEST'` with `⏎··'ZIPCAR_LOCATIONS_REQUEST'⏎`
test-build-release: lib/actions/zipcar.js#L8
Delete `·`
test-build-release: lib/components/admin/editable-section.js#L2
Replace `Component` with `·Component·`
test-build-release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/