-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
64 additions
and
100 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 |
---|---|---|
|
@@ -2517,56 +2517,30 @@ | |
dependencies: | ||
"@types/yargs-parser" "*" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.13.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.13.0.tgz#650c50b8c795b5d092189f139f6d00535b5b0f3d" | ||
integrity sha512-nQtBLiZYMUPkclSeC3id+x4uVd1SGtHuElTxL++SfP47jR0zfkZBJHc+gL4qPsgTuypz0k8Y2GheaDYn6Gy3rg== | ||
dependencies: | ||
"@eslint-community/regexpp" "^4.10.0" | ||
"@typescript-eslint/scope-manager" "8.13.0" | ||
"@typescript-eslint/type-utils" "8.13.0" | ||
"@typescript-eslint/utils" "8.13.0" | ||
"@typescript-eslint/visitor-keys" "8.13.0" | ||
graphemer "^1.4.0" | ||
ignore "^5.3.1" | ||
natural-compare "^1.4.0" | ||
ts-api-utils "^1.3.0" | ||
|
||
"@typescript-eslint/eslint-plugin@^8.10": | ||
version "8.15.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.15.0.tgz#c95c6521e70c8b095a684d884d96c0c1c63747d2" | ||
integrity sha512-+zkm9AR1Ds9uLWN3fkoeXgFppaQ+uEVtfOV62dDmsy9QCNqlRHWNEck4yarvRNrvRcHQLGfqBNui3cimoz8XAg== | ||
"@typescript-eslint/[email protected]", "@typescript-eslint/eslint-plugin@^8.16": | ||
version "8.16.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.16.0.tgz#ac56825bcdf3b392fc76a94b1315d4a162f201a6" | ||
integrity sha512-5YTHKV8MYlyMI6BaEG7crQ9BhSc8RxzshOReKwZwRWN0+XvvTOm+L/UYLCYxFpfwYuAAqhxiq4yae0CMFwbL7Q== | ||
dependencies: | ||
"@eslint-community/regexpp" "^4.10.0" | ||
"@typescript-eslint/scope-manager" "8.15.0" | ||
"@typescript-eslint/type-utils" "8.15.0" | ||
"@typescript-eslint/utils" "8.15.0" | ||
"@typescript-eslint/visitor-keys" "8.15.0" | ||
"@typescript-eslint/scope-manager" "8.16.0" | ||
"@typescript-eslint/type-utils" "8.16.0" | ||
"@typescript-eslint/utils" "8.16.0" | ||
"@typescript-eslint/visitor-keys" "8.16.0" | ||
graphemer "^1.4.0" | ||
ignore "^5.3.1" | ||
natural-compare "^1.4.0" | ||
ts-api-utils "^1.3.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.13.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.13.0.tgz#ef76203b7cac515aa3ccc4f7ce5320dd61c46b29" | ||
integrity sha512-w0xp+xGg8u/nONcGw1UXAr6cjCPU1w0XVyBs6Zqaj5eLmxkKQAByTdV/uGgNN5tVvN/kKpoQlP2cL7R+ajZZIQ== | ||
dependencies: | ||
"@typescript-eslint/scope-manager" "8.13.0" | ||
"@typescript-eslint/types" "8.13.0" | ||
"@typescript-eslint/typescript-estree" "8.13.0" | ||
"@typescript-eslint/visitor-keys" "8.13.0" | ||
debug "^4.3.4" | ||
|
||
"@typescript-eslint/parser@^8.10": | ||
version "8.15.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.15.0.tgz#92610da2b3af702cfbc02a46e2a2daa6260a9045" | ||
integrity sha512-7n59qFpghG4uazrF9qtGKBZXn7Oz4sOMm8dwNWDQY96Xlm2oX67eipqcblDj+oY1lLCbf1oltMZFpUso66Kl1A== | ||
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.16": | ||
version "8.16.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.16.0.tgz#ee5b2d6241c1ab3e2e53f03fd5a32d8e266d8e06" | ||
integrity sha512-D7DbgGFtsqIPIFMPJwCad9Gfi/hC0PWErRRHFnaCWoEDYi5tQUDiJCTmGUbBiLzjqAck4KcXt9Ayj0CNlIrF+w== | ||
dependencies: | ||
"@typescript-eslint/scope-manager" "8.15.0" | ||
"@typescript-eslint/types" "8.15.0" | ||
"@typescript-eslint/typescript-estree" "8.15.0" | ||
"@typescript-eslint/visitor-keys" "8.15.0" | ||
"@typescript-eslint/scope-manager" "8.16.0" | ||
"@typescript-eslint/types" "8.16.0" | ||
"@typescript-eslint/typescript-estree" "8.16.0" | ||
"@typescript-eslint/visitor-keys" "8.16.0" | ||
debug "^4.3.4" | ||
|
||
"@typescript-eslint/[email protected]": | ||
|
@@ -2577,31 +2551,21 @@ | |
"@typescript-eslint/types" "8.13.0" | ||
"@typescript-eslint/visitor-keys" "8.13.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.15.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.15.0.tgz#28a1a0f13038f382424f45a988961acaca38f7c6" | ||
integrity sha512-QRGy8ADi4J7ii95xz4UoiymmmMd/zuy9azCaamnZ3FM8T5fZcex8UfJcjkiEZjJSztKfEBe3dZ5T/5RHAmw2mA== | ||
dependencies: | ||
"@typescript-eslint/types" "8.15.0" | ||
"@typescript-eslint/visitor-keys" "8.15.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.13.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.13.0.tgz#8c8fa68490dcb9ae1687ffc7de8fbe23c26417bd" | ||
integrity sha512-Rqnn6xXTR316fP4D2pohZenJnp+NwQ1mo7/JM+J1LWZENSLkJI8ID8QNtlvFeb0HnFSK94D6q0cnMX6SbE5/vA== | ||
"@typescript-eslint/[email protected]": | ||
version "8.16.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.16.0.tgz#ebc9a3b399a69a6052f3d88174456dd399ef5905" | ||
integrity sha512-mwsZWubQvBki2t5565uxF0EYvG+FwdFb8bMtDuGQLdCCnGPrDEDvm1gtfynuKlnpzeBRqdFCkMf9jg1fnAK8sg== | ||
dependencies: | ||
"@typescript-eslint/typescript-estree" "8.13.0" | ||
"@typescript-eslint/utils" "8.13.0" | ||
debug "^4.3.4" | ||
ts-api-utils "^1.3.0" | ||
"@typescript-eslint/types" "8.16.0" | ||
"@typescript-eslint/visitor-keys" "8.16.0" | ||
|
||
"@typescript-eslint/type-utils@8.15.0": | ||
version "8.15.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.15.0.tgz#a6da0f93aef879a68cc66c73fe42256cb7426c72" | ||
integrity sha512-UU6uwXDoI3JGSXmcdnP5d8Fffa2KayOhUUqr/AiBnG1Gl7+7ut/oyagVeSkh7bxQ0zSXV9ptRh/4N15nkCqnpw== | ||
"@typescript-eslint/type-utils@8.16.0": | ||
version "8.16.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.16.0.tgz#585388735f7ac390f07c885845c3d185d1b64740" | ||
integrity sha512-IqZHGG+g1XCWX9NyqnI/0CX5LL8/18awQqmkZSl2ynn8F76j579dByc0jhfVSnSnhf7zv76mKBQv9HQFKvDCgg== | ||
dependencies: | ||
"@typescript-eslint/typescript-estree" "8.15.0" | ||
"@typescript-eslint/utils" "8.15.0" | ||
"@typescript-eslint/typescript-estree" "8.16.0" | ||
"@typescript-eslint/utils" "8.16.0" | ||
debug "^4.3.4" | ||
ts-api-utils "^1.3.0" | ||
|
||
|
@@ -2610,10 +2574,10 @@ | |
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.13.0.tgz#3f35dead2b2491a04339370dcbcd17bbdfc204d8" | ||
integrity sha512-4cyFErJetFLckcThRUFdReWJjVsPCqyBlJTi6IDEpc1GWCIIZRFxVppjWLIMcQhNGhdWJJRYFHpHoDWvMlDzng== | ||
|
||
"@typescript-eslint/types@8.15.0": | ||
version "8.15.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.15.0.tgz#4958edf3d83e97f77005f794452e595aaf6430fc" | ||
integrity sha512-n3Gt8Y/KyJNe0S3yDCD2RVKrHBC4gTUcLTebVBXacPy091E6tNspFLKRXlk3hwT4G55nfr1n2AdFqi/XMxzmPQ== | ||
"@typescript-eslint/types@8.16.0": | ||
version "8.16.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.16.0.tgz#49c92ae1b57942458ab83d9ec7ccab3005e64737" | ||
integrity sha512-NzrHj6thBAOSE4d9bsuRNMvk+BvaQvmY4dDglgkgGC0EW/tB3Kelnp3tAKH87GEwzoxgeQn9fNGRyFJM/xd+GQ== | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.13.0" | ||
|
@@ -2629,21 +2593,31 @@ | |
semver "^7.6.0" | ||
ts-api-utils "^1.3.0" | ||
|
||
"@typescript-eslint/typescript-estree@8.15.0": | ||
version "8.15.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.15.0.tgz#915c94e387892b114a2a2cc0df2d7f19412c8ba7" | ||
integrity sha512-1eMp2JgNec/niZsR7ioFBlsh/Fk0oJbhaqO0jRyQBMgkz7RrFfkqF9lYYmBoGBaSiLnu8TAPQTwoTUiSTUW9dg== | ||
"@typescript-eslint/typescript-estree@8.16.0": | ||
version "8.16.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.16.0.tgz#9d741e56e5b13469b5190e763432ce5551a9300c" | ||
integrity sha512-E2+9IzzXMc1iaBy9zmo+UYvluE3TW7bCGWSF41hVWUE01o8nzr1rvOQYSxelxr6StUvRcTMe633eY8mXASMaNw== | ||
dependencies: | ||
"@typescript-eslint/types" "8.15.0" | ||
"@typescript-eslint/visitor-keys" "8.15.0" | ||
"@typescript-eslint/types" "8.16.0" | ||
"@typescript-eslint/visitor-keys" "8.16.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 "^1.3.0" | ||
|
||
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.9.0": | ||
"@typescript-eslint/[email protected]": | ||
version "8.16.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.16.0.tgz#c71264c437157feaa97842809836254a6fc833c3" | ||
integrity sha512-C1zRy/mOL8Pj157GiX4kaw7iyRLKfJXBR3L82hk5kS/GyHcOFmy4YUq/zfZti72I9wnuQtA/+xzft4wCC8PJdA== | ||
dependencies: | ||
"@eslint-community/eslint-utils" "^4.4.0" | ||
"@typescript-eslint/scope-manager" "8.16.0" | ||
"@typescript-eslint/types" "8.16.0" | ||
"@typescript-eslint/typescript-estree" "8.16.0" | ||
|
||
"@typescript-eslint/utils@^8.9.0": | ||
version "8.13.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.13.0.tgz#f6d40e8b5053dcaeabbd2e26463857abf27d62c0" | ||
integrity sha512-A1EeYOND6Uv250nybnLZapeXpYMl8tkzYUxqmoKAWnI4sei3ihf2XdZVd+vVOmHGcp3t+P7yRrNsyyiXTvShFQ== | ||
|
@@ -2653,16 +2627,6 @@ | |
"@typescript-eslint/types" "8.13.0" | ||
"@typescript-eslint/typescript-estree" "8.13.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.15.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.15.0.tgz#ac04679ad19252776b38b81954b8e5a65567cef6" | ||
integrity sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ== | ||
dependencies: | ||
"@eslint-community/eslint-utils" "^4.4.0" | ||
"@typescript-eslint/scope-manager" "8.15.0" | ||
"@typescript-eslint/types" "8.15.0" | ||
"@typescript-eslint/typescript-estree" "8.15.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.13.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.13.0.tgz#e97b0d92b266ef38a1faf40a74da289b66683a5b" | ||
|
@@ -2671,12 +2635,12 @@ | |
"@typescript-eslint/types" "8.13.0" | ||
eslint-visitor-keys "^3.4.3" | ||
|
||
"@typescript-eslint/visitor-keys@8.15.0": | ||
version "8.15.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.15.0.tgz#9ea5a85eb25401d2aa74ec8a478af4e97899ea12" | ||
integrity sha512-h8vYOulWec9LhpwfAdZf2bjr8xIp0KNKnpgqSz0qqYYKAW/QZKw3ktRndbiAtUz4acH4QLQavwZBYCc0wulA/Q== | ||
"@typescript-eslint/visitor-keys@8.16.0": | ||
version "8.16.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.16.0.tgz#d5086afc060b01ff7a4ecab8d49d13d5a7b07705" | ||
integrity sha512-pq19gbaMOmFE3CbL0ZB8J8BFCo2ckfHBfaIsaOZgBIF4EoISJIdLX5xRhd0FGB0LlHReNRuzoJoMGpTjq8F2CQ== | ||
dependencies: | ||
"@typescript-eslint/types" "8.15.0" | ||
"@typescript-eslint/types" "8.16.0" | ||
eslint-visitor-keys "^4.2.0" | ||
|
||
"@ungap/structured-clone@^1.2.0": | ||
|
@@ -11899,14 +11863,14 @@ typedarray@^0.0.6: | |
resolved "https://registrynpm.storefrontcloud.io/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" | ||
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= | ||
|
||
typescript-eslint@8.13.0: | ||
version "8.13.0" | ||
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.13.0.tgz#c7d92cc06188176c7d0e3825e10305b9c22fb102" | ||
integrity sha512-vIMpDRJrQd70au2G8w34mPps0ezFSPMEX4pXkTzUkrNbRX+36ais2ksGWN0esZL+ZMaFJEneOBHzCgSqle7DHw== | ||
typescript-eslint@8.16.0: | ||
version "8.16.0" | ||
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.16.0.tgz#d608c972d6b2461ca10ec30fd3fa62a080baba19" | ||
integrity sha512-wDkVmlY6O2do4V+lZd0GtRfbtXbeD0q9WygwXXSJnC1xorE8eqyC2L1tJimqpSeFrOzRlYtWnUp/uzgHQOgfBQ== | ||
dependencies: | ||
"@typescript-eslint/eslint-plugin" "8.13.0" | ||
"@typescript-eslint/parser" "8.13.0" | ||
"@typescript-eslint/utils" "8.13.0" | ||
"@typescript-eslint/eslint-plugin" "8.16.0" | ||
"@typescript-eslint/parser" "8.16.0" | ||
"@typescript-eslint/utils" "8.16.0" | ||
|
||
[email protected]: | ||
version "5.4.2" | ||
|
@@ -11919,9 +11883,9 @@ typescript@^4.3, typescript@^4.6.4: | |
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== | ||
|
||
typescript@^5: | ||
version "5.3.3" | ||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" | ||
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== | ||
version "5.7.2" | ||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6" | ||
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg== | ||
|
||
unbox-primitive@^1.0.2: | ||
version "1.0.2" | ||
|