Skip to content

Commit 5a8902b

Browse files
Update user baselines +cc @sandersn
1 parent 8963338 commit 5a8902b

File tree

9 files changed

+1269
-1367
lines changed

9 files changed

+1269
-1367
lines changed

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

+1-1
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.12.0 (pre-LTS)
5+
Node.js version is 14.14.0 (pre-LTS)
66
Starting "rush rebuild"
77
Executing a maximum of ?simultaneous processes...
88
BLOCKED (51)

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

+1,051-1,158
Large diffs are not rendered by default.

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ The API report is up to date: temp/vue.api.md
8383
Writing package typings: /vue-next/packages/vue/dist/vue.d.ts
8484
Writing package typings: /vue-next/dist/vue.d.ts
8585
API Extractor completed successfully.
86-
compiler-dom.global.prod.js min:43.87kb / gzip:16.91kb / brotli:15.31kb
87-
reactivity.global.prod.js min:8.28kb / gzip:3.20kb / brotli:2.97kb
88-
runtime-dom.global.prod.js min:68.37kb / gzip:26.23kb / brotli:23.76kb
89-
size-check.global.prod.js min:39.41kb / gzip:15.72kb / brotli:14.34kb
90-
vue.global.prod.js min:105.19kb / gzip:39.87kb / brotli:35.89kb
86+
compiler-dom.global.prod.js min:44.05kb / gzip:16.97kb / brotli:15.36kb
87+
reactivity.global.prod.js min:8.35kb / gzip:3.23kb / brotli:2.99kb
88+
runtime-dom.global.prod.js min:68.48kb / gzip:26.30kb / brotli:23.76kb
89+
size-check.global.prod.js min:39.59kb / gzip:15.80kb / brotli:14.41kb
90+
vue.global.prod.js min:105.42kb / gzip:39.97kb / brotli:35.91kb
9191

9292

9393

@@ -155,7 +155,7 @@ created packages/runtime-core/dist/runtime-core.esm-bundler.js in ?s
155155
created packages/runtime-core/dist/runtime-core.cjs.js in ?s
156156
/vue-next/packages/runtime-core/src/index.ts → packages/runtime-core/dist/runtime-core.cjs.prod.js...
157157
created packages/runtime-core/dist/runtime-core.cjs.prod.js in ?s
158-
Warning: dist/packages/runtime-core/src/index.d.ts:32:9 - (TS2717) Subsequent property declarations must have the same type. Property 'runtimeCoreBailTypes' must be of type 'VNode<RendererNode, RendererElement, { [key: string]: any; }> | { $: ComponentInternalInstance; }', but here has type 'VNode<RendererNode, RendererElement, { [key: string]: any; }> | { $: ComponentInternalInstance; }'.
158+
Warning: dist/packages/runtime-core/src/index.d.ts:33:9 - (TS2717) Subsequent property declarations must have the same type. Property 'runtimeCoreBailTypes' must be of type 'VNode<RendererNode, RendererElement, { [key: string]: any; }> | { $: ComponentInternalInstance; }', but here has type 'VNode<RendererNode, RendererElement, { [key: string]: any; }> | { $: ComponentInternalInstance; }'.
159159
/vue-next/packages/runtime-dom/src/index.ts → packages/runtime-dom/dist/runtime-dom.esm-bundler.js...
160160
created packages/runtime-dom/dist/runtime-dom.esm-bundler.js in ?s
161161
/vue-next/packages/runtime-dom/src/index.ts → packages/runtime-dom/dist/runtime-dom.esm-browser.js...

tests/baselines/reference/user/axios-src.log

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ lib/adapters/http.js(239,15): error TS2322: Type 'string' is not assignable to t
1212
lib/adapters/http.js(239,45): error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string'.
1313
lib/adapters/http.js(252,40): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
1414
lib/adapters/http.js(281,42): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
15-
lib/adapters/xhr.js(72,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
16-
lib/adapters/xhr.js(84,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
17-
lib/adapters/xhr.js(91,51): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
18-
lib/adapters/xhr.js(94,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
19-
lib/adapters/xhr.js(107,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
20-
lib/adapters/xhr.js(175,9): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
15+
lib/adapters/xhr.js(65,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
16+
lib/adapters/xhr.js(77,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
17+
lib/adapters/xhr.js(84,51): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
18+
lib/adapters/xhr.js(87,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
19+
lib/adapters/xhr.js(100,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
20+
lib/adapters/xhr.js(168,9): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
2121
lib/axios.js(23,9): error TS2554: Expected 3 arguments, but got 2.
2222
lib/axios.js(25,3): error TS2739: Type '(...args: any[]) => any' is missing the following properties from type 'Axios': defaults, interceptors, request, getUri
2323
lib/axios.js(32,7): error TS2339: Property 'Axios' does not exist on type 'Axios'.

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

+1-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
node_modules/chrome-devtools-frontend/front_end/Runtime.js(280,5): error TS2322: Type 'Promise<void>' is not assignable to type 'Promise<undefined>'.
1212
node_modules/chrome-devtools-frontend/front_end/Runtime.js(283,12): error TS2554: Expected 2-3 arguments, but got 1.
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 837 more.
14+
Type 'Window' is missing the following properties from type 'typeof globalThis': globalThis, eval, parseInt, parseFloat, and 839 more.
1515
node_modules/chrome-devtools-frontend/front_end/Runtime.js(527,49): 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.

tests/baselines/reference/user/puppeteer.log

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Exit Code: 2
22
Standard output:
33
src/common/Target.ts(95,21): error TS2322: Type '(value: boolean | PromiseLike<boolean>) => void' is not assignable to type '() => void'.
4+
src/common/fetch.ts(21,3): error TS2322: Type '((input: RequestInfo, init?: RequestInit) => Promise<Response>) | typeof import("../../../node_modules/@types/node-fetch/index")' is not assignable to type '(input: RequestInfo, init?: RequestInit) => Promise<Response>'.
5+
Type 'typeof import("../../../node_modules/@types/node-fetch/index")' is not assignable to type '(input: RequestInfo, init?: RequestInit) => Promise<Response>'.
6+
Type 'typeof import("../../../node_modules/@types/node-fetch/index")' provides no match for the signature '(input: RequestInfo, init?: RequestInit): Promise<Response>'.
47

58

69

0 commit comments

Comments
 (0)