chore(deps): update dependency @types/eslint-scope to v8 #2629
NodeCI.yml
on: pull_request
lint
46s
test-for-svelte-v5
1m 7s
test-for-svelte-v4
1m 3s
update-fixtures
1m 28s
test-and-coverage
1m 28s
Matrix: test-for-svelte-v3
Matrix: test
Annotations
10 errors and 4 warnings
lint:
src/parser/analyze-scope.ts#L357
Argument of type 'import("/home/runner/work/svelte-eslint-parser/svelte-eslint-parser/node_modules/.pnpm/@types[email protected]/node_modules/@types/eslint/index").Scope.Reference' is not assignable to parameter of type 'import("/home/runner/work/svelte-eslint-parser/svelte-eslint-parser/node_modules/.pnpm/@types[email protected]/node_modules/@types/eslint-scope/index").Reference'.
|
lint:
src/parser/analyze-scope.ts#L334
Argument of type 'Variable' is not assignable to parameter of type 'Variable<Reference>'.
|
lint:
src/parser/analyze-scope.ts#L146
Argument of type 'import("/home/runner/work/svelte-eslint-parser/svelte-eslint-parser/node_modules/.pnpm/@types[email protected]/node_modules/@types/eslint/index").Scope.Reference' is not assignable to parameter of type 'import("/home/runner/work/svelte-eslint-parser/svelte-eslint-parser/node_modules/.pnpm/@types[email protected]/node_modules/@types/eslint-scope/index").Reference'.
|
lint:
src/parser/analyze-scope.ts#L144
Argument of type 'import("/home/runner/work/svelte-eslint-parser/svelte-eslint-parser/node_modules/.pnpm/@types[email protected]/node_modules/@types/eslint/index").Scope.Reference[]' is not assignable to parameter of type 'import("/home/runner/work/svelte-eslint-parser/svelte-eslint-parser/node_modules/.pnpm/@types[email protected]/node_modules/@types/eslint-scope/index").Reference[]'.
|
lint:
src/parser/analyze-scope.ts#L133
Argument of type 'import("/home/runner/work/svelte-eslint-parser/svelte-eslint-parser/node_modules/.pnpm/@types[email protected]/node_modules/@types/eslint/index").Scope.Reference' is not assignable to parameter of type 'import("/home/runner/work/svelte-eslint-parser/svelte-eslint-parser/node_modules/.pnpm/@types[email protected]/node_modules/@types/eslint-scope/index").Reference'.
|
lint:
src/parser/analyze-scope.ts#L101
Type 'Variable' is missing the following properties from type 'Variable<Reference>': tainted, stack
|
lint:
src/parser/analyze-scope.ts#L93
Argument of type 'Variable' is not assignable to parameter of type 'Variable<Reference>'.
|
lint:
src/parser/analyze-scope.ts#L80
Expected 2 arguments, but got 0.
|
lint:
src/parser/analyze-scope.ts#L62
Argument of type 'import("/home/runner/work/svelte-eslint-parser/svelte-eslint-parser/node_modules/.pnpm/@types[email protected]/node_modules/@types/eslint/index").Scope.Reference' is not assignable to parameter of type 'import("/home/runner/work/svelte-eslint-parser/svelte-eslint-parser/node_modules/.pnpm/@types[email protected]/node_modules/@types/eslint-scope/index").Reference'.
|
lint:
src/parser/analyze-scope.ts#L59
Type 'Scope' is missing the following properties from type 'Scope<Variable<Reference>, Reference>': implicit, taints, dynamic, directCallToEvalScope, and 6 more.
|
lint:
src/parser/template.ts#L1
Unexpected 'fixme' comment: 'FIXME: Workaround to get type...'
|
lint:
src/parser/converts/const.ts#L22
Unexpected 'todo' comment: 'TODO Remove in v2 and later.'
|
lint:
src/parser/converts/attr.ts#L181
Unexpected 'fixme' comment: 'FIXME: Older parsers may use the same...'
|
lint:
src/ast/html.ts#L271
Unexpected 'todo' comment: 'TODO Remove in v2 and later.'
|