diff --git a/package.json b/package.json index 956e3a5..59b9d1b 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.58", + "typescript-eslint": "8.0.0-alpha.59", "vite-plugin-vuetify": "^2.0.1", "vue": "^3.4.19", "vue-router": "^4.3.0", diff --git a/yarn.lock b/yarn.lock index 7ccb7df..bfc4136 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3271,16 +3271,16 @@ dependencies: "@types/yargs-parser" "*" -"@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== +"@typescript-eslint/eslint-plugin@8.0.0-alpha.59": + version "8.0.0-alpha.59" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.59.tgz#1a2416c3daee52e9f80ec10777b08aa387cda6ab" + integrity sha512-81ulgiEE76CNOfkPEcZo+ROqP2nzpkMe7vt7YGzO1hDYbP20om6oqql5ZqP6jSo6bQMVBGdlZ3wJU0KaEnaw4Q== dependencies: "@eslint-community/regexpp" "^4.10.0" - "@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" + "@typescript-eslint/scope-manager" "8.0.0-alpha.59" + "@typescript-eslint/type-utils" "8.0.0-alpha.59" + "@typescript-eslint/utils" "8.0.0-alpha.59" + "@typescript-eslint/visitor-keys" "8.0.0-alpha.59" 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.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== +"@typescript-eslint/parser@8.0.0-alpha.59": + version "8.0.0-alpha.59" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.0-alpha.59.tgz#6a4a086c43d511d0fa9110a190c2ccab8c229719" + integrity sha512-IXZr+aab8WayJv7eQBD7iyxar6arBu28+XqDSFOddrfKCpbxyxv7l6GL/PsRbKzaf2vFl/zFx5FJ9HWaS6ilFg== dependencies: - "@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" + "@typescript-eslint/scope-manager" "8.0.0-alpha.59" + "@typescript-eslint/types" "8.0.0-alpha.59" + "@typescript-eslint/typescript-estree" "8.0.0-alpha.59" + "@typescript-eslint/visitor-keys" "8.0.0-alpha.59" 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.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== +"@typescript-eslint/scope-manager@8.0.0-alpha.59": + version "8.0.0-alpha.59" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.59.tgz#f2f5ea05e2e285aaec2534dff0a14e2aa7caa19d" + integrity sha512-XnkzD5jdebFDS0k0aaGH7gqva5Go/ZLaNmIxD7TgLh6i6Z9BjHpbBz8B/mMEJo7g5A35iEx0wDF6lG/cxUP3eQ== dependencies: - "@typescript-eslint/types" "8.0.0-alpha.58" - "@typescript-eslint/visitor-keys" "8.0.0-alpha.58" + "@typescript-eslint/types" "8.0.0-alpha.59" + "@typescript-eslint/visitor-keys" "8.0.0-alpha.59" "@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.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== +"@typescript-eslint/type-utils@8.0.0-alpha.59": + version "8.0.0-alpha.59" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.59.tgz#7c60e003fa41f0ad15d9332e5983748591933ff2" + integrity sha512-DFcoFAEuaLdyo9jriOL/V5JUutRwEEUEGF8XtbgoKgicrRhpSEGI4B3QG2OnK7EVs8r9Tg/xm0E6ZCdB0CRLLw== dependencies: - "@typescript-eslint/typescript-estree" "8.0.0-alpha.58" - "@typescript-eslint/utils" "8.0.0-alpha.58" + "@typescript-eslint/typescript-estree" "8.0.0-alpha.59" + "@typescript-eslint/utils" "8.0.0-alpha.59" 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.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/types@8.0.0-alpha.59": + version "8.0.0-alpha.59" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0-alpha.59.tgz#31744a558f6478ba4ca24d9ba549167bdb9709d1" + integrity sha512-/EcTosDXQWdYsmScCabNEJkp2pPulPDJQljCdQ9pQLZdXtpfvJULan+qGqZlnkAJaR7j21ZIs2OtacVFEf9pZg== "@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.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== +"@typescript-eslint/typescript-estree@8.0.0-alpha.59": + version "8.0.0-alpha.59" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.59.tgz#bf947923c2d69df3ec8a3ea9ed6329ed31638524" + integrity sha512-3d93f8qTqxkZM085O/hfeT694hWEl11lmy4huX5ZjwqbkffHbtYNFfyOZu9V4kXkrJo51k5TT/NeE7i9qVxu3A== dependencies: - "@typescript-eslint/types" "8.0.0-alpha.58" - "@typescript-eslint/visitor-keys" "8.0.0-alpha.58" + "@typescript-eslint/types" "8.0.0-alpha.59" + "@typescript-eslint/visitor-keys" "8.0.0-alpha.59" 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.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== +"@typescript-eslint/utils@8.0.0-alpha.59": + version "8.0.0-alpha.59" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0-alpha.59.tgz#9a42af222ea1f049527bc8bf3aa779262da7afc4" + integrity sha512-QQ76YAEKTVXwzeBuFFULWr4P4JvnnW685ipIxx+4cekw30HJWu30exZgaLHslV+dYJgi7mMXDzQNh4KBmNqoWQ== dependencies: "@eslint-community/eslint-utils" "^4.4.0" - "@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/scope-manager" "8.0.0-alpha.59" + "@typescript-eslint/types" "8.0.0-alpha.59" + "@typescript-eslint/typescript-estree" "8.0.0-alpha.59" "@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.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== +"@typescript-eslint/visitor-keys@8.0.0-alpha.59": + version "8.0.0-alpha.59" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.59.tgz#ddaf0a72a001d74780a312a458a03891271c0093" + integrity sha512-RF2E3/A2Eg9GckHpzQg1MMmavGcTa090PjhQVXHywPrgLbjKNKFSFLR7EaHWgE3f9lDDyhPiD6XvzZvmlguyAQ== dependencies: - "@typescript-eslint/types" "8.0.0-alpha.58" + "@typescript-eslint/types" "8.0.0-alpha.59" 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.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== +typescript-eslint@8.0.0-alpha.59: + version "8.0.0-alpha.59" + resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.0.0-alpha.59.tgz#f3994ccd12b324e9ac8e49665092bd1ce447c3d0" + integrity sha512-jYLmtlYbEgR0IWqC6JpJvftZFrmNWOxAPMhWvtAaEMWslue8H8fF9HCCAREaz9HJ77MYPXiJL+yU2FT2jzFKKQ== dependencies: - "@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-eslint/eslint-plugin" "8.0.0-alpha.59" + "@typescript-eslint/parser" "8.0.0-alpha.59" + "@typescript-eslint/utils" "8.0.0-alpha.59" typescript@^5.3.3: version "5.5.4"