Skip to content

Commit ba4f59f

Browse files
author
TypeScript Bot
authored
Update user baselines (microsoft#36578)
1 parent ef8eb0c commit ba4f59f

File tree

8 files changed

+253
-225
lines changed

8 files changed

+253
-225
lines changed

tests/baselines/reference/docker/azure-sdk.log

+9-9
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
4343
XX of XX: [@azure/service-bus] completed successfully in ? seconds
4444
npm ERR! code ELIFECYCLE
4545
npm ERR! errno 2
46-
npm ERR! @azure/[email protected].7 build:es6: `tsc -p tsconfig.json`
46+
npm ERR! @azure/[email protected].8 build:es6: `tsc -p tsconfig.json`
4747
npm ERR! Exit status 2
4848
npm ERR!
49-
npm ERR! Failed at the @azure/[email protected].7 build:es?script.
49+
npm ERR! Failed at the @azure/[email protected].8 build:es?script.
5050
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
5151
npm ERR! A complete log of this run can be found in:
5252
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
@@ -142,26 +142,26 @@ npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
142142
@azure/storage-file-datalake (? seconds)
143143
npm ERR! code ELIFECYCLE
144144
npm ERR! errno 2
145-
npm ERR! @azure/[email protected].7 build:es6: `tsc -p tsconfig.json`
145+
npm ERR! @azure/[email protected].8 build:es6: `tsc -p tsconfig.json`
146146
npm ERR! Exit status 2
147147
npm ERR!
148-
npm ERR! Failed at the @azure/[email protected].7 build:es?script.
148+
npm ERR! Failed at the @azure/[email protected].8 build:es?script.
149149
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
150150
npm ERR! A complete log of this run can be found in:
151151
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
152152
================================
153-
Error: Project(s) failed to build
153+
Error: Project(s) failed
154154
rush rebuild - Errors! ( ? seconds)
155155

156156

157157

158158
Standard error:
159159

160-
XX of XX: [@azure/app-configuration] failed to build!
160+
XX of XX: [@azure/app-configuration] failed!
161161
XX of XX: [@azure/cosmos] completed with warnings in ? seconds
162-
XX of XX: [@azure/eventhubs-checkpointstore-blob] failed to build!
163-
XX of XX: [@azure/keyvault-certificates] failed to build!
164-
XX of XX: [@azure/storage-file-datalake] failed to build!
162+
XX of XX: [@azure/eventhubs-checkpointstore-blob] failed!
163+
XX of XX: [@azure/keyvault-certificates] failed!
164+
XX of XX: [@azure/storage-file-datalake] failed!
165165
[@azure/app-configuration] Returned error code: 2
166166
[@azure/eventhubs-checkpointstore-blob] Returned error code: 2
167167
[@azure/keyvault-certificates] Returned error code: 2

tests/baselines/reference/docker/office-ui-fabric.log

+145-167
Large diffs are not rendered by default.
+17-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
1-
Exit Code: 0
1+
Exit Code: 1
22
Standard output:
33
yarn run vX.X.X
44
$ gulp compile --max_old_space_size=4095
55
[XX:XX:XX] Node flags detected: --max_old_space_size=4095
66
[XX:XX:XX] Using gulpfile /vscode/gulpfile.js
7-
Done in ?s.
7+
[XX:XX:XX] Error: /vscode/extensions/typescript-language-features/src/protocol.d.ts(13,3): Duplicate identifier 'PrepareCallHierarchy'.
8+
[XX:XX:XX] Error: /vscode/extensions/typescript-language-features/src/protocol.d.ts(14,3): Duplicate identifier 'ProvideCallHierarchyIncomingCalls'.
9+
[XX:XX:XX] Error: /vscode/extensions/typescript-language-features/src/protocol.d.ts(15,3): Duplicate identifier 'ProvideCallHierarchyOutgoingCalls'.
10+
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
811

912

1013

1114
Standard error:
15+
[XX:XX:XX] 'compile' errored after ?s
16+
[XX:XX:XX] Error: Found 3 errors
17+
at Stream.<anonymous> (/vscode/build/lib/reporter.js:74:29)
18+
at _end (/vscode/node_modules/through/index.js:65:9)
19+
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
20+
at StreamFilter.onend (/vscode/node_modules/readable-stream/lib/_stream_readable.js:570:10)
21+
at Object.onceWrapper (events.js:286:20)
22+
at StreamFilter.emit (events.js:203:15)
23+
at StreamFilter.EventEmitter.emit (domain.js:466:23)
24+
at endReadableNT (/vscode/node_modules/readable-stream/lib/_stream_readable.js:992:12)
25+
at process._tickCallback (internal/process/next_tick.js:63:19)
26+
error Command failed with exit code 1.

tests/baselines/reference/user/chrome-devtools-frontend.log

+1
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,7 @@ node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighth
680680
Type 'number' is not assignable to type 'void'.
681681
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(19744,7): error TS2339: Property 'expected' does not exist on type 'Error'.
682682
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(20005,8): error TS2339: Property 'runLighthouseForConnection' does not exist on type 'Window & typeof globalThis'.
683+
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(20015,15): error TS2554: Expected 0 arguments, but got 1.
683684
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(20035,8): error TS2339: Property 'runLighthouseInWorker' does not exist on type 'Window & typeof globalThis'.
684685
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(20039,15): error TS2339: Property 'runLighthouseForConnection' does not exist on type 'Window & typeof globalThis'.
685686
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(20046,8): error TS2339: Property 'getDefaultCategories' does not exist on type 'Window & typeof globalThis'.

tests/baselines/reference/user/follow-redirects.log

+15-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
Exit Code: 1
22
Standard output:
3-
node_modules/follow-redirects/index.js(82,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
4-
node_modules/follow-redirects/index.js(83,10): error TS2339: Property 'abort' does not exist on type 'RedirectableRequest'.
5-
node_modules/follow-redirects/index.js(130,10): error TS2339: Property 'once' does not exist on type 'RedirectableRequest'.
6-
node_modules/follow-redirects/index.js(133,12): error TS2339: Property 'socket' does not exist on type 'RedirectableRequest'.
7-
node_modules/follow-redirects/index.js(143,8): error TS2339: Property 'once' does not exist on type 'RedirectableRequest'.
8-
node_modules/follow-redirects/index.js(144,8): error TS2339: Property 'once' does not exist on type 'RedirectableRequest'.
9-
node_modules/follow-redirects/index.js(214,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
10-
node_modules/follow-redirects/index.js(253,16): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
11-
node_modules/follow-redirects/index.js(303,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
12-
node_modules/follow-redirects/index.js(337,35): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
3+
node_modules/follow-redirects/index.js(96,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
4+
node_modules/follow-redirects/index.js(97,10): error TS2339: Property 'abort' does not exist on type 'RedirectableRequest'.
5+
node_modules/follow-redirects/index.js(144,10): error TS2339: Property 'once' does not exist on type 'RedirectableRequest'.
6+
node_modules/follow-redirects/index.js(147,12): error TS2339: Property 'socket' does not exist on type 'RedirectableRequest'.
7+
node_modules/follow-redirects/index.js(157,8): error TS2339: Property 'once' does not exist on type 'RedirectableRequest'.
8+
node_modules/follow-redirects/index.js(158,8): error TS2339: Property 'once' does not exist on type 'RedirectableRequest'.
9+
node_modules/follow-redirects/index.js(228,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
10+
node_modules/follow-redirects/index.js(267,16): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
11+
node_modules/follow-redirects/index.js(317,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
12+
node_modules/follow-redirects/index.js(343,35): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
1313
Type 'undefined' is not assignable to type 'string'.
14-
node_modules/follow-redirects/index.js(345,14): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
15-
node_modules/follow-redirects/index.js(357,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
14+
node_modules/follow-redirects/index.js(354,14): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
15+
node_modules/follow-redirects/index.js(366,13): error TS2339: Property 'cause' does not exist on type 'CustomError'.
16+
node_modules/follow-redirects/index.js(367,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
17+
node_modules/follow-redirects/index.js(374,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
18+
node_modules/follow-redirects/index.js(483,25): error TS2339: Property 'code' does not exist on type 'Error'.
1619

1720

1821

tests/baselines/reference/user/puppeteer.log

+15-14
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ lib/Coverage.js(208,15): error TS2503: Cannot find namespace 'Protocol'.
2222
lib/EmulationManager.js(36,16): error TS2503: Cannot find namespace 'Protocol'.
2323
lib/ExecutionContext.js(26,15): error TS2503: Cannot find namespace 'Protocol'.
2424
lib/ExecutionContext.js(158,18): error TS2503: Cannot find namespace 'Protocol'.
25+
lib/ExecutionContext.js(186,14): error TS2503: Cannot find namespace 'Protocol'.
2526
lib/FrameManager.js(151,15): error TS2503: Cannot find namespace 'Protocol'.
2627
lib/FrameManager.js(173,15): error TS2503: Cannot find namespace 'Protocol'.
2728
lib/FrameManager.js(230,15): error TS2503: Cannot find namespace 'Protocol'.
@@ -42,7 +43,7 @@ lib/NetworkManager.js(295,15): error TS2503: Cannot find namespace 'Protocol'.
4243
lib/NetworkManager.js(319,15): error TS2503: Cannot find namespace 'Protocol'.
4344
lib/NetworkManager.js(529,15): error TS2503: Cannot find namespace 'Protocol'.
4445
lib/NetworkManager.js(668,15): error TS2503: Cannot find namespace 'Protocol'.
45-
lib/Page.js(94,33): error TS2345: Argument of type 'CDPSession' is not assignable to parameter of type 'Puppeteer.CDPSession'.
46+
lib/Page.js(93,33): error TS2345: Argument of type 'CDPSession' is not assignable to parameter of type 'Puppeteer.CDPSession'.
4647
Types of property 'on' are incompatible.
4748
Type '(event: string | symbol, listener: (...args: any[]) => void) => CDPSession' is not assignable to type '<T extends string | number | symbol>(event: T, listener: (arg: any) => void) => CDPSession'.
4849
Types of parameters 'event' and 'event' are incompatible.
@@ -52,20 +53,20 @@ lib/Page.js(94,33): error TS2345: Argument of type 'CDPSession' is not assignabl
5253
Type 'T' is not assignable to type 'symbol'.
5354
Type 'string | number | symbol' is not assignable to type 'symbol'.
5455
Type 'string' is not assignable to type 'symbol'.
55-
lib/Page.js(147,15): error TS2503: Cannot find namespace 'Protocol'.
56-
lib/Page.js(220,15): error TS2503: Cannot find namespace 'Protocol'.
57-
lib/Page.js(388,20): error TS2503: Cannot find namespace 'Protocol'.
58-
lib/Page.js(451,7): error TS2740: Type '(...args: any[]) => Promise<any>' is missing the following properties from type 'Window': applicationCache, clientInformation, closed, customElements, and 222 more.
59-
lib/Page.js(461,9): error TS2349: This expression is not callable.
56+
lib/Page.js(142,15): error TS2503: Cannot find namespace 'Protocol'.
57+
lib/Page.js(217,15): error TS2503: Cannot find namespace 'Protocol'.
58+
lib/Page.js(385,20): error TS2503: Cannot find namespace 'Protocol'.
59+
lib/Page.js(448,7): error TS2740: Type '(...args: any[]) => Promise<any>' is missing the following properties from type 'Window': applicationCache, clientInformation, closed, customElements, and 222 more.
60+
lib/Page.js(458,9): error TS2349: This expression is not callable.
6061
Type 'Window' has no call signatures.
61-
lib/Page.js(497,15): error TS2503: Cannot find namespace 'Protocol'.
62-
lib/Page.js(507,22): error TS2503: Cannot find namespace 'Protocol'.
63-
lib/Page.js(520,15): error TS2503: Cannot find namespace 'Protocol'.
64-
lib/Page.js(530,15): error TS2503: Cannot find namespace 'Protocol'.
65-
lib/Page.js(555,15): error TS2503: Cannot find namespace 'Protocol'.
66-
lib/Page.js(608,14): error TS2503: Cannot find namespace 'Protocol'.
67-
lib/Page.js(944,19): error TS2503: Cannot find namespace 'Protocol'.
68-
lib/Page.js(1354,15): error TS2503: Cannot find namespace 'Protocol'.
62+
lib/Page.js(494,15): error TS2503: Cannot find namespace 'Protocol'.
63+
lib/Page.js(504,22): error TS2503: Cannot find namespace 'Protocol'.
64+
lib/Page.js(517,15): error TS2503: Cannot find namespace 'Protocol'.
65+
lib/Page.js(527,15): error TS2503: Cannot find namespace 'Protocol'.
66+
lib/Page.js(552,15): error TS2503: Cannot find namespace 'Protocol'.
67+
lib/Page.js(605,14): error TS2503: Cannot find namespace 'Protocol'.
68+
lib/Page.js(941,19): error TS2503: Cannot find namespace 'Protocol'.
69+
lib/Page.js(1352,15): error TS2503: Cannot find namespace 'Protocol'.
6970
lib/Target.js(23,15): error TS2503: Cannot find namespace 'Protocol'.
7071
lib/Target.js(87,7): error TS2322: Type 'Promise<Worker | Worker>' is not assignable to type 'Promise<Worker>'.
7172
Type 'Worker | Worker' is not assignable to type 'Worker'.

tests/baselines/reference/user/sift.log

+47-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,52 @@
11
Exit Code: 1
22
Standard output:
3-
node_modules/sift/index.d.ts(80,15): error TS2307: Cannot find module './core'.
3+
node_modules/sift/src/core.ts(13,3): error TS7010: 'reset', which lacks return-type annotation, implicitly has an 'any' return type.
4+
node_modules/sift/src/core.ts(14,3): error TS7010: 'next', which lacks return-type annotation, implicitly has an 'any' return type.
5+
node_modules/sift/src/core.ts(48,27): error TS7024: Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
6+
node_modules/sift/src/core.ts(85,3): error TS2564: Property 'success' has no initializer and is not definitely assigned in the constructor.
7+
node_modules/sift/src/core.ts(86,3): error TS2564: Property 'done' has no initializer and is not definitely assigned in the constructor.
8+
node_modules/sift/src/core.ts(99,12): error TS7010: 'next', which lacks return-type annotation, implicitly has an 'any' return type.
9+
node_modules/sift/src/core.ts(103,3): error TS2564: Property 'success' has no initializer and is not definitely assigned in the constructor.
10+
node_modules/sift/src/core.ts(104,3): error TS2564: Property 'done' has no initializer and is not definitely assigned in the constructor.
11+
node_modules/sift/src/core.ts(126,12): error TS7010: 'next', which lacks return-type annotation, implicitly has an 'any' return type.
12+
node_modules/sift/src/core.ts(179,7): error TS2345: Argument of type '(value: any, key: string | number, owner: any) => boolean' is not assignable to parameter of type 'Tester'.
13+
Types of parameters 'key' and 'key' are incompatible.
14+
Type 'string | number | undefined' is not assignable to type 'string | number'.
15+
Type 'undefined' is not assignable to type 'string | number'.
16+
node_modules/sift/src/core.ts(195,30): error TS7006: Parameter 'a' implicitly has an 'any' type.
17+
node_modules/sift/src/core.ts(200,12): error TS7006: Parameter 'b' implicitly has an 'any' type.
18+
node_modules/sift/src/core.ts(203,10): error TS7006: Parameter 'b' implicitly has an 'any' type.
19+
node_modules/sift/src/core.ts(207,11): error TS2564: Property '_test' has no initializer and is not definitely assigned in the constructor.
20+
node_modules/sift/src/core.ts(211,8): error TS7006: Parameter 'item' implicitly has an 'any' type.
21+
node_modules/sift/src/core.ts(242,51): error TS7051: Parameter has a name but no type. Did you mean 'arg0: any'?
22+
node_modules/sift/src/core.ts(248,9): error TS7006: Parameter 'b' implicitly has an 'any' type.
23+
node_modules/sift/src/core.ts(261,13): error TS7006: Parameter 'a' implicitly has an 'any' type.
24+
node_modules/sift/src/core.ts(261,16): error TS7006: Parameter 'b' implicitly has an 'any' type.
25+
node_modules/sift/src/core.ts(283,31): error TS7024: Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
26+
node_modules/sift/src/core.ts(290,12): error TS7022: 'selfOperations' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
27+
node_modules/sift/src/core.ts(334,31): error TS7024: Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
28+
node_modules/sift/src/core.ts(336,9): error TS7034: Variable 'nestedOperations' implicitly has type 'any[]' in some locations where its type cannot be determined.
29+
node_modules/sift/src/core.ts(339,29): error TS7005: Variable 'nestedOperations' implicitly has an 'any[]' type.
30+
node_modules/sift/src/operations.ts(18,11): error TS2564: Property '_test' has no initializer and is not definitely assigned in the constructor.
31+
node_modules/sift/src/operations.ts(35,11): error TS2564: Property '_queryOperation' has no initializer and is not definitely assigned in the constructor.
32+
node_modules/sift/src/operations.ts(61,11): error TS2564: Property '_ops' has no initializer and is not definitely assigned in the constructor.
33+
node_modules/sift/src/operations.ts(63,33): error TS7006: Parameter 'op' implicitly has an 'any' type.
34+
node_modules/sift/src/operations.ts(147,5): error TS7006: Parameter 'b' implicitly has an 'any' type.
35+
node_modules/sift/src/operations.ts(166,5): error TS7006: Parameter 'b' implicitly has an 'any' type.
36+
node_modules/sift/src/operations.ts(174,23): error TS7006: Parameter 'b' implicitly has an 'any' type.
37+
node_modules/sift/src/operations.ts(181,7): error TS7034: Variable 'test' implicitly has type 'any' in some locations where its type cannot be determined.
38+
node_modules/sift/src/operations.ts(185,15): error TS2591: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i @types/node` and then add `node` to the types field in your tsconfig.
39+
node_modules/sift/src/operations.ts(193,30): error TS7006: Parameter 'b' implicitly has an 'any' type.
40+
node_modules/sift/src/operations.ts(193,35): error TS7005: Variable 'test' implicitly has an 'any' type.
41+
node_modules/sift/src/utils.ts(2,27): error TS7006: Parameter 'a' implicitly has an 'any' type.
42+
node_modules/sift/src/utils.ts(2,30): error TS7006: Parameter 'b' implicitly has an 'any' type.
43+
node_modules/sift/src/utils.ts(3,36): error TS7006: Parameter 'type' implicitly has an 'any' type.
44+
node_modules/sift/src/utils.ts(5,19): error TS7006: Parameter 'value' implicitly has an 'any' type.
45+
node_modules/sift/src/utils.ts(10,22): error TS7006: Parameter 'value' implicitly has an 'any' type.
46+
node_modules/sift/src/utils.ts(12,27): error TS7024: Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
47+
node_modules/sift/src/utils.ts(27,32): error TS7006: Parameter 'value' implicitly has an 'any' type.
48+
node_modules/sift/src/utils.ts(38,24): error TS7006: Parameter 'a' implicitly has an 'any' type.
49+
node_modules/sift/src/utils.ts(38,27): error TS7006: Parameter 'b' implicitly has an 'any' type.
450

551

652

0 commit comments

Comments
 (0)