Skip to content

Commit fe878ee

Browse files
Update deps (#2476)
1 parent 63c2009 commit fe878ee

File tree

4 files changed

+122
-107
lines changed

4 files changed

+122
-107
lines changed

.eslintrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ overrides:
451451
'@typescript-eslint/explicit-module-boundary-types': off # TODO consider
452452
'@typescript-eslint/member-ordering': off # TODO consider
453453
'@typescript-eslint/naming-convention': off # TODO consider
454+
'@typescript-eslint/no-base-to-string': error
454455
'@typescript-eslint/no-dynamic-delete': off
455456
'@typescript-eslint/no-empty-interface': error
456457
'@typescript-eslint/no-explicit-any': off # TODO error
@@ -486,6 +487,7 @@ overrides:
486487
'@typescript-eslint/prefer-nullish-coalescing': error
487488
'@typescript-eslint/prefer-optional-chain': error
488489
'@typescript-eslint/prefer-readonly': error
490+
'@typescript-eslint/prefer-readonly-parameter-types': off # FIXME: crash eslint
489491
'@typescript-eslint/prefer-regexp-exec': error
490492
'@typescript-eslint/prefer-string-starts-ends-with': off # TODO switch to error after IE11 drop
491493
'@typescript-eslint/promise-function-async': off

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)?)\\)
4040
suppress_comment=\\(.\\|\n\\)*\\$DisableFlowOnNegativeTest
4141

4242
[version]
43-
^0.119.0
43+
^0.120.0

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@
4444
},
4545
"dependencies": {},
4646
"devDependencies": {
47-
"@babel/core": "7.8.6",
47+
"@babel/core": "7.8.7",
4848
"@babel/plugin-transform-flow-strip-types": "7.8.3",
49-
"@babel/preset-env": "7.8.6",
49+
"@babel/preset-env": "7.8.7",
5050
"@babel/register": "7.8.6",
51-
"@typescript-eslint/eslint-plugin": "2.21.0",
52-
"@typescript-eslint/parser": "2.21.0",
51+
"@typescript-eslint/eslint-plugin": "2.22.0",
52+
"@typescript-eslint/parser": "2.22.0",
5353
"babel-eslint": "10.1.0",
5454
"chai": "4.2.0",
5555
"cspell": "4.0.55",
56-
"dtslint": "3.2.0",
56+
"dtslint": "3.3.0",
5757
"eslint": "6.8.0",
5858
"eslint-plugin-flowtype": "4.6.0",
5959
"eslint-plugin-import": "2.20.1",
60-
"flow-bin": "0.119.1",
60+
"flow-bin": "0.120.1",
6161
"mocha": "7.1.0",
6262
"nyc": "15.0.0",
6363
"prettier": "1.19.1",

0 commit comments

Comments
 (0)