Skip to content

Commit

Permalink
Update user baselines (microsoft#34411)
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot authored and sandersn committed Oct 15, 2019
1 parent 22c15a2 commit 77f4d9f
Show file tree
Hide file tree
Showing 8 changed files with 133 additions and 130 deletions.
6 changes: 4 additions & 2 deletions tests/baselines/reference/docker/azure-sdk.log
Expand Up @@ -2,7 +2,7 @@ Exit Code: 1
Standard output:

Rush Multi-Project Build Tool 5.X.X - https://rushjs.io
Node.js version is 12.11.1 (pre-LTS)
Node.js version is 12.12.0 (pre-LTS)
Starting "rush rebuild"
Executing a maximum of ?simultaneous processes...
XX of XX: [@azure/core-tracing] completed successfully in ? seconds
Expand Down Expand Up @@ -168,13 +168,14 @@ Warning: typings/src/receiver.d.ts:175:9 - (TS1086) An accessor cannot be declar
Warning: typings/src/sender.d.ts:24:9 - (TS1086) An accessor cannot be declared in an ambient context.
Warning: typings/src/serviceBusMessage.d.ts:453:9 - (TS1086) An accessor cannot be declared in an ambient context.
================================
BLOCKED (10)
BLOCKED (11)
================================
@azure/identity
@azure/core-amqp
@azure/core-arm
@azure/event-hubs
@azure/app-configuration
@azure/core-lro
@azure/eventhubs-checkpointstore-blob
@azure/keyvault-certificates
@azure/keyvault-keys
Expand Down Expand Up @@ -215,6 +216,7 @@ Standard error:
XX of XX: [@azure/core-http] failed to build!
XX of XX: [@azure/app-configuration] blocked by [@azure/core-http]!
XX of XX: [@azure/core-arm] blocked by [@azure/core-http]!
XX of XX: [@azure/core-lro] blocked by [@azure/core-http]!
XX of XX: [@azure/keyvault-certificates] blocked by [@azure/core-http]!
XX of XX: [@azure/identity] blocked by [@azure/core-http]!
XX of XX: [@azure/core-amqp] blocked by [@azure/core-http]!
Expand Down
68 changes: 28 additions & 40 deletions tests/baselines/reference/docker/office-ui-fabric.log

Large diffs are not rendered by default.

Expand Up @@ -3,7 +3,7 @@ Standard output:
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.
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.
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'.
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.
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.



Expand Down
4 changes: 2 additions & 2 deletions tests/baselines/reference/user/adonis-framework.log
Expand Up @@ -20,15 +20,15 @@ node_modules/adonis-framework/src/Config/index.js(39,15): error TS2304: Cannot f
node_modules/adonis-framework/src/Config/index.js(58,15): error TS2304: Cannot find name 'Mixed'.
node_modules/adonis-framework/src/Encryption/index.js(53,15): error TS2304: Cannot find name 'Mixed'.
node_modules/adonis-framework/src/Encryption/index.js(71,34): error TS2769: No overload matches this call.
Overload 1 of 4, '(data: Binary, input_encoding: undefined, output_encoding: HexBase64BinaryEncoding): string', gave the following error.
Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: HexBase64BinaryEncoding): string', gave the following error.
Argument of type 'string' is not assignable to parameter of type 'undefined'.
Overload 2 of 4, '(data: string, input_encoding: "utf8" | "ascii" | "binary" | undefined, output_encoding: HexBase64BinaryEncoding): string', gave the following error.
Argument of type 'string' is not assignable to parameter of type '"utf8" | "ascii" | "binary" | undefined'.
node_modules/adonis-framework/src/Encryption/index.js(77,50): error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string'.
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.
node_modules/adonis-framework/src/Encryption/index.js(87,15): error TS2304: Cannot find name 'Mixed'.
node_modules/adonis-framework/src/Encryption/index.js(101,21): error TS2769: No overload matches this call.
Overload 1 of 4, '(data: Binary, input_encoding: undefined, output_encoding: Utf8AsciiBinaryEncoding): string', gave the following error.
Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: Utf8AsciiBinaryEncoding): string', gave the following error.
Argument of type '"base64"' is not assignable to parameter of type 'undefined'.
Overload 2 of 4, '(data: string, input_encoding: "base64" | "binary" | "hex" | undefined, output_encoding: Utf8AsciiBinaryEncoding): string', gave the following error.
Argument of type 'string' is not assignable to parameter of type 'Utf8AsciiBinaryEncoding'.
Expand Down
81 changes: 40 additions & 41 deletions tests/baselines/reference/user/bluebird.log
Expand Up @@ -23,48 +23,47 @@ node_modules/bluebird/js/release/debuggability.js(27,31): error TS2339: Property
node_modules/bluebird/js/release/debuggability.js(28,24): error TS2339: Property 'env' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(30,29): error TS2339: Property 'env' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(31,25): error TS2339: Property 'env' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(48,14): error TS2339: Property 'isNode' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(172,39): error TS2339: Property 'contextBind' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(177,38): error TS2339: Property 'contextBind' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(215,28): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(216,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(220,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(225,28): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(226,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(230,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(241,30): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(246,26): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(252,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
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'.
node_modules/bluebird/js/release/debuggability.js(269,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(275,26): error TS2339: Property 'detail' does not exist on type 'Event'.
node_modules/bluebird/js/release/debuggability.js(283,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(299,14): error TS2339: Property 'isNode' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(301,48): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '["multipleResolves", MultipleResolveListener]'.
node_modules/bluebird/js/release/debuggability.js(304,19): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(311,31): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(313,31): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(344,56): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'any[]'.
node_modules/bluebird/js/release/debuggability.js(156,39): error TS2339: Property 'contextBind' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(161,38): error TS2339: Property 'contextBind' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(199,28): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(200,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(204,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(209,28): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(210,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(214,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(225,30): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(230,26): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(236,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
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'.
node_modules/bluebird/js/release/debuggability.js(253,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(259,26): error TS2339: Property 'detail' does not exist on type 'Event'.
node_modules/bluebird/js/release/debuggability.js(267,18): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(283,14): error TS2339: Property 'isNode' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(285,48): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '["multipleResolves", MultipleResolveListener]'.
node_modules/bluebird/js/release/debuggability.js(288,19): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(295,31): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(297,31): error TS2339: Property 'global' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(328,56): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'any[]'.
Type 'IArguments' is missing the following properties from type 'any[]': pop, push, concat, join, and 26 more.
node_modules/bluebird/js/release/debuggability.js(376,18): error TS2339: Property 'isObject' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(452,51): error TS2554: Expected 0 arguments, but got 1.
node_modules/bluebird/js/release/debuggability.js(466,18): error TS2339: Property 'isArray' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(538,18): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(540,18): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(605,19): error TS2350: Only a void function can be called with the 'new' keyword.
node_modules/bluebird/js/release/debuggability.js(676,59): error TS2554: Expected 0 arguments, but got 1.
node_modules/bluebird/js/release/debuggability.js(715,18): error TS2339: Property 'isObject' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(762,46): error TS2554: Expected 0 arguments, but got 1.
node_modules/bluebird/js/release/debuggability.js(850,5): error TS2721: Cannot invoke an object which is possibly 'null'.
node_modules/bluebird/js/release/debuggability.js(853,6): error TS2339: Property 'inherits' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(868,30): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'.
node_modules/bluebird/js/release/debuggability.js(874,37): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'.
node_modules/bluebird/js/release/debuggability.js(913,38): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'.
node_modules/bluebird/js/release/debuggability.js(918,10): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(919,10): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(993,4): error TS2554: Expected 0 arguments, but got 1.
node_modules/bluebird/js/release/debuggability.js(999,14): error TS2339: Property 'isNode' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(1004,22): error TS2339: Property 'isNode' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(360,18): error TS2339: Property 'isObject' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(436,51): error TS2554: Expected 0 arguments, but got 1.
node_modules/bluebird/js/release/debuggability.js(450,18): error TS2339: Property 'isArray' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(522,18): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(524,18): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(589,19): error TS2350: Only a void function can be called with the 'new' keyword.
node_modules/bluebird/js/release/debuggability.js(660,59): error TS2554: Expected 0 arguments, but got 1.
node_modules/bluebird/js/release/debuggability.js(699,18): error TS2339: Property 'isObject' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(746,46): error TS2554: Expected 0 arguments, but got 1.
node_modules/bluebird/js/release/debuggability.js(834,5): error TS2721: Cannot invoke an object which is possibly 'null'.
node_modules/bluebird/js/release/debuggability.js(837,6): error TS2339: Property 'inherits' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(852,30): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'.
node_modules/bluebird/js/release/debuggability.js(858,37): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'.
node_modules/bluebird/js/release/debuggability.js(897,38): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'.
node_modules/bluebird/js/release/debuggability.js(902,10): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(903,10): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(977,4): error TS2554: Expected 0 arguments, but got 1.
node_modules/bluebird/js/release/debuggability.js(983,14): error TS2339: Property 'isNode' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/debuggability.js(988,22): error TS2339: Property 'isNode' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/errors.js(5,21): error TS2339: Property 'inherits' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/errors.js(6,30): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'.
node_modules/bluebird/js/release/errors.js(10,49): error TS2350: Only a void function can be called with the 'new' keyword.
Expand Down

0 comments on commit 77f4d9f

Please sign in to comment.