Skip to content

Commit 9e4e2a6

Browse files
Update user baselines
1 parent 51a540a commit 9e4e2a6

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ Standard output:
7979
@fluentui/docs: [XX:XX:XX] Requiring external module @uifabric/build/babel/register
8080
@fluentui/docs: [XX:XX:XX] Working directory changed to /office-ui-fabric-react
8181
@fluentui/docs: [XX:XX:XX] Using gulpfile /office-ui-fabric-react/gulpfile.ts
82-
@fluentui/docs: DocToccing single file "/office-ui-fabric-react/.github/CONTRIBUTING.md" for github.com.
83-
@fluentui/docs: ==================
8482
@fluentui/docs: > @fluentui/ability-attributes@X.X.X schema /office-ui-fabric-react/packages/fluentui/ability-attributes
8583
@fluentui/docs: > allyschema -c "process.env.NODE_ENV !== 'production'" schema.json > ./src/schema.ts
84+
@fluentui/docs: DocToccing single file "/office-ui-fabric-react/.github/CONTRIBUTING.md" for github.com.
85+
@fluentui/docs: ==================
8686
@fluentui/docs: "/office-ui-fabric-react/.github/CONTRIBUTING.md" will be updated
8787
@fluentui/docs: Everything is OK.
8888
@fluentui/docs: DocToccing single file "/office-ui-fabric-react/.github/setup-local-development.md" for github.com.

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ created packages/reactivity/dist/reactivity.global.prod.js in ?s
7575
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.esm.prod.js...
7676
created packages/reactivity/dist/reactivity.esm.prod.js in ?s
7777
/vue-next/packages/runtime-core/src/index.ts → packages/runtime-core/dist/runtime-core.esm-bundler.js...
78-
[!] (plugin rpt2) Error: /vue-next/packages/runtime-core/src/apiOptions.ts(134,18): semantic error TS2344: Type 'Function & T[key]["get"]' does not satisfy the constraint '(...args: any) => any'.
78+
[!] (plugin rpt2) Error: /vue-next/packages/runtime-core/src/apiOptions.ts(137,18): semantic error TS2344: Type 'Function & T[key]["get"]' does not satisfy the constraint '(...args: any) => any'.
7979
Type 'Function' provides no match for the signature '(...args: any): any'.
8080
packages/runtime-core/src/apiOptions.ts
81-
Error: /vue-next/packages/runtime-core/src/apiOptions.ts(134,18): semantic error TS2344: Type 'Function & T[key]["get"]' does not satisfy the constraint '(...args: any) => any'.
81+
Error: /vue-next/packages/runtime-core/src/apiOptions.ts(137,18): semantic error TS2344: Type 'Function & T[key]["get"]' does not satisfy the constraint '(...args: any) => any'.
8282
Type 'Function' provides no match for the signature '(...args: any): any'.
8383
at error (/vue-next/node_modules/rollup/dist/shared/node-entry.js:5400:30)
8484
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/node-entry.js:11878:12)
@@ -90,12 +90,12 @@ Error: /vue-next/packages/runtime-core/src/apiOptions.ts(134,18): semantic error
9090
at forEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:9342:14)
9191
at _.each (/vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:9:2)
9292
at Object.transform (/vue-next/node_modules/rollup-plugin-typescript2/src/index.ts:234:5)
93-
(node:18) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1 (EPERM): rollup -c --environment COMMIT:1b2149d,NODE_ENV:production,TARGET:runtime-core,TYPES:true
93+
(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1 (EPERM): rollup -c --environment COMMIT:cba2f1a,NODE_ENV:production,TARGET:runtime-core,TYPES:true
9494
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
9595
at handlePromise (/vue-next/node_modules/execa/index.js:112:26)
9696
at processTicksAndRejections (internal/process/task_queues.js:97:5)
9797
at async build (/vue-next/scripts/build.js:72:3)
9898
at async buildAll (/vue-next/scripts/build.js:51:5)
9999
at async run (/vue-next/scripts/build.js:41:5)
100-
(node:18) 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)
101-
(node:18) [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.
100+
(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)
101+
(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.

tests/baselines/reference/user/TypeScript-Node-Starter.log

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Exit Code: 1
22
Standard output:
3+
error TS2321: Excessive stack depth comparing types 'Model<T, ?>' and 'Model<T, ?>'.
4+
error TS2321: Excessive stack depth comparing types 'Model<?, QueryHelpers>' and 'Model<?, QueryHelpers>'.
5+
error TS2321: Excessive stack depth comparing types 'DocumentQuery<T, DocType, ?>' and 'DocumentQuery<T, DocType, ?>'.
6+
error TS2321: Excessive stack depth comparing types 'DocumentQuery<T, ?, QueryHelpers>' and 'DocumentQuery<T, ?, QueryHelpers>'.
37
node_modules/@types/bluebird/index.d.ts(61,3): error TS2416: Property 'then' in type 'Bluebird<R>' is not assignable to the same property in base type 'PromiseLike<R>'.
48
Type '{ <U>(onFulfill?: (value: R) => Resolvable<U>, onReject?: (error: any) => Resolvable<U>): Bluebird<U>; <TResult1 = R, TResult2 = never>(onfulfilled?: (value: R) => Resolvable<TResult1>, onrejected?: (reason: any) => Resolvable<...>): Bluebird<...>; }' is not assignable to type '<TResult1 = R, TResult2 = never>(onfulfilled?: (value: awaited R) => TResult1 | PromiseLike<TResult1>, onrejected?: (reason: any) => TResult2 | PromiseLike<TResult2>) => PromiseLike<...>'.
59
Types of parameters 'onFulfill' and 'onfulfilled' are incompatible.

tests/baselines/reference/user/ts-toolbelt.log

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Standard output:
33
../../../../node_modules/@types/jquery/misc.d.ts(1205,15): error TS2430: Interface 'PromiseBase<TR, TJ, TN, UR, UJ, UN, VR, VJ, VN, SR, SJ, SN>' incorrectly extends interface '_Promise<TR>'.
44
Types of property 'then' are incompatible.
55
Type '{ <ARD = never, AJD = never, AND = never, BRD = never, BJD = never, BND = never, CRD = never, CJD = never, CND = never, RRD = never, RJD = never, RND = never, ARF = never, AJF = never, ANF = never, BRF = never, BJF = never, BNF = never, CRF = never, CJF = never, CNF = never, RRF = never, RJF = never, RNF = never, AR...' is not assignable to type '<TResult1 = TR, TResult2 = never>(onfulfilled?: ((value: TR) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<...>) | null | undefined) => _Promise<...>'.
6+
node_modules/ts-toolbelt/out/index.d.ts(315,9): error TS2502: '0' is referenced directly or indirectly in its own type annotation.
7+
node_modules/ts-toolbelt/out/index.d.ts(4269,114): error TS2589: Type instantiation is excessively deep and possibly infinite.
8+
node_modules/ts-toolbelt/out/index.d.ts(4946,111): error TS2344: Type 'List<any> & L[I[3]]' does not satisfy the constraint 'List<any>'.
9+
Type 'List<any> & L[I[3]]' is missing the following properties from type 'readonly any[]': length, toString, toLocaleString, concat, and 18 more.
610

711

812

0 commit comments

Comments
 (0)