Skip to content

fix(deps): update dependency eslint to v10 #1157

fix(deps): update dependency eslint to v10

fix(deps): update dependency eslint to v10 #1157

Triggered via pull request March 1, 2026 05:20
Status Failure
Total duration 27s
Artifacts

pkg.pr.new.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: src/parser/analyze-scope.ts#L98
'a.node.range' is possibly 'undefined'.
build: src/parser/analyze-scope.ts#L96
Type 'Identifier | JSXIdentifier' is not assignable to type 'Identifier'.
build: src/parser/analyze-scope.ts#L91
'variable' is possibly 'undefined'.
build: src/parser/analyze-scope.ts#L89
'variable' is possibly 'undefined'.
build: src/parser/analyze-scope.ts#L87
Type 'Variable<Reference>' is not assignable to type 'Variable'.
build: src/parser/analyze-scope.ts#L43
Property 'addGlobals' is missing in type 'import("/home/runner/work/svelte-eslint-parser/svelte-eslint-parser/node_modules/.pnpm/@types+eslint-scope@8.4.0/node_modules/@types/eslint-scope/index").ScopeManager' but required in type 'import("/home/runner/work/svelte-eslint-parser/svelte-eslint-parser/node_modules/.pnpm/eslint@10.0.2/node_modules/eslint/lib/types/index").Scope.ScopeManager'.
build: src/context/script-let.ts#L778
Type 'SvelteNode' is not assignable to type 'ForInStatement | ForOfStatement | FunctionDeclaration | ClassDeclaration | CatchClause | ... 7 more ... | VariableDeclarator'.
build: src/context/script-let.ts#L535
Type 'SvelteEachBlock' is not assignable to type 'ForInStatement | ForOfStatement | FunctionDeclaration | ClassDeclaration | CatchClause | ... 7 more ... | VariableDeclarator'.
build: src/context/script-let.ts#L378
Type 'TSTypeParameter' is not assignable to type 'ForInStatement | ForOfStatement | FunctionDeclaration | ClassDeclaration | CatchClause | ... 7 more ... | VariableDeclarator'.
build: src/context/script-let.ts#L377
This comparison appears to be unintentional because the types 'ForInStatement | ForOfStatement | FunctionDeclaration | ClassDeclaration | CatchClause | ... 7 more ... | VariableDeclarator' and 'TSTypeAliasDeclaration' have no overlap.