Skip to content

Commit 9aa112a

Browse files
committed
fix: flow errors
1 parent 97b4819 commit 9aa112a

40 files changed

+1845
-111
lines changed

flow-typed/npm/@commitlint/cli_vx.x.x.js

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 6b3e411701babc2e6f6520580da2616a
2-
// flow-typed version: <<STUB>>/@commitlint/cli_v^5.2.5/flow_v0.61.0
1+
// flow-typed signature: 5f0766f389bd6c2e4cdc471f118fb6a3
2+
// flow-typed version: <<STUB>>/@commitlint/cli_v^6.0.2/flow_v0.76.0
33

44
/**
55
* This is an autogenerated libdef stub for:
@@ -38,6 +38,10 @@ declare module '@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.conf
3838
declare module.exports: any;
3939
}
4040

41+
declare module '@commitlint/cli/fixtures/issue-prefixes/commitlint.config' {
42+
declare module.exports: any;
43+
}
44+
4145
declare module '@commitlint/cli/fixtures/outer-scope/commitlint.config' {
4246
declare module.exports: any;
4347
}
@@ -95,6 +99,9 @@ declare module '@commitlint/cli/fixtures/inner-scope/commitlint.config.js' {
9599
declare module '@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config.js' {
96100
declare module.exports: $Exports<'@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config'>;
97101
}
102+
declare module '@commitlint/cli/fixtures/issue-prefixes/commitlint.config.js' {
103+
declare module.exports: $Exports<'@commitlint/cli/fixtures/issue-prefixes/commitlint.config'>;
104+
}
98105
declare module '@commitlint/cli/fixtures/outer-scope/commitlint.config.js' {
99106
declare module.exports: $Exports<'@commitlint/cli/fixtures/outer-scope/commitlint.config'>;
100107
}

flow-typed/npm/@commitlint/config-conventional_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 211481ade58a5d1b48d157e08d068cc3
2-
// flow-typed version: <<STUB>>/@commitlint/config-conventional_v^5.2.3/flow_v0.61.0
1+
// flow-typed signature: c3a68026c0b53318c65a252945ad9bd4
2+
// flow-typed version: <<STUB>>/@commitlint/config-conventional_v^6.0.2/flow_v0.76.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: 012fde4b8c25e76b9e347dc1eb64d6e4
2+
// flow-typed version: <<STUB>>/@jedwards1211/commitlint-config_v^1.0.0/flow_v0.76.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* '@jedwards1211/commitlint-config'
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 '@jedwards1211/commitlint-config' {
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 '@jedwards1211/commitlint-config/commitlint.config' {
26+
declare module.exports: any;
27+
}
28+
29+
// Filename aliases
30+
declare module '@jedwards1211/commitlint-config/commitlint.config.js' {
31+
declare module.exports: $Exports<'@jedwards1211/commitlint-config/commitlint.config'>;
32+
}

flow-typed/npm/@jedwards1211/eslint-config-flow_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 7be3f328e60a5bb311c142ba0bf1e16d
2-
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config-flow_v^1.0.0/flow_v0.61.0
1+
// flow-typed signature: e94dbbfd8ca6bb3c86bf1e8ee4483e06
2+
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config-flow_v^1.0.0/flow_v0.76.0
33

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

flow-typed/npm/@jedwards1211/eslint-config_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 6be0a15102c7305fbc30e7744c9e0e60
2-
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config_v^1.0.0/flow_v0.61.0
1+
// flow-typed signature: 1b52e324d113ff62464883e99068356f
2+
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config_v^2.0.0/flow_v0.76.0
33

44
/**
55
* This is an autogenerated libdef stub for:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
// flow-typed signature: 6c4879fffa15bd87a84e50e44c654266
2+
// flow-typed version: <<STUB>>/apollo-cache-inmemory_v^1.2.5/flow_v0.76.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'apollo-cache-inmemory'
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 'apollo-cache-inmemory' {
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 'apollo-cache-inmemory/lib/bundle.umd' {
26+
declare module.exports: any;
27+
}
28+
29+
declare module 'apollo-cache-inmemory/lib/fragmentMatcher' {
30+
declare module.exports: any;
31+
}
32+
33+
declare module 'apollo-cache-inmemory/lib/fragmentMatcherIntrospectionQuery' {
34+
declare module.exports: any;
35+
}
36+
37+
declare module 'apollo-cache-inmemory/lib/index' {
38+
declare module.exports: any;
39+
}
40+
41+
declare module 'apollo-cache-inmemory/lib/inMemoryCache' {
42+
declare module.exports: any;
43+
}
44+
45+
declare module 'apollo-cache-inmemory/lib/mapCache' {
46+
declare module.exports: any;
47+
}
48+
49+
declare module 'apollo-cache-inmemory/lib/objectCache' {
50+
declare module.exports: any;
51+
}
52+
53+
declare module 'apollo-cache-inmemory/lib/readFromStore' {
54+
declare module.exports: any;
55+
}
56+
57+
declare module 'apollo-cache-inmemory/lib/recordingCache' {
58+
declare module.exports: any;
59+
}
60+
61+
declare module 'apollo-cache-inmemory/lib/types' {
62+
declare module.exports: any;
63+
}
64+
65+
declare module 'apollo-cache-inmemory/lib/writeToStore' {
66+
declare module.exports: any;
67+
}
68+
69+
declare module 'apollo-cache-inmemory/rollup.config' {
70+
declare module.exports: any;
71+
}
72+
73+
// Filename aliases
74+
declare module 'apollo-cache-inmemory/lib/bundle.umd.js' {
75+
declare module.exports: $Exports<'apollo-cache-inmemory/lib/bundle.umd'>;
76+
}
77+
declare module 'apollo-cache-inmemory/lib/fragmentMatcher.js' {
78+
declare module.exports: $Exports<'apollo-cache-inmemory/lib/fragmentMatcher'>;
79+
}
80+
declare module 'apollo-cache-inmemory/lib/fragmentMatcherIntrospectionQuery.js' {
81+
declare module.exports: $Exports<'apollo-cache-inmemory/lib/fragmentMatcherIntrospectionQuery'>;
82+
}
83+
declare module 'apollo-cache-inmemory/lib/index.js' {
84+
declare module.exports: $Exports<'apollo-cache-inmemory/lib/index'>;
85+
}
86+
declare module 'apollo-cache-inmemory/lib/inMemoryCache.js' {
87+
declare module.exports: $Exports<'apollo-cache-inmemory/lib/inMemoryCache'>;
88+
}
89+
declare module 'apollo-cache-inmemory/lib/mapCache.js' {
90+
declare module.exports: $Exports<'apollo-cache-inmemory/lib/mapCache'>;
91+
}
92+
declare module 'apollo-cache-inmemory/lib/objectCache.js' {
93+
declare module.exports: $Exports<'apollo-cache-inmemory/lib/objectCache'>;
94+
}
95+
declare module 'apollo-cache-inmemory/lib/readFromStore.js' {
96+
declare module.exports: $Exports<'apollo-cache-inmemory/lib/readFromStore'>;
97+
}
98+
declare module 'apollo-cache-inmemory/lib/recordingCache.js' {
99+
declare module.exports: $Exports<'apollo-cache-inmemory/lib/recordingCache'>;
100+
}
101+
declare module 'apollo-cache-inmemory/lib/types.js' {
102+
declare module.exports: $Exports<'apollo-cache-inmemory/lib/types'>;
103+
}
104+
declare module 'apollo-cache-inmemory/lib/writeToStore.js' {
105+
declare module.exports: $Exports<'apollo-cache-inmemory/lib/writeToStore'>;
106+
}
107+
declare module 'apollo-cache-inmemory/rollup.config.js' {
108+
declare module.exports: $Exports<'apollo-cache-inmemory/rollup.config'>;
109+
}

0 commit comments

Comments
 (0)