Skip to content

fix(deps): update dependency eslint-scope to v9 #2982

fix(deps): update dependency eslint-scope to v9

fix(deps): update dependency eslint-scope to v9 #2982

Triggered via pull request February 12, 2026 16:48
Status Failure
Total duration 4m 8s
Artifacts

NodeCI.yml

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

Annotations

10 errors and 5 warnings
lint: src/parser/analyze-scope.ts#L123
'scopeManager.globalScope' is possibly 'null'.
lint: src/parser/analyze-scope.ts#L91
'b.node.range' is possibly 'undefined'.
lint: src/parser/analyze-scope.ts#L91
'a.node.range' is possibly 'undefined'.
lint: src/parser/analyze-scope.ts#L89
Type 'Identifier | JSXIdentifier' is not assignable to type 'Identifier'.
lint: src/parser/analyze-scope.ts#L80
Expected 2 arguments, but got 0.
lint: src/parser/analyze-scope.ts#L52
'scopeManager.globalScope' is possibly 'null'.
lint: src/context/script-let.ts#L778
Type 'SvelteNode' is not assignable to type 'ForInStatement | ForOfStatement | FunctionDeclaration | ClassDeclaration | CatchClause | ... 7 more ... | VariableDeclarator'.
lint: src/context/script-let.ts#L535
Type 'SvelteEachBlock' is not assignable to type 'ForInStatement | ForOfStatement | FunctionDeclaration | ClassDeclaration | CatchClause | ... 7 more ... | VariableDeclarator'.
lint: src/context/script-let.ts#L378
Type 'TSTypeParameter' is not assignable to type 'ForInStatement | ForOfStatement | FunctionDeclaration | ClassDeclaration | CatchClause | ... 7 more ... | VariableDeclarator'.
lint: 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.
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.'
lint: eslint.config.mjs#L49
Unexpected 'fixme' comment: 'FIXME: Turning off this rule because it...'