Skip to content

Commit 001e5dd

Browse files
committed
fix(deps): update typescript-eslint monorepo to v5.11.0
1 parent 133738d commit 001e5dd

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.11.0",
44+
"@typescript-eslint/scope-manager": "5.11.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.11.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
@@ -1477,17 +1477,12 @@
14771477
eslint-scope "^5.1.1"
14781478
eslint-utils "^3.0.0"
14791479

1480-
"@typescript-eslint/experimental-utils@5.4.0":
1481-
version "5.4.0"
1482-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.4.0.tgz#238a7418d2da3b24874ba35385eb21cc61d2a65e"
1483-
integrity sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==
1480+
"@typescript-eslint/experimental-utils@5.11.0":
1481+
version "5.11.0"
1482+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.11.0.tgz#e7b2bfd57ddda47c3f658faad57655ed9e01fea0"
1483+
integrity sha512-EPvC/bU2n1LKtzKWP1AjGWkp7r8tJ8giVlZHIODo6q7SAd6J+/9vjtEKHK2G/Qp+D2IGPsQge+oadDR3CZcFtQ==
14841484
dependencies:
1485-
"@types/json-schema" "^7.0.9"
1486-
"@typescript-eslint/scope-manager" "5.4.0"
1487-
"@typescript-eslint/types" "5.4.0"
1488-
"@typescript-eslint/typescript-estree" "5.4.0"
1489-
eslint-scope "^5.1.1"
1490-
eslint-utils "^3.0.0"
1485+
"@typescript-eslint/utils" "5.11.0"
14911486

14921487
"@typescript-eslint/parser@^3.0.0":
14931488
version "3.10.1"
@@ -1518,13 +1513,13 @@
15181513
"@typescript-eslint/types" "4.33.0"
15191514
"@typescript-eslint/visitor-keys" "4.33.0"
15201515

1521-
"@typescript-eslint/scope-manager@5.4.0":
1522-
version "5.4.0"
1523-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.4.0.tgz#aaab08415f4a9cf32b870c7750ae8ba4607126a1"
1524-
integrity sha512-pRxFjYwoi8R+n+sibjgF9iUiAELU9ihPBtHzocyW8v8D8G8KeQvXTsW7+CBYIyTYsmhtNk50QPGLE3vrvhM5KA==
1516+
"@typescript-eslint/scope-manager@5.11.0":
1517+
version "5.11.0"
1518+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.11.0.tgz#f5aef83ff253f457ecbee5f46f762298f0101e4b"
1519+
integrity sha512-z+K4LlahDFVMww20t/0zcA7gq/NgOawaLuxgqGRVKS0PiZlCTIUtX0EJbC0BK1JtR4CelmkPK67zuCgpdlF4EA==
15251520
dependencies:
1526-
"@typescript-eslint/types" "5.4.0"
1527-
"@typescript-eslint/visitor-keys" "5.4.0"
1521+
"@typescript-eslint/types" "5.11.0"
1522+
"@typescript-eslint/visitor-keys" "5.11.0"
15281523

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

1539-
"@typescript-eslint/types@5.4.0":
1540-
version "5.4.0"
1541-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.4.0.tgz#b1c130f4b381b77bec19696c6e3366f9781ce8f2"
1542-
integrity sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==
1534+
"@typescript-eslint/types@5.11.0":
1535+
version "5.11.0"
1536+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.11.0.tgz#ba345818a2540fdf2755c804dc2158517ab61188"
1537+
integrity sha512-cxgBFGSRCoBEhvSVLkKw39+kMzUKHlJGVwwMbPcTZX3qEhuXhrjwaZXWMxVfxDgyMm+b5Q5b29Llo2yow8Y7xQ==
15431538

15441539
"@typescript-eslint/[email protected]":
15451540
version "3.10.1"
@@ -1568,19 +1563,31 @@
15681563
semver "^7.3.5"
15691564
tsutils "^3.21.0"
15701565

1571-
"@typescript-eslint/typescript-estree@5.4.0":
1572-
version "5.4.0"
1573-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.4.0.tgz#fe524fb308973c68ebeb7428f3b64499a6ba5fc0"
1574-
integrity sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==
1566+
"@typescript-eslint/typescript-estree@5.11.0":
1567+
version "5.11.0"
1568+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.11.0.tgz#53f9e09b88368191e52020af77c312a4777ffa43"
1569+
integrity sha512-yVH9hKIv3ZN3lw8m/Jy5I4oXO4ZBMqijcXCdA4mY8ull6TPTAoQnKKrcZ0HDXg7Bsl0Unwwx7jcXMuNZc0m4lg==
15751570
dependencies:
1576-
"@typescript-eslint/types" "5.4.0"
1577-
"@typescript-eslint/visitor-keys" "5.4.0"
1571+
"@typescript-eslint/types" "5.11.0"
1572+
"@typescript-eslint/visitor-keys" "5.11.0"
15781573
debug "^4.3.2"
15791574
globby "^11.0.4"
15801575
is-glob "^4.0.3"
15811576
semver "^7.3.5"
15821577
tsutils "^3.21.0"
15831578

1579+
"@typescript-eslint/[email protected]":
1580+
version "5.11.0"
1581+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.11.0.tgz#d91548ef180d74c95d417950336d9260fdbe1dc5"
1582+
integrity sha512-g2I480tFE1iYRDyMhxPAtLQ9HAn0jjBtipgTCZmd9I9s11OV8CTsG+YfFciuNDcHqm4csbAgC2aVZCHzLxMSUw==
1583+
dependencies:
1584+
"@types/json-schema" "^7.0.9"
1585+
"@typescript-eslint/scope-manager" "5.11.0"
1586+
"@typescript-eslint/types" "5.11.0"
1587+
"@typescript-eslint/typescript-estree" "5.11.0"
1588+
eslint-scope "^5.1.1"
1589+
eslint-utils "^3.0.0"
1590+
15841591
"@typescript-eslint/[email protected]":
15851592
version "3.10.1"
15861593
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
@@ -1596,12 +1603,12 @@
15961603
"@typescript-eslint/types" "4.33.0"
15971604
eslint-visitor-keys "^2.0.0"
15981605

1599-
"@typescript-eslint/visitor-keys@5.4.0":
1600-
version "5.4.0"
1601-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.4.0.tgz#09bc28efd3621f292fe88c86eef3bf4893364c8c"
1602-
integrity sha512-PVbax7MeE7tdLfW5SA0fs8NGVVr+buMPrcj+CWYWPXsZCH8qZ1THufDzbXm1xrZ2b2PA1iENJ0sRq5fuUtvsJg==
1606+
"@typescript-eslint/visitor-keys@5.11.0":
1607+
version "5.11.0"
1608+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.11.0.tgz#888542381f1a2ac745b06d110c83c0b261487ebb"
1609+
integrity sha512-E8w/vJReMGuloGxJDkpPlGwhxocxOpSVgSvjiLO5IxZPmxZF30weOeJYyPSEACwM+X4NziYS9q+WkN/2DHYQwA==
16031610
dependencies:
1604-
"@typescript-eslint/types" "5.4.0"
1611+
"@typescript-eslint/types" "5.11.0"
16051612
eslint-visitor-keys "^3.0.0"
16061613

16071614
JSONStream@^1.0.4:

0 commit comments

Comments
 (0)