Skip to content

Commit 03c4819

Browse files
Update user baselines
1 parent 8b3b48c commit 03c4819

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
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: > @fluentui/[email protected] schema /office-ui-fabric-react/packages/fluentui/ability-attributes
83-
@fluentui/docs: > allyschema -c "process.env.NODE_ENV !== 'production'" schema.json > ./src/schema.ts
8482
@fluentui/docs: DocToccing single file "/office-ui-fabric-react/packages/fluentui/CONTRIBUTING.md" for github.com.
8583
@fluentui/docs: ==================
84+
@fluentui/docs: > @fluentui/[email protected] schema /office-ui-fabric-react/packages/fluentui/ability-attributes
85+
@fluentui/docs: > allyschema -c "process.env.NODE_ENV !== 'production'" schema.json > ./src/schema.ts
8686
@fluentui/docs: "/office-ui-fabric-react/packages/fluentui/CONTRIBUTING.md" will be updated
8787
@fluentui/docs: Everything is OK.
8888
@fluentui/docs: DocToccing single file "/office-ui-fabric-react/packages/fluentui/README.md" for github.com.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Error: /vue-next/packages/runtime-core/src/apiOptions.ts(143,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:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1 (EPERM): rollup -c --environment COMMIT:6a65739,NODE_ENV:production,TARGET:runtime-core,TYPES:true
93+
(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1 (EPERM): rollup -c --environment COMMIT:ebc5873,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)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Exit Code: 1
2+
Standard output:
3+
node_modules/ts-toolbelt/out/index.d.ts(315,9): error TS2502: '0' is referenced directly or indirectly in its own type annotation.
4+
node_modules/ts-toolbelt/out/index.d.ts(4269,114): error TS2589: Type instantiation is excessively deep and possibly infinite.
5+
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>'.
6+
Type 'List<any> & L[I[3]]' is missing the following properties from type 'readonly any[]': length, toString, toLocaleString, concat, and 18 more.
7+
8+
9+
10+
Standard error:

0 commit comments

Comments
 (0)