Skip to content

Commit 7272cf4

Browse files
committed
chore(deps): update typescript-eslint monorepo to ^5.60.0
1 parent e8a0663 commit 7272cf4

File tree

2 files changed

+62
-62
lines changed

2 files changed

+62
-62
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"@semantic-release/changelog": "^6.0.3",
3939
"@semantic-release/git": "^10.0.1",
4040
"@types/react": "^18.2.13",
41-
"@typescript-eslint/eslint-plugin": "^5.59.11",
42-
"@typescript-eslint/parser": "^5.59.11",
41+
"@typescript-eslint/eslint-plugin": "^5.60.0",
42+
"@typescript-eslint/parser": "^5.60.0",
4343
"commitizen": "^4.3.0",
4444
"eslint": "^8.43.0",
4545
"eslint-formatter-pretty": "^5.0.0",

yarn.lock

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1569,15 +1569,15 @@
15691569
dependencies:
15701570
"@types/yargs-parser" "*"
15711571

1572-
"@typescript-eslint/eslint-plugin@^5.59.11":
1573-
version "5.59.11"
1574-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.11.tgz#8d466aa21abea4c3f37129997b198d141f09e76f"
1575-
integrity sha512-XxuOfTkCUiOSyBWIvHlUraLw/JT/6Io1365RO6ZuI88STKMavJZPNMU0lFcUTeQXEhHiv64CbxYxBNoDVSmghg==
1572+
"@typescript-eslint/eslint-plugin@^5.60.0":
1573+
version "5.60.0"
1574+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.60.0.tgz#2f4bea6a3718bed2ba52905358d0f45cd3620d31"
1575+
integrity sha512-78B+anHLF1TI8Jn/cD0Q00TBYdMgjdOn980JfAVa9yw5sop8nyTfVOQAv6LWywkOGLclDBtv5z3oxN4w7jxyNg==
15761576
dependencies:
15771577
"@eslint-community/regexpp" "^4.4.0"
1578-
"@typescript-eslint/scope-manager" "5.59.11"
1579-
"@typescript-eslint/type-utils" "5.59.11"
1580-
"@typescript-eslint/utils" "5.59.11"
1578+
"@typescript-eslint/scope-manager" "5.60.0"
1579+
"@typescript-eslint/type-utils" "5.60.0"
1580+
"@typescript-eslint/utils" "5.60.0"
15811581
debug "^4.3.4"
15821582
grapheme-splitter "^1.0.4"
15831583
ignore "^5.2.0"
@@ -1595,14 +1595,14 @@
15951595
"@typescript-eslint/typescript-estree" "5.59.8"
15961596
debug "^4.3.4"
15971597

1598-
"@typescript-eslint/parser@^5.59.11":
1599-
version "5.59.11"
1600-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.11.tgz#af7d4b7110e3068ce0b97550736de455e4250103"
1601-
integrity sha512-s9ZF3M+Nym6CAZEkJJeO2TFHHDsKAM3ecNkLuH4i4s8/RCPnF5JRip2GyviYkeEAcwGMJxkqG9h2dAsnA1nZpA==
1598+
"@typescript-eslint/parser@^5.60.0":
1599+
version "5.60.0"
1600+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.60.0.tgz#08f4daf5fc6548784513524f4f2f359cebb4068a"
1601+
integrity sha512-jBONcBsDJ9UoTWrARkRRCgDz6wUggmH5RpQVlt7BimSwaTkTjwypGzKORXbR4/2Hqjk9hgwlon2rVQAjWNpkyQ==
16021602
dependencies:
1603-
"@typescript-eslint/scope-manager" "5.59.11"
1604-
"@typescript-eslint/types" "5.59.11"
1605-
"@typescript-eslint/typescript-estree" "5.59.11"
1603+
"@typescript-eslint/scope-manager" "5.60.0"
1604+
"@typescript-eslint/types" "5.60.0"
1605+
"@typescript-eslint/typescript-estree" "5.60.0"
16061606
debug "^4.3.4"
16071607

16081608
"@typescript-eslint/scope-manager@5.38.1":
@@ -1613,14 +1613,6 @@
16131613
"@typescript-eslint/types" "5.38.1"
16141614
"@typescript-eslint/visitor-keys" "5.38.1"
16151615

1616-
"@typescript-eslint/scope-manager@5.59.11":
1617-
version "5.59.11"
1618-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.11.tgz#5d131a67a19189c42598af9fb2ea1165252001ce"
1619-
integrity sha512-dHFOsxoLFtrIcSj5h0QoBT/89hxQONwmn3FOQ0GOQcLOOXm+MIrS8zEAhs4tWl5MraxCY3ZJpaXQQdFMc2Tu+Q==
1620-
dependencies:
1621-
"@typescript-eslint/types" "5.59.11"
1622-
"@typescript-eslint/visitor-keys" "5.59.11"
1623-
16241616
"@typescript-eslint/scope-manager@5.59.8":
16251617
version "5.59.8"
16261618
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.8.tgz#ff4ad4fec6433647b817c4a7d4b4165d18ea2fa8"
@@ -1629,13 +1621,21 @@
16291621
"@typescript-eslint/types" "5.59.8"
16301622
"@typescript-eslint/visitor-keys" "5.59.8"
16311623

1632-
"@typescript-eslint/type-utils@5.59.11":
1633-
version "5.59.11"
1634-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.11.tgz#5eb67121808a84cb57d65a15f48f5bdda25f2346"
1635-
integrity sha512-LZqVY8hMiVRF2a7/swmkStMYSoXMFlzL6sXV6U/2gL5cwnLWQgLEG8tjWPpaE4rMIdZ6VKWwcffPlo1jPfk43g==
1624+
"@typescript-eslint/scope-manager@5.60.0":
1625+
version "5.60.0"
1626+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.60.0.tgz#ae511967b4bd84f1d5e179bb2c82857334941c1c"
1627+
integrity sha512-hakuzcxPwXi2ihf9WQu1BbRj1e/Pd8ZZwVTG9kfbxAMZstKz8/9OoexIwnmLzShtsdap5U/CoQGRCWlSuPbYxQ==
1628+
dependencies:
1629+
"@typescript-eslint/types" "5.60.0"
1630+
"@typescript-eslint/visitor-keys" "5.60.0"
1631+
1632+
"@typescript-eslint/type-utils@5.60.0":
1633+
version "5.60.0"
1634+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.60.0.tgz#69b09087eb12d7513d5b07747e7d47f5533aa228"
1635+
integrity sha512-X7NsRQddORMYRFH7FWo6sA9Y/zbJ8s1x1RIAtnlj6YprbToTiQnM6vxcMu7iYhdunmoC0rUWlca13D5DVHkK2g==
16361636
dependencies:
1637-
"@typescript-eslint/typescript-estree" "5.59.11"
1638-
"@typescript-eslint/utils" "5.59.11"
1637+
"@typescript-eslint/typescript-estree" "5.60.0"
1638+
"@typescript-eslint/utils" "5.60.0"
16391639
debug "^4.3.4"
16401640
tsutils "^3.21.0"
16411641

@@ -1644,16 +1644,16 @@
16441644
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
16451645
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
16461646

1647-
"@typescript-eslint/types@5.59.11":
1648-
version "5.59.11"
1649-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.11.tgz#1a9018fe3c565ba6969561f2a49f330cf1fe8db1"
1650-
integrity sha512-epoN6R6tkvBYSc+cllrz+c2sOFWkbisJZWkOE+y3xHtvYaOE6Wk6B8e114McRJwFRjGvYdJwLXQH5c9osME/AA==
1651-
16521647
"@typescript-eslint/types@5.59.8":
16531648
version "5.59.8"
16541649
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.8.tgz#212e54414733618f5d0fd50b2da2717f630aebf8"
16551650
integrity sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==
16561651

1652+
"@typescript-eslint/types@5.60.0":
1653+
version "5.60.0"
1654+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.60.0.tgz#3179962b28b4790de70e2344465ec97582ce2558"
1655+
integrity sha512-ascOuoCpNZBccFVNJRSC6rPq4EmJ2NkuoKnd6LDNyAQmdDnziAtxbCGWCbefG1CNzmDvd05zO36AmB7H8RzKPA==
1656+
16571657
"@typescript-eslint/typescript-estree@5.38.1":
16581658
version "5.38.1"
16591659
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz#657d858d5d6087f96b638ee383ee1cff52605a1e"
@@ -1667,43 +1667,43 @@
16671667
semver "^7.3.7"
16681668
tsutils "^3.21.0"
16691669

1670-
"@typescript-eslint/typescript-estree@5.59.11":
1671-
version "5.59.11"
1672-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.11.tgz#b2caaa31725e17c33970c1197bcd54e3c5f42b9f"
1673-
integrity sha512-YupOpot5hJO0maupJXixi6l5ETdrITxeo5eBOeuV7RSKgYdU3G5cxO49/9WRnJq9EMrB7AuTSLH/bqOsXi7wPA==
1670+
"@typescript-eslint/typescript-estree@5.59.8":
1671+
version "5.59.8"
1672+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.8.tgz#801a7b1766481629481b3b0878148bd7a1f345d7"
1673+
integrity sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==
16741674
dependencies:
1675-
"@typescript-eslint/types" "5.59.11"
1676-
"@typescript-eslint/visitor-keys" "5.59.11"
1675+
"@typescript-eslint/types" "5.59.8"
1676+
"@typescript-eslint/visitor-keys" "5.59.8"
16771677
debug "^4.3.4"
16781678
globby "^11.1.0"
16791679
is-glob "^4.0.3"
16801680
semver "^7.3.7"
16811681
tsutils "^3.21.0"
16821682

1683-
"@typescript-eslint/typescript-estree@5.59.8":
1684-
version "5.59.8"
1685-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.8.tgz#801a7b1766481629481b3b0878148bd7a1f345d7"
1686-
integrity sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==
1683+
"@typescript-eslint/typescript-estree@5.60.0":
1684+
version "5.60.0"
1685+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.0.tgz#4ddf1a81d32a850de66642d9b3ad1e3254fb1600"
1686+
integrity sha512-R43thAuwarC99SnvrBmh26tc7F6sPa2B3evkXp/8q954kYL6Ro56AwASYWtEEi+4j09GbiNAHqYwNNZuNlARGQ==
16871687
dependencies:
1688-
"@typescript-eslint/types" "5.59.8"
1689-
"@typescript-eslint/visitor-keys" "5.59.8"
1688+
"@typescript-eslint/types" "5.60.0"
1689+
"@typescript-eslint/visitor-keys" "5.60.0"
16901690
debug "^4.3.4"
16911691
globby "^11.1.0"
16921692
is-glob "^4.0.3"
16931693
semver "^7.3.7"
16941694
tsutils "^3.21.0"
16951695

1696-
"@typescript-eslint/utils@5.59.11":
1697-
version "5.59.11"
1698-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.11.tgz#9dbff49dc80bfdd9289f9f33548f2e8db3c59ba1"
1699-
integrity sha512-didu2rHSOMUdJThLk4aZ1Or8IcO3HzCw/ZvEjTTIfjIrcdd5cvSIwwDy2AOlE7htSNp7QIZ10fLMyRCveesMLg==
1696+
"@typescript-eslint/utils@5.60.0":
1697+
version "5.60.0"
1698+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.60.0.tgz#4667c5aece82f9d4f24a667602f0f300864b554c"
1699+
integrity sha512-ba51uMqDtfLQ5+xHtwlO84vkdjrqNzOnqrnwbMHMRY8Tqeme8C2Q8Fc7LajfGR+e3/4LoYiWXUM6BpIIbHJ4hQ==
17001700
dependencies:
17011701
"@eslint-community/eslint-utils" "^4.2.0"
17021702
"@types/json-schema" "^7.0.9"
17031703
"@types/semver" "^7.3.12"
1704-
"@typescript-eslint/scope-manager" "5.59.11"
1705-
"@typescript-eslint/types" "5.59.11"
1706-
"@typescript-eslint/typescript-estree" "5.59.11"
1704+
"@typescript-eslint/scope-manager" "5.60.0"
1705+
"@typescript-eslint/types" "5.60.0"
1706+
"@typescript-eslint/typescript-estree" "5.60.0"
17071707
eslint-scope "^5.1.1"
17081708
semver "^7.3.7"
17091709

@@ -1727,14 +1727,6 @@
17271727
"@typescript-eslint/types" "5.38.1"
17281728
eslint-visitor-keys "^3.3.0"
17291729

1730-
"@typescript-eslint/visitor-keys@5.59.11":
1731-
version "5.59.11"
1732-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.11.tgz#dca561ddad169dc27d62396d64f45b2d2c3ecc56"
1733-
integrity sha512-KGYniTGG3AMTuKF9QBD7EIrvufkB6O6uX3knP73xbKLMpH+QRPcgnCxjWXSHjMRuOxFLovljqQgQpR0c7GvjoA==
1734-
dependencies:
1735-
"@typescript-eslint/types" "5.59.11"
1736-
eslint-visitor-keys "^3.3.0"
1737-
17381730
"@typescript-eslint/visitor-keys@5.59.8":
17391731
version "5.59.8"
17401732
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.8.tgz#aa6a7ef862add919401470c09e1609392ef3cc40"
@@ -1743,6 +1735,14 @@
17431735
"@typescript-eslint/types" "5.59.8"
17441736
eslint-visitor-keys "^3.3.0"
17451737

1738+
"@typescript-eslint/visitor-keys@5.60.0":
1739+
version "5.60.0"
1740+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.0.tgz#b48b29da3f5f31dd1656281727004589d2722a66"
1741+
integrity sha512-wm9Uz71SbCyhUKgcaPRauBdTegUyY/ZWl8gLwD/i/ybJqscrrdVSFImpvUz16BLPChIeKBK5Fa9s6KDQjsjyWw==
1742+
dependencies:
1743+
"@typescript-eslint/types" "5.60.0"
1744+
eslint-visitor-keys "^3.3.0"
1745+
17461746
JSONStream@^1.0.4:
17471747
version "1.3.5"
17481748
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)