chore(deps): update devdependency vue-tsc to v1 - autoclosed #435
Annotations
9 errors and 4 warnings
src/App.vue#L43
Argument of type '{ triggerElementId: string; mode: string; fullscreenMobile: true; dateOne: Date; dateTwo: Date; onDateOneSelected: any; onDateTwoSelected: any; }' is not assignable to parameter of type 'Partial<{}> & Omit<Readonly<ExtractPropTypes<{ triggerElementId: { type: PropType<string>; required: true; }; dateOne: { type: PropType<Date>; required: true; }; dateTwo: { ...; }; ... 18 more ...; closeAfterSelect: { ...; }; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, never> & Record<...>'.
|
src/components/DatePicker.vue#L77
Argument of type 'number | true' is not assignable to parameter of type 'number | undefined'.
|
src/composables/date-picker.ts#L150
Property 'firstDateOfMonth' does not exist on type 'string'.
|
src/composables/date-picker.ts#L369
This condition will always return true since this function is always defined. Did you mean to call it instead?
|
src/composables/date-picker.ts#L425
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ arrowDown: number; arrowUp: number; arrowRight: number; arrowLeft: number; enter: number; pgUp: number; pgDn: number; end: number; home: number; questionMark: number; esc: number; }'.
|
src/composables/date-picker.ts#L837
Property 'dates' does not exist on type 'never'.
|
src/composables/date-picker.ts#L838
Property 'cssClass' does not exist on type 'never'.
|
src/composables/date-picker.ts#L1023
Return type of exported function has or is using name 'RefType' from external module "/home/runner/work/date-picker/date-picker/node_modules/.pnpm/[email protected]/node_modules/vue/macros" but cannot be named.
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: pnpm/[email protected], cypress-io/github-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading