Skip to content

Commit 941ad5a

Browse files
committed
fix(deps): update typescript-eslint monorepo to v5.21.0
1 parent c7e5641 commit 941ad5a

File tree

2 files changed

+41
-34
lines changed

2 files changed

+41
-34
lines changed

packages/eslint-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
},
4141
"dependencies": {
4242
"@sourcegraph/codemod-transforms": "1.0.0",
43-
"@typescript-eslint/experimental-utils": "5.4.0",
44-
"@typescript-eslint/scope-manager": "5.4.0",
43+
"@typescript-eslint/experimental-utils": "5.21.0",
44+
"@typescript-eslint/scope-manager": "5.21.0",
4545
"debug": "^4.3.2",
4646
"ignore": "^5.1.8",
4747
"regexpp": "^3.2.0",
@@ -59,7 +59,7 @@
5959
"typescript": "*"
6060
},
6161
"peerDependencies": {
62-
"@typescript-eslint/parser": "^5.0.0",
62+
"@typescript-eslint/parser": "^5.21.0",
6363
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
6464
},
6565
"peerDependenciesMeta": {

yarn.lock

Lines changed: 38 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,17 +1469,12 @@
14691469
eslint-scope "^5.1.1"
14701470
eslint-utils "^3.0.0"
14711471

1472-
"@typescript-eslint/experimental-utils@5.4.0":
1473-
version "5.4.0"
1474-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.4.0.tgz#238a7418d2da3b24874ba35385eb21cc61d2a65e"
1475-
integrity sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==
1472+
"@typescript-eslint/experimental-utils@5.21.0":
1473+
version "5.21.0"
1474+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.21.0.tgz#489275ca792f5de7e0d1f4be1f15576ea56b6ca2"
1475+
integrity sha512-mzF6ert/6iQoESV0z9v5/mEaJRKL4fv68rHoZ6exM38xjxkw4MNx54B7ferrnMTM/GIRKLDaJ3JPRi+Dxa5Hlg==
14761476
dependencies:
1477-
"@types/json-schema" "^7.0.9"
1478-
"@typescript-eslint/scope-manager" "5.4.0"
1479-
"@typescript-eslint/types" "5.4.0"
1480-
"@typescript-eslint/typescript-estree" "5.4.0"
1481-
eslint-scope "^5.1.1"
1482-
eslint-utils "^3.0.0"
1477+
"@typescript-eslint/utils" "5.21.0"
14831478

14841479
"@typescript-eslint/parser@^3.0.0":
14851480
version "3.10.1"
@@ -1510,13 +1505,13 @@
15101505
"@typescript-eslint/types" "4.33.0"
15111506
"@typescript-eslint/visitor-keys" "4.33.0"
15121507

1513-
"@typescript-eslint/scope-manager@5.4.0":
1514-
version "5.4.0"
1515-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.4.0.tgz#aaab08415f4a9cf32b870c7750ae8ba4607126a1"
1516-
integrity sha512-pRxFjYwoi8R+n+sibjgF9iUiAELU9ihPBtHzocyW8v8D8G8KeQvXTsW7+CBYIyTYsmhtNk50QPGLE3vrvhM5KA==
1508+
"@typescript-eslint/scope-manager@5.21.0":
1509+
version "5.21.0"
1510+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.21.0.tgz#a4b7ed1618f09f95e3d17d1c0ff7a341dac7862e"
1511+
integrity sha512-XTX0g0IhvzcH/e3393SvjRCfYQxgxtYzL3UREteUneo72EFlt7UNoiYnikUtmGVobTbhUDByhJ4xRBNe+34kOQ==
15171512
dependencies:
1518-
"@typescript-eslint/types" "5.4.0"
1519-
"@typescript-eslint/visitor-keys" "5.4.0"
1513+
"@typescript-eslint/types" "5.21.0"
1514+
"@typescript-eslint/visitor-keys" "5.21.0"
15201515

15211516
"@typescript-eslint/[email protected]":
15221517
version "3.10.1"
@@ -1528,10 +1523,10 @@
15281523
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
15291524
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
15301525

1531-
"@typescript-eslint/types@5.4.0":
1532-
version "5.4.0"
1533-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.4.0.tgz#b1c130f4b381b77bec19696c6e3366f9781ce8f2"
1534-
integrity sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==
1526+
"@typescript-eslint/types@5.21.0":
1527+
version "5.21.0"
1528+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.21.0.tgz#8cdb9253c0dfce3f2ab655b9d36c03f72e684017"
1529+
integrity sha512-XnOOo5Wc2cBlq8Lh5WNvAgHzpjnEzxn4CJBwGkcau7b/tZ556qrWXQz4DJyChYg8JZAD06kczrdgFPpEQZfDsA==
15351530

15361531
"@typescript-eslint/[email protected]":
15371532
version "3.10.1"
@@ -1560,19 +1555,31 @@
15601555
semver "^7.3.5"
15611556
tsutils "^3.21.0"
15621557

1563-
"@typescript-eslint/typescript-estree@5.4.0":
1564-
version "5.4.0"
1565-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.4.0.tgz#fe524fb308973c68ebeb7428f3b64499a6ba5fc0"
1566-
integrity sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==
1558+
"@typescript-eslint/typescript-estree@5.21.0":
1559+
version "5.21.0"
1560+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.21.0.tgz#9f0c233e28be2540eaed3df050f0d54fb5aa52de"
1561+
integrity sha512-Y8Y2T2FNvm08qlcoSMoNchh9y2Uj3QmjtwNMdRQkcFG7Muz//wfJBGBxh8R7HAGQFpgYpdHqUpEoPQk+q9Kjfg==
15671562
dependencies:
1568-
"@typescript-eslint/types" "5.4.0"
1569-
"@typescript-eslint/visitor-keys" "5.4.0"
1563+
"@typescript-eslint/types" "5.21.0"
1564+
"@typescript-eslint/visitor-keys" "5.21.0"
15701565
debug "^4.3.2"
15711566
globby "^11.0.4"
15721567
is-glob "^4.0.3"
15731568
semver "^7.3.5"
15741569
tsutils "^3.21.0"
15751570

1571+
"@typescript-eslint/[email protected]":
1572+
version "5.21.0"
1573+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.21.0.tgz#51d7886a6f0575e23706e5548c7e87bce42d7c18"
1574+
integrity sha512-q/emogbND9wry7zxy7VYri+7ydawo2HDZhRZ5k6yggIvXa7PvBbAAZ4PFH/oZLem72ezC4Pr63rJvDK/sTlL8Q==
1575+
dependencies:
1576+
"@types/json-schema" "^7.0.9"
1577+
"@typescript-eslint/scope-manager" "5.21.0"
1578+
"@typescript-eslint/types" "5.21.0"
1579+
"@typescript-eslint/typescript-estree" "5.21.0"
1580+
eslint-scope "^5.1.1"
1581+
eslint-utils "^3.0.0"
1582+
15761583
"@typescript-eslint/[email protected]":
15771584
version "3.10.1"
15781585
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
@@ -1588,12 +1595,12 @@
15881595
"@typescript-eslint/types" "4.33.0"
15891596
eslint-visitor-keys "^2.0.0"
15901597

1591-
"@typescript-eslint/visitor-keys@5.4.0":
1592-
version "5.4.0"
1593-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.4.0.tgz#09bc28efd3621f292fe88c86eef3bf4893364c8c"
1594-
integrity sha512-PVbax7MeE7tdLfW5SA0fs8NGVVr+buMPrcj+CWYWPXsZCH8qZ1THufDzbXm1xrZ2b2PA1iENJ0sRq5fuUtvsJg==
1598+
"@typescript-eslint/visitor-keys@5.21.0":
1599+
version "5.21.0"
1600+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.21.0.tgz#453fb3662409abaf2f8b1f65d515699c888dd8ae"
1601+
integrity sha512-SX8jNN+iHqAF0riZQMkm7e8+POXa/fXw5cxL+gjpyP+FI+JVNhii53EmQgDAfDcBpFekYSlO0fGytMQwRiMQCA==
15951602
dependencies:
1596-
"@typescript-eslint/types" "5.4.0"
1603+
"@typescript-eslint/types" "5.21.0"
15971604
eslint-visitor-keys "^3.0.0"
15981605

15991606
JSONStream@^1.0.4:

0 commit comments

Comments
 (0)