Skip to content

Commit ac3448c

Browse files
committed
Update Flow to v0.115
1 parent 8057e39 commit ac3448c

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

.flowconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ signature-verification-failure=error
3030
implicit-inexact-object=error
3131
ambiguous-object-type=error
3232
uninitialized-instance-property=error
33-
non-array-spread=error
3433

3534
[options]
3635
include_warnings=true
3736
module.use_strict=true
37+
babel_loose_array_spread=true
3838
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)?)\\)
3939
suppress_comment=\\(.\\|\n\\)*\\$DisableFlowOnNegativeTest
4040

4141
[version]
42-
^0.114.0
42+
^0.115.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"dtslint": "2.0.2",
5858
"eslint": "6.8.0",
5959
"eslint-plugin-flowtype": "4.5.2",
60-
"flow-bin": "0.114.0",
60+
"flow-bin": "0.115.0",
6161
"mocha": "6.2.2",
6262
"nyc": "15.0.0",
6363
"prettier": "1.19.1"

src/utilities/extendSchema.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ export function extendSchemaImpl(
302302
...field,
303303
type: replaceType(field.type),
304304
})),
305-
// $FlowFixMe Bug in Flow, see https://github.com/facebook/flow/issues/8178
306305
...buildInputFieldMap(extensions),
307306
}),
308307
extensionASTNodes: concatMaybeArrays(
@@ -320,7 +319,6 @@ export function extendSchemaImpl(
320319
...config,
321320
values: {
322321
...config.values,
323-
// $FlowFixMe Bug in Flow, see https://github.com/facebook/flow/issues/8178
324322
...buildEnumValueMap(extensions),
325323
},
326324
extensionASTNodes: concatMaybeArrays(
@@ -355,7 +353,6 @@ export function extendSchemaImpl(
355353
],
356354
fields: () => ({
357355
...mapValue(config.fields, extendField),
358-
// $FlowFixMe Bug in Flow, see https://github.com/facebook/flow/issues/8178
359356
...buildFieldMap(extensions),
360357
}),
361358
extensionASTNodes: concatMaybeArrays(
@@ -379,7 +376,6 @@ export function extendSchemaImpl(
379376
],
380377
fields: () => ({
381378
...mapValue(config.fields, extendField),
382-
// $FlowFixMe Bug in Flow, see https://github.com/facebook/flow/issues/8178
383379
...buildFieldMap(extensions),
384380
}),
385381
extensionASTNodes: concatMaybeArrays(

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1913,10 +1913,10 @@ flatted@^2.0.0:
19131913
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08"
19141914
integrity sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==
19151915

1916-
flow-bin@0.114.0:
1917-
version "0.114.0"
1918-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.114.0.tgz#9079c5fcdf08fab4db91616f38994e9b7d035842"
1919-
integrity sha512-hewufX0nbnhemQn5XtJ97nEFNqoBclPBAZ54aY3jKuZJnLpwqB7Doaplet3M26TOh2NchBsU0+lUkM8oVna2VA==
1916+
flow-bin@0.115.0:
1917+
version "0.115.0"
1918+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.115.0.tgz#22e3ad9e5c7198967de80138ba8a9154ff387960"
1919+
integrity sha512-xW+U2SrBaAr0EeLvKmXAmsdnrH6x0Io17P6yRJTNgrrV42G8KXhBAD00s6oGbTTqRyHD0nP47kyuU34zljZpaQ==
19201920

19211921
foreground-child@^2.0.0:
19221922
version "2.0.0"

0 commit comments

Comments
 (0)