Skip to content

Commit 420df7f

Browse files
TypeScript Bottypescript-bot
TypeScript Bot
andauthored
Update user baselines +cc @sandersn (#40748)
Co-authored-by: typescript-bot <[email protected]>
1 parent b748484 commit 420df7f

12 files changed

+1613
-1891
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,11 @@ Rush Multi-Project Build Tool 5.X.X - https://rushjs.io
55
Node.js version is 14.11.0 (pre-LTS)
66
Starting "rush rebuild"
77
Executing a maximum of ?simultaneous processes...
8-
XX of XX: [@azure/logger] completed successfully in ? seconds
9-
SUCCESS (1)
10-
================================
11-
@azure/logger (? seconds)
12-
================================
13-
BLOCKED (49)
8+
BLOCKED (51)
149
================================
1510
@azure/abort-controller
1611
@azure/core-auth
12+
@azure/logger
1713
@azure/core-asynciterator-polyfill
1814
@azure/core-http
1915
@azure/communication-common
@@ -31,6 +27,7 @@ BLOCKED (49)
3127
@azure/storage-blob
3228
@azure/ai-anomaly-detector
3329
@azure/ai-form-recognizer
30+
@azure/ai-metrics-advisor
3431
@azure/ai-text-analytics
3532
@azure/app-configuration
3633
@azure/communication-chat
@@ -101,6 +98,7 @@ XX of XX: [@azure/service-bus] blocked by [@azure/eslint-plugin-azure-sdk]!
10198
XX of XX: [@azure/core-auth] blocked by [@azure/eslint-plugin-azure-sdk]!
10299
XX of XX: [@azure/ai-anomaly-detector] blocked by [@azure/eslint-plugin-azure-sdk]!
103100
XX of XX: [@azure/ai-form-recognizer] blocked by [@azure/eslint-plugin-azure-sdk]!
101+
XX of XX: [@azure/ai-metrics-advisor] blocked by [@azure/eslint-plugin-azure-sdk]!
104102
XX of XX: [@azure/ai-text-analytics] blocked by [@azure/eslint-plugin-azure-sdk]!
105103
XX of XX: [@azure/core-client] blocked by [@azure/eslint-plugin-azure-sdk]!
106104
XX of XX: [@azure/core-http] blocked by [@azure/eslint-plugin-azure-sdk]!
@@ -138,4 +136,5 @@ XX of XX: [@azure/cosmos] blocked by [@azure/eslint-plugin-azure-sdk]!
138136
XX of XX: [@azure/dev-tool] blocked by [@azure/eslint-plugin-azure-sdk]!
139137
XX of XX: [@azure/event-processor-host] blocked by [@azure/eslint-plugin-azure-sdk]!
140138
XX of XX: [testhub] blocked by [@azure/eslint-plugin-azure-sdk]!
139+
XX of XX: [@azure/logger] blocked by [@azure/eslint-plugin-azure-sdk]!
141140
[@azure/eslint-plugin-azure-sdk] Returned error code: 2

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

Lines changed: 917 additions & 1292 deletions
Large diffs are not rendered by default.

tests/baselines/reference/docker/vue-next.log

Lines changed: 142 additions & 57 deletions
Large diffs are not rendered by default.

tests/baselines/reference/user/assert.log

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
Exit Code: 2
22
Standard output:
33
node_modules/assert/test.js(25,5): error TS2367: This condition will always return 'false' since the types 'string | undefined' and 'boolean' have no overlap.
4-
node_modules/assert/test.js(39,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i @types/jest` or `npm i @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
5-
node_modules/assert/test.js(55,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i @types/jest` or `npm i @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
6-
node_modules/assert/test.js(74,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i @types/jest` or `npm i @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
7-
node_modules/assert/test.js(84,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i @types/jest` or `npm i @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
8-
node_modules/assert/test.js(94,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i @types/jest` or `npm i @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
9-
node_modules/assert/test.js(103,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i @types/jest` or `npm i @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
10-
node_modules/assert/test.js(120,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i @types/jest` or `npm i @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
11-
node_modules/assert/test.js(128,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i @types/jest` or `npm i @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
4+
node_modules/assert/test.js(39,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
5+
node_modules/assert/test.js(55,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
6+
node_modules/assert/test.js(74,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
7+
node_modules/assert/test.js(84,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
8+
node_modules/assert/test.js(94,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
9+
node_modules/assert/test.js(103,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
10+
node_modules/assert/test.js(120,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
11+
node_modules/assert/test.js(128,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
1212
node_modules/assert/test.js(140,10): error TS2339: Property 'a' does not exist on type 'number[]'.
1313
node_modules/assert/test.js(141,10): error TS2339: Property 'b' does not exist on type 'number[]'.
1414
node_modules/assert/test.js(142,10): error TS2339: Property 'b' does not exist on type 'number[]'.
1515
node_modules/assert/test.js(143,10): error TS2339: Property 'a' does not exist on type 'number[]'.
16-
node_modules/assert/test.js(149,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i @types/jest` or `npm i @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
16+
node_modules/assert/test.js(149,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
1717
node_modules/assert/test.js(157,51): error TS2349: This expression is not callable.
1818
Type 'never' has no call signatures.
19-
node_modules/assert/test.js(161,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i @types/jest` or `npm i @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
20-
node_modules/assert/test.js(168,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i @types/jest` or `npm i @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
19+
node_modules/assert/test.js(161,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
20+
node_modules/assert/test.js(168,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
2121
node_modules/assert/test.js(182,5): error TS2552: Cannot find name 'test'. Did you mean 'tests'?
2222
node_modules/assert/test.js(229,5): error TS2552: Cannot find name 'test'. Did you mean 'tests'?
2323
node_modules/assert/test.js(235,5): error TS2552: Cannot find name 'test'. Did you mean 'tests'?

0 commit comments

Comments
 (0)