Skip to content

Commit

Permalink
Update deps (#3390)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Nov 29, 2021
1 parent 39be2f6 commit 37ec050
Show file tree
Hide file tree
Showing 5 changed files with 1,663 additions and 2,117 deletions.
6 changes: 4 additions & 2 deletions .eslintrc.yml
Expand Up @@ -142,7 +142,7 @@ rules:
import/dynamic-import-chunkname: off

##############################################################################
# ESLint builtin rules list based on `v7.32.x`
# ESLint builtin rules list based on `v8.3.x`
##############################################################################

# Possible Errors
Expand Down Expand Up @@ -185,6 +185,7 @@ rules:
no-unsafe-finally: error
no-unsafe-negation: error
no-unsafe-optional-chaining: [error, { disallowArithmeticOperators: true }]
no-unused-private-class-members: error
no-useless-backreference: error
require-atomic-updates: error
use-isnan: error
Expand Down Expand Up @@ -453,7 +454,7 @@ overrides:
tsdoc/syntax: error

##########################################################################
# `@typescript-eslint/eslint-plugin` rule list based on `v5.0.x`
# `@typescript-eslint/eslint-plugin` rule list based on `v5.4.x`
##########################################################################

# Supported Rules
Expand All @@ -469,6 +470,7 @@ overrides:
[error, index-signature]
'@typescript-eslint/consistent-type-assertions': off # TODO temporarily disable
'@typescript-eslint/consistent-type-definitions': error
'@typescript-eslint/consistent-type-exports': error
'@typescript-eslint/consistent-type-imports': error
'@typescript-eslint/explicit-function-return-type': off # TODO consider
'@typescript-eslint/explicit-member-accessibility': off # TODO consider
Expand Down
1 change: 1 addition & 0 deletions cspell.yml
@@ -1,5 +1,6 @@
language: en
useGitignore: true
# TODO enableGlobDot: true
ignorePaths:
# Excluded from spelling check
- cspell.yml
Expand Down
3 changes: 2 additions & 1 deletion integrationTests/ts/package.json
Expand Up @@ -9,6 +9,7 @@
"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.4": "npm:typescript@4.4.x"
"typescript-4.4": "npm:typescript@4.4.x",
"typescript-4.5": "npm:typescript@4.5.x"
}
}

0 comments on commit 37ec050

Please sign in to comment.