Skip to content

chore(deps): update devdependency vue-tsc to v1 - autoclosed #435

chore(deps): update devdependency vue-tsc to v1 - autoclosed

chore(deps): update devdependency vue-tsc to v1 - autoclosed #435

Triggered via pull request October 6, 2023 23:07
Status Failure
Total duration 1m 40s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

26 errors and 16 warnings
lint: package.json#L15
Expected object keys to be in specified order. 'homepage' should be before 'keywords'
lint: package.json#L19
Expected object keys to be in specified order. 'license' should be before 'bugs'
lint: package.json#L20
Expected object keys to be in specified order. 'author' should be before 'license'
lint: package.json#L31
Expected object keys to be in specified order. 'exports' should be before 'types'
lint: package.json#L35
Expected object keys to be in specified order. 'types' should be before 'import'
lint: package.json#L61
Expected object keys to be in specified order. 'dependencies' should be before 'simple-git-hooks'
lint: package.json#L109
Expected object keys to be in specified order. 'engines' should be before 'lint-staged'
lint
Process completed with exit code 1.
typecheck: 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<...>'.
typecheck: src/components/DatePicker.vue#L77
Argument of type 'number | true' is not assignable to parameter of type 'number | undefined'.
typecheck: src/composables/date-picker.ts#L150
Property 'firstDateOfMonth' does not exist on type 'string'.
typecheck: 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?
typecheck: 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; }'.
typecheck: src/composables/date-picker.ts#L837
Property 'dates' does not exist on type 'never'.
typecheck: src/composables/date-picker.ts#L838
Property 'cssClass' does not exist on type 'never'.
typecheck: 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.
typecheck
Process completed with exit code 1.
test-e2e: 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<...>'.
test-e2e: src/components/DatePicker.vue#L77
Argument of type 'number | true' is not assignable to parameter of type 'number | undefined'.
test-e2e: src/composables/date-picker.ts#L150
Property 'firstDateOfMonth' does not exist on type 'string'.
test-e2e: 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?
test-e2e: 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; }'.
test-e2e: src/composables/date-picker.ts#L837
Property 'dates' does not exist on type 'never'.
test-e2e: src/composables/date-picker.ts#L838
Property 'cssClass' does not exist on type 'never'.
test-e2e: 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.
test-e2e
The process '/home/runner/setup-pnpm/node_modules/.bin/pnpm' failed with exit code 1
test (16.x, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: pnpm/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (16.x, ubuntu-latest)
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/
test (16.x, ubuntu-latest)
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/
test (16.x, ubuntu-latest)
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/
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: pnpm/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
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/
lint
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/
lint
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/
typecheck
The following actions uses node12 which is deprecated and will be forced to run on node16: pnpm/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
typecheck
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/
typecheck
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/
typecheck
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/
test-e2e
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/
test-e2e
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/
test-e2e
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/
test-e2e
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/