Skip to content

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

chore(deps): update all non-major dependencies

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

Triggered via pull request December 4, 2023 16:29
Status Failure
Total duration 1m 9s
Artifacts

ci.yml

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

Annotations

21 errors and 1 warning
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: cypress/tsconfig.json#L7
Expected object keys to be in specified order. 'target' should be before 'types'
lint: cypress/tsconfig.json#L16
Expected object keys to be in specified order. 'include' should be before 'exclude'
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#L34
Expected object keys to be in specified order. 'import' should be before 'require'
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 & Partial<{}> & Omit<{ readonly inline: boolean; readonly mode: string; readonly triggerElementId: string; readonly dateOne: Date; ... 17 more ...; readonly closeAfterSelect: boolean; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, never>'.
typecheck: src/components/DatePicker.vue#L77
Argument of type 'number | true' is not assignable to parameter of type 'number | undefined'.
typecheck: node_modules/.pnpm/@[email protected]/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; }'.
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/