Skip to content

Commit acbc736

Browse files
Update deps (#2835)
1 parent 4e722a8 commit acbc736

File tree

4 files changed

+95
-93
lines changed

4 files changed

+95
-93
lines changed

.eslintrc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ overrides:
504504
- plugin:import/typescript
505505
rules:
506506
##########################################################################
507-
# `@typescript-eslint/eslint-plugin` rule list based on `v4.5.x`
507+
# `@typescript-eslint/eslint-plugin` rule list based on `v4.6.x`
508508
##########################################################################
509509

510510
# Supported Rules
@@ -556,6 +556,7 @@ overrides:
556556
'@typescript-eslint/no-unnecessary-qualifier': error
557557
'@typescript-eslint/no-unnecessary-type-arguments': error
558558
'@typescript-eslint/no-unnecessary-type-assertion': error
559+
'@typescript-eslint/no-unnecessary-type-constraint': off # TODO consider
559560
'@typescript-eslint/no-unsafe-assignment': off # TODO consider
560561
'@typescript-eslint/no-unsafe-call': off # TODO consider
561562
'@typescript-eslint/no-unsafe-member-access': off # TODO consider
@@ -655,6 +656,7 @@ overrides:
655656
'@typescript-eslint/no-extra-semi': off
656657
'@typescript-eslint/semi': off
657658
'@typescript-eslint/space-before-function-paren': off
659+
'@typescript-eslint/space-infix-ops': off
658660
'@typescript-eslint/type-annotation-spacing': off
659661
- files: 'src/**/__*__/**'
660662
rules:

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ experimental.const_params=true
3939
include_warnings=true
4040

4141
[version]
42-
^0.136.0
42+
^0.137.0

package-lock.json

Lines changed: 86 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,21 @@
5454
"@babel/plugin-transform-flow-strip-types": "7.12.1",
5555
"@babel/preset-env": "7.12.1",
5656
"@babel/register": "7.12.1",
57-
"@typescript-eslint/eslint-plugin": "4.5.0",
58-
"@typescript-eslint/parser": "4.5.0",
57+
"@typescript-eslint/eslint-plugin": "4.6.0",
58+
"@typescript-eslint/parser": "4.6.0",
5959
"babel-eslint": "10.1.0",
6060
"chai": "4.2.0",
6161
"cspell": "4.1.2",
62-
"eslint": "7.12.0",
62+
"eslint": "7.12.1",
6363
"eslint-plugin-flowtype": "5.2.0",
6464
"eslint-plugin-import": "2.22.1",
6565
"eslint-plugin-internal-rules": "file:./resources/eslint-internal-rules",
6666
"eslint-plugin-istanbul": "0.1.2",
6767
"eslint-plugin-node": "11.1.0",
68-
"flow-bin": "0.136.0",
68+
"flow-bin": "0.137.0",
6969
"mocha": "8.2.0",
7070
"nyc": "15.1.0",
7171
"prettier": "2.1.2",
72-
"typescript": "4.0.3"
72+
"typescript": "4.0.5"
7373
}
7474
}

0 commit comments

Comments
 (0)