Skip to content

Commit c85ea59

Browse files
build(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.17.0 to 4.27.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.27.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bccc199 commit c85ea59

4 files changed

Lines changed: 90 additions & 64 deletions

File tree

packages/lib-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@microsoft/api-extractor": "7.13.2",
2929
"@types/mocha": "8.2.1",
30-
"@typescript-eslint/eslint-plugin": "4.17.0",
30+
"@typescript-eslint/eslint-plugin": "4.27.0",
3131
"@typescript-eslint/parser": "4.18.0",
3232
"eslint": "7.22.0",
3333
"eslint-plugin-tsdoc": "0.2.11",

packages/lib-ethers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/node": "14.14.34",
5050
"@types/sinon-chai": "3.2.5",
5151
"@types/ws": "7.4.4",
52-
"@typescript-eslint/eslint-plugin": "4.17.0",
52+
"@typescript-eslint/eslint-plugin": "4.27.0",
5353
"@typescript-eslint/parser": "4.18.0",
5454
"chai": "4.3.4",
5555
"chai-as-promised": "7.1.1",

packages/lib-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@ethersproject/bignumber": "5.3.0",
1919
"@types/react": "17.0.3",
20-
"@typescript-eslint/eslint-plugin": "4.17.0",
20+
"@typescript-eslint/eslint-plugin": "4.27.0",
2121
"@typescript-eslint/parser": "4.18.0",
2222
"eslint": "7.22.0",
2323
"eslint-plugin-react": "7.22.0",

yarn.lock

Lines changed: 87 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -3886,7 +3886,7 @@
38863886
jest-diff "^26.0.0"
38873887
pretty-format "^26.0.0"
38883888

3889-
"@types/json-schema@*", "@types/json-schema@^7.0.3", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6":
3889+
"@types/json-schema@*", "@types/json-schema@^7.0.3", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6", "@types/json-schema@^7.0.7":
38903890
version "7.0.7"
38913891
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
38923892
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
@@ -4187,31 +4187,31 @@
41874187
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.2.tgz#808c9fa7e4517274ed555fa158f2de4b4f468e71"
41884188
integrity sha512-HrCIVMLjE1MOozVoD86622S7aunluLb2PJdPfb3nYiEtohm8mIB/vyv0Fd37AdeMFrTUQXEunw78YloMA3Qilg==
41894189

4190-
"@typescript-eslint/eslint-plugin@4.17.0", "@typescript-eslint/eslint-plugin@^4.5.0":
4191-
version "4.17.0"
4192-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.17.0.tgz#6f856eca4e6a52ce9cf127dfd349096ad936aa2d"
4193-
integrity sha512-/fKFDcoHg8oNan39IKFOb5WmV7oWhQe1K6CDaAVfJaNWEhmfqlA24g+u1lqU5bMH7zuNasfMId4LaYWC5ijRLw==
4190+
"@typescript-eslint/eslint-plugin@4.27.0", "@typescript-eslint/eslint-plugin@^4.5.0":
4191+
version "4.27.0"
4192+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.27.0.tgz#0b7fc974e8bc9b2b5eb98ed51427b0be529b4ad0"
4193+
integrity sha512-DsLqxeUfLVNp3AO7PC3JyaddmEHTtI9qTSAs+RB6ja27QvIM0TA8Cizn1qcS6vOu+WDLFJzkwkgweiyFhssDdQ==
41944194
dependencies:
4195-
"@typescript-eslint/experimental-utils" "4.17.0"
4196-
"@typescript-eslint/scope-manager" "4.17.0"
4197-
debug "^4.1.1"
4195+
"@typescript-eslint/experimental-utils" "4.27.0"
4196+
"@typescript-eslint/scope-manager" "4.27.0"
4197+
debug "^4.3.1"
41984198
functional-red-black-tree "^1.0.1"
4199-
lodash "^4.17.15"
4200-
regexpp "^3.0.0"
4201-
semver "^7.3.2"
4202-
tsutils "^3.17.1"
4203-
4204-
"@typescript-eslint/experimental-utils@4.17.0", "@typescript-eslint/experimental-utils@^4.0.1":
4205-
version "4.17.0"
4206-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.17.0.tgz#762c44aaa1a6a3c05b6d63a8648fb89b89f84c80"
4207-
integrity sha512-ZR2NIUbnIBj+LGqCFGQ9yk2EBQrpVVFOh9/Kd0Lm6gLpSAcCuLLe5lUCibKGCqyH9HPwYC0GIJce2O1i8VYmWA==
4208-
dependencies:
4209-
"@types/json-schema" "^7.0.3"
4210-
"@typescript-eslint/scope-manager" "4.17.0"
4211-
"@typescript-eslint/types" "4.17.0"
4212-
"@typescript-eslint/typescript-estree" "4.17.0"
4213-
eslint-scope "^5.0.0"
4214-
eslint-utils "^2.0.0"
4199+
lodash "^4.17.21"
4200+
regexpp "^3.1.0"
4201+
semver "^7.3.5"
4202+
tsutils "^3.21.0"
4203+
4204+
"@typescript-eslint/experimental-utils@4.27.0", "@typescript-eslint/experimental-utils@^4.0.1":
4205+
version "4.27.0"
4206+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.27.0.tgz#78192a616472d199f084eab8f10f962c0757cd1c"
4207+
integrity sha512-n5NlbnmzT2MXlyT+Y0Jf0gsmAQzCnQSWXKy4RGSXVStjDvS5we9IWbh7qRVKdGcxT0WYlgcCYUK/HRg7xFhvjQ==
4208+
dependencies:
4209+
"@types/json-schema" "^7.0.7"
4210+
"@typescript-eslint/scope-manager" "4.27.0"
4211+
"@typescript-eslint/types" "4.27.0"
4212+
"@typescript-eslint/typescript-estree" "4.27.0"
4213+
eslint-scope "^5.1.1"
4214+
eslint-utils "^3.0.0"
42154215

42164216
"@typescript-eslint/experimental-utils@^3.10.1":
42174217
version "3.10.1"
@@ -4234,14 +4234,6 @@
42344234
"@typescript-eslint/typescript-estree" "4.18.0"
42354235
debug "^4.1.1"
42364236

4237-
"@typescript-eslint/scope-manager@4.17.0":
4238-
version "4.17.0"
4239-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.17.0.tgz#f4edf94eff3b52a863180f7f89581bf963e3d37d"
4240-
integrity sha512-OJ+CeTliuW+UZ9qgULrnGpPQ1bhrZNFpfT/Bc0pzNeyZwMik7/ykJ0JHnQ7krHanFN9wcnPK89pwn84cRUmYjw==
4241-
dependencies:
4242-
"@typescript-eslint/types" "4.17.0"
4243-
"@typescript-eslint/visitor-keys" "4.17.0"
4244-
42454237
"@typescript-eslint/scope-manager@4.18.0":
42464238
version "4.18.0"
42474239
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.18.0.tgz#d75b55234c35d2ff6ac945758d6d9e53be84a427"
@@ -4250,21 +4242,29 @@
42504242
"@typescript-eslint/types" "4.18.0"
42514243
"@typescript-eslint/visitor-keys" "4.18.0"
42524244

4245+
"@typescript-eslint/scope-manager@4.27.0":
4246+
version "4.27.0"
4247+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.27.0.tgz#b0b1de2b35aaf7f532e89c8e81d0fa298cae327d"
4248+
integrity sha512-DY73jK6SEH6UDdzc6maF19AHQJBFVRf6fgAXHPXCGEmpqD4vYgPEzqpFz1lf/daSbOcMpPPj9tyXXDPW2XReAw==
4249+
dependencies:
4250+
"@typescript-eslint/types" "4.27.0"
4251+
"@typescript-eslint/visitor-keys" "4.27.0"
4252+
42534253
"@typescript-eslint/types@3.10.1":
42544254
version "3.10.1"
42554255
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
42564256
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
42574257

4258-
"@typescript-eslint/types@4.17.0":
4259-
version "4.17.0"
4260-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.17.0.tgz#f57d8fc7f31b348db946498a43050083d25f40ad"
4261-
integrity sha512-RN5z8qYpJ+kXwnLlyzZkiJwfW2AY458Bf8WqllkondQIcN2ZxQowAToGSd9BlAUZDB5Ea8I6mqL2quGYCLT+2g==
4262-
42634258
"@typescript-eslint/types@4.18.0":
42644259
version "4.18.0"
42654260
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.18.0.tgz#bebe323f81f2a7e2e320fac9415e60856267584a"
42664261
integrity sha512-/BRociARpj5E+9yQ7cwCF/SNOWwXJ3qhjurMuK2hIFUbr9vTuDeu476Zpu+ptxY2kSxUHDGLLKy+qGq2sOg37A==
42674262

4263+
"@typescript-eslint/types@4.27.0":
4264+
version "4.27.0"
4265+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.27.0.tgz#712b408519ed699baff69086bc59cd2fc13df8d8"
4266+
integrity sha512-I4ps3SCPFCKclRcvnsVA/7sWzh7naaM/b4pBO2hVxnM3wrU51Lveybdw5WoIktU/V4KfXrTt94V9b065b/0+wA==
4267+
42684268
"@typescript-eslint/typescript-estree@3.10.1":
42694269
version "3.10.1"
42704270
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
@@ -4279,19 +4279,6 @@
42794279
semver "^7.3.2"
42804280
tsutils "^3.17.1"
42814281

4282-
"@typescript-eslint/typescript-estree@4.17.0":
4283-
version "4.17.0"
4284-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.17.0.tgz#b835d152804f0972b80dbda92477f9070a72ded1"
4285-
integrity sha512-lRhSFIZKUEPPWpWfwuZBH9trYIEJSI0vYsrxbvVvNyIUDoKWaklOAelsSkeh3E2VBSZiNe9BZ4E5tYBZbUczVQ==
4286-
dependencies:
4287-
"@typescript-eslint/types" "4.17.0"
4288-
"@typescript-eslint/visitor-keys" "4.17.0"
4289-
debug "^4.1.1"
4290-
globby "^11.0.1"
4291-
is-glob "^4.0.1"
4292-
semver "^7.3.2"
4293-
tsutils "^3.17.1"
4294-
42954282
"@typescript-eslint/typescript-estree@4.18.0":
42964283
version "4.18.0"
42974284
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.18.0.tgz#756d3e61da8c16ab99185532c44872f4cd5538cb"
@@ -4305,21 +4292,26 @@
43054292
semver "^7.3.2"
43064293
tsutils "^3.17.1"
43074294

4295+
"@typescript-eslint/typescript-estree@4.27.0":
4296+
version "4.27.0"
4297+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.27.0.tgz#189a7b9f1d0717d5cccdcc17247692dedf7a09da"
4298+
integrity sha512-KH03GUsUj41sRLLEy2JHstnezgpS5VNhrJouRdmh6yNdQ+yl8w5LrSwBkExM+jWwCJa7Ct2c8yl8NdtNRyQO6g==
4299+
dependencies:
4300+
"@typescript-eslint/types" "4.27.0"
4301+
"@typescript-eslint/visitor-keys" "4.27.0"
4302+
debug "^4.3.1"
4303+
globby "^11.0.3"
4304+
is-glob "^4.0.1"
4305+
semver "^7.3.5"
4306+
tsutils "^3.21.0"
4307+
43084308
"@typescript-eslint/visitor-keys@3.10.1":
43094309
version "3.10.1"
43104310
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
43114311
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
43124312
dependencies:
43134313
eslint-visitor-keys "^1.1.0"
43144314

4315-
"@typescript-eslint/visitor-keys@4.17.0":
4316-
version "4.17.0"
4317-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.17.0.tgz#9c304cfd20287c14a31d573195a709111849b14d"
4318-
integrity sha512-WfuMN8mm5SSqXuAr9NM+fItJ0SVVphobWYkWOwQ1odsfC014Vdxk/92t4JwS1Q6fCA/ABfCKpa3AVtpUKTNKGQ==
4319-
dependencies:
4320-
"@typescript-eslint/types" "4.17.0"
4321-
eslint-visitor-keys "^2.0.0"
4322-
43234315
"@typescript-eslint/visitor-keys@4.18.0":
43244316
version "4.18.0"
43254317
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.18.0.tgz#4e6fe2a175ee33418318a029610845a81e2ff7b6"
@@ -4328,6 +4320,14 @@
43284320
"@typescript-eslint/types" "4.18.0"
43294321
eslint-visitor-keys "^2.0.0"
43304322

4323+
"@typescript-eslint/visitor-keys@4.27.0":
4324+
version "4.27.0"
4325+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.27.0.tgz#f56138b993ec822793e7ebcfac6ffdce0a60cb81"
4326+
integrity sha512-es0GRYNZp0ieckZ938cEANfEhsfHrzuLrePukLKtY3/KPXcq1Xd555Mno9/GOgXhKzn0QfkDLVgqWO3dGY80bg==
4327+
dependencies:
4328+
"@typescript-eslint/types" "4.27.0"
4329+
eslint-visitor-keys "^2.0.0"
4330+
43314331
"@ungap/global-this@^0.4.2":
43324332
version "0.4.4"
43334333
resolved "https://registry.yarnpkg.com/@ungap/global-this/-/global-this-0.4.4.tgz#8a1b2cfcd3e26e079a847daba879308c924dd695"
@@ -8756,6 +8756,13 @@ eslint-utils@^2.0.0, eslint-utils@^2.1.0:
87568756
dependencies:
87578757
eslint-visitor-keys "^1.1.0"
87588758

8759+
eslint-utils@^3.0.0:
8760+
version "3.0.0"
8761+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
8762+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
8763+
dependencies:
8764+
eslint-visitor-keys "^2.0.0"
8765+
87598766
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
87608767
version "1.3.0"
87618768
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -10361,6 +10368,18 @@ globby@^11.0.0, globby@^11.0.1:
1036110368
merge2 "^1.3.0"
1036210369
slash "^3.0.0"
1036310370

10371+
globby@^11.0.3:
10372+
version "11.0.4"
10373+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
10374+
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
10375+
dependencies:
10376+
array-union "^2.1.0"
10377+
dir-glob "^3.0.1"
10378+
fast-glob "^3.1.1"
10379+
ignore "^5.1.4"
10380+
merge2 "^1.3.0"
10381+
slash "^3.0.0"
10382+
1036410383
globby@^5.0.0:
1036510384
version "5.0.0"
1036610385
resolved "https://registry.yarnpkg.com/globby/-/globby-5.0.0.tgz#ebd84667ca0dbb330b99bcfc68eac2bc54370e0d"
@@ -17729,7 +17748,7 @@ regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.1:
1772917748
call-bind "^1.0.2"
1773017749
define-properties "^1.1.3"
1773117750

17732-
regexpp@^3.0.0, regexpp@^3.1.0:
17751+
regexpp@^3.1.0:
1773317752
version "3.1.0"
1773417753
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
1773517754
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
@@ -18446,7 +18465,7 @@ semver@7.3.2:
1844618465
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
1844718466
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
1844818467

18449-
semver@7.3.4, semver@^7.0.0, semver@^7.1.2, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@~7.3.0:
18468+
semver@7.3.4:
1845018469
version "7.3.4"
1845118470
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.4.tgz#27aaa7d2e4ca76452f98d3add093a72c943edc97"
1845218471
integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==
@@ -18458,6 +18477,13 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
1845818477
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
1845918478
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
1846018479

18480+
semver@^7.0.0, semver@^7.1.2, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@~7.3.0:
18481+
version "7.3.5"
18482+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
18483+
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
18484+
dependencies:
18485+
lru-cache "^6.0.0"
18486+
1846118487
semver@~5.4.1:
1846218488
version "5.4.1"
1846318489
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
@@ -20152,7 +20178,7 @@ tsort@0.0.1:
2015220178
resolved "https://registry.yarnpkg.com/tsort/-/tsort-0.0.1.tgz#e2280f5e817f8bf4275657fd0f9aebd44f5a2786"
2015320179
integrity sha1-4igPXoF/i/QnVlf9D5rr1E9aJ4Y=
2015420180

20155-
tsutils@^3.17.1:
20181+
tsutils@^3.17.1, tsutils@^3.21.0:
2015620182
version "3.21.0"
2015720183
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
2015820184
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)