diff --git a/package.json b/package.json index 9cf0b2d..956e3a5 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "stylelint-config-recommended-vue": "^1.5.0", "stylelint-config-standard": "^36.0.0", "typescript": "^5.3.3", - "typescript-eslint": "8.0.0-alpha.57", + "typescript-eslint": "8.0.0-alpha.58", "vite-plugin-vuetify": "^2.0.1", "vue": "^3.4.19", "vue-router": "^4.3.0", diff --git a/yarn.lock b/yarn.lock index ffa2bc4..3598395 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3271,16 +3271,16 @@ dependencies: "@types/yargs-parser" "*" -"@typescript-eslint/eslint-plugin@8.0.0-alpha.57": - version "8.0.0-alpha.57" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.57.tgz#325db67294f06d8afad4d32ac77c7a2fdf04442f" - integrity sha512-Z745/tZE5o5RMFApZwf4ltEPmxeIqqSBlo48HNVBrjuUTof+tcIhvW6NepXjHSnSHyT97XI9mmDgl/X7PCfKUg== +"@typescript-eslint/eslint-plugin@8.0.0-alpha.58": + version "8.0.0-alpha.58" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.58.tgz#27f38acb57968017bf8613e14c21991a0c03077d" + integrity sha512-5G9oIj8jvosj8RTa0VDFXvRmUg1U6FxXJu7ZEfyJYMvFkdMJoY5YnzFvgAvHbYsXOj+YgXZu81fNOTRWQzwk5A== dependencies: "@eslint-community/regexpp" "^4.10.0" - "@typescript-eslint/scope-manager" "8.0.0-alpha.57" - "@typescript-eslint/type-utils" "8.0.0-alpha.57" - "@typescript-eslint/utils" "8.0.0-alpha.57" - "@typescript-eslint/visitor-keys" "8.0.0-alpha.57" + "@typescript-eslint/scope-manager" "8.0.0-alpha.58" + "@typescript-eslint/type-utils" "8.0.0-alpha.58" + "@typescript-eslint/utils" "8.0.0-alpha.58" + "@typescript-eslint/visitor-keys" "8.0.0-alpha.58" graphemer "^1.4.0" ignore "^5.3.1" natural-compare "^1.4.0" @@ -3318,15 +3318,15 @@ natural-compare "^1.4.0" ts-api-utils "^1.3.0" -"@typescript-eslint/parser@8.0.0-alpha.57": - version "8.0.0-alpha.57" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.0-alpha.57.tgz#15e119480555d93a69984af030bfae05f271bee3" - integrity sha512-OaOApLLMHWtA8J2OEVSMcUI+WyS0t6HMHfK2Pxj+ngw/SeVwnw3z7ebK51V/ncZYnEa4FYxpDFInJbgaDNbG3w== +"@typescript-eslint/parser@8.0.0-alpha.58": + version "8.0.0-alpha.58" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.0-alpha.58.tgz#b3c12389e5cb3d61e2f58e1ba9996ad8e44b1c5b" + integrity sha512-/RpgxIejBui6WXJgV9ukwzxmvbZt5TlfHUGGLB/BsNLj+NRZEbXVtWT9rKuxVOqsGb1Dn9c5gxvBI/XzyuIsMQ== dependencies: - "@typescript-eslint/scope-manager" "8.0.0-alpha.57" - "@typescript-eslint/types" "8.0.0-alpha.57" - "@typescript-eslint/typescript-estree" "8.0.0-alpha.57" - "@typescript-eslint/visitor-keys" "8.0.0-alpha.57" + "@typescript-eslint/scope-manager" "8.0.0-alpha.58" + "@typescript-eslint/types" "8.0.0-alpha.58" + "@typescript-eslint/typescript-estree" "8.0.0-alpha.58" + "@typescript-eslint/visitor-keys" "8.0.0-alpha.58" debug "^4.3.4" "@typescript-eslint/parser@^6.5.0": @@ -3383,13 +3383,13 @@ "@typescript-eslint/types" "7.17.0" "@typescript-eslint/visitor-keys" "7.17.0" -"@typescript-eslint/scope-manager@8.0.0-alpha.57": - version "8.0.0-alpha.57" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.57.tgz#138b967c18ef079442877d8fb53b0989472a985f" - integrity sha512-hSk8Z1ecbG+pstE9CF9c50ZrgWmzUwtxmE8f3GBmqGs3amuC1M4UGZ1jpPv/J0SnCPSG+vIIBfobhTHpDuzB9w== +"@typescript-eslint/scope-manager@8.0.0-alpha.58": + version "8.0.0-alpha.58" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.58.tgz#7ad5d52dcbdcf7f4e166ac19583ff5da6b83b565" + integrity sha512-bGgJXn8B3Pf3mzEOUQTPxEqhux54MOJSqw4HcgBReuP7dudz/hsN4TH9GqHbMXkFv8N4Ed1iqVRfgGeC8b1mGw== dependencies: - "@typescript-eslint/types" "8.0.0-alpha.57" - "@typescript-eslint/visitor-keys" "8.0.0-alpha.57" + "@typescript-eslint/types" "8.0.0-alpha.58" + "@typescript-eslint/visitor-keys" "8.0.0-alpha.58" "@typescript-eslint/type-utils@6.20.0": version "6.20.0" @@ -3411,13 +3411,13 @@ debug "^4.3.4" ts-api-utils "^1.3.0" -"@typescript-eslint/type-utils@8.0.0-alpha.57": - version "8.0.0-alpha.57" - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.57.tgz#752a1f4540966ed8c40255b58d9ad15e3e4e8d0c" - integrity sha512-ZFI7d6WEUfmcLBNE8rAVkjJeM/qojk4/93yKCfw2484EQvJrtF4vH46CB813s0Qw48EtszsVTuH8J3f8PGkHUg== +"@typescript-eslint/type-utils@8.0.0-alpha.58": + version "8.0.0-alpha.58" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.58.tgz#f1b09cddface488520c94b8eeefa0bfc35b9cc30" + integrity sha512-spW/I/UAY6HM0lKj+/333Zb9arOvUoi8+H0cVNYHELPhOti9re9NjyyJFhck84PNiwi8WmpkEf3GXe7/h+Cquw== dependencies: - "@typescript-eslint/typescript-estree" "8.0.0-alpha.57" - "@typescript-eslint/utils" "8.0.0-alpha.57" + "@typescript-eslint/typescript-estree" "8.0.0-alpha.58" + "@typescript-eslint/utils" "8.0.0-alpha.58" debug "^4.3.4" ts-api-utils "^1.3.0" @@ -3441,10 +3441,10 @@ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.17.0.tgz#7ce8185bdf06bc3494e73d143dbf3293111b9cff" integrity sha512-a29Ir0EbyKTKHnZWbNsrc/gqfIBqYPwj3F2M+jWE/9bqfEHg0AMtXzkbUkOG6QgEScxh2+Pz9OXe11jHDnHR7A== -"@typescript-eslint/types@8.0.0-alpha.57": - version "8.0.0-alpha.57" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0-alpha.57.tgz#b3106aacc31830224c283ff30319efd3e4c3da50" - integrity sha512-xShJ3YFDJjAi8lfP2zeRhAapHATiCF+wWjrjsF/GuDWIx0CcM7Ij7n8ZKZB3KVnSczdxG5adigUylMgep4hUiA== +"@typescript-eslint/types@8.0.0-alpha.58": + version "8.0.0-alpha.58" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0-alpha.58.tgz#c6671b975fc0ea39a91bf40317b0651003853c66" + integrity sha512-6+jM4y31a6pwKeV3MVQuVXPZl6d3I1ySMvP5WjZdZ+n57uovMvasZ3ZJstXngoRpa7JtkjVZ7NrMhQ1J8dxKCQ== "@typescript-eslint/typescript-estree@6.20.0": version "6.20.0" @@ -3502,13 +3502,13 @@ semver "^7.6.0" ts-api-utils "^1.3.0" -"@typescript-eslint/typescript-estree@8.0.0-alpha.57": - version "8.0.0-alpha.57" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.57.tgz#cd8f3803c836b536cac7a07abe5d0e109871c0fe" - integrity sha512-9qJFTFos5ORpIqbZ+y7ObQhcXNNHc/q0FLs2rh3Yr+P06K7w3N5dfEewCZbcd8YfH2E4YmQdMlb52TLw1XhzIQ== +"@typescript-eslint/typescript-estree@8.0.0-alpha.58": + version "8.0.0-alpha.58" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.58.tgz#16429c2fd7eddebe5d8ff1df11df27951c1f92db" + integrity sha512-hm4nsoJnQcA7axMopUJrH7CD0MJhAMtE2zQt65uMFCy+U2YDdKPwE0g6qEAUBoKn6UBLQJWthJgUmwDbWrnwZg== dependencies: - "@typescript-eslint/types" "8.0.0-alpha.57" - "@typescript-eslint/visitor-keys" "8.0.0-alpha.57" + "@typescript-eslint/types" "8.0.0-alpha.58" + "@typescript-eslint/visitor-keys" "8.0.0-alpha.58" debug "^4.3.4" globby "^11.1.0" is-glob "^4.0.3" @@ -3539,15 +3539,15 @@ "@typescript-eslint/types" "7.17.0" "@typescript-eslint/typescript-estree" "7.17.0" -"@typescript-eslint/utils@8.0.0-alpha.57": - version "8.0.0-alpha.57" - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0-alpha.57.tgz#add99e3533f1dc3cd0e953b2ce22cb22a8eda2e2" - integrity sha512-Q+ZYCT6cTway02uF6buloux+u+mLTxZOSleKrCYA9gQEz2cKrjVYKy3z5xCWCethb/0/50JJyVR9TXIjh0Xszg== +"@typescript-eslint/utils@8.0.0-alpha.58": + version "8.0.0-alpha.58" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0-alpha.58.tgz#7bfe047c102df805e1f97d4133762d55cea774dc" + integrity sha512-lZuGnpK23jr3huebgY4/qqrOKsWJ8dX0Q1Fo4oVYcyAy+sK6p+6nObK4VEPJG098gUmrriiavRiDKIhPDFm4Ig== dependencies: "@eslint-community/eslint-utils" "^4.4.0" - "@typescript-eslint/scope-manager" "8.0.0-alpha.57" - "@typescript-eslint/types" "8.0.0-alpha.57" - "@typescript-eslint/typescript-estree" "8.0.0-alpha.57" + "@typescript-eslint/scope-manager" "8.0.0-alpha.58" + "@typescript-eslint/types" "8.0.0-alpha.58" + "@typescript-eslint/typescript-estree" "8.0.0-alpha.58" "@typescript-eslint/utils@^7.4.0": version "7.11.0" @@ -3591,12 +3591,12 @@ "@typescript-eslint/types" "7.17.0" eslint-visitor-keys "^3.4.3" -"@typescript-eslint/visitor-keys@8.0.0-alpha.57": - version "8.0.0-alpha.57" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.57.tgz#51240d8577c90cc3850f1d176a57e891c83f458d" - integrity sha512-+9FK8xT4eWiPGI1eSTkOTSJCwT4byTD1D6s44+GsxCyGAiPFWjj7gzJKvGhiXjah/s3oGpi6dVwKs/YFY8O9rg== +"@typescript-eslint/visitor-keys@8.0.0-alpha.58": + version "8.0.0-alpha.58" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.58.tgz#80c14ebc016d3d6b836bba9967f245c255489180" + integrity sha512-V//E9PRY2216kh9fN/ihRvTtjpobAXEtmrsr3utlVUwHa2iklcofq1J12yl3KOjx9QBRfBrtfQnYaeruF7L0Fw== dependencies: - "@typescript-eslint/types" "8.0.0-alpha.57" + "@typescript-eslint/types" "8.0.0-alpha.58" eslint-visitor-keys "^3.4.3" "@unhead/dom@1.9.16", "@unhead/dom@^1.9.16": @@ -10677,14 +10677,14 @@ typed-array-length@^1.0.4: for-each "^0.3.3" is-typed-array "^1.1.9" -typescript-eslint@8.0.0-alpha.57: - version "8.0.0-alpha.57" - resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.0.0-alpha.57.tgz#0524520885ba728fb353f171f754be4cfed64e37" - integrity sha512-4llUkSUIKC33Ov+212r0UgJmRkRHErRdJSYW/b8/7LUtASsEKQwrmdtvQuZT0VyRzdiB48DifMY1PYIc9cc8Yg== +typescript-eslint@8.0.0-alpha.58: + version "8.0.0-alpha.58" + resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.0.0-alpha.58.tgz#c4f415c47f763896ecba87602fc179264b09512d" + integrity sha512-0mvrodNhExpkWns+5RaZP8YqsAfPyjmPVVM1p+kaJkvApMH58/VFcQ0iSQuun0bFRNCMvW0ZUdulS9AsHqVXkg== dependencies: - "@typescript-eslint/eslint-plugin" "8.0.0-alpha.57" - "@typescript-eslint/parser" "8.0.0-alpha.57" - "@typescript-eslint/utils" "8.0.0-alpha.57" + "@typescript-eslint/eslint-plugin" "8.0.0-alpha.58" + "@typescript-eslint/parser" "8.0.0-alpha.58" + "@typescript-eslint/utils" "8.0.0-alpha.58" typescript@^5.3.3: version "5.5.4"