Skip to content

Commit

Permalink
Update deps (#3276)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Sep 27, 2021
1 parent 8261922 commit 44613cc
Show file tree
Hide file tree
Showing 5 changed files with 959 additions and 1,078 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.yml
Expand Up @@ -461,7 +461,7 @@ overrides:
tsdoc/syntax: error

##########################################################################
# `@typescript-eslint/eslint-plugin` rule list based on `v4.29.x`
# `@typescript-eslint/eslint-plugin` rule list based on `v4.31.x`
##########################################################################

# Supported Rules
Expand Down Expand Up @@ -534,8 +534,8 @@ overrides:
'@typescript-eslint/prefer-reduce-type-parameter': error
'@typescript-eslint/prefer-regexp-exec': off
'@typescript-eslint/prefer-return-this-type': error
'@typescript-eslint/prefer-ts-expect-error': error
'@typescript-eslint/prefer-string-starts-ends-with': off # TODO switch to error after IE11 drop
'@typescript-eslint/prefer-ts-expect-error': error
'@typescript-eslint/promise-function-async': off
'@typescript-eslint/require-array-sort-compare': error
'@typescript-eslint/restrict-plus-operands': off #TODO temporarily disabled
Expand Down
3 changes: 2 additions & 1 deletion integrationTests/ts/package.json
Expand Up @@ -11,6 +11,7 @@
"typescript-4.0": "npm:typescript@4.0.x",
"typescript-4.1": "npm:typescript@4.1.x",
"typescript-4.2": "npm:typescript@4.2.x",
"typescript-4.3": "npm:typescript@4.3.x"
"typescript-4.3": "npm:typescript@4.3.x",
"typescript-4.4": "npm:typescript@4.4.x"
}
}

0 comments on commit 44613cc

Please sign in to comment.