Skip to content

Commit 38628bc

Browse files
Update user baselines +cc @sandersn
1 parent 78bf52e commit 38628bc

File tree

7 files changed

+1559
-2518
lines changed

7 files changed

+1559
-2518
lines changed

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

+5-5
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 18.0.0 (pre-LTS)
5+
Node.js version is 18.1.0 (pre-LTS)
66
Starting "rush rebuild"
77
Executing a maximum of ?simultaneous processes...
88
==[ @azure/eslint-plugin-azure-sdk ]=============================[ 1 of 274 ]==
@@ -33,14 +33,14 @@ Executing a maximum of ?simultaneous processes...
3333
"@azure/test-utils-perf" is blocked by "@azure/eslint-plugin-azure-sdk".
3434
"@azure/container-registry" is blocked by "@azure/eslint-plugin-azure-sdk".
3535
"@azure/data-tables" is blocked by "@azure/eslint-plugin-azure-sdk".
36+
"@azure/event-hubs" is blocked by "@azure/eslint-plugin-azure-sdk".
3637
"@azure/core-amqp" is blocked by "@azure/eslint-plugin-azure-sdk".
38+
"@azure/mock-hub" is blocked by "@azure/eslint-plugin-azure-sdk".
3739
"@azure/eventgrid" is blocked by "@azure/eslint-plugin-azure-sdk".
3840
"@azure/identity-cache-persistence" is blocked by "@azure/eslint-plugin-azure-sdk".
3941
"@azure/monitor-query" is blocked by "@azure/eslint-plugin-azure-sdk".
4042
"@azure/schema-registry" is blocked by "@azure/eslint-plugin-azure-sdk".
4143
"@azure/schema-registry-avro" is blocked by "@azure/eslint-plugin-azure-sdk".
42-
"@azure/event-hubs" is blocked by "@azure/eslint-plugin-azure-sdk".
43-
"@azure/mock-hub" is blocked by "@azure/eslint-plugin-azure-sdk".
4444
"@azure/storage-blob" is blocked by "@azure/eslint-plugin-azure-sdk".
4545
"@azure/storage-file-datalake" is blocked by "@azure/eslint-plugin-azure-sdk".
4646
"@azure/storage-file-share" is blocked by "@azure/eslint-plugin-azure-sdk".
@@ -61,7 +61,6 @@ Executing a maximum of ?simultaneous processes...
6161
"@azure/communication-network-traversal" is blocked by "@azure/eslint-plugin-azure-sdk".
6262
"@azure/communication-phone-numbers" is blocked by "@azure/eslint-plugin-azure-sdk".
6363
"@azure/communication-sms" is blocked by "@azure/eslint-plugin-azure-sdk".
64-
"@azure/core-crypto" is blocked by "@azure/eslint-plugin-azure-sdk".
6564
"@azure/cosmos" is blocked by "@azure/eslint-plugin-azure-sdk".
6665
"@azure/digital-twins-core" is blocked by "@azure/eslint-plugin-azure-sdk".
6766
"@azure/dtdl-parser" is blocked by "@azure/eslint-plugin-azure-sdk".
@@ -234,6 +233,7 @@ Executing a maximum of ?simultaneous processes...
234233
"@azure/arm-servicebus" is blocked by "@azure/eslint-plugin-azure-sdk".
235234
"@azure/arm-servicefabric" is blocked by "@azure/eslint-plugin-azure-sdk".
236235
"@azure/arm-servicefabricmesh" is blocked by "@azure/eslint-plugin-azure-sdk".
236+
"@azure/arm-servicelinker" is blocked by "@azure/eslint-plugin-azure-sdk".
237237
"@azure/arm-servicemap" is blocked by "@azure/eslint-plugin-azure-sdk".
238238
"@azure/arm-signalr" is blocked by "@azure/eslint-plugin-azure-sdk".
239239
"@azure/arm-sql" is blocked by "@azure/eslint-plugin-azure-sdk".
@@ -462,6 +462,7 @@ These operations were blocked by dependencies that failed:
462462
@azure/arm-servicebus
463463
@azure/arm-servicefabric
464464
@azure/arm-servicefabricmesh
465+
@azure/arm-servicelinker
465466
@azure/arm-servicemap
466467
@azure/arm-signalr
467468
@azure/arm-sql
@@ -498,7 +499,6 @@ These operations were blocked by dependencies that failed:
498499
@azure/core-amqp
499500
@azure/core-auth
500501
@azure/core-client
501-
@azure/core-crypto
502502
@azure/core-http
503503
@azure/core-http-compat
504504
@azure/core-lro

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

+1,457-2,405
Large diffs are not rendered by default.
+2-16
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,10 @@
1-
Exit Code: 1
1+
Exit Code: 0
22
Standard output:
33
yarn run vX.X.X
44
$ node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile
55
[XX:XX:XX] Using gulpfile /vscode/gulpfile.js
6-
[XX:XX:XX] Error: /vscode/extensions/html-language-features/server/src/modes/javascriptMode.ts(26,9): Type '{ getCompilationSettings: () => CompilerOptions; getScriptFileNames: () => string[]; getScriptKind: (fileName: string) => ScriptKind; getScriptVersion: (fileName: string) => string; getScriptSnapshot: (fileName: string) => { ...; }; getCurrentDirectory: () => string; getDefaultLibFileName: (_options: CompilerOptions...' is missing the following properties from type 'LanguageServiceHost': readFile, fileExists
7-
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
6+
Done in ?s.
87

98

109

1110
Standard error:
12-
[XX:XX:XX] 'compile' errored after ?s
13-
[XX:XX:XX] Error: Found 1 errors
14-
at Stream.<anonymous> (/vscode/build/lib/reporter.js:91:29)
15-
at _end (/vscode/node_modules/through/index.js:65:9)
16-
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
17-
at StreamFilter.onend (/vscode/node_modules/readable-stream/lib/_stream_readable.js:577:10)
18-
at Object.onceWrapper (events.js:519:28)
19-
at StreamFilter.emit (events.js:412:35)
20-
at StreamFilter.emit (domain.js:537:15)
21-
at endReadableNT (/vscode/node_modules/readable-stream/lib/_stream_readable.js:1010:12)
22-
at processTicksAndRejections (internal/process/task_queues.js:82:21)
23-
at runNextTicks (internal/process/task_queues.js:64:3)
24-
error Command failed with exit code 1.

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

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ node_modules/chrome-devtools-frontend/front_end/Runtime.js(270,9): error TS2322:
1111
Type 'void' is not assignable to type 'undefined'.
1212
node_modules/chrome-devtools-frontend/front_end/Runtime.js(280,5): error TS2322: Type 'Promise<void>' is not assignable to type 'Promise<undefined>'.
1313
node_modules/chrome-devtools-frontend/front_end/Runtime.js(525,9): error TS2322: Type 'Window' is not assignable to type 'Window & typeof globalThis'.
14-
Type 'Window' is missing the following properties from type 'typeof globalThis': globalThis, eval, parseInt, parseFloat, and 889 more.
14+
Type 'Window' is missing the following properties from type 'typeof globalThis': globalThis, eval, parseInt, parseFloat, and 787 more.
1515
node_modules/chrome-devtools-frontend/front_end/Runtime.js(527,55): error TS2352: Conversion of type 'Window & typeof globalThis' to type 'new () => any' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
1616
Type 'Window & typeof globalThis' provides no match for the signature 'new (): any'.
1717
node_modules/chrome-devtools-frontend/front_end/Runtime.js(539,24): error TS2351: This expression is not constructable.
@@ -6130,6 +6130,11 @@ node_modules/chrome-devtools-frontend/front_end/emulation/MediaQueryInspector.js
61306130
node_modules/chrome-devtools-frontend/front_end/emulation/MediaQueryInspector.js(266,32): error TS2339: Property 'createChild' does not exist on type 'Element'.
61316131
node_modules/chrome-devtools-frontend/front_end/emulation/MediaQueryInspector.js(271,14): error TS2339: Property 'createChild' does not exist on type 'Element'.
61326132
node_modules/chrome-devtools-frontend/front_end/emulation/MediaQueryInspector.js(272,33): error TS2339: Property 'createChild' does not exist on type 'Element'.
6133+
node_modules/chrome-devtools-frontend/front_end/emulation/MediaQueryInspector.js(277,14): error TS2339: Property 'createChild' does not exist on type 'Element'.
6134+
node_modules/chrome-devtools-frontend/front_end/emulation/MediaQueryInspector.js(281,32): error TS2339: Property 'createChild' does not exist on type 'Element'.
6135+
node_modules/chrome-devtools-frontend/front_end/emulation/MediaQueryInspector.js(285,14): error TS2339: Property 'createChild' does not exist on type 'Element'.
6136+
node_modules/chrome-devtools-frontend/front_end/emulation/MediaQueryInspector.js(286,33): error TS2339: Property 'createChild' does not exist on type 'Element'.
6137+
node_modules/chrome-devtools-frontend/front_end/emulation/SensorsView.js(18,25): error TS2339: Property 'createChild' does not exist on type 'Element'.
61336138

61346139

61356140

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ node_modules/follow-redirects/index.js(266,10): error TS2339: Property 'emit' do
2828
node_modules/follow-redirects/index.js(302,16): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
2929
node_modules/follow-redirects/index.js(346,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
3030
node_modules/follow-redirects/index.js(361,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
31-
node_modules/follow-redirects/index.js(385,35): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
31+
node_modules/follow-redirects/index.js(396,35): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
3232
Type 'undefined' is not assignable to type 'string'.
33-
node_modules/follow-redirects/index.js(393,31): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
33+
node_modules/follow-redirects/index.js(404,31): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
3434
Type 'undefined' is not assignable to type 'string'.
35-
node_modules/follow-redirects/index.js(396,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
36-
node_modules/follow-redirects/index.js(422,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
37-
node_modules/follow-redirects/index.js(433,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
38-
node_modules/follow-redirects/index.js(555,25): error TS2339: Property 'code' does not exist on type 'Error'.
35+
node_modules/follow-redirects/index.js(407,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
36+
node_modules/follow-redirects/index.js(441,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
37+
node_modules/follow-redirects/index.js(452,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
38+
node_modules/follow-redirects/index.js(574,25): error TS2339: Property 'code' does not exist on type 'Error'.
3939

4040

4141

tests/baselines/reference/user/grunt.log

+18-18
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,24 @@ lib/grunt/file.js(239,74): error TS2571: Object is of type 'unknown'.
2525
lib/grunt/file.js(263,74): error TS2571: Object is of type 'unknown'.
2626
lib/grunt/file.js(270,23): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
2727
lib/grunt/file.js(288,86): error TS2571: Object is of type 'unknown'.
28-
lib/grunt/file.js(341,7): error TS2367: This condition will always return 'false' since the types 'string | Buffer' and 'boolean' have no overlap.
29-
lib/grunt/file.js(352,23): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
30-
lib/grunt/file.js(354,29): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
31-
lib/grunt/file.js(369,13): error TS2339: Property 'fail' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
32-
lib/grunt/file.js(373,13): error TS2339: Property 'fail' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
33-
lib/grunt/file.js(387,75): error TS2571: Object is of type 'unknown'.
34-
lib/grunt/file.js(393,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
35-
lib/grunt/file.js(399,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
36-
lib/grunt/file.js(403,9): error TS2571: Object is of type 'unknown'.
37-
lib/grunt/file.js(407,85): error TS2571: Object is of type 'unknown'.
38-
lib/grunt/file.js(413,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
39-
lib/grunt/file.js(419,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
40-
lib/grunt/file.js(425,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
41-
lib/grunt/file.js(452,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
42-
lib/grunt/file.js(463,14): error TS2339: Property 'file' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
43-
lib/grunt/file.js(467,20): error TS2339: Property 'file' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
44-
lib/grunt/file.js(472,44): error TS2345: Argument of type 'string' is not assignable to parameter of type 'Type | null | undefined'.
45-
lib/grunt/file.js(477,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
28+
lib/grunt/file.js(336,7): error TS2367: This condition will always return 'false' since the types 'string | Buffer' and 'boolean' have no overlap.
29+
lib/grunt/file.js(347,23): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
30+
lib/grunt/file.js(349,29): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
31+
lib/grunt/file.js(364,13): error TS2339: Property 'fail' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
32+
lib/grunt/file.js(368,13): error TS2339: Property 'fail' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
33+
lib/grunt/file.js(382,75): error TS2571: Object is of type 'unknown'.
34+
lib/grunt/file.js(388,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
35+
lib/grunt/file.js(394,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
36+
lib/grunt/file.js(398,9): error TS2571: Object is of type 'unknown'.
37+
lib/grunt/file.js(402,85): error TS2571: Object is of type 'unknown'.
38+
lib/grunt/file.js(408,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
39+
lib/grunt/file.js(414,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
40+
lib/grunt/file.js(420,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
41+
lib/grunt/file.js(447,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
42+
lib/grunt/file.js(458,14): error TS2339: Property 'file' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
43+
lib/grunt/file.js(462,20): error TS2339: Property 'file' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
44+
lib/grunt/file.js(467,44): error TS2345: Argument of type 'string' is not assignable to parameter of type 'Type | null | undefined'.
45+
lib/grunt/file.js(472,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
4646
lib/grunt/help.js(58,40): error TS2339: Property 'cli' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
4747
lib/grunt/help.js(59,19): error TS2339: Property 'cli' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
4848
lib/grunt/help.js(81,9): error TS2551: Property 'task' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'. Did you mean 'tasks'?

0 commit comments

Comments
 (0)