Skip to content

Commit f59df53

Browse files
committed
fix(deps): update typescript-eslint monorepo to v5.14.0
1 parent 59ccf3a commit f59df53

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.14.0",
44+
"@typescript-eslint/scope-manager": "5.14.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.14.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
@@ -1478,17 +1478,12 @@
14781478
eslint-scope "^5.1.1"
14791479
eslint-utils "^3.0.0"
14801480

1481-
"@typescript-eslint/experimental-utils@5.4.0":
1482-
version "5.4.0"
1483-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.4.0.tgz#238a7418d2da3b24874ba35385eb21cc61d2a65e"
1484-
integrity sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==
1481+
"@typescript-eslint/experimental-utils@5.14.0":
1482+
version "5.14.0"
1483+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.14.0.tgz#73a455cd975d52830360a5b4131b7c4f8f1ff06f"
1484+
integrity sha512-ke48La1A/TWAn949cdgQiP3oK0NT7ArhDAOVOmNLVjT/uAXlFyrJY8dM4qqxHrATzIp8glg+G2OZjy2lRKBIUA==
14851485
dependencies:
1486-
"@types/json-schema" "^7.0.9"
1487-
"@typescript-eslint/scope-manager" "5.4.0"
1488-
"@typescript-eslint/types" "5.4.0"
1489-
"@typescript-eslint/typescript-estree" "5.4.0"
1490-
eslint-scope "^5.1.1"
1491-
eslint-utils "^3.0.0"
1486+
"@typescript-eslint/utils" "5.14.0"
14921487

14931488
"@typescript-eslint/parser@^3.0.0":
14941489
version "3.10.1"
@@ -1519,13 +1514,13 @@
15191514
"@typescript-eslint/types" "4.33.0"
15201515
"@typescript-eslint/visitor-keys" "4.33.0"
15211516

1522-
"@typescript-eslint/scope-manager@5.4.0":
1523-
version "5.4.0"
1524-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.4.0.tgz#aaab08415f4a9cf32b870c7750ae8ba4607126a1"
1525-
integrity sha512-pRxFjYwoi8R+n+sibjgF9iUiAELU9ihPBtHzocyW8v8D8G8KeQvXTsW7+CBYIyTYsmhtNk50QPGLE3vrvhM5KA==
1517+
"@typescript-eslint/scope-manager@5.14.0":
1518+
version "5.14.0"
1519+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.14.0.tgz#ea518962b42db8ed0a55152ea959c218cb53ca7b"
1520+
integrity sha512-LazdcMlGnv+xUc5R4qIlqH0OWARyl2kaP8pVCS39qSL3Pd1F7mI10DbdXeARcE62sVQE4fHNvEqMWsypWO+yEw==
15261521
dependencies:
1527-
"@typescript-eslint/types" "5.4.0"
1528-
"@typescript-eslint/visitor-keys" "5.4.0"
1522+
"@typescript-eslint/types" "5.14.0"
1523+
"@typescript-eslint/visitor-keys" "5.14.0"
15291524

15301525
"@typescript-eslint/[email protected]":
15311526
version "3.10.1"
@@ -1537,10 +1532,10 @@
15371532
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
15381533
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
15391534

1540-
"@typescript-eslint/types@5.4.0":
1541-
version "5.4.0"
1542-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.4.0.tgz#b1c130f4b381b77bec19696c6e3366f9781ce8f2"
1543-
integrity sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==
1535+
"@typescript-eslint/types@5.14.0":
1536+
version "5.14.0"
1537+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.14.0.tgz#96317cf116cea4befabc0defef371a1013f8ab11"
1538+
integrity sha512-BR6Y9eE9360LNnW3eEUqAg6HxS9Q35kSIs4rp4vNHRdfg0s+/PgHgskvu5DFTM7G5VKAVjuyaN476LCPrdA7Mw==
15441539

15451540
"@typescript-eslint/[email protected]":
15461541
version "3.10.1"
@@ -1569,19 +1564,31 @@
15691564
semver "^7.3.5"
15701565
tsutils "^3.21.0"
15711566

1572-
"@typescript-eslint/typescript-estree@5.4.0":
1573-
version "5.4.0"
1574-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.4.0.tgz#fe524fb308973c68ebeb7428f3b64499a6ba5fc0"
1575-
integrity sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==
1567+
"@typescript-eslint/typescript-estree@5.14.0":
1568+
version "5.14.0"
1569+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.14.0.tgz#78b7f7385d5b6f2748aacea5c9b7f6ae62058314"
1570+
integrity sha512-QGnxvROrCVtLQ1724GLTHBTR0lZVu13izOp9njRvMkCBgWX26PKvmMP8k82nmXBRD3DQcFFq2oj3cKDwr0FaUA==
15761571
dependencies:
1577-
"@typescript-eslint/types" "5.4.0"
1578-
"@typescript-eslint/visitor-keys" "5.4.0"
1572+
"@typescript-eslint/types" "5.14.0"
1573+
"@typescript-eslint/visitor-keys" "5.14.0"
15791574
debug "^4.3.2"
15801575
globby "^11.0.4"
15811576
is-glob "^4.0.3"
15821577
semver "^7.3.5"
15831578
tsutils "^3.21.0"
15841579

1580+
"@typescript-eslint/[email protected]":
1581+
version "5.14.0"
1582+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.14.0.tgz#6c8bc4f384298cbbb32b3629ba7415f9f80dc8c4"
1583+
integrity sha512-EHwlII5mvUA0UsKYnVzySb/5EE/t03duUTweVy8Zqt3UQXBrpEVY144OTceFKaOe4xQXZJrkptCf7PjEBeGK4w==
1584+
dependencies:
1585+
"@types/json-schema" "^7.0.9"
1586+
"@typescript-eslint/scope-manager" "5.14.0"
1587+
"@typescript-eslint/types" "5.14.0"
1588+
"@typescript-eslint/typescript-estree" "5.14.0"
1589+
eslint-scope "^5.1.1"
1590+
eslint-utils "^3.0.0"
1591+
15851592
"@typescript-eslint/[email protected]":
15861593
version "3.10.1"
15871594
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
@@ -1597,12 +1604,12 @@
15971604
"@typescript-eslint/types" "4.33.0"
15981605
eslint-visitor-keys "^2.0.0"
15991606

1600-
"@typescript-eslint/visitor-keys@5.4.0":
1601-
version "5.4.0"
1602-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.4.0.tgz#09bc28efd3621f292fe88c86eef3bf4893364c8c"
1603-
integrity sha512-PVbax7MeE7tdLfW5SA0fs8NGVVr+buMPrcj+CWYWPXsZCH8qZ1THufDzbXm1xrZ2b2PA1iENJ0sRq5fuUtvsJg==
1607+
"@typescript-eslint/visitor-keys@5.14.0":
1608+
version "5.14.0"
1609+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.14.0.tgz#1927005b3434ccd0d3ae1b2ecf60e65943c36986"
1610+
integrity sha512-yL0XxfzR94UEkjBqyymMLgCBdojzEuy/eim7N9/RIcTNxpJudAcqsU8eRyfzBbcEzGoPWfdM3AGak3cN08WOIw==
16041611
dependencies:
1605-
"@typescript-eslint/types" "5.4.0"
1612+
"@typescript-eslint/types" "5.14.0"
16061613
eslint-visitor-keys "^3.0.0"
16071614

16081615
JSONStream@^1.0.4:

0 commit comments

Comments
 (0)