-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #139 from walnuts1018/renovate/typescript-eslint-m…
…onorepo chore(deps): update typescript-eslint monorepo to v8.23.0
- Loading branch information
Showing
1 changed file
with
72 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -445,20 +445,20 @@ | |
dependencies: | ||
csstype "^3.0.2" | ||
|
||
"@typescript-eslint/eslint-plugin@8.22.0": | ||
version "8.22.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.22.0.tgz#63a1b0d24d85a971949f8d71d693019f58d2e861" | ||
integrity sha512-4Uta6REnz/xEJMvwf72wdUnC3rr4jAQf5jnTkeRQ9b6soxLxhDEbS/pfMPoJLDfFPNVRdryqWUIV/2GZzDJFZw== | ||
"@typescript-eslint/eslint-plugin@8.23.0": | ||
version "8.23.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.23.0.tgz#7745f4e3e4a7ae5f6f73fefcd856fd6a074189b7" | ||
integrity sha512-vBz65tJgRrA1Q5gWlRfvoH+w943dq9K1p1yDBY2pc+a1nbBLZp7fB9+Hk8DaALUbzjqlMfgaqlVPT1REJdkt/w== | ||
dependencies: | ||
"@eslint-community/regexpp" "^4.10.0" | ||
"@typescript-eslint/scope-manager" "8.22.0" | ||
"@typescript-eslint/type-utils" "8.22.0" | ||
"@typescript-eslint/utils" "8.22.0" | ||
"@typescript-eslint/visitor-keys" "8.22.0" | ||
"@typescript-eslint/scope-manager" "8.23.0" | ||
"@typescript-eslint/type-utils" "8.23.0" | ||
"@typescript-eslint/utils" "8.23.0" | ||
"@typescript-eslint/visitor-keys" "8.23.0" | ||
graphemer "^1.4.0" | ||
ignore "^5.3.1" | ||
natural-compare "^1.4.0" | ||
ts-api-utils "^2.0.0" | ||
ts-api-utils "^2.0.1" | ||
|
||
"@typescript-eslint/eslint-plugin@^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0": | ||
version "8.17.0" | ||
|
@@ -475,15 +475,15 @@ | |
natural-compare "^1.4.0" | ||
ts-api-utils "^1.3.0" | ||
|
||
"@typescript-eslint/parser@8.22.0", "@typescript-eslint/parser@^8.16.0": | ||
version "8.22.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.22.0.tgz#f21c5db24271f182ebbb4ba8c7ad3eb76e5f5f3a" | ||
integrity sha512-MqtmbdNEdoNxTPzpWiWnqNac54h8JDAmkWtJExBVVnSrSmi9z+sZUt0LfKqk9rjqmKOIeRhO4fHHJ1nQIjduIQ== | ||
"@typescript-eslint/parser@8.23.0", "@typescript-eslint/parser@^8.16.0": | ||
version "8.23.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.23.0.tgz#57acb3b65fce48d12b70d119436e145842a30081" | ||
integrity sha512-h2lUByouOXFAlMec2mILeELUbME5SZRN/7R9Cw2RD2lRQQY08MWMM+PmVVKKJNK1aIwqTo9t/0CvOxwPbRIE2Q== | ||
dependencies: | ||
"@typescript-eslint/scope-manager" "8.22.0" | ||
"@typescript-eslint/types" "8.22.0" | ||
"@typescript-eslint/typescript-estree" "8.22.0" | ||
"@typescript-eslint/visitor-keys" "8.22.0" | ||
"@typescript-eslint/scope-manager" "8.23.0" | ||
"@typescript-eslint/types" "8.23.0" | ||
"@typescript-eslint/typescript-estree" "8.23.0" | ||
"@typescript-eslint/visitor-keys" "8.23.0" | ||
debug "^4.3.4" | ||
|
||
"@typescript-eslint/parser@^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0": | ||
|
@@ -513,13 +513,13 @@ | |
"@typescript-eslint/types" "8.21.0" | ||
"@typescript-eslint/visitor-keys" "8.21.0" | ||
|
||
"@typescript-eslint/scope-manager@8.22.0": | ||
version "8.22.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.22.0.tgz#e85836ddeb8eae715f870628bcc32fe96aaf4d0e" | ||
integrity sha512-/lwVV0UYgkj7wPSw0o8URy6YI64QmcOdwHuGuxWIYznO6d45ER0wXUbksr9pYdViAofpUCNJx/tAzNukgvaaiQ== | ||
"@typescript-eslint/scope-manager@8.23.0": | ||
version "8.23.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.23.0.tgz#ee3bb7546421ca924b9b7a8b62a77d388193ddec" | ||
integrity sha512-OGqo7+dXHqI7Hfm+WqkZjKjsiRtFUQHPdGMXzk5mYXhJUedO7e/Y7i8AK3MyLMgZR93TX4bIzYrfyVjLC+0VSw== | ||
dependencies: | ||
"@typescript-eslint/types" "8.22.0" | ||
"@typescript-eslint/visitor-keys" "8.22.0" | ||
"@typescript-eslint/types" "8.23.0" | ||
"@typescript-eslint/visitor-keys" "8.23.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.17.0" | ||
|
@@ -531,15 +531,15 @@ | |
debug "^4.3.4" | ||
ts-api-utils "^1.3.0" | ||
|
||
"@typescript-eslint/type-utils@8.22.0": | ||
version "8.22.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.22.0.tgz#cd9f23c23f021357ef0baa3490d4d96edcc97509" | ||
integrity sha512-NzE3aB62fDEaGjaAYZE4LH7I1MUwHooQ98Byq0G0y3kkibPJQIXVUspzlFOmOfHhiDLwKzMlWxaNv+/qcZurJA== | ||
"@typescript-eslint/type-utils@8.23.0": | ||
version "8.23.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.23.0.tgz#271e1eecece072d92679dfda5ccfceac3faa9f76" | ||
integrity sha512-iIuLdYpQWZKbiH+RkCGc6iu+VwscP5rCtQ1lyQ7TYuKLrcZoeJVpcLiG8DliXVkUxirW/PWlmS+d6yD51L9jvA== | ||
dependencies: | ||
"@typescript-eslint/typescript-estree" "8.22.0" | ||
"@typescript-eslint/utils" "8.22.0" | ||
"@typescript-eslint/typescript-estree" "8.23.0" | ||
"@typescript-eslint/utils" "8.23.0" | ||
debug "^4.3.4" | ||
ts-api-utils "^2.0.0" | ||
ts-api-utils "^2.0.1" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.17.0" | ||
|
@@ -551,10 +551,10 @@ | |
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.21.0.tgz#58f30aec8db8212fd886835dc5969cdf47cb29f5" | ||
integrity sha512-PAL6LUuQwotLW2a8VsySDBwYMm129vFm4tMVlylzdoTybTHaAi0oBp7Ac6LhSrHHOdLM3efH+nAR6hAWoMF89A== | ||
|
||
"@typescript-eslint/types@8.22.0": | ||
version "8.22.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.22.0.tgz#d9dec7116479ad03aeb6c8ac9c5223c4c79cf360" | ||
integrity sha512-0S4M4baNzp612zwpD4YOieP3VowOARgK2EkN/GBn95hpyF8E2fbMT55sRHWBq+Huaqk3b3XK+rxxlM8sPgGM6A== | ||
"@typescript-eslint/types@8.23.0": | ||
version "8.23.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.23.0.tgz#3355f6bcc5ebab77ef6dcbbd1113ec0a683a234a" | ||
integrity sha512-1sK4ILJbCmZOTt9k4vkoulT6/y5CHJ1qUYxqpF1K/DBAd8+ZUL4LlSCxOssuH5m4rUaaN0uS0HlVPvd45zjduQ== | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.17.0" | ||
|
@@ -584,19 +584,19 @@ | |
semver "^7.6.0" | ||
ts-api-utils "^2.0.0" | ||
|
||
"@typescript-eslint/typescript-estree@8.22.0": | ||
version "8.22.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.22.0.tgz#c188c3e19529d5b3145577c0bd967e2683b114df" | ||
integrity sha512-SJX99NAS2ugGOzpyhMza/tX+zDwjvwAtQFLsBo3GQxiGcvaKlqGBkmZ+Y1IdiSi9h4Q0Lr5ey+Cp9CGWNY/F/w== | ||
"@typescript-eslint/typescript-estree@8.23.0": | ||
version "8.23.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.23.0.tgz#f633ef08efa656e386bc44b045ffcf9537cc6924" | ||
integrity sha512-LcqzfipsB8RTvH8FX24W4UUFk1bl+0yTOf9ZA08XngFwMg4Kj8A+9hwz8Cr/ZS4KwHrmo9PJiLZkOt49vPnuvQ== | ||
dependencies: | ||
"@typescript-eslint/types" "8.22.0" | ||
"@typescript-eslint/visitor-keys" "8.22.0" | ||
"@typescript-eslint/types" "8.23.0" | ||
"@typescript-eslint/visitor-keys" "8.23.0" | ||
debug "^4.3.4" | ||
fast-glob "^3.3.2" | ||
is-glob "^4.0.3" | ||
minimatch "^9.0.4" | ||
semver "^7.6.0" | ||
ts-api-utils "^2.0.0" | ||
ts-api-utils "^2.0.1" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.17.0" | ||
|
@@ -608,15 +608,15 @@ | |
"@typescript-eslint/types" "8.17.0" | ||
"@typescript-eslint/typescript-estree" "8.17.0" | ||
|
||
"@typescript-eslint/utils@8.22.0": | ||
version "8.22.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.22.0.tgz#c8cc4e52a9c711af8a741a82dc5d7242b7a8dd44" | ||
integrity sha512-T8oc1MbF8L+Bk2msAvCUzjxVB2Z2f+vXYfcucE2wOmYs7ZUwco5Ep0fYZw8quNwOiw9K8GYVL+Kgc2pETNTLOg== | ||
"@typescript-eslint/utils@8.23.0": | ||
version "8.23.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.23.0.tgz#b269cbdc77129fd6e0e600b168b5ef740a625554" | ||
integrity sha512-uB/+PSo6Exu02b5ZEiVtmY6RVYO7YU5xqgzTIVZwTHvvK3HsL8tZZHFaTLFtRG3CsV4A5mhOv+NZx5BlhXPyIA== | ||
dependencies: | ||
"@eslint-community/eslint-utils" "^4.4.0" | ||
"@typescript-eslint/scope-manager" "8.22.0" | ||
"@typescript-eslint/types" "8.22.0" | ||
"@typescript-eslint/typescript-estree" "8.22.0" | ||
"@typescript-eslint/scope-manager" "8.23.0" | ||
"@typescript-eslint/types" "8.23.0" | ||
"@typescript-eslint/typescript-estree" "8.23.0" | ||
|
||
"@typescript-eslint/utils@^8.21.0": | ||
version "8.21.0" | ||
|
@@ -644,12 +644,12 @@ | |
"@typescript-eslint/types" "8.21.0" | ||
eslint-visitor-keys "^4.2.0" | ||
|
||
"@typescript-eslint/visitor-keys@8.22.0": | ||
version "8.22.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.22.0.tgz#02cc005014c372033eb9171e2275b76cba722a3f" | ||
integrity sha512-AWpYAXnUgvLNabGTy3uBylkgZoosva/miNd1I8Bz3SjotmQPbVqhO4Cczo8AsZ44XVErEBPr/CRSgaj8sG7g0w== | ||
"@typescript-eslint/visitor-keys@8.23.0": | ||
version "8.23.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.23.0.tgz#40405fd26a61d23f5f4c2ed0f016a47074781df8" | ||
integrity sha512-oWWhcWDLwDfu++BGTZcmXWqpwtkwb5o7fxUIGksMQQDSdPW9prsSnfIOZMlsj4vBOSrcnjIUZMiIjODgGosFhQ== | ||
dependencies: | ||
"@typescript-eslint/types" "8.22.0" | ||
"@typescript-eslint/types" "8.23.0" | ||
eslint-visitor-keys "^4.2.0" | ||
|
||
acorn-jsx@^5.3.2: | ||
|
@@ -1590,9 +1590,9 @@ fast-levenshtein@^2.0.6: | |
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== | ||
|
||
fastq@^1.6.0: | ||
version "1.18.0" | ||
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.18.0.tgz#d631d7e25faffea81887fe5ea8c9010e1b36fee0" | ||
integrity sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw== | ||
version "1.19.0" | ||
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.19.0.tgz#a82c6b7c2bb4e44766d865f07997785fecfdcb89" | ||
integrity sha512-7SFSRCNjBQIZH/xZR3iy5iQYR8aGBE0h3VG6/cwlbrpdciNYBMotQav8c1XI3HjHH+NikUpP53nPdlZSdWmFzA== | ||
dependencies: | ||
reusify "^1.0.4" | ||
|
||
|
@@ -2743,7 +2743,12 @@ semver@^6.3.1: | |
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" | ||
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== | ||
|
||
semver@^7.6.0, semver@^7.6.3: | ||
semver@^7.6.0: | ||
version "7.7.1" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f" | ||
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA== | ||
|
||
semver@^7.6.3: | ||
version "7.6.3" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143" | ||
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A== | ||
|
@@ -3087,10 +3092,10 @@ ts-api-utils@^1.3.0: | |
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064" | ||
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw== | ||
|
||
ts-api-utils@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.0.tgz#b9d7d5f7ec9f736f4d0f09758b8607979044a900" | ||
integrity sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ== | ||
ts-api-utils@^2.0.0, ts-api-utils@^2.0.1: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd" | ||
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w== | ||
|
||
ts-interface-checker@^0.1.9: | ||
version "0.1.13" | ||
|
@@ -3164,13 +3169,13 @@ typed-array-length@^1.0.6: | |
possible-typed-array-names "^1.0.0" | ||
|
||
typescript-eslint@^8.17.0: | ||
version "8.22.0" | ||
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.22.0.tgz#1d4becf1d65385e57e9271fbd557ccc22f6c0f53" | ||
integrity sha512-Y2rj210FW1Wb6TWXzQc5+P+EWI9/zdS57hLEc0gnyuvdzWo8+Y8brKlbj0muejonhMI/xAZCnZZwjbIfv1CkOw== | ||
version "8.23.0" | ||
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.23.0.tgz#796deb48f040146b68fcc8cb07db68b87219a8d2" | ||
integrity sha512-/LBRo3HrXr5LxmrdYSOCvoAMm7p2jNizNfbIpCgvG4HMsnoprRUOce/+8VJ9BDYWW68rqIENE/haVLWPeFZBVQ== | ||
dependencies: | ||
"@typescript-eslint/eslint-plugin" "8.22.0" | ||
"@typescript-eslint/parser" "8.22.0" | ||
"@typescript-eslint/utils" "8.22.0" | ||
"@typescript-eslint/eslint-plugin" "8.23.0" | ||
"@typescript-eslint/parser" "8.23.0" | ||
"@typescript-eslint/utils" "8.23.0" | ||
|
||
typescript@^5: | ||
version "5.7.3" | ||
|