Skip to content

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

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

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

Triggered via pull request July 31, 2025 09:09
Status Failure
Total duration 1m 28s
Artifacts

pkg.pr.new.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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.