Skip to content

Commit 14dfe86

Browse files
renovate-botsteabert
authored andcommitted
chore(deps): update typescript-eslint monorepo to v3.10.1
1 parent 6710539 commit 14dfe86

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"@types/jest": "26.0.13",
5454
"@types/node": "13.13.16",
5555
"@types/ws": "7.2.6",
56-
"@typescript-eslint/eslint-plugin": "3.8.0",
57-
"@typescript-eslint/parser": "3.8.0",
56+
"@typescript-eslint/eslint-plugin": "3.10.1",
57+
"@typescript-eslint/parser": "3.10.1",
5858
"babel-loader": "8.1.0",
5959
"concurrently": "5.3.0",
6060
"conventional-changelog-cli": "2.1.0",

yarn.lock

+32-32
Original file line numberDiff line numberDiff line change
@@ -1356,63 +1356,63 @@
13561356
dependencies:
13571357
"@types/yargs-parser" "*"
13581358

1359-
"@typescript-eslint/eslint-plugin@3.8.0":
1360-
version "3.8.0"
1361-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.8.0.tgz#f82947bcdd9a4e42be7ad80dfd61f1dc411dd1df"
1362-
integrity sha512-lFb4VCDleFSR+eo4Ew+HvrJ37ZH1Y9ZyE+qyP7EiwBpcCVxwmUc5PAqhShCQ8N8U5vqYydm74nss+a0wrrCErw==
1359+
"@typescript-eslint/eslint-plugin@3.10.1":
1360+
version "3.10.1"
1361+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz#7e061338a1383f59edc204c605899f93dc2e2c8f"
1362+
integrity sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ==
13631363
dependencies:
1364-
"@typescript-eslint/experimental-utils" "3.8.0"
1364+
"@typescript-eslint/experimental-utils" "3.10.1"
13651365
debug "^4.1.1"
13661366
functional-red-black-tree "^1.0.1"
13671367
regexpp "^3.0.0"
13681368
semver "^7.3.2"
13691369
tsutils "^3.17.1"
13701370

1371-
"@typescript-eslint/experimental-utils@3.8.0":
1372-
version "3.8.0"
1373-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.8.0.tgz#ac1f7c88322dcfb7635ece6f0441516dd951099a"
1374-
integrity sha512-o8T1blo1lAJE0QDsW7nSyvZHbiDzQDjINJKyB44Z3sSL39qBy5L10ScI/XwDtaiunoyKGLiY9bzRk4YjsUZl8w==
1371+
"@typescript-eslint/experimental-utils@3.10.1":
1372+
version "3.10.1"
1373+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686"
1374+
integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==
13751375
dependencies:
13761376
"@types/json-schema" "^7.0.3"
1377-
"@typescript-eslint/types" "3.8.0"
1378-
"@typescript-eslint/typescript-estree" "3.8.0"
1377+
"@typescript-eslint/types" "3.10.1"
1378+
"@typescript-eslint/typescript-estree" "3.10.1"
13791379
eslint-scope "^5.0.0"
13801380
eslint-utils "^2.0.0"
13811381

1382-
"@typescript-eslint/parser@3.8.0":
1383-
version "3.8.0"
1384-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.8.0.tgz#8e1dcd404299bf79492409c81c415fa95a7c622b"
1385-
integrity sha512-u5vjOBaCsnMVQOvkKCXAmmOhyyMmFFf5dbkM3TIbg3MZ2pyv5peE4gj81UAbTHwTOXEwf7eCQTUMKrDl/+qGnA==
1382+
"@typescript-eslint/parser@3.10.1":
1383+
version "3.10.1"
1384+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467"
1385+
integrity sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==
13861386
dependencies:
13871387
"@types/eslint-visitor-keys" "^1.0.0"
1388-
"@typescript-eslint/experimental-utils" "3.8.0"
1389-
"@typescript-eslint/types" "3.8.0"
1390-
"@typescript-eslint/typescript-estree" "3.8.0"
1388+
"@typescript-eslint/experimental-utils" "3.10.1"
1389+
"@typescript-eslint/types" "3.10.1"
1390+
"@typescript-eslint/typescript-estree" "3.10.1"
13911391
eslint-visitor-keys "^1.1.0"
13921392

1393-
"@typescript-eslint/types@3.8.0":
1394-
version "3.8.0"
1395-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.8.0.tgz#58581dd863f86e0cd23353d94362bb90b4bea796"
1396-
integrity sha512-8kROmEQkv6ss9kdQ44vCN1dTrgu4Qxrd2kXr10kz2NP5T8/7JnEfYNxCpPkArbLIhhkGLZV3aVMplH1RXQRF7Q==
1393+
"@typescript-eslint/types@3.10.1":
1394+
version "3.10.1"
1395+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
1396+
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
13971397

1398-
"@typescript-eslint/typescript-estree@3.8.0":
1399-
version "3.8.0"
1400-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.8.0.tgz#0606d19f629f813dbdd5a34c7a1e895d6191cac6"
1401-
integrity sha512-MTv9nPDhlKfclwnplRNDL44mP2SY96YmPGxmMbMy6x12I+pERcxpIUht7DXZaj4mOKKtet53wYYXU0ABaiXrLw==
1398+
"@typescript-eslint/typescript-estree@3.10.1":
1399+
version "3.10.1"
1400+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
1401+
integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==
14021402
dependencies:
1403-
"@typescript-eslint/types" "3.8.0"
1404-
"@typescript-eslint/visitor-keys" "3.8.0"
1403+
"@typescript-eslint/types" "3.10.1"
1404+
"@typescript-eslint/visitor-keys" "3.10.1"
14051405
debug "^4.1.1"
14061406
glob "^7.1.6"
14071407
is-glob "^4.0.1"
14081408
lodash "^4.17.15"
14091409
semver "^7.3.2"
14101410
tsutils "^3.17.1"
14111411

1412-
"@typescript-eslint/visitor-keys@3.8.0":
1413-
version "3.8.0"
1414-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.8.0.tgz#ad35110249fb3fc30a36bfcbfeea93e710cfaab1"
1415-
integrity sha512-gfqQWyVPpT9NpLREXNR820AYwgz+Kr1GuF3nf1wxpHD6hdxI62tq03ToomFnDxY0m3pUB39IF7sil7D5TQexLA==
1412+
"@typescript-eslint/visitor-keys@3.10.1":
1413+
version "3.10.1"
1414+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
1415+
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
14161416
dependencies:
14171417
eslint-visitor-keys "^1.1.0"
14181418

0 commit comments

Comments
 (0)