Skip to content

Commit b86f297

Browse files
committed
Update typescript-eslint monorepo to v5.31.0
1 parent 1eb548b commit b86f297

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@types/chai": "4.3.1",
2626
"@types/dotenv": "8.2.0",
2727
"@types/mocha": "9.1.1",
28-
"@typescript-eslint/eslint-plugin": "5.30.7",
29-
"@typescript-eslint/parser": "5.30.7",
28+
"@typescript-eslint/eslint-plugin": "5.31.0",
29+
"@typescript-eslint/parser": "5.31.0",
3030
"bent": "7.3.12",
3131
"bignumber.js": "9.0.2",
3232
"chai": "4.3.6",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,14 +1393,14 @@
13931393
dependencies:
13941394
"@types/node" "*"
13951395

1396-
"@typescript-eslint/eslint-plugin@5.30.7":
1397-
version "5.30.7"
1398-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.7.tgz#1621dabc1ae4084310e19e9efc80dfdbb97e7493"
1399-
integrity sha512-l4L6Do+tfeM2OK0GJsU7TUcM/1oN/N25xHm3Jb4z3OiDU4Lj8dIuxX9LpVMS9riSXQs42D1ieX7b85/r16H9Fw==
1400-
dependencies:
1401-
"@typescript-eslint/scope-manager" "5.30.7"
1402-
"@typescript-eslint/type-utils" "5.30.7"
1403-
"@typescript-eslint/utils" "5.30.7"
1396+
"@typescript-eslint/eslint-plugin@5.31.0":
1397+
version "5.31.0"
1398+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.31.0.tgz#cae1967b1e569e6171bbc6bec2afa4e0c8efccfe"
1399+
integrity sha512-VKW4JPHzG5yhYQrQ1AzXgVgX8ZAJEvCz0QI6mLRX4tf7rnFfh5D8SKm0Pq6w5PyNfAWJk6sv313+nEt3ohWMBQ==
1400+
dependencies:
1401+
"@typescript-eslint/scope-manager" "5.31.0"
1402+
"@typescript-eslint/type-utils" "5.31.0"
1403+
"@typescript-eslint/utils" "5.31.0"
14041404
debug "^4.3.4"
14051405
functional-red-black-tree "^1.0.1"
14061406
ignore "^5.2.0"
@@ -1420,14 +1420,14 @@
14201420
eslint-scope "^5.0.0"
14211421
eslint-utils "^2.0.0"
14221422

1423-
"@typescript-eslint/parser@5.30.7":
1424-
version "5.30.7"
1425-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.7.tgz#99d09729392aec9e64b1de45cd63cb81a4ddd980"
1426-
integrity sha512-Rg5xwznHWWSy7v2o0cdho6n+xLhK2gntImp0rJroVVFkcYFYQ8C8UJTSuTw/3CnExBmPjycjmUJkxVmjXsld6A==
1423+
"@typescript-eslint/parser@5.31.0":
1424+
version "5.31.0"
1425+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.31.0.tgz#7f42d7dcc68a0a6d80a0f3d9a65063aee7bb8d2c"
1426+
integrity sha512-UStjQiZ9OFTFReTrN+iGrC6O/ko9LVDhreEK5S3edmXgR396JGq7CoX2TWIptqt/ESzU2iRKXAHfSF2WJFcWHw==
14271427
dependencies:
1428-
"@typescript-eslint/scope-manager" "5.30.7"
1429-
"@typescript-eslint/types" "5.30.7"
1430-
"@typescript-eslint/typescript-estree" "5.30.7"
1428+
"@typescript-eslint/scope-manager" "5.31.0"
1429+
"@typescript-eslint/types" "5.31.0"
1430+
"@typescript-eslint/typescript-estree" "5.31.0"
14311431
debug "^4.3.4"
14321432

14331433
"@typescript-eslint/scope-manager@4.11.1":
@@ -1438,20 +1438,20 @@
14381438
"@typescript-eslint/types" "4.11.1"
14391439
"@typescript-eslint/visitor-keys" "4.11.1"
14401440

1441-
"@typescript-eslint/scope-manager@5.30.7":
1442-
version "5.30.7"
1443-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.7.tgz#8269a931ef1e5ae68b5eb80743cc515c4ffe3dd7"
1444-
integrity sha512-7BM1bwvdF1UUvt+b9smhqdc/eniOnCKxQT/kj3oXtj3LqnTWCAM0qHRHfyzCzhEfWX0zrW7KqXXeE4DlchZBKw==
1441+
"@typescript-eslint/scope-manager@5.31.0":
1442+
version "5.31.0"
1443+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.31.0.tgz#f47a794ba84d9b818ab7f8f44fff55a61016c606"
1444+
integrity sha512-8jfEzBYDBG88rcXFxajdVavGxb5/XKXyvWgvD8Qix3EEJLCFIdVloJw+r9ww0wbyNLOTYyBsR+4ALNGdlalLLg==
14451445
dependencies:
1446-
"@typescript-eslint/types" "5.30.7"
1447-
"@typescript-eslint/visitor-keys" "5.30.7"
1446+
"@typescript-eslint/types" "5.31.0"
1447+
"@typescript-eslint/visitor-keys" "5.31.0"
14481448

1449-
"@typescript-eslint/type-utils@5.30.7":
1450-
version "5.30.7"
1451-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.7.tgz#5693dc3db6f313f302764282d614cfdbc8a9fcfd"
1452-
integrity sha512-nD5qAE2aJX/YLyKMvOU5jvJyku4QN5XBVsoTynFrjQZaDgDV6i7QHFiYCx10wvn7hFvfuqIRNBtsgaLe0DbWhw==
1449+
"@typescript-eslint/type-utils@5.31.0":
1450+
version "5.31.0"
1451+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.31.0.tgz#70a0b7201360b5adbddb0c36080495aa08f6f3d9"
1452+
integrity sha512-7ZYqFbvEvYXFn9ax02GsPcEOmuWNg+14HIf4q+oUuLnMbpJ6eHAivCg7tZMVwzrIuzX3QCeAOqKoyMZCv5xe+w==
14531453
dependencies:
1454-
"@typescript-eslint/utils" "5.30.7"
1454+
"@typescript-eslint/utils" "5.31.0"
14551455
debug "^4.3.4"
14561456
tsutils "^3.21.0"
14571457

@@ -1460,10 +1460,10 @@
14601460
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.11.1.tgz#3ba30c965963ef9f8ced5a29938dd0c465bd3e05"
14611461
integrity sha512-5kvd38wZpqGY4yP/6W3qhYX6Hz0NwUbijVsX2rxczpY6OXaMxh0+5E5uLJKVFwaBM7PJe1wnMym85NfKYIh6CA==
14621462

1463-
"@typescript-eslint/types@5.30.7":
1464-
version "5.30.7"
1465-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.7.tgz#18331487cc92d0f1fb1a6f580c8ec832528079d0"
1466-
integrity sha512-ocVkETUs82+U+HowkovV6uxf1AnVRKCmDRNUBUUo46/5SQv1owC/EBFkiu4MOHeZqhKz2ktZ3kvJJ1uFqQ8QPg==
1463+
"@typescript-eslint/types@5.31.0":
1464+
version "5.31.0"
1465+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.31.0.tgz#7aa389122b64b18e473c1672fb3b8310e5f07a9a"
1466+
integrity sha512-/f/rMaEseux+I4wmR6mfpM2wvtNZb1p9hAV77hWfuKc3pmaANp5dLAZSiE3/8oXTYTt3uV9KW5yZKJsMievp6g==
14671467

14681468
"@typescript-eslint/typescript-estree@4.11.1":
14691469
version "4.11.1"
@@ -1479,28 +1479,28 @@
14791479
semver "^7.3.2"
14801480
tsutils "^3.17.1"
14811481

1482-
"@typescript-eslint/typescript-estree@5.30.7":
1483-
version "5.30.7"
1484-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.7.tgz#05da9f1b281985bfedcf62349847f8d168eecc07"
1485-
integrity sha512-tNslqXI1ZdmXXrHER83TJ8OTYl4epUzJC0aj2i4DMDT4iU+UqLT3EJeGQvJ17BMbm31x5scSwo3hPM0nqQ1AEA==
1482+
"@typescript-eslint/typescript-estree@5.31.0":
1483+
version "5.31.0"
1484+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.31.0.tgz#eb92970c9d6e3946690d50c346fb9b1d745ee882"
1485+
integrity sha512-3S625TMcARX71wBc2qubHaoUwMEn+l9TCsaIzYI/ET31Xm2c9YQ+zhGgpydjorwQO9pLfR/6peTzS/0G3J/hDw==
14861486
dependencies:
1487-
"@typescript-eslint/types" "5.30.7"
1488-
"@typescript-eslint/visitor-keys" "5.30.7"
1487+
"@typescript-eslint/types" "5.31.0"
1488+
"@typescript-eslint/visitor-keys" "5.31.0"
14891489
debug "^4.3.4"
14901490
globby "^11.1.0"
14911491
is-glob "^4.0.3"
14921492
semver "^7.3.7"
14931493
tsutils "^3.21.0"
14941494

1495-
"@typescript-eslint/utils@5.30.7":
1496-
version "5.30.7"
1497-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.7.tgz#7135be070349e9f7caa262b0ca59dc96123351bb"
1498-
integrity sha512-Z3pHdbFw+ftZiGUnm1GZhkJgVqsDL5CYW2yj+TB2mfXDFOMqtbzQi2dNJIyPqPbx9mv2kUxS1gU+r2gKlKi1rQ==
1495+
"@typescript-eslint/utils@5.31.0":
1496+
version "5.31.0"
1497+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.31.0.tgz#e146fa00dca948bfe547d665b2138a2dc1b79acd"
1498+
integrity sha512-kcVPdQS6VIpVTQ7QnGNKMFtdJdvnStkqS5LeALr4rcwx11G6OWb2HB17NMPnlRHvaZP38hL9iK8DdE9Fne7NYg==
14991499
dependencies:
15001500
"@types/json-schema" "^7.0.9"
1501-
"@typescript-eslint/scope-manager" "5.30.7"
1502-
"@typescript-eslint/types" "5.30.7"
1503-
"@typescript-eslint/typescript-estree" "5.30.7"
1501+
"@typescript-eslint/scope-manager" "5.31.0"
1502+
"@typescript-eslint/types" "5.31.0"
1503+
"@typescript-eslint/typescript-estree" "5.31.0"
15041504
eslint-scope "^5.1.1"
15051505
eslint-utils "^3.0.0"
15061506

@@ -1512,12 +1512,12 @@
15121512
"@typescript-eslint/types" "4.11.1"
15131513
eslint-visitor-keys "^2.0.0"
15141514

1515-
"@typescript-eslint/visitor-keys@5.30.7":
1516-
version "5.30.7"
1517-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.7.tgz#c093abae75b4fd822bfbad9fc337f38a7a14909a"
1518-
integrity sha512-KrRXf8nnjvcpxDFOKej4xkD7657+PClJs5cJVSG7NNoCNnjEdc46juNAQt7AyuWctuCgs6mVRc1xGctEqrjxWw==
1515+
"@typescript-eslint/visitor-keys@5.31.0":
1516+
version "5.31.0"
1517+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.31.0.tgz#b0eca264df01ce85dceb76aebff3784629258f54"
1518+
integrity sha512-ZK0jVxSjS4gnPirpVjXHz7mgdOsZUHzNYSfTw2yPa3agfbt9YfqaBiBZFSSxeBWnpWkzCxTfUpnzA3Vily/CSg==
15191519
dependencies:
1520-
"@typescript-eslint/types" "5.30.7"
1520+
"@typescript-eslint/types" "5.31.0"
15211521
eslint-visitor-keys "^3.3.0"
15221522

15231523
"@ungap/promise-all-settled@1.1.2":

0 commit comments

Comments
 (0)