Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit c78a217

Browse files
fix(deps): update typescript-eslint monorepo to v5.42.1
1 parent f3cb43f commit c78a217

File tree

2 files changed

+62
-50
lines changed

2 files changed

+62
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
"@babel/eslint-parser": "7.19.1",
9595
"@babel/preset-react": "7.18.6",
9696
"@next/eslint-plugin-next": "12.3.1",
97-
"@typescript-eslint/eslint-plugin": "5.40.0",
98-
"@typescript-eslint/parser": "5.40.0",
97+
"@typescript-eslint/eslint-plugin": "5.42.1",
98+
"@typescript-eslint/parser": "5.42.1",
9999
"confusing-browser-globals": "1.0.11",
100100
"eslint-config-prettier": "8.5.0",
101101
"eslint-import-resolver-jsconfig": "1.1.0",

yarn.lock

Lines changed: 60 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,6 +1529,11 @@
15291529
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
15301530
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
15311531

1532+
"@types/semver@^7.3.12":
1533+
version "7.3.13"
1534+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
1535+
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
1536+
15321537
"@types/stack-utils@^2.0.0":
15331538
version "2.0.1"
15341539
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
@@ -1553,16 +1558,17 @@
15531558
dependencies:
15541559
"@types/yargs-parser" "*"
15551560

1556-
"@typescript-eslint/eslint-plugin@5.40.0":
1557-
version "5.40.0"
1558-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.0.tgz#0159bb71410eec563968288a17bd4478cdb685bd"
1559-
integrity sha512-FIBZgS3DVJgqPwJzvZTuH4HNsZhHMa9SjxTKAZTlMsPw/UzpEjcf9f4dfgDJEHjK+HboUJo123Eshl6niwEm/Q==
1561+
"@typescript-eslint/eslint-plugin@5.42.1":
1562+
version "5.42.1"
1563+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.42.1.tgz#696b9cc21dfd4749c1c8ad1307f76a36a00aa0e3"
1564+
integrity sha512-LyR6x784JCiJ1j6sH5Y0K6cdExqCCm8DJUTcwG5ThNXJj/G8o5E56u5EdG4SLy+bZAwZBswC+GYn3eGdttBVCg==
15601565
dependencies:
1561-
"@typescript-eslint/scope-manager" "5.40.0"
1562-
"@typescript-eslint/type-utils" "5.40.0"
1563-
"@typescript-eslint/utils" "5.40.0"
1566+
"@typescript-eslint/scope-manager" "5.42.1"
1567+
"@typescript-eslint/type-utils" "5.42.1"
1568+
"@typescript-eslint/utils" "5.42.1"
15641569
debug "^4.3.4"
15651570
ignore "^5.2.0"
1571+
natural-compare-lite "^1.4.0"
15661572
regexpp "^3.2.0"
15671573
semver "^7.3.7"
15681574
tsutils "^3.21.0"
@@ -1574,14 +1580,14 @@
15741580
dependencies:
15751581
"@typescript-eslint/utils" "5.36.2"
15761582

1577-
"@typescript-eslint/parser@5.40.0":
1578-
version "5.40.0"
1579-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.0.tgz#432bddc1fe9154945660f67c1ba6d44de5014840"
1580-
integrity sha512-Ah5gqyX2ySkiuYeOIDg7ap51/b63QgWZA7w6AHtFrag7aH0lRQPbLzUjk0c9o5/KZ6JRkTTDKShL4AUrQa6/hw==
1583+
"@typescript-eslint/parser@5.42.1":
1584+
version "5.42.1"
1585+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.42.1.tgz#3e66156f2f74b11690b45950d8f5f28a62751d35"
1586+
integrity sha512-kAV+NiNBWVQDY9gDJDToTE/NO8BHi4f6b7zTsVAJoTkmB/zlfOpiEVBzHOKtlgTndCKe8vj9F/PuolemZSh50Q==
15811587
dependencies:
1582-
"@typescript-eslint/scope-manager" "5.40.0"
1583-
"@typescript-eslint/types" "5.40.0"
1584-
"@typescript-eslint/typescript-estree" "5.40.0"
1588+
"@typescript-eslint/scope-manager" "5.42.1"
1589+
"@typescript-eslint/types" "5.42.1"
1590+
"@typescript-eslint/typescript-estree" "5.42.1"
15851591
debug "^4.3.4"
15861592

15871593
"@typescript-eslint/[email protected]":
@@ -1592,21 +1598,21 @@
15921598
"@typescript-eslint/types" "5.36.2"
15931599
"@typescript-eslint/visitor-keys" "5.36.2"
15941600

1595-
"@typescript-eslint/scope-manager@5.40.0":
1596-
version "5.40.0"
1597-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.0.tgz#d6ea782c8e3a2371ba3ea31458dcbdc934668fc4"
1598-
integrity sha512-d3nPmjUeZtEWRvyReMI4I1MwPGC63E8pDoHy0BnrYjnJgilBD3hv7XOiETKLY/zTwI7kCnBDf2vWTRUVpYw0Uw==
1601+
"@typescript-eslint/scope-manager@5.42.1":
1602+
version "5.42.1"
1603+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.42.1.tgz#05e5e1351485637d466464237e5259b49f609b18"
1604+
integrity sha512-QAZY/CBP1Emx4rzxurgqj3rUinfsh/6mvuKbLNMfJMMKYLRBfweus8brgXF8f64ABkIZ3zdj2/rYYtF8eiuksQ==
15991605
dependencies:
1600-
"@typescript-eslint/types" "5.40.0"
1601-
"@typescript-eslint/visitor-keys" "5.40.0"
1606+
"@typescript-eslint/types" "5.42.1"
1607+
"@typescript-eslint/visitor-keys" "5.42.1"
16021608

1603-
"@typescript-eslint/type-utils@5.40.0":
1604-
version "5.40.0"
1605-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.0.tgz#4964099d0158355e72d67a370249d7fc03331126"
1606-
integrity sha512-nfuSdKEZY2TpnPz5covjJqav+g5qeBqwSHKBvz7Vm1SAfy93SwKk/JeSTymruDGItTwNijSsno5LhOHRS1pcfw==
1609+
"@typescript-eslint/type-utils@5.42.1":
1610+
version "5.42.1"
1611+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.42.1.tgz#21328feb2d4b193c5852b35aabd241ccc1449daa"
1612+
integrity sha512-WWiMChneex5w4xPIX56SSnQQo0tEOy5ZV2dqmj8Z371LJ0E+aymWD25JQ/l4FOuuX+Q49A7pzh/CGIQflxMVXg==
16071613
dependencies:
1608-
"@typescript-eslint/typescript-estree" "5.40.0"
1609-
"@typescript-eslint/utils" "5.40.0"
1614+
"@typescript-eslint/typescript-estree" "5.42.1"
1615+
"@typescript-eslint/utils" "5.42.1"
16101616
debug "^4.3.4"
16111617
tsutils "^3.21.0"
16121618

@@ -1615,10 +1621,10 @@
16151621
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.36.2.tgz#a5066e500ebcfcee36694186ccc57b955c05faf9"
16161622
integrity sha512-9OJSvvwuF1L5eS2EQgFUbECb99F0mwq501w0H0EkYULkhFa19Qq7WFbycdw1PexAc929asupbZcgjVIe6OK/XQ==
16171623

1618-
"@typescript-eslint/types@5.40.0":
1619-
version "5.40.0"
1620-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.0.tgz#8de07e118a10b8f63c99e174a3860f75608c822e"
1621-
integrity sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==
1624+
"@typescript-eslint/types@5.42.1":
1625+
version "5.42.1"
1626+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.1.tgz#0d4283c30e9b70d2aa2391c36294413de9106df2"
1627+
integrity sha512-Qrco9dsFF5lhalz+lLFtxs3ui1/YfC6NdXu+RAGBa8uSfn01cjO7ssCsjIsUs484vny9Xm699FSKwpkCcqwWwA==
16221628

16231629
"@typescript-eslint/[email protected]":
16241630
version "5.36.2"
@@ -1633,13 +1639,13 @@
16331639
semver "^7.3.7"
16341640
tsutils "^3.21.0"
16351641

1636-
"@typescript-eslint/typescript-estree@5.40.0":
1637-
version "5.40.0"
1638-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.0.tgz#e305e6a5d65226efa5471ee0f12e0ffaab6d3075"
1639-
integrity sha512-b0GYlDj8TLTOqwX7EGbw2gL5EXS2CPEWhF9nGJiGmEcmlpNBjyHsTwbqpyIEPVpl6br4UcBOYlcI2FJVtJkYhg==
1642+
"@typescript-eslint/typescript-estree@5.42.1":
1643+
version "5.42.1"
1644+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.1.tgz#f9a223ecb547a781d37e07a5ac6ba9ff681eaef0"
1645+
integrity sha512-qElc0bDOuO0B8wDhhW4mYVgi/LZL+igPwXtV87n69/kYC/7NG3MES0jHxJNCr4EP7kY1XVsRy8C/u3DYeTKQmw==
16401646
dependencies:
1641-
"@typescript-eslint/types" "5.40.0"
1642-
"@typescript-eslint/visitor-keys" "5.40.0"
1647+
"@typescript-eslint/types" "5.42.1"
1648+
"@typescript-eslint/visitor-keys" "5.42.1"
16431649
debug "^4.3.4"
16441650
globby "^11.1.0"
16451651
is-glob "^4.0.3"
@@ -1658,15 +1664,16 @@
16581664
eslint-scope "^5.1.1"
16591665
eslint-utils "^3.0.0"
16601666

1661-
"@typescript-eslint/utils@5.40.0":
1662-
version "5.40.0"
1663-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.0.tgz#647f56a875fd09d33c6abd70913c3dd50759b772"
1664-
integrity sha512-MO0y3T5BQ5+tkkuYZJBjePewsY+cQnfkYeRqS6tPh28niiIwPnQ1t59CSRcs1ZwJJNOdWw7rv9pF8aP58IMihA==
1667+
"@typescript-eslint/utils@5.42.1":
1668+
version "5.42.1"
1669+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.1.tgz#2789b1cd990f0c07aaa3e462dbe0f18d736d5071"
1670+
integrity sha512-Gxvf12xSp3iYZd/fLqiQRD4uKZjDNR01bQ+j8zvhPjpsZ4HmvEFL/tC4amGNyxN9Rq+iqvpHLhlqx6KTxz9ZyQ==
16651671
dependencies:
16661672
"@types/json-schema" "^7.0.9"
1667-
"@typescript-eslint/scope-manager" "5.40.0"
1668-
"@typescript-eslint/types" "5.40.0"
1669-
"@typescript-eslint/typescript-estree" "5.40.0"
1673+
"@types/semver" "^7.3.12"
1674+
"@typescript-eslint/scope-manager" "5.42.1"
1675+
"@typescript-eslint/types" "5.42.1"
1676+
"@typescript-eslint/typescript-estree" "5.42.1"
16701677
eslint-scope "^5.1.1"
16711678
eslint-utils "^3.0.0"
16721679
semver "^7.3.7"
@@ -1679,12 +1686,12 @@
16791686
"@typescript-eslint/types" "5.36.2"
16801687
eslint-visitor-keys "^3.3.0"
16811688

1682-
"@typescript-eslint/visitor-keys@5.40.0":
1683-
version "5.40.0"
1684-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.0.tgz#dd2d38097f68e0d2e1e06cb9f73c0173aca54b68"
1685-
integrity sha512-ijJ+6yig+x9XplEpG2K6FUdJeQGGj/15U3S56W9IqXKJqleuD7zJ2AX/miLezwxpd7ZxDAqO87zWufKg+RPZyQ==
1689+
"@typescript-eslint/visitor-keys@5.42.1":
1690+
version "5.42.1"
1691+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.42.1.tgz#df10839adf6605e1cdb79174cf21e46df9be4872"
1692+
integrity sha512-LOQtSF4z+hejmpUvitPlc4hA7ERGoj2BVkesOcG91HCn8edLGUXbTrErmutmPbl8Bo9HjAvOO/zBKQHExXNA2A==
16861693
dependencies:
1687-
"@typescript-eslint/types" "5.40.0"
1694+
"@typescript-eslint/types" "5.42.1"
16881695
eslint-visitor-keys "^3.3.0"
16891696

16901697
JSONStream@^1.0.4:
@@ -4999,6 +5006,11 @@ nanoid@^3.3.4:
49995006
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
50005007
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
50015008

5009+
natural-compare-lite@^1.4.0:
5010+
version "1.4.0"
5011+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
5012+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
5013+
50025014
natural-compare@^1.4.0:
50035015
version "1.4.0"
50045016
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)