Skip to content

Commit 824392a

Browse files
committed
fix(deps): update typescript-eslint monorepo to v5.17.0
1 parent 4cb14b1 commit 824392a

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.17.0",
44+
"@typescript-eslint/scope-manager": "5.17.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.17.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
@@ -1479,17 +1479,12 @@
14791479
eslint-scope "^5.1.1"
14801480
eslint-utils "^3.0.0"
14811481

1482-
"@typescript-eslint/experimental-utils@5.4.0":
1483-
version "5.4.0"
1484-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.4.0.tgz#238a7418d2da3b24874ba35385eb21cc61d2a65e"
1485-
integrity sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==
1482+
"@typescript-eslint/experimental-utils@5.17.0":
1483+
version "5.17.0"
1484+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.17.0.tgz#303ba1d766d715c3225a31845b54941889e52f6c"
1485+
integrity sha512-U4sM5z0/ymSYqQT6I7lz8l0ZZ9zrya5VIwrwAP5WOJVabVtVsIpTMxPQe+D3qLyePT+VlETUTO2nA1+PufPx9Q==
14861486
dependencies:
1487-
"@types/json-schema" "^7.0.9"
1488-
"@typescript-eslint/scope-manager" "5.4.0"
1489-
"@typescript-eslint/types" "5.4.0"
1490-
"@typescript-eslint/typescript-estree" "5.4.0"
1491-
eslint-scope "^5.1.1"
1492-
eslint-utils "^3.0.0"
1487+
"@typescript-eslint/utils" "5.17.0"
14931488

14941489
"@typescript-eslint/parser@^3.0.0":
14951490
version "3.10.1"
@@ -1520,13 +1515,13 @@
15201515
"@typescript-eslint/types" "4.33.0"
15211516
"@typescript-eslint/visitor-keys" "4.33.0"
15221517

1523-
"@typescript-eslint/scope-manager@5.4.0":
1524-
version "5.4.0"
1525-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.4.0.tgz#aaab08415f4a9cf32b870c7750ae8ba4607126a1"
1526-
integrity sha512-pRxFjYwoi8R+n+sibjgF9iUiAELU9ihPBtHzocyW8v8D8G8KeQvXTsW7+CBYIyTYsmhtNk50QPGLE3vrvhM5KA==
1518+
"@typescript-eslint/scope-manager@5.17.0":
1519+
version "5.17.0"
1520+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.17.0.tgz#4cea7d0e0bc0e79eb60cad431c89120987c3f952"
1521+
integrity sha512-062iCYQF/doQ9T2WWfJohQKKN1zmmXVfAcS3xaiialiw8ZUGy05Em6QVNYJGO34/sU1a7a+90U3dUNfqUDHr3w==
15271522
dependencies:
1528-
"@typescript-eslint/types" "5.4.0"
1529-
"@typescript-eslint/visitor-keys" "5.4.0"
1523+
"@typescript-eslint/types" "5.17.0"
1524+
"@typescript-eslint/visitor-keys" "5.17.0"
15301525

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

1541-
"@typescript-eslint/types@5.4.0":
1542-
version "5.4.0"
1543-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.4.0.tgz#b1c130f4b381b77bec19696c6e3366f9781ce8f2"
1544-
integrity sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==
1536+
"@typescript-eslint/types@5.17.0":
1537+
version "5.17.0"
1538+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.17.0.tgz#861ec9e669ffa2aa9b873dd4d28d9b1ce26d216f"
1539+
integrity sha512-AgQ4rWzmCxOZLioFEjlzOI3Ch8giDWx8aUDxyNw9iOeCvD3GEYAB7dxWGQy4T/rPVe8iPmu73jPHuaSqcjKvxw==
15451540

15461541
"@typescript-eslint/[email protected]":
15471542
version "3.10.1"
@@ -1570,19 +1565,31 @@
15701565
semver "^7.3.5"
15711566
tsutils "^3.21.0"
15721567

1573-
"@typescript-eslint/typescript-estree@5.4.0":
1574-
version "5.4.0"
1575-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.4.0.tgz#fe524fb308973c68ebeb7428f3b64499a6ba5fc0"
1576-
integrity sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==
1568+
"@typescript-eslint/typescript-estree@5.17.0":
1569+
version "5.17.0"
1570+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.17.0.tgz#a7cba7dfc8f9cc2ac78c18584e684507df4f2488"
1571+
integrity sha512-X1gtjEcmM7Je+qJRhq7ZAAaNXYhTgqMkR10euC4Si6PIjb+kwEQHSxGazXUQXFyqfEXdkGf6JijUu5R0uceQzg==
15771572
dependencies:
1578-
"@typescript-eslint/types" "5.4.0"
1579-
"@typescript-eslint/visitor-keys" "5.4.0"
1573+
"@typescript-eslint/types" "5.17.0"
1574+
"@typescript-eslint/visitor-keys" "5.17.0"
15801575
debug "^4.3.2"
15811576
globby "^11.0.4"
15821577
is-glob "^4.0.3"
15831578
semver "^7.3.5"
15841579
tsutils "^3.21.0"
15851580

1581+
"@typescript-eslint/[email protected]":
1582+
version "5.17.0"
1583+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.17.0.tgz#549a9e1d491c6ccd3624bc3c1b098f5cfb45f306"
1584+
integrity sha512-DVvndq1QoxQH+hFv+MUQHrrWZ7gQ5KcJzyjhzcqB1Y2Xes1UQQkTRPUfRpqhS8mhTWsSb2+iyvDW1Lef5DD7vA==
1585+
dependencies:
1586+
"@types/json-schema" "^7.0.9"
1587+
"@typescript-eslint/scope-manager" "5.17.0"
1588+
"@typescript-eslint/types" "5.17.0"
1589+
"@typescript-eslint/typescript-estree" "5.17.0"
1590+
eslint-scope "^5.1.1"
1591+
eslint-utils "^3.0.0"
1592+
15861593
"@typescript-eslint/[email protected]":
15871594
version "3.10.1"
15881595
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
@@ -1598,12 +1605,12 @@
15981605
"@typescript-eslint/types" "4.33.0"
15991606
eslint-visitor-keys "^2.0.0"
16001607

1601-
"@typescript-eslint/visitor-keys@5.4.0":
1602-
version "5.4.0"
1603-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.4.0.tgz#09bc28efd3621f292fe88c86eef3bf4893364c8c"
1604-
integrity sha512-PVbax7MeE7tdLfW5SA0fs8NGVVr+buMPrcj+CWYWPXsZCH8qZ1THufDzbXm1xrZ2b2PA1iENJ0sRq5fuUtvsJg==
1608+
"@typescript-eslint/visitor-keys@5.17.0":
1609+
version "5.17.0"
1610+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.17.0.tgz#52daae45c61b0211b4c81b53a71841911e479128"
1611+
integrity sha512-6K/zlc4OfCagUu7Am/BD5k8PSWQOgh34Nrv9Rxe2tBzlJ7uOeJ/h7ugCGDCeEZHT6k2CJBhbk9IsbkPI0uvUkA==
16051612
dependencies:
1606-
"@typescript-eslint/types" "5.4.0"
1613+
"@typescript-eslint/types" "5.17.0"
16071614
eslint-visitor-keys "^3.0.0"
16081615

16091616
JSONStream@^1.0.4:

0 commit comments

Comments
 (0)