Skip to content

Commit 77f4d9f

Browse files
TypeScript Botsandersn
TypeScript Bot
authored andcommitted
Update user baselines (#34411)
1 parent 22c15a2 commit 77f4d9f

File tree

8 files changed

+133
-130
lines changed

8 files changed

+133
-130
lines changed

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Exit Code: 1
22
Standard output:
33

44
Rush Multi-Project Build Tool 5.X.X - https://rushjs.io
5-
Node.js version is 12.11.1 (pre-LTS)
5+
Node.js version is 12.12.0 (pre-LTS)
66
Starting "rush rebuild"
77
Executing a maximum of ?simultaneous processes...
88
XX of XX: [@azure/core-tracing] completed successfully in ? seconds
@@ -168,13 +168,14 @@ Warning: typings/src/receiver.d.ts:175:9 - (TS1086) An accessor cannot be declar
168168
Warning: typings/src/sender.d.ts:24:9 - (TS1086) An accessor cannot be declared in an ambient context.
169169
Warning: typings/src/serviceBusMessage.d.ts:453:9 - (TS1086) An accessor cannot be declared in an ambient context.
170170
================================
171-
BLOCKED (10)
171+
BLOCKED (11)
172172
================================
173173
@azure/identity
174174
@azure/core-amqp
175175
@azure/core-arm
176176
@azure/event-hubs
177177
@azure/app-configuration
178+
@azure/core-lro
178179
@azure/eventhubs-checkpointstore-blob
179180
@azure/keyvault-certificates
180181
@azure/keyvault-keys
@@ -215,6 +216,7 @@ Standard error:
215216
XX of XX: [@azure/core-http] failed to build!
216217
XX of XX: [@azure/app-configuration] blocked by [@azure/core-http]!
217218
XX of XX: [@azure/core-arm] blocked by [@azure/core-http]!
219+
XX of XX: [@azure/core-lro] blocked by [@azure/core-http]!
218220
XX of XX: [@azure/keyvault-certificates] blocked by [@azure/core-http]!
219221
XX of XX: [@azure/identity] blocked by [@azure/core-http]!
220222
XX of XX: [@azure/core-amqp] blocked by [@azure/core-http]!

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

+28-40
Large diffs are not rendered by default.

tests/baselines/reference/user/TypeScript-React-Native-Starter.log

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Standard output:
33
node_modules/@types/react-native/index.d.ts(3425,42): error TS2583: Cannot find name 'Map'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.
44
node_modules/@types/react-native/index.d.ts(3438,42): error TS2583: Cannot find name 'Map'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.
55
node_modules/@types/react-native/index.d.ts(8745,18): error TS2717: Subsequent property declarations must have the same type. Property 'geolocation' must be of type 'Geolocation', but here has type 'GeolocationStatic'.
6-
node_modules/@types/react/index.d.ts(369,23): error TS2583: Cannot find name 'Set'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.
6+
node_modules/@types/react/index.d.ts(373,23): error TS2583: Cannot find name 'Set'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.
77

88

99

tests/baselines/reference/user/adonis-framework.log

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ node_modules/adonis-framework/src/Config/index.js(39,15): error TS2304: Cannot f
2020
node_modules/adonis-framework/src/Config/index.js(58,15): error TS2304: Cannot find name 'Mixed'.
2121
node_modules/adonis-framework/src/Encryption/index.js(53,15): error TS2304: Cannot find name 'Mixed'.
2222
node_modules/adonis-framework/src/Encryption/index.js(71,34): error TS2769: No overload matches this call.
23-
Overload 1 of 4, '(data: Binary, input_encoding: undefined, output_encoding: HexBase64BinaryEncoding): string', gave the following error.
23+
Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: HexBase64BinaryEncoding): string', gave the following error.
2424
Argument of type 'string' is not assignable to parameter of type 'undefined'.
2525
Overload 2 of 4, '(data: string, input_encoding: "utf8" | "ascii" | "binary" | undefined, output_encoding: HexBase64BinaryEncoding): string', gave the following error.
2626
Argument of type 'string' is not assignable to parameter of type '"utf8" | "ascii" | "binary" | undefined'.
2727
node_modules/adonis-framework/src/Encryption/index.js(77,50): error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string'.
2828
node_modules/adonis-framework/src/Encryption/index.js(85,23): error TS8024: JSDoc '@param' tag has name 'value', but there is no parameter with that name.
2929
node_modules/adonis-framework/src/Encryption/index.js(87,15): error TS2304: Cannot find name 'Mixed'.
3030
node_modules/adonis-framework/src/Encryption/index.js(101,21): error TS2769: No overload matches this call.
31-
Overload 1 of 4, '(data: Binary, input_encoding: undefined, output_encoding: Utf8AsciiBinaryEncoding): string', gave the following error.
31+
Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: Utf8AsciiBinaryEncoding): string', gave the following error.
3232
Argument of type '"base64"' is not assignable to parameter of type 'undefined'.
3333
Overload 2 of 4, '(data: string, input_encoding: "base64" | "binary" | "hex" | undefined, output_encoding: Utf8AsciiBinaryEncoding): string', gave the following error.
3434
Argument of type 'string' is not assignable to parameter of type 'Utf8AsciiBinaryEncoding'.

tests/baselines/reference/user/bluebird.log

+40-41
Original file line numberDiff line numberDiff line change
@@ -23,48 +23,47 @@ node_modules/bluebird/js/release/debuggability.js(27,31): error TS2339: Property
2323
node_modules/bluebird/js/release/debuggability.js(28,24): error TS2339: Property 'env' does not exist on type 'typeof ret'.
2424
node_modules/bluebird/js/release/debuggability.js(30,29): error TS2339: Property 'env' does not exist on type 'typeof ret'.
2525
node_modules/bluebird/js/release/debuggability.js(31,25): error TS2339: Property 'env' does not exist on type 'typeof ret'.
26-
node_modules/bluebird/js/release/debuggability.js(48,14): error TS2339: Property 'isNode' does not exist on type 'typeof ret'.
27-
node_modules/bluebird/js/release/debuggability.js(172,39): error TS2339: Property 'contextBind' does not exist on type 'typeof ret'.
28-
node_modules/bluebird/js/release/debuggability.js(177,38): error TS2339: Property 'contextBind' does not exist on type 'typeof ret'.
29-
node_modules/bluebird/js/release/debuggability.js(215,28): error TS2339: Property 'global' does not exist on type 'typeof ret'.
30-
node_modules/bluebird/js/release/debuggability.js(216,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
31-
node_modules/bluebird/js/release/debuggability.js(220,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
32-
node_modules/bluebird/js/release/debuggability.js(225,28): error TS2339: Property 'global' does not exist on type 'typeof ret'.
33-
node_modules/bluebird/js/release/debuggability.js(226,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
34-
node_modules/bluebird/js/release/debuggability.js(230,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
35-
node_modules/bluebird/js/release/debuggability.js(241,30): error TS2339: Property 'global' does not exist on type 'typeof ret'.
36-
node_modules/bluebird/js/release/debuggability.js(246,26): error TS2339: Property 'global' does not exist on type 'typeof ret'.
37-
node_modules/bluebird/js/release/debuggability.js(252,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
38-
node_modules/bluebird/js/release/debuggability.js(268,17): error TS2403: Subsequent variable declarations must have the same type. Variable 'event' must be of type 'CustomEvent<any>', but here has type 'Event'.
39-
node_modules/bluebird/js/release/debuggability.js(269,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
40-
node_modules/bluebird/js/release/debuggability.js(275,26): error TS2339: Property 'detail' does not exist on type 'Event'.
41-
node_modules/bluebird/js/release/debuggability.js(283,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
42-
node_modules/bluebird/js/release/debuggability.js(299,14): error TS2339: Property 'isNode' does not exist on type 'typeof ret'.
43-
node_modules/bluebird/js/release/debuggability.js(301,48): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '["multipleResolves", MultipleResolveListener]'.
44-
node_modules/bluebird/js/release/debuggability.js(304,19): error TS2339: Property 'global' does not exist on type 'typeof ret'.
45-
node_modules/bluebird/js/release/debuggability.js(311,31): error TS2339: Property 'global' does not exist on type 'typeof ret'.
46-
node_modules/bluebird/js/release/debuggability.js(313,31): error TS2339: Property 'global' does not exist on type 'typeof ret'.
47-
node_modules/bluebird/js/release/debuggability.js(344,56): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'any[]'.
26+
node_modules/bluebird/js/release/debuggability.js(156,39): error TS2339: Property 'contextBind' does not exist on type 'typeof ret'.
27+
node_modules/bluebird/js/release/debuggability.js(161,38): error TS2339: Property 'contextBind' does not exist on type 'typeof ret'.
28+
node_modules/bluebird/js/release/debuggability.js(199,28): error TS2339: Property 'global' does not exist on type 'typeof ret'.
29+
node_modules/bluebird/js/release/debuggability.js(200,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
30+
node_modules/bluebird/js/release/debuggability.js(204,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
31+
node_modules/bluebird/js/release/debuggability.js(209,28): error TS2339: Property 'global' does not exist on type 'typeof ret'.
32+
node_modules/bluebird/js/release/debuggability.js(210,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
33+
node_modules/bluebird/js/release/debuggability.js(214,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
34+
node_modules/bluebird/js/release/debuggability.js(225,30): error TS2339: Property 'global' does not exist on type 'typeof ret'.
35+
node_modules/bluebird/js/release/debuggability.js(230,26): error TS2339: Property 'global' does not exist on type 'typeof ret'.
36+
node_modules/bluebird/js/release/debuggability.js(236,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
37+
node_modules/bluebird/js/release/debuggability.js(252,17): error TS2403: Subsequent variable declarations must have the same type. Variable 'event' must be of type 'CustomEvent<any>', but here has type 'Event'.
38+
node_modules/bluebird/js/release/debuggability.js(253,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
39+
node_modules/bluebird/js/release/debuggability.js(259,26): error TS2339: Property 'detail' does not exist on type 'Event'.
40+
node_modules/bluebird/js/release/debuggability.js(267,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
41+
node_modules/bluebird/js/release/debuggability.js(283,14): error TS2339: Property 'isNode' does not exist on type 'typeof ret'.
42+
node_modules/bluebird/js/release/debuggability.js(285,48): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '["multipleResolves", MultipleResolveListener]'.
43+
node_modules/bluebird/js/release/debuggability.js(288,19): error TS2339: Property 'global' does not exist on type 'typeof ret'.
44+
node_modules/bluebird/js/release/debuggability.js(295,31): error TS2339: Property 'global' does not exist on type 'typeof ret'.
45+
node_modules/bluebird/js/release/debuggability.js(297,31): error TS2339: Property 'global' does not exist on type 'typeof ret'.
46+
node_modules/bluebird/js/release/debuggability.js(328,56): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'any[]'.
4847
Type 'IArguments' is missing the following properties from type 'any[]': pop, push, concat, join, and 26 more.
49-
node_modules/bluebird/js/release/debuggability.js(376,18): error TS2339: Property 'isObject' does not exist on type 'typeof ret'.
50-
node_modules/bluebird/js/release/debuggability.js(452,51): error TS2554: Expected 0 arguments, but got 1.
51-
node_modules/bluebird/js/release/debuggability.js(466,18): error TS2339: Property 'isArray' does not exist on type 'typeof ret'.
52-
node_modules/bluebird/js/release/debuggability.js(538,18): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'.
53-
node_modules/bluebird/js/release/debuggability.js(540,18): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'.
54-
node_modules/bluebird/js/release/debuggability.js(605,19): error TS2350: Only a void function can be called with the 'new' keyword.
55-
node_modules/bluebird/js/release/debuggability.js(676,59): error TS2554: Expected 0 arguments, but got 1.
56-
node_modules/bluebird/js/release/debuggability.js(715,18): error TS2339: Property 'isObject' does not exist on type 'typeof ret'.
57-
node_modules/bluebird/js/release/debuggability.js(762,46): error TS2554: Expected 0 arguments, but got 1.
58-
node_modules/bluebird/js/release/debuggability.js(850,5): error TS2721: Cannot invoke an object which is possibly 'null'.
59-
node_modules/bluebird/js/release/debuggability.js(853,6): error TS2339: Property 'inherits' does not exist on type 'typeof ret'.
60-
node_modules/bluebird/js/release/debuggability.js(868,30): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'.
61-
node_modules/bluebird/js/release/debuggability.js(874,37): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'.
62-
node_modules/bluebird/js/release/debuggability.js(913,38): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'.
63-
node_modules/bluebird/js/release/debuggability.js(918,10): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'.
64-
node_modules/bluebird/js/release/debuggability.js(919,10): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'.
65-
node_modules/bluebird/js/release/debuggability.js(993,4): error TS2554: Expected 0 arguments, but got 1.
66-
node_modules/bluebird/js/release/debuggability.js(999,14): error TS2339: Property 'isNode' does not exist on type 'typeof ret'.
67-
node_modules/bluebird/js/release/debuggability.js(1004,22): error TS2339: Property 'isNode' does not exist on type 'typeof ret'.
48+
node_modules/bluebird/js/release/debuggability.js(360,18): error TS2339: Property 'isObject' does not exist on type 'typeof ret'.
49+
node_modules/bluebird/js/release/debuggability.js(436,51): error TS2554: Expected 0 arguments, but got 1.
50+
node_modules/bluebird/js/release/debuggability.js(450,18): error TS2339: Property 'isArray' does not exist on type 'typeof ret'.
51+
node_modules/bluebird/js/release/debuggability.js(522,18): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'.
52+
node_modules/bluebird/js/release/debuggability.js(524,18): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'.
53+
node_modules/bluebird/js/release/debuggability.js(589,19): error TS2350: Only a void function can be called with the 'new' keyword.
54+
node_modules/bluebird/js/release/debuggability.js(660,59): error TS2554: Expected 0 arguments, but got 1.
55+
node_modules/bluebird/js/release/debuggability.js(699,18): error TS2339: Property 'isObject' does not exist on type 'typeof ret'.
56+
node_modules/bluebird/js/release/debuggability.js(746,46): error TS2554: Expected 0 arguments, but got 1.
57+
node_modules/bluebird/js/release/debuggability.js(834,5): error TS2721: Cannot invoke an object which is possibly 'null'.
58+
node_modules/bluebird/js/release/debuggability.js(837,6): error TS2339: Property 'inherits' does not exist on type 'typeof ret'.
59+
node_modules/bluebird/js/release/debuggability.js(852,30): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'.
60+
node_modules/bluebird/js/release/debuggability.js(858,37): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'.
61+
node_modules/bluebird/js/release/debuggability.js(897,38): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'.
62+
node_modules/bluebird/js/release/debuggability.js(902,10): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'.
63+
node_modules/bluebird/js/release/debuggability.js(903,10): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'.
64+
node_modules/bluebird/js/release/debuggability.js(977,4): error TS2554: Expected 0 arguments, but got 1.
65+
node_modules/bluebird/js/release/debuggability.js(983,14): error TS2339: Property 'isNode' does not exist on type 'typeof ret'.
66+
node_modules/bluebird/js/release/debuggability.js(988,22): error TS2339: Property 'isNode' does not exist on type 'typeof ret'.
6867
node_modules/bluebird/js/release/errors.js(5,21): error TS2339: Property 'inherits' does not exist on type 'typeof ret'.
6968
node_modules/bluebird/js/release/errors.js(6,30): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'.
7069
node_modules/bluebird/js/release/errors.js(10,49): error TS2350: Only a void function can be called with the 'new' keyword.

0 commit comments

Comments
 (0)