fix(deps): update dependency typedoc-plugin-markdown to v4.6.3 #22359
ci.yml
on: pull_request
Checkout and Install
2m 0s
Matrix: Run Unit Tests
Matrix: Lint with build
Run integration tests on primary Node.js version
3m 3s
Generate Configs
2m 4s
Matrix: Run Unit Tests with Project Service
Upload Codecov Coverage
0s
Publish the latest code as a canary version
0s
Annotations
43 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 (windows-latest, 20, rule-tester)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
|
Run Unit Tests (ubuntu-latest, 18, ast-spec)
The operation was canceled.
|
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 (windows-latest, 20, visitor-keys)
The operation was canceled.
|
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 (ubuntu-latest, 20, typescript-estree)
The operation was canceled.
|
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 (windows-latest, 20, typescript-estree)
The operation was canceled.
|
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, utils)
The operation was canceled.
|
Run Unit Tests (windows-latest, 20, utils)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
|
Run Unit Tests (windows-latest, 20, typescript-eslint)
The operation was canceled.
|
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, parser)
The operation was canceled.
|
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, eslint-plugin)
The operation was canceled.
|
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 (windows-latest, 20, ast-spec)
The operation was canceled.
|
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, 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, 20, visitor-keys)
The operation was canceled.
|
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, rule-tester)
The operation was canceled.
|
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 operation was canceled.
|
Run Unit Tests (ubuntu-latest, 20, parser)
The strategy configuration was canceled because "unit_tests.ubuntu-latest_20_ast-spec" failed
|
Run Unit Tests (ubuntu-latest, 18, eslint-plugin)
The operation was canceled.
|
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, type-utils)
The operation was canceled.
|
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, 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
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
eslint-plugin-internal-coverage
Expired
|
4.34 KB |
sha256:9a6575a15d864382df9cf8587cc49bb1b5d7fe48609e9230fd9106145f3a2d31
|
|
scope-manager-coverage
Expired
|
19.9 KB |
sha256:0e600fe03449dd9dd206ba4b394623901bfc3e116f19879f92b86026e760cfee
|
|
type-utils-coverage
Expired
|
5.17 KB |
sha256:c314b0d63dbdd85aba6fe46cb5184a86e91d1022825d4892f94406a02c113603
|
|
typescript-eslint-coverage
Expired
|
828 Bytes |
sha256:419d3412f2a5023ea84adc6b104622b9701cef7cdc95a7837679f52b258e379c
|
|
utils-coverage
Expired
|
2.08 KB |
sha256:76cec3e069c1b7ce9399b1571dc3f1fa94f1c96c895ed42b2e7795d7ac6f3baf
|
|