Skip to content

Commit a08ffc9

Browse files
committed
chore(packages): Update flow types
1 parent 2ad300e commit a08ffc9

39 files changed

+620
-191
lines changed

flow-typed/npm/babel-cli_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 8615cf6c39596ff7ba27c4a0377fe299
2-
// flow-typed version: <<STUB>>/babel-cli_v^6.24.1/flow_v0.46.0
1+
// flow-typed signature: 2be8d574e9f7030854fc60dac99e21af
2+
// flow-typed version: <<STUB>>/babel-cli_v^6.24.1/flow_v0.48.0
33

44
/**
55
* This is an autogenerated libdef stub for:

flow-typed/npm/babel-eslint_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: f3c3dd3c4bea413962ad456458ec0804
2-
// flow-typed version: <<STUB>>/babel-eslint_v^7.2.3/flow_v0.46.0
1+
// flow-typed signature: fb9050b753124adf69b920326736cddb
2+
// flow-typed version: <<STUB>>/babel-eslint_v^7.2.3/flow_v0.48.0
33

44
/**
55
* This is an autogenerated libdef stub for:

flow-typed/npm/babel-generator_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 7e0d611d52efbf0ccf1aa8ff259a95c7
2-
// flow-typed version: <<STUB>>/babel-generator_v^6.24.1/flow_v0.46.0
1+
// flow-typed signature: 66c62e39652763a02af7066f6d54a45e
2+
// flow-typed version: <<STUB>>/babel-generator_v^6.25.0/flow_v0.48.0
33

44
/**
55
* This is an autogenerated libdef stub for:

flow-typed/npm/babel-jest_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: d4e78a10db1c03409f039c1842f09fc1
2-
// flow-typed version: <<STUB>>/babel-jest_v^20.0.3/flow_v0.46.0
1+
// flow-typed signature: 9513ece6a38cfbf075893a25afcdcf62
2+
// flow-typed version: <<STUB>>/babel-jest_v^20.0.3/flow_v0.48.0
33

44
/**
55
* This is an autogenerated libdef stub for:

flow-typed/npm/babel-plugin-external-helpers_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: deffac357ce63a592e2d820eeb12a55c
2-
// flow-typed version: <<STUB>>/babel-plugin-external-helpers_v^6.22.0/flow_v0.46.0
1+
// flow-typed signature: 496797fba4c60e6d4a9608eb2cce32bd
2+
// flow-typed version: <<STUB>>/babel-plugin-external-helpers_v^6.22.0/flow_v0.48.0
33

44
/**
55
* This is an autogenerated libdef stub for:

flow-typed/npm/babel-plugin-syntax-jsx_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: c4168fd4b4ed39f8b367b2a5ead74580
2-
// flow-typed version: <<STUB>>/babel-plugin-syntax-jsx_v^6.18.0/flow_v0.46.0
1+
// flow-typed signature: 424ac8a5e668e71c8f5c132d85caa2d9
2+
// flow-typed version: <<STUB>>/babel-plugin-syntax-jsx_v^6.18.0/flow_v0.48.0
33

44
/**
55
* This is an autogenerated libdef stub for:

flow-typed/npm/babel-plugin-transform-class-properties_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 805d3c8609e612f9f5eeb61e6e4d52ee
2-
// flow-typed version: <<STUB>>/babel-plugin-transform-class-properties_v^6.24.1/flow_v0.46.0
1+
// flow-typed signature: 289f574cd48e3bdda0d110bb28cddce5
2+
// flow-typed version: <<STUB>>/babel-plugin-transform-class-properties_v^6.24.1/flow_v0.48.0
33

44
/**
55
* This is an autogenerated libdef stub for:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
// flow-typed signature: df61fdfe2a941bb0a1a58469cfe8219c
2+
// flow-typed version: <<STUB>>/babel-plugin-transform-es2015-modules-commonjs_v^6.24.1/flow_v0.48.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-plugin-transform-es2015-modules-commonjs'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'babel-plugin-transform-es2015-modules-commonjs' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module 'babel-plugin-transform-es2015-modules-commonjs/lib/index' {
26+
declare module.exports: any;
27+
}
28+
29+
// Filename aliases
30+
declare module 'babel-plugin-transform-es2015-modules-commonjs/lib/index.js' {
31+
declare module.exports: $Exports<'babel-plugin-transform-es2015-modules-commonjs/lib/index'>;
32+
}

flow-typed/npm/babel-plugin-transform-object-rest-spread_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: bfe38e13225d02db53f8d4d378c26c2b
2-
// flow-typed version: <<STUB>>/babel-plugin-transform-object-rest-spread_v^6.23.0/flow_v0.46.0
1+
// flow-typed signature: 68032a0f1edfd9671ff589311bf27cda
2+
// flow-typed version: <<STUB>>/babel-plugin-transform-object-rest-spread_v^6.23.0/flow_v0.48.0
33

44
/**
55
* This is an autogenerated libdef stub for:

flow-typed/npm/babel-plugin-transform-remove-strict-mode_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 2e91b96b4e6d42ff07d32da88e02c382
2-
// flow-typed version: <<STUB>>/babel-plugin-transform-remove-strict-mode_v^0.0.2/flow_v0.46.0
1+
// flow-typed signature: 26d90c22d51781407eb7c1802f2b9659
2+
// flow-typed version: <<STUB>>/babel-plugin-transform-remove-strict-mode_v^0.0.2/flow_v0.48.0
33

44
/**
55
* This is an autogenerated libdef stub for:
+67
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
// flow-typed signature: c6f558fc8ba25b565b624d19c1c0f1d1
2+
// flow-typed version: <<STUB>>/babel-polyfill_v^6.23.0/flow_v0.48.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-polyfill'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'babel-polyfill' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module 'babel-polyfill/browser' {
26+
declare module.exports: any;
27+
}
28+
29+
declare module 'babel-polyfill/dist/polyfill' {
30+
declare module.exports: any;
31+
}
32+
33+
declare module 'babel-polyfill/dist/polyfill.min' {
34+
declare module.exports: any;
35+
}
36+
37+
declare module 'babel-polyfill/lib/index' {
38+
declare module.exports: any;
39+
}
40+
41+
declare module 'babel-polyfill/scripts/postpublish' {
42+
declare module.exports: any;
43+
}
44+
45+
declare module 'babel-polyfill/scripts/prepublish' {
46+
declare module.exports: any;
47+
}
48+
49+
// Filename aliases
50+
declare module 'babel-polyfill/browser.js' {
51+
declare module.exports: $Exports<'babel-polyfill/browser'>;
52+
}
53+
declare module 'babel-polyfill/dist/polyfill.js' {
54+
declare module.exports: $Exports<'babel-polyfill/dist/polyfill'>;
55+
}
56+
declare module 'babel-polyfill/dist/polyfill.min.js' {
57+
declare module.exports: $Exports<'babel-polyfill/dist/polyfill.min'>;
58+
}
59+
declare module 'babel-polyfill/lib/index.js' {
60+
declare module.exports: $Exports<'babel-polyfill/lib/index'>;
61+
}
62+
declare module 'babel-polyfill/scripts/postpublish.js' {
63+
declare module.exports: $Exports<'babel-polyfill/scripts/postpublish'>;
64+
}
65+
declare module 'babel-polyfill/scripts/prepublish.js' {
66+
declare module.exports: $Exports<'babel-polyfill/scripts/prepublish'>;
67+
}

flow-typed/npm/babel-preset-env_vx.x.x.js

+16-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: f12875965303032e2f229e46f5734514
2-
// flow-typed version: <<STUB>>/babel-preset-env_v^1.4.0/flow_v0.46.0
1+
// flow-typed signature: 2004dc8aa54efd841cbeb64749ac7fc8
2+
// flow-typed version: <<STUB>>/babel-preset-env_v^1.5.2/flow_v0.48.0
33

44
/**
55
* This is an autogenerated libdef stub for:
@@ -46,10 +46,18 @@ declare module 'babel-preset-env/lib/normalize-options' {
4646
declare module.exports: any;
4747
}
4848

49+
declare module 'babel-preset-env/lib/targets-parser' {
50+
declare module.exports: any;
51+
}
52+
4953
declare module 'babel-preset-env/lib/transform-polyfill-require-plugin' {
5054
declare module.exports: any;
5155
}
5256

57+
declare module 'babel-preset-env/lib/utils' {
58+
declare module.exports: any;
59+
}
60+
5361
// Filename aliases
5462
declare module 'babel-preset-env/data/built-in-features.js' {
5563
declare module.exports: $Exports<'babel-preset-env/data/built-in-features'>;
@@ -69,6 +77,12 @@ declare module 'babel-preset-env/lib/module-transformations.js' {
6977
declare module 'babel-preset-env/lib/normalize-options.js' {
7078
declare module.exports: $Exports<'babel-preset-env/lib/normalize-options'>;
7179
}
80+
declare module 'babel-preset-env/lib/targets-parser.js' {
81+
declare module.exports: $Exports<'babel-preset-env/lib/targets-parser'>;
82+
}
7283
declare module 'babel-preset-env/lib/transform-polyfill-require-plugin.js' {
7384
declare module.exports: $Exports<'babel-preset-env/lib/transform-polyfill-require-plugin'>;
7485
}
86+
declare module 'babel-preset-env/lib/utils.js' {
87+
declare module.exports: $Exports<'babel-preset-env/lib/utils'>;
88+
}

flow-typed/npm/babel-preset-react_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: f36cef8c0faabcd12873f8dedbba14fd
2-
// flow-typed version: <<STUB>>/babel-preset-react_v^6.24.1/flow_v0.46.0
1+
// flow-typed signature: ebb227eb2063cd511833338670db0d5e
2+
// flow-typed version: <<STUB>>/babel-preset-react_v^6.24.1/flow_v0.48.0
33

44
/**
55
* This is an autogenerated libdef stub for:

flow-typed/npm/chalk_v1.x.x.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
// flow-typed signature: 7b4e29a4fd2be533e1822c1b0aade79b
2-
// flow-typed version: 549b484575/chalk_v1.x.x/flow_>=v0.21.x
1+
// flow-typed signature: 9d7ebf432fe5436b8912d014b367d934
2+
// flow-typed version: b059774d08/chalk_v1.x.x/flow_>=v0.21.x
33

44
type $npm$chalk$StyleElement = {
55
open: string;
66
close: string;
77
};
88

9-
type $npm$chalk$Chain = $npm$chalk$Style & (...text: string[]) => string;
9+
type $npm$chalk$Chain = $npm$chalk$Style & (...text: any[]) => string;
1010

1111
type $npm$chalk$Style = {
1212
// General

flow-typed/npm/condition-circle_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: eb32bf635bb16316c512f4573f71ec0e
2-
// flow-typed version: <<STUB>>/condition-circle_v^1.5.0/flow_v0.46.0
1+
// flow-typed signature: 171af6e5a743a6bb60ad0fdf309885c5
2+
// flow-typed version: <<STUB>>/condition-circle_v^1.5.0/flow_v0.48.0
33

44
/**
55
* This is an autogenerated libdef stub for:

flow-typed/npm/cz-lerna-changelog_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: b8099df95af3fc19911964d9200ccebb
2-
// flow-typed version: <<STUB>>/cz-lerna-changelog_v^1.2.1/flow_v0.46.0
1+
// flow-typed signature: aedadfd7cfc91b89b2801b0ac464b28d
2+
// flow-typed version: <<STUB>>/cz-lerna-changelog_v^1.2.1/flow_v0.48.0
33

44
/**
55
* This is an autogenerated libdef stub for:

flow-typed/npm/enzyme-to-json_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: d46ada5d05959b8ec66d2f86890b7338
2-
// flow-typed version: <<STUB>>/enzyme-to-json_v^1.5.1/flow_v0.46.0
1+
// flow-typed signature: 52065904af7a0c1a16f0e95737f35684
2+
// flow-typed version: <<STUB>>/enzyme-to-json_v^1.5.1/flow_v0.48.0
33

44
/**
55
* This is an autogenerated libdef stub for:

flow-typed/npm/enzyme_v2.3.x.js

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 4109fee535b1f5c38bd1a24450044e0f
2-
// flow-typed version: 2b435bb71a/enzyme_v2.3.x/flow_>=v0.28.x
1+
// flow-typed signature: 2347f05faac22d91369b6abccedcac7e
2+
// flow-typed version: 64d5f46151/enzyme_v2.3.x/flow_>=v0.28.x
33

44
declare module 'enzyme' {
55
declare type PredicateFunction<T: Wrapper> = (wrapper: T) => boolean;
@@ -47,10 +47,10 @@ declare module 'enzyme' {
4747
prop(key: string): any;
4848
key(): string;
4949
simulate(event: string, ...args: Array<any>): this;
50-
setState(state: Object): this;
50+
setState(state: Object, callback?: Function): this,
5151
setProps(props: Object): this;
5252
setContext(context: Object): this;
53-
instance(): React$Component<any, any, any>;
53+
instance(): React$Component<*, *, *>;
5454
update(): this;
5555
debug(): string;
5656
type(): string | Function | null;
@@ -67,6 +67,7 @@ declare module 'enzyme' {
6767
}
6868

6969
declare export class ReactWrapper extends Wrapper {
70+
constructor(nodes: NodeOrNodes, root: any, options?: ?Object): ReactWrapper;
7071
mount(): this;
7172
ref(refName: string): this;
7273
detach(): void;

flow-typed/npm/eslint-config-standard_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: b279cfa33de1526b530d77d718443a1b
2-
// flow-typed version: <<STUB>>/eslint-config-standard_v^10.2.1/flow_v0.46.0
1+
// flow-typed signature: 8b20232cf5b0dff77e68cd097b2fc2b5
2+
// flow-typed version: <<STUB>>/eslint-config-standard_v^10.2.1/flow_v0.48.0
33

44
/**
55
* This is an autogenerated libdef stub for:

flow-typed/npm/eslint-plugin-flowtype_vx.x.x.js

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: d3a72d7b59d5bd2824d44ae2723bbb86
2-
// flow-typed version: <<STUB>>/eslint-plugin-flowtype_v^2.33.0/flow_v0.46.0
1+
// flow-typed signature: 7aeb375c63190086c3e5d9bf041a0ad2
2+
// flow-typed version: <<STUB>>/eslint-plugin-flowtype_v^2.34.0/flow_v0.48.0
33

44
/**
55
* This is an autogenerated libdef stub for:
@@ -150,6 +150,10 @@ declare module 'eslint-plugin-flowtype/dist/rules/validSyntax' {
150150
declare module.exports: any;
151151
}
152152

153+
declare module 'eslint-plugin-flowtype/dist/utilities/checkFlowFileAnnotation' {
154+
declare module.exports: any;
155+
}
156+
153157
declare module 'eslint-plugin-flowtype/dist/utilities/fuzzyStringMatch' {
154158
declare module.exports: any;
155159
}
@@ -166,10 +170,6 @@ declare module 'eslint-plugin-flowtype/dist/utilities/getTokenBeforeParens' {
166170
declare module.exports: any;
167171
}
168172

169-
declare module 'eslint-plugin-flowtype/dist/utilities/checkFlowFileAnnotation' {
170-
declare module.exports: any;
171-
}
172-
173173
declare module 'eslint-plugin-flowtype/dist/utilities/index' {
174174
declare module.exports: any;
175175
}
@@ -291,6 +291,9 @@ declare module 'eslint-plugin-flowtype/dist/rules/useFlowType.js' {
291291
declare module 'eslint-plugin-flowtype/dist/rules/validSyntax.js' {
292292
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/validSyntax'>;
293293
}
294+
declare module 'eslint-plugin-flowtype/dist/utilities/checkFlowFileAnnotation.js' {
295+
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/checkFlowFileAnnotation'>;
296+
}
294297
declare module 'eslint-plugin-flowtype/dist/utilities/fuzzyStringMatch.js' {
295298
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/fuzzyStringMatch'>;
296299
}
@@ -303,9 +306,6 @@ declare module 'eslint-plugin-flowtype/dist/utilities/getTokenAfterParens.js' {
303306
declare module 'eslint-plugin-flowtype/dist/utilities/getTokenBeforeParens.js' {
304307
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/getTokenBeforeParens'>;
305308
}
306-
declare module 'eslint-plugin-flowtype/dist/utilities/checkFlowFileAnnotation.js' {
307-
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/checkFlowFileAnnotation'>;
308-
}
309309
declare module 'eslint-plugin-flowtype/dist/utilities/index.js' {
310310
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/index'>;
311311
}

flow-typed/npm/eslint-plugin-import_vx.x.x.js

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: fdc069572f193f76e11f3ff6be5fde49
2-
// flow-typed version: <<STUB>>/eslint-plugin-import_v^2.2.0/flow_v0.46.0
1+
// flow-typed signature: b6631939a281b271c6955707fc3d10b1
2+
// flow-typed version: <<STUB>>/eslint-plugin-import_v^2.3.0/flow_v0.48.0
33

44
/**
55
* This is an autogenerated libdef stub for:
@@ -114,6 +114,10 @@ declare module 'eslint-plugin-import/lib/rules/no-amd' {
114114
declare module.exports: any;
115115
}
116116

117+
declare module 'eslint-plugin-import/lib/rules/no-anonymous-default-export' {
118+
declare module.exports: any;
119+
}
120+
117121
declare module 'eslint-plugin-import/lib/rules/no-commonjs' {
118122
declare module.exports: any;
119123
}
@@ -264,6 +268,9 @@ declare module 'eslint-plugin-import/lib/rules/no-absolute-path.js' {
264268
declare module 'eslint-plugin-import/lib/rules/no-amd.js' {
265269
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-amd'>;
266270
}
271+
declare module 'eslint-plugin-import/lib/rules/no-anonymous-default-export.js' {
272+
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-anonymous-default-export'>;
273+
}
267274
declare module 'eslint-plugin-import/lib/rules/no-commonjs.js' {
268275
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-commonjs'>;
269276
}

0 commit comments

Comments
 (0)