chore(deps-dev): update @typescript-eslint/eslint-plugin requirement from ^7.9.0 to ^7.15.0 #2365
Triggered via pull request
July 1, 2024 19:45
dependabot[bot]
opened
#1924
Status
Success
Total duration
11s
Artifacts
–
lint-pr.yml
on: pull_request_target
Validate PR title
3s
Write comment if unsigned commits found
2s
Annotations
12 errors and 3 warnings
src/layers/deck.gl/VLayerDeckArc.vue#L2
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free (@typescript-eslint/ban-ts-comment)
|
src/layers/deck.gl/VLayerDeckArc.vue#L4
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free (@typescript-eslint/ban-ts-comment)
|
src/layers/deck.gl/VLayerDeckArc.vue#L19
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/layers/deck.gl/VLayerDeckGeojson.vue#L2
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free (@typescript-eslint/ban-ts-comment)
|
src/layers/deck.gl/VLayerDeckGeojson.vue#L4
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free (@typescript-eslint/ban-ts-comment)
|
src/layers/deck.gl/VLayerDeckGeojson.vue#L6
Unable to resolve path to module 'geojson' (import/no-unresolved)
|
src/map/VMap.vue#L14
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free (@typescript-eslint/ban-ts-comment)
|
test/setup/index.ts#L4
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free (@typescript-eslint/ban-ts-comment)
|
test/setup/index.ts#L7
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free (@typescript-eslint/ban-ts-comment)
|
vite-env.d.ts#L5
Don't use `{}` as a type. `{}` actually means "any non-nullish value".
- If you want a type meaning "any object", you probably want `object` instead.
- If you want a type meaning "any value", you probably want `unknown` instead.
- If you want a type meaning "empty object", you probably want `Record<string, never>` instead.
- If you really want a type meaning "any non-nullish value", you probably want `NonNullable<unknown>` instead (@typescript-eslint/ban-types)
|
vite-env.d.ts#L5
Don't use `{}` as a type. `{}` actually means "any non-nullish value".
- If you want a type meaning "any object", you probably want `object` instead.
- If you want a type meaning "any value", you probably want `unknown` instead.
- If you want a type meaning "empty object", you probably want `Record<string, never>` instead.
- If you really want a type meaning "any non-nullish value", you probably want `NonNullable<unknown>` instead (@typescript-eslint/ban-types)
|
vite-env.d.ts#L5
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
Write comment if unsigned commits found
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: live627/check-pr-signoff-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Write comment if unsigned commits found
The following actions uses node12 which is deprecated and will be forced to run on node16: live627/check-pr-signoff-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Write comment if unsigned commits found
Found: 1 total commits
|