Skip to content

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

chore(deps): update all non-major dependencies

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

Triggered via pull request July 22, 2023 13:36
Status Failure
Total duration 1m 59s
Artifacts

ci.yml

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

Annotations

12 errors and 1 warning
test (16.x, ubuntu-latest)
Process completed with exit code 1.
typecheck: src/auto-imports.d.ts#L39
Property 'logicAnd' does not exist on type 'typeof import("/home/runner/work/web-components-starter/web-components-starter/node_modules/.pnpm/@vueuse[email protected][email protected]/node_modules/@vueuse/core/index")'.
typecheck: src/auto-imports.d.ts#L40
Property 'logicNot' does not exist on type 'typeof import("/home/runner/work/web-components-starter/web-components-starter/node_modules/.pnpm/@vueuse[email protected][email protected]/node_modules/@vueuse/core/index")'.
typecheck: src/auto-imports.d.ts#L41
Property 'logicOr' does not exist on type 'typeof import("/home/runner/work/web-components-starter/web-components-starter/node_modules/.pnpm/@vueuse[email protected][email protected]/node_modules/@vueuse/core/index")'.
typecheck: src/auto-imports.d.ts#L112
Property 'useClamp' does not exist on type 'typeof import("/home/runner/work/web-components-starter/web-components-starter/node_modules/.pnpm/@vueuse[email protected][email protected]/node_modules/@vueuse/core/index")'.
typecheck
Process completed with exit code 1.
lint: package.json#L15
Expected object keys to be in specified order. 'license' should be before 'keywords'
lint: package.json#L75
Expected object keys to be in specified order. 'engines' should be before 'lint-staged'
lint: package.json#L82
Expected object keys to be in specified order. 'bugs' should be before 'engines'
lint: vite.config.ts#L1
Prefer `node:path` over `path`
lint
Process completed with exit code 1.
test-e2e
Cannot find module 'cypress' Require stack: - /home/runner/work/_actions/cypress-io/github-action/v2/dist/index.js
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/