chore(deps): update dependency @types/eslint-scope to v8 #2629
Annotations
10 errors and 4 warnings
Build:
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'.
|
Build:
src/parser/analyze-scope.ts#L334
Argument of type 'Variable' is not assignable to parameter of type 'Variable<Reference>'.
|
Build:
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'.
|
Build:
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[]'.
|
Build:
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'.
|
Build:
src/parser/analyze-scope.ts#L101
Type 'Variable' is missing the following properties from type 'Variable<Reference>': tainted, stack
|
Build:
src/parser/analyze-scope.ts#L93
Argument of type 'Variable' is not assignable to parameter of type 'Variable<Reference>'.
|
Build:
src/parser/analyze-scope.ts#L80
Expected 2 arguments, but got 0.
|
Build:
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'.
|
Build:
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.'
|
Loading