Skip to content

chore(deps): update dependency stylelint to v16.19.1 #22356

chore(deps): update dependency stylelint to v16.19.1

chore(deps): update dependency stylelint to v16.19.1 #22356

Triggered via pull request May 2, 2025 20:01
Status Failure
Total duration 13m 8s
Artifacts 1

ci.yml

on: pull_request
Checkout and Install
1m 53s
Checkout and Install
Build All Packages
2m 13s
Build All Packages
Matrix: Lint without build
Matrix: Run Unit Tests
Matrix: Lint with build
Run integration tests on primary Node.js version
2m 50s
Run integration tests on primary Node.js version
Generate Configs
2m 0s
Generate Configs
Matrix: Run Unit Tests with Project Service
Upload Codecov Coverage
0s
Upload Codecov Coverage
Publish the latest code as a canary version
0s
Publish the latest code as a canary version
Fit to window
Zoom out
Zoom in

Annotations

46 errors
tests/fixtures.test.ts > AST Fixtures > legacy-fixtures > basics > object-with-typed-methods > AST Alignment - AST: packages/ast-spec/tests/fixtures.test.ts#L264
Error: Snapshot `AST Fixtures > legacy-fixtures > basics > object-with-typed-methods > AST Alignment - AST 1` mismatched - Expected + Received @@ -46,31 +46,10 @@ }, kind: 'init', method: true, - optional: false, shorthand: false, - + typeParameters: TSTypeParameterDeclaration { - + type: 'TSTypeParameterDeclaration', - + params: Array [ - + TSTypeParameter { - + type: 'TSTypeParameter', - + name: 'T', - + - + range: [101, 102], - + loc: { - + start: { column: 14, line: 4 }, - + end: { column: 15, line: 4 }, - + }, - + }, - + ], - + - + range: [100, 103], - + loc: { - + start: { column: 13, line: 4 }, - + end: { column: 16, line: 4 }, - + }, - + }, value: FunctionExpression { type: 'FunctionExpression', async: false, body: BlockStatement { type: 'BlockStatement', @@ -124,51 +103,50 @@ loc: { start: { column: 18, line: 4 }, end: { column: 26, line: 4 }, }, }, - - typeParameters: TSTypeParameterDeclaration { + typeParameters: TSTypeParameterDeclaration { - - type: 'TSTypeParameterDeclaration', + type: 'TSTypeParameterDeclaration', - - params: Array [ + params: Array [ - - TSTypeParameter { + TSTypeParameter { - - type: 'TSTypeParameter', + type: 'TSTypeParameter', - const: false, - in: false, - name: Identifier { - type: 'Identifier', - decorators: Array [], - name: 'T', - optional: false, - + - - range: [101, 102], - loc: { - start: { column: 14, line: 4 }, - end: { column: 15, line: 4 }, - }, - }, - out: false, - - - - range: [101, 102], + + name: 'T', + + range: [101, 102], - - loc: { + loc: { - - start: { column: 14, line: 4 }, + start: { column: 14, line: 4 }, - - end: { column: 15, line: 4 }, + end: { column: 15, line: 4 }, - - }, + }, - - }, + }, - - ], + ], - - - - range: [100, 103], + + range: [100, 103], - - loc: { + loc: { - - start: { column: 13, line: 4 }, + start: { column: 13, line: 4 }, - - end: { column: 16, line: 4 }, + end: { column: 16, line: 4 }, - - }, + }, - - }, + }, - - - - range: [100, 133], - + range: [103, 133], + + range: [100, 133], loc: { - - start: { column: 13, line: 4 }, - +
tests/fixtures.test.ts > AST Fixtures > legacy-fixtures > basics > object-with-typed-methods > Babel - AST: packages/ast-spec/tests/fixtures.test.ts#L245
Error: Snapshot `AST Fixtures > legacy-fixtures > basics > object-with-typed-methods > Babel - AST 1` mismatched - Expected + Received @@ -33,31 +33,10 @@ }, }, kind: "init", method: true, shorthand: false, - typeParameters: TSTypeParameterDeclaration { - type: "TSTypeParameterDeclaration", - params: [ - TSTypeParameter { - type: "TSTypeParameter", - name: "T", - - range: [101, 102], - loc: { - start: { column: 14, line: 4 }, - end: { column: 15, line: 4 }, - }, - }, - ], - - range: [100, 103], - loc: { - start: { column: 13, line: 4 }, - end: { column: 16, line: 4 }, - }, - }, value: FunctionExpression { type: "FunctionExpression", async: false, body: BlockStatement { type: "BlockStatement", @@ -110,62 +89,62 @@ loc: { start: { column: 18, line: 4 }, end: { column: 26, line: 4 }, }, }, - - range: [103, 133], - loc: { - start: { column: 16, line: 4 }, - end: { column: 3, line: 6 }, - }, - }, - - range: [89, 133], + typeParameters: TSTypeParameterDeclaration { + type: "TSTypeParameterDeclaration", + params: [ + TSTypeParameter { + type: "TSTypeParameter", + name: "T", + + range: [101, 102], - loc: { + loc: { - start: { column: 2, line: 4 }, + start: { column: 14, line: 4 }, - end: { column: 3, line: 6 }, + end: { column: 15, line: 4 }, - }, - }, + }, + }, - Property { - type: "Property", - computed: false, - key: Identifier { + ], + + range: [100, 103], + loc: { + start: { column: 13, line: 4 }, + end: { column: 16, line: 4 }, - type: "Identifier", + }, - name: "foo", + }, - range: [137, 140], + range: [100, 133], loc: { - start: { column: 2, line: 7 }, + start: { column: 13, line: 4 }, - end: { column: 5, line: 7 }, + end: { column: 3, line: 6 }, }, }, - kind: "init", + + range: [89, 133], - method: true, - shorthand: false, - typeParameters: TSTypeParameterDeclaration { + loc: { + start: { column: 2, line: 4 }, + end: { column: 3, line: 6 }, + }, + }, + Property { - type: "TSTypeParameterDeclaration", + type: "Property", - params: [ - TSTypeParameter { + computed: false, + key: Identifier { - type: "TSTypeParameter", + type: "Identifier", - name: "T", + name: "foo", - range: [141, 142], +
tests/fixtures.test.ts > AST Fixtures > legacy-fixtures > basics > type-alias-declaration-export > AST Alignment - AST: packages/ast-spec/tests/fixtures.test.ts#L264
Error: Snapshot `AST Fixtures > legacy-fixtures > basics > type-alias-declaration-export > AST Alignment - AST 1` mismatched - Expected + Received @@ -72,12 +72,11 @@ start: { column: 0, line: 3 }, end: { column: 40, line: 3 }, }, }, ], - - sourceType: 'module', - + sourceType: 'script', + sourceType: 'module', range: [73, 114], loc: { start: { column: 0, line: 3 }, end: { column: 0, line: 4 }, ❯ tests/fixtures.test.ts:264:13
tests/fixtures.test.ts > AST Fixtures > legacy-fixtures > basics > type-alias-declaration-export > Babel - AST: packages/ast-spec/tests/fixtures.test.ts#L245
Error: Snapshot `AST Fixtures > legacy-fixtures > basics > type-alias-declaration-export > Babel - AST 1` mismatched - Expected + Received @@ -61,11 +61,11 @@ start: { column: 0, line: 3 }, end: { column: 40, line: 3 }, }, }, ], - sourceType: "script", + sourceType: "module", range: [73, 114], loc: { start: { column: 0, line: 3 }, end: { column: 0, line: 4 }, ❯ tests/fixtures.test.ts:245:13
tests/fixtures.test.ts > AST Fixtures > legacy-fixtures > basics > type-alias-declaration-export-function-type > AST Alignment - AST: packages/ast-spec/tests/fixtures.test.ts#L264
Error: Snapshot `AST Fixtures > legacy-fixtures > basics > type-alias-declaration-export-function-type > AST Alignment - AST 1` mismatched - Expected + Received @@ -104,12 +104,11 @@ start: { column: 0, line: 3 }, end: { column: 47, line: 3 }, }, }, ], - - sourceType: 'module', - + sourceType: 'script', + sourceType: 'module', range: [73, 121], loc: { start: { column: 0, line: 3 }, end: { column: 0, line: 4 }, ❯ tests/fixtures.test.ts:264:13
tests/fixtures.test.ts > AST Fixtures > legacy-fixtures > basics > type-alias-declaration-export-function-type > Babel - AST: packages/ast-spec/tests/fixtures.test.ts#L245
Error: Snapshot `AST Fixtures > legacy-fixtures > basics > type-alias-declaration-export-function-type > Babel - AST 1` mismatched - Expected + Received @@ -89,11 +89,11 @@ start: { column: 0, line: 3 }, end: { column: 47, line: 3 }, }, }, ], - sourceType: "script", + sourceType: "module", range: [73, 121], loc: { start: { column: 0, line: 3 }, end: { column: 0, line: 4 }, ❯ tests/fixtures.test.ts:245:13
tests/fixtures.test.ts > AST Fixtures > legacy-fixtures > basics > type-alias-declaration-export-object-type > AST Alignment - AST: packages/ast-spec/tests/fixtures.test.ts#L264
Error: Snapshot `AST Fixtures > legacy-fixtures > basics > type-alias-declaration-export-object-type > AST Alignment - AST 1` mismatched - Expected + Received @@ -97,12 +97,11 @@ start: { column: 0, line: 3 }, end: { column: 2, line: 5 }, }, }, ], - - sourceType: 'module', - + sourceType: 'script', + sourceType: 'module', range: [73, 124], loc: { start: { column: 0, line: 3 }, end: { column: 0, line: 6 }, ❯ tests/fixtures.test.ts:264:13
tests/fixtures.test.ts > AST Fixtures > legacy-fixtures > basics > type-alias-declaration-export-object-type > Babel - AST: packages/ast-spec/tests/fixtures.test.ts#L245
Error: Snapshot `AST Fixtures > legacy-fixtures > basics > type-alias-declaration-export-object-type > Babel - AST 1` mismatched - Expected + Received @@ -81,11 +81,11 @@ start: { column: 0, line: 3 }, end: { column: 2, line: 5 }, }, }, ], - sourceType: "script", + sourceType: "module", range: [73, 124], loc: { start: { column: 0, line: 3 }, end: { column: 0, line: 6 }, ❯ tests/fixtures.test.ts:245:13
tests/fixtures.test.ts > AST Fixtures > special > TSTypeParameter > method-const-modifiers > AST Alignment - AST: packages/ast-spec/tests/fixtures.test.ts#L264
Error: Snapshot `AST Fixtures > special > TSTypeParameter > method-const-modifiers > AST Alignment - AST 1` mismatched - Expected + Received @@ -87,15 +87,13 @@ start: { column: 8, line: 2 }, end: { column: 17, line: 2 }, }, }, - - range: [18, 32], + range: [18, 32], - + range: [27, 32], loc: { - - start: { column: 8, line: 2 }, + start: { column: 8, line: 2 }, - + start: { column: 17, line: 2 }, end: { column: 22, line: 2 }, }, }, range: [12, 32], @@ -165,12 +163,12 @@ range: [58, 59], loc: { start: { column: 25, line: 3 }, end: { column: 26, line: 3 }, - }, + - }, - }, + - }, - in: false, - name: Identifier { - type: 'Identifier', - decorators: Array [], - name: 'T', @@ -178,12 +176,12 @@ - - range: [48, 49], - loc: { - start: { column: 15, line: 3 }, - end: { column: 16, line: 3 }, - - }, + }, - - }, + }, - out: false, + name: 'T', range: [42, 59], loc: { @@ -198,15 +196,13 @@ start: { column: 8, line: 3 }, end: { column: 27, line: 3 }, }, }, - - range: [41, 65], + range: [41, 65], - + range: [60, 65], - loc: { + loc: { - - start: { column: 8, line: 3 }, - + start: { column: 27, line: 3 }, + start: { column: 8, line: 3 }, end: { column: 32, line: 3 }, }, }, range: [35, 65], @@ -263,20 +259,20 @@ - name: Identifier { - type: 'Identifier', - decorators: Array [], - name: 'T', - optional: false, - + name: 'T', - + - - range: [75, 76], - loc: { - start: { column: 9, line: 4 }, - end: { column: 10, line: 4 }, - }, - }, - out: false, - - + + name: 'T', + range: [75, 76], loc: { start: { column: 9, line: 4 }, end: { column: 10, line: 4 }, }, @@ -313,15 +309,13 @@ start: { column: 8, line: 4 }, end: { column: 20, line: 4 }, }, }, - - range: [74, 91], + range: [74, 91], - + range: [86, 91], loc: { - - start: { column: 8, line: 4 }, - + start: { column: 20, line: 4 }, + start: { column: 8, line: 4 }, end: { column: 25, line: 4 }, }, }, range: [68, 91], ❯ tests/fixtures.test.ts:264:13
tests/fixtures.test.ts > AST Fixtures > special > TSTypeParameter > method-const-modifiers > Babel - AST: packages/ast-spec/tests/fixtures.test.ts#L245
Error: Snapshot `AST Fixtures > special > TSTypeParameter > method-const-modifiers > Babel - AST 1` mismatched - Expected + Received @@ -59,13 +59,13 @@ start: { column: 8, line: 2 }, end: { column: 17, line: 2 }, }, }, - range: [27, 32], + range: [18, 32], loc: { - start: { column: 17, line: 2 }, + start: { column: 8, line: 2 }, end: { column: 22, line: 2 }, }, }, range: [12, 32], @@ -146,13 +146,13 @@ start: { column: 8, line: 3 }, end: { column: 27, line: 3 }, }, }, - range: [60, 65], + range: [41, 65], loc: { - start: { column: 27, line: 3 }, + start: { column: 8, line: 3 }, end: { column: 32, line: 3 }, }, }, range: [35, 65], @@ -224,13 +224,13 @@ start: { column: 8, line: 4 }, end: { column: 20, line: 4 }, }, }, - range: [86, 91], + range: [74, 91], loc: { - start: { column: 20, line: 4 }, + start: { column: 8, line: 4 }, end: { column: 25, line: 4 }, }, }, range: [68, 91], ❯ tests/fixtures.test.ts:245:13
Run Unit Tests (ubuntu-latest, 18, eslint-plugin)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (ubuntu-latest, 18, typescript-eslint)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (ubuntu-latest, 18, ast-spec)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (ubuntu-latest, 18, rule-tester)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (ubuntu-latest, 18, type-utils)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (ubuntu-latest, 20, rule-tester)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (ubuntu-latest, 20, parser)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (windows-latest, 20, eslint-plugin)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (ubuntu-latest, 20, visitor-keys)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (ubuntu-latest, 20, utils)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (ubuntu-latest, 20, scope-manager)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (windows-latest, 20, type-utils)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (windows-latest, 20, ast-spec)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (ubuntu-latest, 20, typescript-estree)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (ubuntu-latest, 20, eslint-plugin-internal)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (ubuntu-latest, 20, typescript-eslint)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (windows-latest, 20, scope-manager)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (windows-latest, 20, visitor-keys)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (windows-latest, 20, parser)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (windows-latest, 20, rule-tester)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (windows-latest, 20, typescript-estree)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (windows-latest, 20, typescript-eslint)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (windows-latest, 20, utils)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (ubuntu-latest, 18, scope-manager)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (ubuntu-latest, 18, eslint-plugin-internal)
The operation was canceled.
Run Unit Tests (ubuntu-latest, 18, eslint-plugin-internal)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (ubuntu-latest, 18, typescript-estree)
The operation was canceled.
Run Unit Tests (ubuntu-latest, 18, typescript-estree)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (ubuntu-latest, 18, utils)
The operation was canceled.
Run Unit Tests (ubuntu-latest, 18, utils)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (windows-latest, 20, eslint-plugin-internal)
The operation was canceled.
Run Unit Tests (windows-latest, 20, eslint-plugin-internal)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (ubuntu-latest, 20, eslint-plugin)
The operation was canceled.
Run Unit Tests (ubuntu-latest, 20, eslint-plugin)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
Run Unit Tests (ubuntu-latest, 18, visitor-keys)
The operation was canceled.
Run Unit Tests (ubuntu-latest, 18, visitor-keys)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed

Artifacts

Produced during runtime
Name Size Digest
type-utils-coverage Expired
5.17 KB
sha256:997e5c793b16ece725560f80c9eb6b5f18f06755c4b373ad736b1efcba501b54