Skip to content

Commit 52510f7

Browse files
committed
fix(deps): update typescript-eslint monorepo to v5.16.0
1 parent 4cb14b1 commit 52510f7

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.16.0",
44+
"@typescript-eslint/scope-manager": "5.16.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.16.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.16.0":
1483+
version "5.16.0"
1484+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.16.0.tgz#0b852567efa10660047f281cf004ed3db32866da"
1485+
integrity sha512-bitZtqO13XX64/UOQKoDbVg2H4VHzbHnWWlTRc7ofq7SuQyPCwEycF1Zmn5ZAMTJZ3p5uMS7xJGUdOtZK7LrNw==
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.16.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.16.0":
1519+
version "5.16.0"
1520+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.16.0.tgz#7e7909d64bd0c4d8aef629cdc764b9d3e1d3a69a"
1521+
integrity sha512-P+Yab2Hovg8NekLIR/mOElCDPyGgFZKhGoZA901Yax6WR6HVeGLbsqJkZ+Cvk5nts/dAlFKm8PfL43UZnWdpIQ==
15271522
dependencies:
1528-
"@typescript-eslint/types" "5.4.0"
1529-
"@typescript-eslint/visitor-keys" "5.4.0"
1523+
"@typescript-eslint/types" "5.16.0"
1524+
"@typescript-eslint/visitor-keys" "5.16.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.16.0":
1537+
version "5.16.0"
1538+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.16.0.tgz#5827b011982950ed350f075eaecb7f47d3c643ee"
1539+
integrity sha512-oUorOwLj/3/3p/HFwrp6m/J2VfbLC8gjW5X3awpQJ/bSG+YRGFS4dpsvtQ8T2VNveV+LflQHjlLvB6v0R87z4g==
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.16.0":
1569+
version "5.16.0"
1570+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.16.0.tgz#32259459ec62f5feddca66adc695342f30101f61"
1571+
integrity sha512-SE4VfbLWUZl9MR+ngLSARptUv2E8brY0luCdgmUevU6arZRY/KxYoLI/3V/yxaURR8tLRN7bmZtJdgmzLHI6pQ==
15771572
dependencies:
1578-
"@typescript-eslint/types" "5.4.0"
1579-
"@typescript-eslint/visitor-keys" "5.4.0"
1573+
"@typescript-eslint/types" "5.16.0"
1574+
"@typescript-eslint/visitor-keys" "5.16.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.16.0"
1583+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.16.0.tgz#42218b459d6d66418a4eb199a382bdc261650679"
1584+
integrity sha512-iYej2ER6AwmejLWMWzJIHy3nPJeGDuCqf8Jnb+jAQVoPpmWzwQOfa9hWVB8GIQE5gsCv/rfN4T+AYb/V06WseQ==
1585+
dependencies:
1586+
"@types/json-schema" "^7.0.9"
1587+
"@typescript-eslint/scope-manager" "5.16.0"
1588+
"@typescript-eslint/types" "5.16.0"
1589+
"@typescript-eslint/typescript-estree" "5.16.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.16.0":
1609+
version "5.16.0"
1610+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.16.0.tgz#f27dc3b943e6317264c7492e390c6844cd4efbbb"
1611+
integrity sha512-jqxO8msp5vZDhikTwq9ubyMHqZ67UIvawohr4qF3KhlpL7gzSjOd+8471H3nh5LyABkaI85laEKKU8SnGUK5/g==
16051612
dependencies:
1606-
"@typescript-eslint/types" "5.4.0"
1613+
"@typescript-eslint/types" "5.16.0"
16071614
eslint-visitor-keys "^3.0.0"
16081615

16091616
JSONStream@^1.0.4:

0 commit comments

Comments
 (0)