From 416478c7129af9c3efcde59cd0351036c586718b Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 4 Jun 2024 07:59:03 +0000 Subject: [PATCH] chore(deps): update dependency typescript-eslint to v8.0.0-alpha.26 --- package.json | 2 +- yarn.lock | 145 ++++++++++++++++++++++++++++++--------------------- 2 files changed, 86 insertions(+), 61 deletions(-) diff --git a/package.json b/package.json index 2bed851..c15388a 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.25", + "typescript-eslint": "8.0.0-alpha.26", "vite-plugin-vuetify": "^2.0.1", "vue": "^3.4.19", "vue-router": "^4.3.0", diff --git a/yarn.lock b/yarn.lock index 32144cc..7fedd31 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3268,16 +3268,16 @@ dependencies: "@types/yargs-parser" "*" -"@typescript-eslint/eslint-plugin@8.0.0-alpha.25": - version "8.0.0-alpha.25" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.25.tgz#2f9e6ef4ba7cb1eef407e51a6e3d3255822b6cd2" - integrity sha512-IixQVZhrJ6rVd5Rx/WFGoIKLSXcMsueWa4bmnGlGTKSb4l+E+ORtEEY7RiXXeWK4mPgVpHHWZEElSdfflznpxA== +"@typescript-eslint/eslint-plugin@8.0.0-alpha.26": + version "8.0.0-alpha.26" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.26.tgz#f8e0aab328dc2db16cb4177b004234f3a0c9004b" + integrity sha512-25oYeFw55ZDU+yReSEA8aWekSYwArgs0lNICMK/kCASD0Dk37MiBf9NJnA2RxtN8YUljtXKfzv6HbWjzXWAuWQ== dependencies: "@eslint-community/regexpp" "^4.10.0" - "@typescript-eslint/scope-manager" "8.0.0-alpha.25" - "@typescript-eslint/type-utils" "8.0.0-alpha.25" - "@typescript-eslint/utils" "8.0.0-alpha.25" - "@typescript-eslint/visitor-keys" "8.0.0-alpha.25" + "@typescript-eslint/scope-manager" "8.0.0-alpha.26" + "@typescript-eslint/type-utils" "8.0.0-alpha.26" + "@typescript-eslint/utils" "8.0.0-alpha.26" + "@typescript-eslint/visitor-keys" "8.0.0-alpha.26" graphemer "^1.4.0" ignore "^5.3.1" natural-compare "^1.4.0" @@ -3315,15 +3315,15 @@ natural-compare "^1.4.0" ts-api-utils "^1.3.0" -"@typescript-eslint/parser@8.0.0-alpha.25": - version "8.0.0-alpha.25" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.0-alpha.25.tgz#ff5f699bbdfb3ed930121c73d78642bacb566fd8" - integrity sha512-7CU44JP/FlZL/2dXwmU3BJ5tY1755FD190yCiiRYs41ds+CXdLlwkFD5PYVYPu+SFDT6trBnPo6d35ttHiDNnQ== +"@typescript-eslint/parser@8.0.0-alpha.26": + version "8.0.0-alpha.26" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.0-alpha.26.tgz#b0bba0dd7e12a52f76923c21ae45195dbe5f4403" + integrity sha512-fSrBlmbFfIZHp/blR6EA+AfeFfWDqY5s44mQ3eIZL/kvJJeIsHzToDbSCW6DbgmFgHDxoW4VmFqDdY3uXyx1IA== dependencies: - "@typescript-eslint/scope-manager" "8.0.0-alpha.25" - "@typescript-eslint/types" "8.0.0-alpha.25" - "@typescript-eslint/typescript-estree" "8.0.0-alpha.25" - "@typescript-eslint/visitor-keys" "8.0.0-alpha.25" + "@typescript-eslint/scope-manager" "8.0.0-alpha.26" + "@typescript-eslint/types" "8.0.0-alpha.26" + "@typescript-eslint/typescript-estree" "8.0.0-alpha.26" + "@typescript-eslint/visitor-keys" "8.0.0-alpha.26" debug "^4.3.4" "@typescript-eslint/parser@^6.5.0": @@ -3372,13 +3372,13 @@ "@typescript-eslint/types" "7.11.0" "@typescript-eslint/visitor-keys" "7.11.0" -"@typescript-eslint/scope-manager@8.0.0-alpha.25": - version "8.0.0-alpha.25" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.25.tgz#f63a9b771a4f69d35bc94eac9c98420bb773cb4f" - integrity sha512-QPaOIVNwL7rl8QDK/GszySHARQ++QCBYooIRb3UnqaIzZrQPPx0ZqkiYdvi6NZOMxqOKo02jEelGYiqbdEAPDg== +"@typescript-eslint/scope-manager@8.0.0-alpha.26": + version "8.0.0-alpha.26" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.26.tgz#92b7f393dd24b463328361800f7dbd4787d17449" + integrity sha512-qOL1MEDHXJn2egI9tj0YJ3j/9QUK6tSO/nNY/zmArZu8DS+nDQGKf/qSy0GuqOeIdMHu0h0jTo5pDanOURgWlw== dependencies: - "@typescript-eslint/types" "8.0.0-alpha.25" - "@typescript-eslint/visitor-keys" "8.0.0-alpha.25" + "@typescript-eslint/types" "8.0.0-alpha.26" + "@typescript-eslint/visitor-keys" "8.0.0-alpha.26" "@typescript-eslint/type-utils@6.20.0": version "6.20.0" @@ -3400,13 +3400,13 @@ debug "^4.3.4" ts-api-utils "^1.3.0" -"@typescript-eslint/type-utils@8.0.0-alpha.25": - version "8.0.0-alpha.25" - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.25.tgz#2603e26e8227d985100bd2ea433c9f040f471746" - integrity sha512-s5Y32/BL8qIfGMTyN0IQ5ZvYu8nVBzqjjUQncWKOHcqXrjQxgRteBScNgLXsJ20cjTgaEmPjMRvnR0k3Zcslvg== +"@typescript-eslint/type-utils@8.0.0-alpha.26": + version "8.0.0-alpha.26" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.26.tgz#bb626ec3dfbaea644138a1b2908d3c490238e9ee" + integrity sha512-LUNlz/sYwbXR3cL7dAfULweSP9dibynFqTuHWrokhhOH6hr/pgRrfudqjvxqAK7bMMxvrTzCYOtlcPQYvF8quQ== dependencies: - "@typescript-eslint/typescript-estree" "8.0.0-alpha.25" - "@typescript-eslint/utils" "8.0.0-alpha.25" + "@typescript-eslint/typescript-estree" "8.0.0-alpha.26" + "@typescript-eslint/utils" "8.0.0-alpha.26" debug "^4.3.4" ts-api-utils "^1.3.0" @@ -3425,10 +3425,10 @@ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.11.0.tgz#5e9702a5e8b424b7fc690e338d359939257d6722" integrity sha512-MPEsDRZTyCiXkD4vd3zywDCifi7tatc4K37KqTprCvaXptP7Xlpdw0NR2hRJTetG5TxbWDB79Ys4kLmHliEo/w== -"@typescript-eslint/types@8.0.0-alpha.25": - version "8.0.0-alpha.25" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0-alpha.25.tgz#99851752f377de7456a31fceaaba7441bf921100" - integrity sha512-9C5VuCWi75jcgr/hQ/+9HVHjXv/7IyKHM5DMPZDWXrfvXS39UGYyDUx77PMHl+rre6Iz9kR/8TQUJdBX33iwzQ== +"@typescript-eslint/types@8.0.0-alpha.26": + version "8.0.0-alpha.26" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0-alpha.26.tgz#2ce2f148f8f63d805f6bad7875ed87f4f6eeda93" + integrity sha512-kO+wa+n1q1oh2xzjSYlXub/AsiV8Hi+gVC5FHleEIREZpwzTHLiJyZiSDWWjQfuq6XVyPxusWhQpjH8dIcOzwg== "@typescript-eslint/typescript-estree@6.20.0": version "6.20.0" @@ -3472,13 +3472,13 @@ semver "^7.6.0" ts-api-utils "^1.3.0" -"@typescript-eslint/typescript-estree@8.0.0-alpha.25": - version "8.0.0-alpha.25" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.25.tgz#93042e66648a402b0fc312dedd9cd3ea85b6637c" - integrity sha512-+gThr9Q6t8aoiRn0PKGo79Vj/fvfFaCi31ugsoSzzccs0lO1f/zKSOXQAuqBiAVF/TuiuTA2FNAn1mO+UhnQqg== +"@typescript-eslint/typescript-estree@8.0.0-alpha.26": + version "8.0.0-alpha.26" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.26.tgz#38970eb5c5d253884b3707a8069dd03248e85b09" + integrity sha512-XGljoEEK6Z9X4Okx1VwPlgotcZsZg5Kzm8yoGhRxIX/FyenJTtHEFlhz+tIajW20Ez/gToPdzPJmVaEzEwwzKw== dependencies: - "@typescript-eslint/types" "8.0.0-alpha.25" - "@typescript-eslint/visitor-keys" "8.0.0-alpha.25" + "@typescript-eslint/types" "8.0.0-alpha.26" + "@typescript-eslint/visitor-keys" "8.0.0-alpha.26" debug "^4.3.4" globby "^11.1.0" is-glob "^4.0.3" @@ -3509,15 +3509,15 @@ "@typescript-eslint/types" "7.11.0" "@typescript-eslint/typescript-estree" "7.11.0" -"@typescript-eslint/utils@8.0.0-alpha.25": - version "8.0.0-alpha.25" - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0-alpha.25.tgz#280141dad83421e8ed1f40a8c23b51f9e4c90e38" - integrity sha512-L129Op2k+Rx9SIY03yAXu5unfvQDLZIHDZnRiKBYSEI8HTPhhe36v0EQebZxvbkfkoAU8+M5T7SKc1cP4L2yJw== +"@typescript-eslint/utils@8.0.0-alpha.26": + version "8.0.0-alpha.26" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0-alpha.26.tgz#5c748f436174a2b52b001f90a2efba5db4f1bc39" + integrity sha512-1nSZmX3HOva66uC0UrtXWNd+IK76iNp6nXIgUF3xzOdMZ6E6HeqrXT+T+O+mQT2BRS6TYgMPg9cp28BQtwT6Fg== dependencies: "@eslint-community/eslint-utils" "^4.4.0" - "@typescript-eslint/scope-manager" "8.0.0-alpha.25" - "@typescript-eslint/types" "8.0.0-alpha.25" - "@typescript-eslint/typescript-estree" "8.0.0-alpha.25" + "@typescript-eslint/scope-manager" "8.0.0-alpha.26" + "@typescript-eslint/types" "8.0.0-alpha.26" + "@typescript-eslint/typescript-estree" "8.0.0-alpha.26" "@typescript-eslint/visitor-keys@6.20.0": version "6.20.0" @@ -3543,12 +3543,12 @@ "@typescript-eslint/types" "7.11.0" eslint-visitor-keys "^3.4.3" -"@typescript-eslint/visitor-keys@8.0.0-alpha.25": - version "8.0.0-alpha.25" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.25.tgz#f2341b93e5821e38d6ab07dbfe413a4ac7b2ca08" - integrity sha512-9vnWmeuzFWpPhHsY+eBZQl1TA9MXAXwSTp84X4fcff2cqytaXw1hyK2+M/qrza5FSTdyl41c4hv2XSYkRC9HVQ== +"@typescript-eslint/visitor-keys@8.0.0-alpha.26": + version "8.0.0-alpha.26" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.26.tgz#8c649ea98c850e8c182bf3ed0cf982460261cd45" + integrity sha512-5QLzjFiNqkFV5AuQRCc1Q4OA3AdhcFjMTz9/9+FgrFI6L0vuEmm+V9dOOZocMeD0+SwajUqodTKyhSJ89YleOA== dependencies: - "@typescript-eslint/types" "8.0.0-alpha.25" + "@typescript-eslint/types" "8.0.0-alpha.26" eslint-visitor-keys "^3.4.3" "@unhead/dom@1.9.4", "@unhead/dom@^1.9.4": @@ -10391,7 +10391,16 @@ string-env-interpolation@^1.0.1: resolved "https://registry.yarnpkg.com/string-env-interpolation/-/string-env-interpolation-1.0.1.tgz#ad4397ae4ac53fe6c91d1402ad6f6a52862c7152" integrity sha512-78lwMoCcn0nNu8LszbP1UA7g55OeE4v7rCeWnM5B453rnNr4aq+5it3FEYtZrSEiMvHZOZ9Jlqb0OD0M2VInqg== -"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: +"string-width-cjs@npm:string-width@^4.2.0": + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + +"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -10450,7 +10459,14 @@ string_decoder@~1.1.1: dependencies: safe-buffer "~5.1.0" -"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + +strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -10939,14 +10955,14 @@ typed-array-length@^1.0.4: for-each "^0.3.3" is-typed-array "^1.1.9" -typescript-eslint@8.0.0-alpha.25: - version "8.0.0-alpha.25" - resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.0.0-alpha.25.tgz#68c25e1386dd6fbb5fa102f034ba095278d5f895" - integrity sha512-gQsFB1mdtxduwOCXpgKTIDyyZ38iaam443/Kf8LYbKbt8rMCgz3HRYVR8sp8QF9H26MgTrYE7jGqfWXWYowTcQ== +typescript-eslint@8.0.0-alpha.26: + version "8.0.0-alpha.26" + resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.0.0-alpha.26.tgz#83e6f640ccdc9d7937965925d368183324bec899" + integrity sha512-J42oz1vXxiglijmq5cERYNFekBcExcCRKjueXkFF0LsZNK89uN1SZACICOkS75PT8NQ+qwdW3lMd6wIbCS4DLA== dependencies: - "@typescript-eslint/eslint-plugin" "8.0.0-alpha.25" - "@typescript-eslint/parser" "8.0.0-alpha.25" - "@typescript-eslint/utils" "8.0.0-alpha.25" + "@typescript-eslint/eslint-plugin" "8.0.0-alpha.26" + "@typescript-eslint/parser" "8.0.0-alpha.26" + "@typescript-eslint/utils" "8.0.0-alpha.26" typescript@^5.3.3: version "5.4.5" @@ -11571,7 +11587,7 @@ word-wrap@^1.2.5: resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34" integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA== -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== @@ -11589,6 +11605,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0: string-width "^4.1.0" strip-ansi "^6.0.0" +wrap-ansi@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + wrap-ansi@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"