Skip to content

Commit 8d27258

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update typescript-eslint monorepo to v3.0.1
1 parent 9a8095b commit 8d27258

File tree

2 files changed

+24
-56
lines changed

2 files changed

+24
-56
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"@commitlint/config-conventional": "8.3.4",
4444
"@types/jest": "25.2.3",
4545
"@types/node": "12.12.20",
46-
"@typescript-eslint/eslint-plugin": "3.0.0",
47-
"@typescript-eslint/parser": "3.0.0",
46+
"@typescript-eslint/eslint-plugin": "3.0.1",
47+
"@typescript-eslint/parser": "3.0.1",
4848
"eslint": "7.1.0",
4949
"eslint-config-prettier": "6.11.0",
5050
"eslint-plugin-prettier": "3.1.3",

yarn.lock

Lines changed: 22 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,41 +1114,41 @@
11141114
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.0.tgz#8b63ab7f1aa5321248aad5ac890a485656dcea4d"
11151115
integrity sha512-te5lMAWii1uEJ4FwLjzdlbw3+n0FZNOvFXHxQDKeT0dilh7HOzdMzV2TrJVUzq8ep7J4Na8OUYPRLSQkJHAlrg==
11161116

1117-
"@typescript-eslint/[email protected].0":
1118-
version "3.0.0"
1119-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.0.0.tgz#02f8ec6b5ce814bda80dfc22463f108bed1f699b"
1120-
integrity sha512-lcZ0M6jD4cqGccYOERKdMtg+VWpoq3NSnWVxpc/AwAy0zhkUYVioOUZmfNqiNH8/eBNGhCn6HXd6mKIGRgNc1Q==
1117+
"@typescript-eslint/[email protected].1":
1118+
version "3.0.1"
1119+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.0.1.tgz#368fe7d4c3d927e9fd27b7ba150b4b7e83ddfabe"
1120+
integrity sha512-RxGldRQD3hgOK2xtBfNfA5MMV3rn5gVChe+MIf14hKm51jO2urqF64xOyVrGtzThkrd4rS1Kihqx2nkSxkXHvA==
11211121
dependencies:
1122-
"@typescript-eslint/experimental-utils" "3.0.0"
1122+
"@typescript-eslint/experimental-utils" "3.0.1"
11231123
functional-red-black-tree "^1.0.1"
11241124
regexpp "^3.0.0"
11251125
semver "^7.3.2"
11261126
tsutils "^3.17.1"
11271127

1128-
"@typescript-eslint/[email protected].0":
1129-
version "3.0.0"
1130-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.0.0.tgz#1ddf53eeb61ac8eaa9a77072722790ac4f641c03"
1131-
integrity sha512-BN0vmr9N79M9s2ctITtChRuP1+Dls0x/wlg0RXW1yQ7WJKPurg6X3Xirv61J2sjPif4F8SLsFMs5Nzte0WYoTQ==
1128+
"@typescript-eslint/[email protected].1":
1129+
version "3.0.1"
1130+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.0.1.tgz#e2721c970068fabd6621709234809c98cd3343ad"
1131+
integrity sha512-GdwOVz80MOWxbc/br1DC30eeqlxfpVzexHgHtf3L0hcbOu1xAs1wSCNcaBTLMOMZbh1gj/cKZt0eB207FxWfFA==
11321132
dependencies:
11331133
"@types/json-schema" "^7.0.3"
1134-
"@typescript-eslint/typescript-estree" "3.0.0"
1134+
"@typescript-eslint/typescript-estree" "3.0.1"
11351135
eslint-scope "^5.0.0"
11361136
eslint-utils "^2.0.0"
11371137

1138-
"@typescript-eslint/[email protected].0":
1139-
version "3.0.0"
1140-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.0.0.tgz#fe9fdf18a1155c02c04220c14506a320cb6c6944"
1141-
integrity sha512-8RRCA9KLxoFNO0mQlrLZA0reGPd/MsobxZS/yPFj+0/XgMdS8+mO8mF3BDj2ZYQj03rkayhSJtF1HAohQ3iylw==
1138+
"@typescript-eslint/[email protected].1":
1139+
version "3.0.1"
1140+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.0.1.tgz#f5163e3a789422f5c62f4daf822bfa03b7e4472d"
1141+
integrity sha512-Pn2tDmOc4Ri93VQnT70W0pqQr6i/pEZqIPXfWXm4RuiIprL0t6SG13ViVXHgfScknL2Fm2G4IqXhUzxSRCWXCw==
11421142
dependencies:
11431143
"@types/eslint-visitor-keys" "^1.0.0"
1144-
"@typescript-eslint/experimental-utils" "3.0.0"
1145-
"@typescript-eslint/typescript-estree" "3.0.0"
1144+
"@typescript-eslint/experimental-utils" "3.0.1"
1145+
"@typescript-eslint/typescript-estree" "3.0.1"
11461146
eslint-visitor-keys "^1.1.0"
11471147

1148-
"@typescript-eslint/[email protected].0":
1149-
version "3.0.0"
1150-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.0.0.tgz#fa40e1b76ccff880130be054d9c398e96004bf42"
1151-
integrity sha512-nevQvHyNghsfLrrByzVIH4ZG3NROgJ8LZlfh3ddwPPH4CH7W4GAiSx5qu+xHuX5pWsq6q/eqMc1io840ZhAnUg==
1148+
"@typescript-eslint/[email protected].1":
1149+
version "3.0.1"
1150+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.0.1.tgz#8c0cfb7cda64bd6f54185a7b7d1923d25d36b2a8"
1151+
integrity sha512-FrbMdgVCeIGHKaP9OYTttFTlF8Ds7AkjMca2GzYCE7pVch10PAJc1mmAFt+DfQPgu/2TrLAprg2vI0PK/WTdcg==
11521152
dependencies:
11531153
debug "^4.1.1"
11541154
eslint-visitor-keys "^1.1.0"
@@ -2684,7 +2684,7 @@ debug@^3.1.0, debug@^3.2.6:
26842684
dependencies:
26852685
ms "^2.1.1"
26862686

2687-
debuglog@*, debuglog@^1.0.1:
2687+
debuglog@^1.0.1:
26882688
version "1.0.1"
26892689
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
26902690
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=
@@ -4286,7 +4286,7 @@ import-local@^3.0.2:
42864286
pkg-dir "^4.2.0"
42874287
resolve-cwd "^3.0.0"
42884288

4289-
imurmurhash@*, imurmurhash@^0.1.4:
4289+
imurmurhash@^0.1.4:
42904290
version "0.1.4"
42914291
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
42924292
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
@@ -5569,11 +5569,6 @@ lockfile@^1.0.4:
55695569
dependencies:
55705570
signal-exit "^3.0.2"
55715571

5572-
lodash._baseindexof@*:
5573-
version "3.1.0"
5574-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
5575-
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw=
5576-
55775572
lodash._baseuniq@~4.6.0:
55785573
version "4.6.0"
55795574
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
@@ -5582,33 +5577,11 @@ lodash._baseuniq@~4.6.0:
55825577
lodash._createset "~4.0.0"
55835578
lodash._root "~3.0.0"
55845579

5585-
lodash._bindcallback@*:
5586-
version "3.0.1"
5587-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
5588-
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4=
5589-
5590-
lodash._cacheindexof@*:
5591-
version "3.0.2"
5592-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
5593-
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI=
5594-
5595-
lodash._createcache@*:
5596-
version "3.1.2"
5597-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
5598-
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM=
5599-
dependencies:
5600-
lodash._getnative "^3.0.0"
5601-
56025580
lodash._createset@~4.0.0:
56035581
version "4.0.3"
56045582
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
56055583
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=
56065584

5607-
lodash._getnative@*, lodash._getnative@^3.0.0:
5608-
version "3.9.1"
5609-
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
5610-
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=
5611-
56125585
lodash._reinterpolate@^3.0.0:
56135586
version "3.0.0"
56145587
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -5659,11 +5632,6 @@ [email protected]:
56595632
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
56605633
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
56615634

5662-
lodash.restparam@*:
5663-
version "3.6.1"
5664-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
5665-
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=
5666-
56675635
lodash.set@^4.3.2:
56685636
version "4.3.2"
56695637
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"

0 commit comments

Comments
 (0)