Skip to content

chore(deps): update dependency @types/eslint-scope to v8 #2629

chore(deps): update dependency @types/eslint-scope to v8

chore(deps): update dependency @types/eslint-scope to v8 #2629

Triggered via pull request August 12, 2025 01:12
Status Failure
Total duration 2m 19s
Artifacts

NodeCI.yml

on: pull_request
Matrix: test-for-svelte-v3
Matrix: test
Fit to window
Zoom out
Zoom in

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.'