Skip to content

🤖 User test baselines have changed for recursiveConditionalTypes #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: user-baseline-updates
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions tests/baselines/reference/docker/azure-sdk.log
Original file line number Diff line number Diff line change
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 14.7.0 (pre-LTS)
Node.js version is 14.8.0 (pre-LTS)
Starting "rush rebuild"
Executing a maximum of ?simultaneous processes...
XX of XX: [@azure/abort-controller] completed successfully in ? seconds
Expand All @@ -25,7 +25,7 @@ SUCCESS (4)
@azure/core-asynciterator-polyfill (? seconds)
@azure/core-paging (? seconds)
================================
BLOCKED (36)
BLOCKED (37)
================================
@azure/core-auth
@azure/core-http
Expand All @@ -52,6 +52,7 @@ BLOCKED (36)
@azure/keyvault-certificates
@azure/keyvault-common
@azure/keyvault-keys
@azure/schema-registry
@azure/search-documents
@azure/service-bus
@azure/storage-blob-changefeed
Expand Down Expand Up @@ -124,6 +125,7 @@ XX of XX: [@azure/storage-internal-avro] blocked by [@azure/eslint-plugin-azure-
XX of XX: [@azure/storage-queue] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/keyvault-admin] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/keyvault-common] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/schema-registry] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/search-documents] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/storage-file-share] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/tables] blocked by [@azure/eslint-plugin-azure-sdk]!
Expand Down
889 changes: 44 additions & 845 deletions tests/baselines/reference/docker/office-ui-fabric.log

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions tests/baselines/reference/docker/vue-next.log
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@ created packages/compiler-dom/dist/compiler-dom.global.prod.js in ?s
packages/compiler-sfc/src/parse.ts
Error: /vue-next/packages/compiler-sfc/src/parse.ts(179,14): semantic error TS2790: The operand of a 'delete' operator must be optional.
at error (/vue-next/node_modules/rollup/dist/shared/rollup.js:5174:30)
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:17452:12)
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18071:24)
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17625:38)
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:17453:12)
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18072:24)
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17626:38)
at RollupContext.error (/vue-next/node_modules/rollup-plugin-typescript2/src/rollupcontext.ts:37:18)
at /vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:41:11
at arrayEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:516:11)
at forEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:9342:14)
at Function.forEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:9368:14)
at _.each (/vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:9:2)
at Object.transform (/vue-next/node_modules/rollup-plugin-typescript2/src/index.ts:242:5)
(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1: rollup -c --environment COMMIT:411b203,NODE_ENV:production,TARGET:compiler-sfc,TYPES:true
(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1: rollup -c --environment COMMIT:bc6f252,NODE_ENV:production,TARGET:compiler-sfc,TYPES:true
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
at handlePromise (/vue-next/node_modules/execa/index.js:114:26)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
Expand Down
101 changes: 0 additions & 101 deletions tests/baselines/reference/user/chrome-devtools-frontend.log

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions tests/baselines/reference/user/follow-redirects.log
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ node_modules/follow-redirects/index.js(339,17): error TS2345: Argument of type '
Type 'undefined' is not assignable to type 'string'.
node_modules/follow-redirects/index.js(342,35): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Type 'undefined' is not assignable to type 'string'.
node_modules/follow-redirects/index.js(359,14): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(371,13): error TS2339: Property 'cause' does not exist on type 'CustomError'.
node_modules/follow-redirects/index.js(372,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(379,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(491,25): error TS2339: Property 'code' does not exist on type 'Error'.
node_modules/follow-redirects/index.js(360,14): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(372,13): error TS2339: Property 'cause' does not exist on type 'CustomError'.
node_modules/follow-redirects/index.js(373,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(380,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(492,25): error TS2339: Property 'code' does not exist on type 'Error'.



Expand Down
Loading