Skip to content

Commit ae717c3

Browse files
committed
chore(deps): update typescript-eslint monorepo to ^5.43.0
1 parent 59f4e28 commit ae717c3

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
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.1",
3939
"@semantic-release/git": "^10.0.1",
4040
"@types/react": "^18.0.25",
41-
"@typescript-eslint/eslint-plugin": "^5.42.1",
42-
"@typescript-eslint/parser": "^5.42.1",
41+
"@typescript-eslint/eslint-plugin": "^5.43.0",
42+
"@typescript-eslint/parser": "^5.43.0",
4343
"commitizen": "^4.2.5",
4444
"eslint": "^8.27.0",
4545
"eslint-formatter-pretty": "^4.1.0",

yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,14 +1464,14 @@
14641464
dependencies:
14651465
"@types/yargs-parser" "*"
14661466

1467-
"@typescript-eslint/eslint-plugin@^5.42.1":
1468-
version "5.42.1"
1469-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.42.1.tgz#696b9cc21dfd4749c1c8ad1307f76a36a00aa0e3"
1470-
integrity sha512-LyR6x784JCiJ1j6sH5Y0K6cdExqCCm8DJUTcwG5ThNXJj/G8o5E56u5EdG4SLy+bZAwZBswC+GYn3eGdttBVCg==
1471-
dependencies:
1472-
"@typescript-eslint/scope-manager" "5.42.1"
1473-
"@typescript-eslint/type-utils" "5.42.1"
1474-
"@typescript-eslint/utils" "5.42.1"
1467+
"@typescript-eslint/eslint-plugin@^5.43.0":
1468+
version "5.43.0"
1469+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.43.0.tgz#4a5248eb31b454715ddfbf8cfbf497529a0a78bc"
1470+
integrity sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==
1471+
dependencies:
1472+
"@typescript-eslint/scope-manager" "5.43.0"
1473+
"@typescript-eslint/type-utils" "5.43.0"
1474+
"@typescript-eslint/utils" "5.43.0"
14751475
debug "^4.3.4"
14761476
ignore "^5.2.0"
14771477
natural-compare-lite "^1.4.0"
@@ -1489,14 +1489,14 @@
14891489
"@typescript-eslint/typescript-estree" "5.38.1"
14901490
debug "^4.3.4"
14911491

1492-
"@typescript-eslint/parser@^5.42.1":
1493-
version "5.42.1"
1494-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.42.1.tgz#3e66156f2f74b11690b45950d8f5f28a62751d35"
1495-
integrity sha512-kAV+NiNBWVQDY9gDJDToTE/NO8BHi4f6b7zTsVAJoTkmB/zlfOpiEVBzHOKtlgTndCKe8vj9F/PuolemZSh50Q==
1492+
"@typescript-eslint/parser@^5.43.0":
1493+
version "5.43.0"
1494+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.43.0.tgz#9c86581234b88f2ba406f0b99a274a91c11630fd"
1495+
integrity sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==
14961496
dependencies:
1497-
"@typescript-eslint/scope-manager" "5.42.1"
1498-
"@typescript-eslint/types" "5.42.1"
1499-
"@typescript-eslint/typescript-estree" "5.42.1"
1497+
"@typescript-eslint/scope-manager" "5.43.0"
1498+
"@typescript-eslint/types" "5.43.0"
1499+
"@typescript-eslint/typescript-estree" "5.43.0"
15001500
debug "^4.3.4"
15011501

15021502
"@typescript-eslint/scope-manager@5.38.1":
@@ -1507,21 +1507,21 @@
15071507
"@typescript-eslint/types" "5.38.1"
15081508
"@typescript-eslint/visitor-keys" "5.38.1"
15091509

1510-
"@typescript-eslint/scope-manager@5.42.1":
1511-
version "5.42.1"
1512-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.42.1.tgz#05e5e1351485637d466464237e5259b49f609b18"
1513-
integrity sha512-QAZY/CBP1Emx4rzxurgqj3rUinfsh/6mvuKbLNMfJMMKYLRBfweus8brgXF8f64ABkIZ3zdj2/rYYtF8eiuksQ==
1510+
"@typescript-eslint/scope-manager@5.43.0":
1511+
version "5.43.0"
1512+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.43.0.tgz#566e46303392014d5d163704724872e1f2dd3c15"
1513+
integrity sha512-XNWnGaqAtTJsUiZaoiGIrdJYHsUOd3BZ3Qj5zKp9w6km6HsrjPk/TGZv0qMTWyWj0+1QOqpHQ2gZOLXaGA9Ekw==
15141514
dependencies:
1515-
"@typescript-eslint/types" "5.42.1"
1516-
"@typescript-eslint/visitor-keys" "5.42.1"
1515+
"@typescript-eslint/types" "5.43.0"
1516+
"@typescript-eslint/visitor-keys" "5.43.0"
15171517

1518-
"@typescript-eslint/type-utils@5.42.1":
1519-
version "5.42.1"
1520-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.42.1.tgz#21328feb2d4b193c5852b35aabd241ccc1449daa"
1521-
integrity sha512-WWiMChneex5w4xPIX56SSnQQo0tEOy5ZV2dqmj8Z371LJ0E+aymWD25JQ/l4FOuuX+Q49A7pzh/CGIQflxMVXg==
1518+
"@typescript-eslint/type-utils@5.43.0":
1519+
version "5.43.0"
1520+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.43.0.tgz#91110fb827df5161209ecca06f70d19a96030be6"
1521+
integrity sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==
15221522
dependencies:
1523-
"@typescript-eslint/typescript-estree" "5.42.1"
1524-
"@typescript-eslint/utils" "5.42.1"
1523+
"@typescript-eslint/typescript-estree" "5.43.0"
1524+
"@typescript-eslint/utils" "5.43.0"
15251525
debug "^4.3.4"
15261526
tsutils "^3.21.0"
15271527

@@ -1530,10 +1530,10 @@
15301530
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
15311531
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
15321532

1533-
"@typescript-eslint/types@5.42.1":
1534-
version "5.42.1"
1535-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.1.tgz#0d4283c30e9b70d2aa2391c36294413de9106df2"
1536-
integrity sha512-Qrco9dsFF5lhalz+lLFtxs3ui1/YfC6NdXu+RAGBa8uSfn01cjO7ssCsjIsUs484vny9Xm699FSKwpkCcqwWwA==
1533+
"@typescript-eslint/types@5.43.0":
1534+
version "5.43.0"
1535+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.43.0.tgz#e4ddd7846fcbc074325293515fa98e844d8d2578"
1536+
integrity sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==
15371537

15381538
"@typescript-eslint/typescript-estree@5.38.1":
15391539
version "5.38.1"
@@ -1548,29 +1548,29 @@
15481548
semver "^7.3.7"
15491549
tsutils "^3.21.0"
15501550

1551-
"@typescript-eslint/typescript-estree@5.42.1":
1552-
version "5.42.1"
1553-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.1.tgz#f9a223ecb547a781d37e07a5ac6ba9ff681eaef0"
1554-
integrity sha512-qElc0bDOuO0B8wDhhW4mYVgi/LZL+igPwXtV87n69/kYC/7NG3MES0jHxJNCr4EP7kY1XVsRy8C/u3DYeTKQmw==
1551+
"@typescript-eslint/typescript-estree@5.43.0":
1552+
version "5.43.0"
1553+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.43.0.tgz#b6883e58ba236a602c334be116bfc00b58b3b9f2"
1554+
integrity sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==
15551555
dependencies:
1556-
"@typescript-eslint/types" "5.42.1"
1557-
"@typescript-eslint/visitor-keys" "5.42.1"
1556+
"@typescript-eslint/types" "5.43.0"
1557+
"@typescript-eslint/visitor-keys" "5.43.0"
15581558
debug "^4.3.4"
15591559
globby "^11.1.0"
15601560
is-glob "^4.0.3"
15611561
semver "^7.3.7"
15621562
tsutils "^3.21.0"
15631563

1564-
"@typescript-eslint/utils@5.42.1":
1565-
version "5.42.1"
1566-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.1.tgz#2789b1cd990f0c07aaa3e462dbe0f18d736d5071"
1567-
integrity sha512-Gxvf12xSp3iYZd/fLqiQRD4uKZjDNR01bQ+j8zvhPjpsZ4HmvEFL/tC4amGNyxN9Rq+iqvpHLhlqx6KTxz9ZyQ==
1564+
"@typescript-eslint/utils@5.43.0":
1565+
version "5.43.0"
1566+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.43.0.tgz#00fdeea07811dbdf68774a6f6eacfee17fcc669f"
1567+
integrity sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==
15681568
dependencies:
15691569
"@types/json-schema" "^7.0.9"
15701570
"@types/semver" "^7.3.12"
1571-
"@typescript-eslint/scope-manager" "5.42.1"
1572-
"@typescript-eslint/types" "5.42.1"
1573-
"@typescript-eslint/typescript-estree" "5.42.1"
1571+
"@typescript-eslint/scope-manager" "5.43.0"
1572+
"@typescript-eslint/types" "5.43.0"
1573+
"@typescript-eslint/typescript-estree" "5.43.0"
15741574
eslint-scope "^5.1.1"
15751575
eslint-utils "^3.0.0"
15761576
semver "^7.3.7"
@@ -1595,12 +1595,12 @@
15951595
"@typescript-eslint/types" "5.38.1"
15961596
eslint-visitor-keys "^3.3.0"
15971597

1598-
"@typescript-eslint/visitor-keys@5.42.1":
1599-
version "5.42.1"
1600-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.42.1.tgz#df10839adf6605e1cdb79174cf21e46df9be4872"
1601-
integrity sha512-LOQtSF4z+hejmpUvitPlc4hA7ERGoj2BVkesOcG91HCn8edLGUXbTrErmutmPbl8Bo9HjAvOO/zBKQHExXNA2A==
1598+
"@typescript-eslint/visitor-keys@5.43.0":
1599+
version "5.43.0"
1600+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.43.0.tgz#cbbdadfdfea385310a20a962afda728ea106befa"
1601+
integrity sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==
16021602
dependencies:
1603-
"@typescript-eslint/types" "5.42.1"
1603+
"@typescript-eslint/types" "5.43.0"
16041604
eslint-visitor-keys "^3.3.0"
16051605

16061606
JSONStream@^1.0.4:

0 commit comments

Comments
 (0)