Skip to content

chore(deps): update all non-major dependencies #335

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #335

Triggered via pull request July 16, 2023 00:27
Status Failure
Total duration 1m 38s
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

21 errors and 1 warning
typecheck: src/components/DatePicker.vue#L1
Default export of the module has or is using private name 'Props'.
typecheck: src/App.vue#L6
Type 'ReactiveVariable<Date> | undefined' is not assignable to type 'Date'.
typecheck: src/App.vue#L7
Type 'ReactiveVariable<Date> | undefined' is not assignable to type 'Date'.
typecheck: src/App.vue#L43
Type '{ triggerElementId: string; "trigger-element-id": string; mode: string; fullscreenMobile: true; "fullscreen-mobile": boolean; dateOne: Date; "date-one": Date; dateTwo: Date; "date-two": Date; }' is not assignable to type 'IntrinsicAttributes & { readonly inline: boolean; key?: string | number | symbol | undefined; style?: unknown; readonly mode: string; class?: unknown; ref?: VNodeRef | undefined; ... 27 more ...; onVnodeUnmounted?: VNodeMountHook | ... 1 more ... | undefined; }'.
typecheck: src/components/DatePicker.vue#L77
Argument of type 'number | true' is not assignable to parameter of type 'number | undefined'.
typecheck: node_modules/.pnpm/@types+node@17.0.45/node_modules/@types/node/globals.d.ts#L72
Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; }'.
lint: commitlint.config.ts#L1
Prefer `node:fs` over `fs`
lint: commitlint.config.ts#L2
Prefer `node:path` over `path`
lint: commitlint.config.ts#L62
Use ESM export instead
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'
test-e2e
The process '/home/runner/setup-pnpm/node_modules/.bin/pnpm' failed with exit code 1
test-e2e
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/