Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 814c9ab

Browse files
committedAug 13, 2020
Update user baselines
1 parent 610fa28 commit 814c9ab

File tree

6 files changed

+74
-960
lines changed

6 files changed

+74
-960
lines changed
 

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

Lines changed: 4 additions & 2 deletions
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 14.7.0 (pre-LTS)
5+
Node.js version is 14.8.0 (pre-LTS)
66
Starting "rush rebuild"
77
Executing a maximum of ?simultaneous processes...
88
XX of XX: [@azure/abort-controller] completed successfully in ? seconds
@@ -25,7 +25,7 @@ SUCCESS (4)
2525
@azure/core-asynciterator-polyfill (? seconds)
2626
@azure/core-paging (? seconds)
2727
================================
28-
BLOCKED (36)
28+
BLOCKED (37)
2929
================================
3030
@azure/core-auth
3131
@azure/core-http
@@ -52,6 +52,7 @@ BLOCKED (36)
5252
@azure/keyvault-certificates
5353
@azure/keyvault-common
5454
@azure/keyvault-keys
55+
@azure/schema-registry
5556
@azure/search-documents
5657
@azure/service-bus
5758
@azure/storage-blob-changefeed
@@ -124,6 +125,7 @@ XX of XX: [@azure/storage-internal-avro] blocked by [@azure/eslint-plugin-azure-
124125
XX of XX: [@azure/storage-queue] blocked by [@azure/eslint-plugin-azure-sdk]!
125126
XX of XX: [@azure/keyvault-admin] blocked by [@azure/eslint-plugin-azure-sdk]!
126127
XX of XX: [@azure/keyvault-common] blocked by [@azure/eslint-plugin-azure-sdk]!
128+
XX of XX: [@azure/schema-registry] blocked by [@azure/eslint-plugin-azure-sdk]!
127129
XX of XX: [@azure/search-documents] blocked by [@azure/eslint-plugin-azure-sdk]!
128130
XX of XX: [@azure/storage-file-share] blocked by [@azure/eslint-plugin-azure-sdk]!
129131
XX of XX: [@azure/tables] blocked by [@azure/eslint-plugin-azure-sdk]!

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

Lines changed: 44 additions & 845 deletions
Large diffs are not rendered by default.

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,22 +63,22 @@ created packages/compiler-dom/dist/compiler-dom.global.prod.js in ?s
6363
packages/compiler-sfc/src/parse.ts
6464
Error: /vue-next/packages/compiler-sfc/src/parse.ts(179,14): semantic error TS2790: The operand of a 'delete' operator must be optional.
6565
at error (/vue-next/node_modules/rollup/dist/shared/rollup.js:5174:30)
66-
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:17452:12)
67-
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18071:24)
68-
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17625:38)
66+
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:17453:12)
67+
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18072:24)
68+
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17626:38)
6969
at RollupContext.error (/vue-next/node_modules/rollup-plugin-typescript2/src/rollupcontext.ts:37:18)
7070
at /vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:41:11
7171
at arrayEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:516:11)
72-
at forEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:9342:14)
72+
at Function.forEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:9368:14)
7373
at _.each (/vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:9:2)
7474
at Object.transform (/vue-next/node_modules/rollup-plugin-typescript2/src/index.ts:242:5)
75-
(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1: rollup -c --environment COMMIT:411b203,NODE_ENV:production,TARGET:compiler-sfc,TYPES:true
75+
(node:19) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1: rollup -c --environment COMMIT:b14f4a5,NODE_ENV:production,TARGET:compiler-sfc,TYPES:true
7676
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
7777
at handlePromise (/vue-next/node_modules/execa/index.js:114:26)
7878
at processTicksAndRejections (internal/process/task_queues.js:93:5)
7979
at async build (/vue-next/scripts/build.js:75:3)
8080
at async buildAll (/vue-next/scripts/build.js:54:5)
8181
at async run (/vue-next/scripts/build.js:44:5)
8282
(Use `node --trace-warnings ...` to show where the warning was created)
83-
(node:17) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
84-
(node:17) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
83+
(node:19) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
84+
(node:19) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

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

Lines changed: 0 additions & 101 deletions
Large diffs are not rendered by default.

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ node_modules/follow-redirects/index.js(339,17): error TS2345: Argument of type '
1616
Type 'undefined' is not assignable to type 'string'.
1717
node_modules/follow-redirects/index.js(342,35): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
1818
Type 'undefined' is not assignable to type 'string'.
19-
node_modules/follow-redirects/index.js(359,14): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
20-
node_modules/follow-redirects/index.js(371,13): error TS2339: Property 'cause' does not exist on type 'CustomError'.
21-
node_modules/follow-redirects/index.js(372,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
22-
node_modules/follow-redirects/index.js(379,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
23-
node_modules/follow-redirects/index.js(491,25): error TS2339: Property 'code' does not exist on type 'Error'.
19+
node_modules/follow-redirects/index.js(360,14): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
20+
node_modules/follow-redirects/index.js(372,13): error TS2339: Property 'cause' does not exist on type 'CustomError'.
21+
node_modules/follow-redirects/index.js(373,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
22+
node_modules/follow-redirects/index.js(380,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
23+
node_modules/follow-redirects/index.js(492,25): error TS2339: Property 'code' does not exist on type 'Error'.
2424

2525

2626

‎tests/baselines/reference/user/uglify-js.log

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ node_modules/uglify-js/lib/ast.js(1246,29): error TS2339: Property 'parent' does
1414
node_modules/uglify-js/lib/compress.js(188,42): error TS2554: Expected 0 arguments, but got 1.
1515
node_modules/uglify-js/lib/compress.js(557,41): error TS2554: Expected 0 arguments, but got 1.
1616
node_modules/uglify-js/lib/compress.js(698,27): error TS2339: Property 'name' does not exist on type '(Anonymous function)'.
17+
node_modules/uglify-js/lib/compress.js(757,21): error TS2339: Property 'name' does not exist on type '(Anonymous function)'.
18+
node_modules/uglify-js/lib/compress.js(760,20): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'.
1719
node_modules/uglify-js/lib/compress.js(760,40): error TS2554: Expected 0 arguments, but got 1.
20+
node_modules/uglify-js/lib/compress.js(770,20): error TS2339: Property 'argnames' does not exist on type '(Anonymous function)'.
21+
node_modules/uglify-js/lib/compress.js(772,55): error TS2339: Property 'uses_arguments' does not exist on type '(Anonymous function)'.
22+
node_modules/uglify-js/lib/compress.js(777,40): error TS2339: Property 'argnames' does not exist on type '(Anonymous function)'.
1823
node_modules/uglify-js/lib/compress.js(820,26): error TS2339: Property 'definition' does not exist on type '(Anonymous function)'.
1924
node_modules/uglify-js/lib/compress.js(831,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
2025
node_modules/uglify-js/lib/compress.js(841,49): error TS2339: Property 'scope' does not exist on type '(Anonymous function)'.
@@ -92,9 +97,12 @@ node_modules/uglify-js/lib/compress.js(4381,29): error TS2339: Property 'parent'
9297
node_modules/uglify-js/lib/compress.js(4555,52): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
9398
Type 'any' is not assignable to type 'never'.
9499
node_modules/uglify-js/lib/compress.js(4656,12): error TS2339: Property 'push' does not exist on type 'TreeTransformer'.
100+
node_modules/uglify-js/lib/compress.js(4788,18): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'.
95101
node_modules/uglify-js/lib/compress.js(4788,38): error TS2554: Expected 0 arguments, but got 1.
96102
node_modules/uglify-js/lib/compress.js(4809,24): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
97103
node_modules/uglify-js/lib/compress.js(4819,28): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
104+
node_modules/uglify-js/lib/compress.js(4833,14): error TS2339: Property 'transform' does not exist on type '(Anonymous function)'.
105+
node_modules/uglify-js/lib/compress.js(4839,34): error TS2339: Property 'argnames' does not exist on type '(Anonymous function)'.
98106
node_modules/uglify-js/lib/compress.js(4904,32): error TS2554: Expected 0 arguments, but got 1.
99107
node_modules/uglify-js/lib/compress.js(4997,18): error TS2339: Property 'enclosed' does not exist on type '(Anonymous function)'.
100108
node_modules/uglify-js/lib/compress.js(5000,18): error TS2339: Property 'variables' does not exist on type '(Anonymous function)'.
@@ -189,9 +197,15 @@ node_modules/uglify-js/lib/propmangle.js(146,29): error TS2554: Expected 0 argum
189197
node_modules/uglify-js/lib/scope.js(87,21): error TS2339: Property 'defun' does not exist on type 'SymbolDef'.
190198
node_modules/uglify-js/lib/scope.js(87,35): error TS2339: Property 'defun' does not exist on type 'SymbolDef'.
191199
node_modules/uglify-js/lib/scope.js(101,29): error TS2554: Expected 0 arguments, but got 1.
200+
node_modules/uglify-js/lib/scope.js(153,10): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'.
192201
node_modules/uglify-js/lib/scope.js(157,29): error TS2554: Expected 0 arguments, but got 1.
202+
node_modules/uglify-js/lib/scope.js(166,28): error TS2339: Property 'def_global' does not exist on type '(Anonymous function)'.
193203
node_modules/uglify-js/lib/scope.js(171,33): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
204+
node_modules/uglify-js/lib/scope.js(177,26): error TS2339: Property 'uses_eval' does not exist on type '(Anonymous function)'.
205+
node_modules/uglify-js/lib/scope.js(194,10): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'.
206+
node_modules/uglify-js/lib/scope.js(197,27): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'.
194207
node_modules/uglify-js/lib/scope.js(197,47): error TS2554: Expected 0 arguments, but got 1.
208+
node_modules/uglify-js/lib/scope.js(239,38): error TS2339: Property 'variables' does not exist on type '(Anonymous function)'.
195209
node_modules/uglify-js/lib/scope.js(275,10): error TS2339: Property 'def_variable' does not exist on type '(Anonymous function)'.
196210
node_modules/uglify-js/lib/scope.js(277,21): error TS2339: Property 'start' does not exist on type '(Anonymous function)'.
197211
node_modules/uglify-js/lib/scope.js(278,19): error TS2339: Property 'end' does not exist on type '(Anonymous function)'.

0 commit comments

Comments
 (0)
Please sign in to comment.