Skip to content

Commit 30ee1c9

Browse files
Update user baselines
1 parent 9c4cbd6 commit 30ee1c9

File tree

4 files changed

+31
-41
lines changed

4 files changed

+31
-41
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Standard output:
136136
@fluentui/docs: Type 'Requireable<InferProps<{ position: Requireable<string>; display: Requireable<string>; top: Requireable<string>; right: Requireable<string>; bottom: Requireable<...>; ... 16 more ...; maxHeight: Requireable<...>; }>>' is not assignable to type 'Validator<ComponentDesignProp>'.
137137
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/react-northstar/src/components/Button/ButtonContent.tsx
138138
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/react-northstar/src/components/Button/ButtonContent.tsx(59,1):
139-
@fluentui/docs: TS2322: Type '{ size: Requireable<SvgIconSizeValue>; styles: Requireable<object>; variables: Requireable<object>; design: Requireable<InferProps<{ position: Requireable<...>; ... 20 more ...; maxHeight: Requireable<...>; }>>; ... 5 more ...; accessibility: Requireable<...>; }' is not assignable to type 'WeakValidationMap<WithAsProp<ButtonContentProps>>'.
139+
@fluentui/docs: TS2322: Type '{ size: Requireable<"medium" | "large" | "small" | "larger" | "smaller" | "smallest" | "largest">; styles: Requireable<object>; variables: Requireable<object>; ... 6 more ...; accessibility: Requireable<...>; }' is not assignable to type 'WeakValidationMap<WithAsProp<ButtonContentProps>>'.
140140
@fluentui/docs: Types of property 'design' are incompatible.
141141
@fluentui/docs: Type 'Requireable<InferProps<{ position: Requireable<string>; display: Requireable<string>; top: Requireable<string>; right: Requireable<string>; bottom: Requireable<...>; ... 16 more ...; maxHeight: Requireable<...>; }>>' is not assignable to type 'Validator<ComponentDesignProp>'.
142142
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/react-northstar/src/components/Card/Card.tsx
@@ -258,7 +258,7 @@ Standard output:
258258
@fluentui/docs: Type 'Requireable<InferProps<{ position: Requireable<string>; display: Requireable<string>; top: Requireable<string>; right: Requireable<string>; bottom: Requireable<...>; ... 16 more ...; maxHeight: Requireable<...>; }>>' is not assignable to type 'Validator<ComponentDesignProp>'.
259259
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/react-northstar/src/components/Status/Status.tsx
260260
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/react-northstar/src/components/Status/Status.tsx(85,1):
261-
@fluentui/docs: TS2322: Type '{ color: PropTypes.Requireable<string>; icon: (props: Record<string, any>, propName: string, componentName: string, ...args: any[]) => any; size: PropTypes.Requireable<SvgIconSizeValue>; ... 8 more ...; accessibility: PropTypes.Requireable<...>; }' is not assignable to type 'WeakValidationMap<WithAsProp<StatusProps>>'.
261+
@fluentui/docs: TS2322: Type '{ color: PropTypes.Requireable<string>; icon: (props: Record<string, any>, propName: string, componentName: string, ...args: any[]) => any; size: PropTypes.Requireable<"medium" | "large" | ... 4 more ... | "largest">; ... 8 more ...; accessibility: PropTypes.Requireable<...>; }' is not assignable to type 'WeakValidationMap<WithAsProp<StatusProps>>'.
262262
@fluentui/docs: Types of property 'design' are incompatible.
263263
@fluentui/docs: Type 'Requireable<InferProps<{ position: Requireable<string>; display: Requireable<string>; top: Requireable<string>; right: Requireable<string>; bottom: Requireable<...>; ... 16 more ...; maxHeight: Requireable<...>; }>>' is not assignable to type 'Validator<ComponentDesignProp>'.
264264
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/react-northstar/src/components/Table/TableCell.tsx
@@ -367,7 +367,7 @@ info cli using local version of lerna
367367
@fluentui/docs: Types of property 'design' are incompatible.
368368
@fluentui/docs: Type 'Requireable<InferProps<{ position: Requireable<string>; display: Requireable<string>; top: Requireable<string>; right: Requireable<string>; bottom: Requireable<...>; ... 16 more ...; maxHeight: Requireable<...>; }>>' is not assignable to type 'Validator<ComponentDesignProp>'.,/office-ui-fabric-react/packages/fluentui/react-northstar/src/components/Button/ButtonContent.tsx
369369
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/react-northstar/src/components/Button/ButtonContent.tsx(59,1):
370-
@fluentui/docs: TS2322: Type '{ size: Requireable<SvgIconSizeValue>; styles: Requireable<object>; variables: Requireable<object>; design: Requireable<InferProps<{ position: Requireable<...>; ... 20 more ...; maxHeight: Requireable<...>; }>>; ... 5 more ...; accessibility: Requireable<...>; }' is not assignable to type 'WeakValidationMap<WithAsProp<ButtonContentProps>>'.
370+
@fluentui/docs: TS2322: Type '{ size: Requireable<"medium" | "large" | "small" | "larger" | "smaller" | "smallest" | "largest">; styles: Requireable<object>; variables: Requireable<object>; ... 6 more ...; accessibility: Requireable<...>; }' is not assignable to type 'WeakValidationMap<WithAsProp<ButtonContentProps>>'.
371371
@fluentui/docs: Types of property 'design' are incompatible.
372372
@fluentui/docs: Type 'Requireable<InferProps<{ position: Requireable<string>; display: Requireable<string>; top: Requireable<string>; right: Requireable<string>; bottom: Requireable<...>; ... 16 more ...; maxHeight: Requireable<...>; }>>' is not assignable to type 'Validator<ComponentDesignProp>'.,/office-ui-fabric-react/packages/fluentui/react-northstar/src/components/Card/Card.tsx
373373
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/react-northstar/src/components/Card/Card.tsx(133,1):
@@ -465,7 +465,7 @@ info cli using local version of lerna
465465
@fluentui/docs: Types of property 'design' are incompatible.
466466
@fluentui/docs: Type 'Requireable<InferProps<{ position: Requireable<string>; display: Requireable<string>; top: Requireable<string>; right: Requireable<string>; bottom: Requireable<...>; ... 16 more ...; maxHeight: Requireable<...>; }>>' is not assignable to type 'Validator<ComponentDesignProp>'.,/office-ui-fabric-react/packages/fluentui/react-northstar/src/components/Status/Status.tsx
467467
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/react-northstar/src/components/Status/Status.tsx(85,1):
468-
@fluentui/docs: TS2322: Type '{ color: PropTypes.Requireable<string>; icon: (props: Record<string, any>, propName: string, componentName: string, ...args: any[]) => any; size: PropTypes.Requireable<SvgIconSizeValue>; ... 8 more ...; accessibility: PropTypes.Requireable<...>; }' is not assignable to type 'WeakValidationMap<WithAsProp<StatusProps>>'.
468+
@fluentui/docs: TS2322: Type '{ color: PropTypes.Requireable<string>; icon: (props: Record<string, any>, propName: string, componentName: string, ...args: any[]) => any; size: PropTypes.Requireable<"medium" | "large" | ... 4 more ... | "largest">; ... 8 more ...; accessibility: PropTypes.Requireable<...>; }' is not assignable to type 'WeakValidationMap<WithAsProp<StatusProps>>'.
469469
@fluentui/docs: Types of property 'design' are incompatible.
470470
@fluentui/docs: Type 'Requireable<InferProps<{ position: Requireable<string>; display: Requireable<string>; top: Requireable<string>; right: Requireable<string>; bottom: Requireable<...>; ... 16 more ...; maxHeight: Requireable<...>; }>>' is not assignable to type 'Validator<ComponentDesignProp>'.,/office-ui-fabric-react/packages/fluentui/react-northstar/src/components/Table/TableCell.tsx
471471
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/react-northstar/src/components/Table/TableCell.tsx(126,1):

tests/baselines/reference/docker/vscode.log

+9-1
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ $ gulp compile --max_old_space_size=4095
1313
[XX:XX:XX] Error: /vscode/src/vs/workbench/api/common/extHostDebugService.ts(1093,7): This condition will always return true since the function is always defined. Did you mean to call it instead?
1414
[XX:XX:XX] Error: /vscode/src/vs/editor/contrib/hover/hoverOperation.ts(146,7): This condition will always return true since the function is always defined. Did you mean to call it instead?
1515
[XX:XX:XX] Error: /vscode/src/vs/editor/contrib/hover/hoverOperation.ts(160,7): This condition will always return true since the function is always defined. Did you mean to call it instead?
16+
[XX:XX:XX] Error: /vscode/src/vs/base/browser/touch.ts(134,77): Property 'navigator' does not exist on type 'never'.
1617
[XX:XX:XX] Error: /vscode/src/vs/base/browser/mouseEvent.ts(83,7): This condition will always return true since the function is always defined. Did you mean to call it instead?
1718
[XX:XX:XX] Error: /vscode/src/vs/base/browser/mouseEvent.ts(89,7): This condition will always return true since the function is always defined. Did you mean to call it instead?
1819
[XX:XX:XX] Error: /vscode/src/vs/base/browser/mouseEvent.ts(211,8): This condition will always return true since the function is always defined. Did you mean to call it instead?
1920
[XX:XX:XX] Error: /vscode/src/vs/base/browser/mouseEvent.ts(219,8): This condition will always return true since the function is always defined. Did you mean to call it instead?
21+
[XX:XX:XX] Error: /vscode/src/vs/base/browser/canIUse.ts(54,76): Property 'navigator' does not exist on type 'never'.
22+
[XX:XX:XX] Error: /vscode/src/vs/base/browser/canIUse.ts(55,76): Property 'navigator' does not exist on type 'never'.
23+
[XX:XX:XX] Error: /vscode/src/vs/base/browser/canIUse.ts(55,147): Property 'navigator' does not exist on type 'never'.
2024
[XX:XX:XX] Error: /vscode/src/vs/workbench/services/search/common/search.ts(617,20): This condition will always return true since the function is always defined. Did you mean to call it instead?
2125
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/webview/electron-browser/webviewCommands.ts(156,13): This condition will always return true since the function is always defined. Did you mean to call it instead?
2226
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/scm/browser/repositoryPane.ts(809,7): This condition will always return true since the function is always defined. Did you mean to call it instead?
@@ -26,17 +30,21 @@ $ gulp compile --max_old_space_size=4095
2630
[XX:XX:XX] Error: /vscode/src/vs/workbench/api/common/extHostDebugService.ts(1093,7): This condition will always return true since the function is always defined. Did you mean to call it instead?
2731
[XX:XX:XX] Error: /vscode/src/vs/editor/contrib/hover/hoverOperation.ts(146,7): This condition will always return true since the function is always defined. Did you mean to call it instead?
2832
[XX:XX:XX] Error: /vscode/src/vs/editor/contrib/hover/hoverOperation.ts(160,7): This condition will always return true since the function is always defined. Did you mean to call it instead?
33+
[XX:XX:XX] Error: /vscode/src/vs/base/browser/touch.ts(134,77): Property 'navigator' does not exist on type 'never'.
2934
[XX:XX:XX] Error: /vscode/src/vs/base/browser/mouseEvent.ts(83,7): This condition will always return true since the function is always defined. Did you mean to call it instead?
3035
[XX:XX:XX] Error: /vscode/src/vs/base/browser/mouseEvent.ts(89,7): This condition will always return true since the function is always defined. Did you mean to call it instead?
3136
[XX:XX:XX] Error: /vscode/src/vs/base/browser/mouseEvent.ts(211,8): This condition will always return true since the function is always defined. Did you mean to call it instead?
3237
[XX:XX:XX] Error: /vscode/src/vs/base/browser/mouseEvent.ts(219,8): This condition will always return true since the function is always defined. Did you mean to call it instead?
38+
[XX:XX:XX] Error: /vscode/src/vs/base/browser/canIUse.ts(54,76): Property 'navigator' does not exist on type 'never'.
39+
[XX:XX:XX] Error: /vscode/src/vs/base/browser/canIUse.ts(55,76): Property 'navigator' does not exist on type 'never'.
40+
[XX:XX:XX] Error: /vscode/src/vs/base/browser/canIUse.ts(55,147): Property 'navigator' does not exist on type 'never'.
3341
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
3442

3543

3644

3745
Standard error:
3846
[XX:XX:XX] 'compile' errored after
39-
[XX:XX:XX] Error: Found 13 errors
47+
[XX:XX:XX] Error: Found 17 errors
4048
at Stream.<anonymous> (/vscode/build/lib/reporter.js:75:29)
4149
at _end (/vscode/node_modules/through/index.js:65:9)
4250
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)

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:242:5)
93-
(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1 (EPERM): rollup -c --environment COMMIT:94562da,NODE_ENV:production,TARGET:runtime-core,TYPES:true
93+
(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1 (EPERM): rollup -c --environment COMMIT:449ab03,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)

tests/baselines/reference/user/puppeteer.log

+17-35
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,24 @@
11
Exit Code: 1
22
Standard output:
33
lib/Accessibility.js(134,15): error TS2503: Cannot find namespace 'Protocol'.
4-
lib/Accessibility.js(344,7): error TS2322: Type 'string | number | boolean' is not assignable to type 'never'.
5-
Type 'string' is not assignable to type 'never'.
6-
lib/Accessibility.js(367,7): error TS2322: Type 'string | number | true' is not assignable to type 'never'.
7-
Type 'string' is not assignable to type 'never'.
8-
lib/Accessibility.js(379,7): error TS2322: Type 'boolean | "mixed"' is not assignable to type 'never'.
9-
Type 'false' is not assignable to type 'never'.
10-
lib/Accessibility.js(390,7): error TS2322: Type 'string | number | boolean' is not assignable to type 'never'.
11-
Type 'string' is not assignable to type 'never'.
12-
lib/Accessibility.js(403,7): error TS2322: Type 'string | number | true' is not assignable to type 'never'.
13-
Type 'string' is not assignable to type 'never'.
14-
lib/Accessibility.js(409,22): error TS2503: Cannot find namespace 'Protocol'.
4+
lib/Accessibility.js(442,22): error TS2503: Cannot find namespace 'Protocol'.
155
lib/Browser.js(109,15): error TS2503: Cannot find namespace 'Protocol'.
166
lib/Browser.js(116,58): error TS2322: Type 'Promise<CDPSession>' is not assignable to type 'Promise<Puppeteer.CDPSession>'.
177
Type 'CDPSession' is not assignable to type 'Puppeteer.CDPSession'.
188
lib/Browser.js(141,15): error TS2503: Cannot find namespace 'Protocol'.
199
lib/Connection.js(149,14): error TS2503: Cannot find namespace 'Protocol'.
2010
lib/Coverage.js(115,15): error TS2503: Cannot find namespace 'Protocol'.
21-
lib/Coverage.js(208,15): error TS2503: Cannot find namespace 'Protocol'.
11+
lib/Coverage.js(149,39): error TS2503: Cannot find namespace 'Protocol'.
12+
lib/Coverage.js(209,15): error TS2503: Cannot find namespace 'Protocol'.
2213
lib/EmulationManager.js(36,16): error TS2503: Cannot find namespace 'Protocol'.
2314
lib/ExecutionContext.js(26,15): error TS2503: Cannot find namespace 'Protocol'.
2415
lib/ExecutionContext.js(158,18): error TS2503: Cannot find namespace 'Protocol'.
2516
lib/ExecutionContext.js(186,14): error TS2503: Cannot find namespace 'Protocol'.
26-
lib/FrameManager.js(151,15): error TS2503: Cannot find namespace 'Protocol'.
27-
lib/FrameManager.js(173,15): error TS2503: Cannot find namespace 'Protocol'.
28-
lib/FrameManager.js(230,15): error TS2503: Cannot find namespace 'Protocol'.
29-
lib/FrameManager.js(668,15): error TS2503: Cannot find namespace 'Protocol'.
17+
lib/FrameManager.js(64,35): error TS2503: Cannot find namespace 'Protocol'.
18+
lib/FrameManager.js(153,15): error TS2503: Cannot find namespace 'Protocol'.
19+
lib/FrameManager.js(175,15): error TS2503: Cannot find namespace 'Protocol'.
20+
lib/FrameManager.js(232,15): error TS2503: Cannot find namespace 'Protocol'.
21+
lib/FrameManager.js(670,15): error TS2503: Cannot find namespace 'Protocol'.
3022
lib/JSHandle.js(32,15): error TS2503: Cannot find namespace 'Protocol'.
3123
lib/JSHandle.js(146,15): error TS2503: Cannot find namespace 'Protocol'.
3224
lib/JSHandle.js(237,29): error TS2503: Cannot find namespace 'Protocol'.
@@ -45,7 +37,7 @@ lib/NetworkManager.js(295,15): error TS2503: Cannot find namespace 'Protocol'.
4537
lib/NetworkManager.js(319,15): error TS2503: Cannot find namespace 'Protocol'.
4638
lib/NetworkManager.js(529,15): error TS2503: Cannot find namespace 'Protocol'.
4739
lib/NetworkManager.js(668,15): error TS2503: Cannot find namespace 'Protocol'.
48-
lib/Page.js(93,33): error TS2345: Argument of type 'CDPSession' is not assignable to parameter of type 'Puppeteer.CDPSession'.
40+
lib/Page.js(93,42): error TS2345: Argument of type 'CDPSession' is not assignable to parameter of type 'Puppeteer.CDPSession'.
4941
Types of property 'on' are incompatible.
5042
Type '(event: string | symbol, listener: (...args: any[]) => void) => CDPSession' is not assignable to type '<T extends string | number | symbol>(event: T, listener: (arg: any) => void) => CDPSession'.
5143
Types of parameters 'event' and 'event' are incompatible.
@@ -55,31 +47,21 @@ lib/Page.js(93,33): error TS2345: Argument of type 'CDPSession' is not assignabl
5547
Type 'T' is not assignable to type 'symbol'.
5648
Type 'string | number | symbol' is not assignable to type 'symbol'.
5749
Type 'string' is not assignable to type 'symbol'.
58-
lib/Page.js(94,42): error TS2345: Argument of type 'Worker' is not assignable to parameter of type 'Worker'.
59-
Type 'Worker' is missing the following properties from type 'Worker': onmessage, onmessageerror, postMessage, terminate, and 4 more.
6050
lib/Page.js(142,15): error TS2503: Cannot find namespace 'Protocol'.
6151
lib/Page.js(217,15): error TS2503: Cannot find namespace 'Protocol'.
6252
lib/Page.js(385,20): error TS2503: Cannot find namespace 'Protocol'.
63-
lib/Page.js(448,7): error TS2740: Type '(...args: any[]) => Promise<any>' is missing the following properties from type 'Window': applicationCache, clientInformation, closed, customElements, and 221 more.
64-
lib/Page.js(458,9): error TS2349: This expression is not callable.
65-
Type 'Window' has no call signatures.
66-
lib/Page.js(494,15): error TS2503: Cannot find namespace 'Protocol'.
67-
lib/Page.js(504,22): error TS2503: Cannot find namespace 'Protocol'.
68-
lib/Page.js(517,15): error TS2503: Cannot find namespace 'Protocol'.
69-
lib/Page.js(527,15): error TS2503: Cannot find namespace 'Protocol'.
70-
lib/Page.js(552,15): error TS2503: Cannot find namespace 'Protocol'.
71-
lib/Page.js(605,14): error TS2503: Cannot find namespace 'Protocol'.
72-
lib/Page.js(941,19): error TS2503: Cannot find namespace 'Protocol'.
73-
lib/Page.js(1352,15): error TS2503: Cannot find namespace 'Protocol'.
53+
lib/Page.js(496,15): error TS2503: Cannot find namespace 'Protocol'.
54+
lib/Page.js(506,22): error TS2503: Cannot find namespace 'Protocol'.
55+
lib/Page.js(519,15): error TS2503: Cannot find namespace 'Protocol'.
56+
lib/Page.js(529,15): error TS2503: Cannot find namespace 'Protocol'.
57+
lib/Page.js(554,15): error TS2503: Cannot find namespace 'Protocol'.
58+
lib/Page.js(607,14): error TS2503: Cannot find namespace 'Protocol'.
59+
lib/Page.js(946,19): error TS2503: Cannot find namespace 'Protocol'.
60+
lib/Page.js(1357,15): error TS2503: Cannot find namespace 'Protocol'.
7461
lib/PipeTransport.js(19,17): error TS1003: Identifier expected.
7562
lib/Target.js(23,15): error TS2503: Cannot find namespace 'Protocol'.
76-
lib/Target.js(87,7): error TS2322: Type 'Promise<Worker | Worker>' is not assignable to type 'Promise<Worker>'.
77-
Type 'Worker | Worker' is not assignable to type 'Worker'.
78-
Type 'Worker' is not assignable to type 'Worker'. Two different types with this name exist, but they are unrelated.
7963
lib/Target.js(135,15): error TS2503: Cannot find namespace 'Protocol'.
8064
lib/WebSocketTransport.js(19,17): error TS1003: Identifier expected.
81-
lib/WebSocketTransport.js(32,72): error TS2345: Argument of type 'import("/puppeteer/puppeteer/node_modules/@types/ws/index")' is not assignable to parameter of type 'WebSocket'.
82-
Property 'dispatchEvent' is missing in type 'import("/puppeteer/puppeteer/node_modules/@types/ws/index")' but required in type 'WebSocket'.
8365
lib/Worker.js(25,50): error TS2503: Cannot find namespace 'Protocol'.
8466
lib/Worker.js(26,24): error TS2503: Cannot find namespace 'Protocol'.
8567
lib/Worker.js(33,26): error TS2503: Cannot find namespace 'Protocol'.

0 commit comments

Comments
 (0)