chore(deps): update dependency typescript-eslint to v8.0.0-alpha.60

This commit is contained in:
Renovate
2024-07-30 20:01:16 +00:00
parent ab39cb1bc2
commit 1282c7cfab
2 changed files with 58 additions and 58 deletions
+1 -1
View File
@@ -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.59",
"typescript-eslint": "8.0.0-alpha.60",
"vite-plugin-vuetify": "^2.0.1",
"vue": "^3.4.19",
"vue-router": "^4.3.0",
+57 -57
View File
@@ -3271,16 +3271,16 @@
dependencies:
"@types/yargs-parser" "*"
"@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==
"@typescript-eslint/eslint-plugin@8.0.0-alpha.60":
version "8.0.0-alpha.60"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.60.tgz#e424d86f591f8060313a71d0b8b0f5899018ae8d"
integrity sha512-v/tFZrKwljflSlkUAVOCdwoIKObnS0JlxNgVDkRoUsJU896g4Uexz5/SWEAfNqJKB7AX6TjfmEHrzvPiJhUYMg==
dependencies:
"@eslint-community/regexpp" "^4.10.0"
"@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"
"@typescript-eslint/scope-manager" "8.0.0-alpha.60"
"@typescript-eslint/type-utils" "8.0.0-alpha.60"
"@typescript-eslint/utils" "8.0.0-alpha.60"
"@typescript-eslint/visitor-keys" "8.0.0-alpha.60"
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.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==
"@typescript-eslint/parser@8.0.0-alpha.60":
version "8.0.0-alpha.60"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.0-alpha.60.tgz#8ffd188beb3ecaa826947c6584a65e3d6ed38f94"
integrity sha512-DPBVEb8742M9OgzRmtJxLC8FIhMqhYvJFjM+anUhSfqlAoRcpnvGOJU7F+mkLh1In8aIX4P8iarRHZ6r8NF2Ug==
dependencies:
"@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"
"@typescript-eslint/scope-manager" "8.0.0-alpha.60"
"@typescript-eslint/types" "8.0.0-alpha.60"
"@typescript-eslint/typescript-estree" "8.0.0-alpha.60"
"@typescript-eslint/visitor-keys" "8.0.0-alpha.60"
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.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==
"@typescript-eslint/scope-manager@8.0.0-alpha.60":
version "8.0.0-alpha.60"
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.60.tgz#10079b8d0d56c1e340dfcbf5361ad6494980c200"
integrity sha512-r33PjZ7ypfza6hddc/Qg/0GVw4IAd5La+aTnQzOI1wM4f+tIK8umO5Z75+gevxcYfYVl4JLuwITGCQeEagNGNg==
dependencies:
"@typescript-eslint/types" "8.0.0-alpha.59"
"@typescript-eslint/visitor-keys" "8.0.0-alpha.59"
"@typescript-eslint/types" "8.0.0-alpha.60"
"@typescript-eslint/visitor-keys" "8.0.0-alpha.60"
"@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.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==
"@typescript-eslint/type-utils@8.0.0-alpha.60":
version "8.0.0-alpha.60"
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.60.tgz#6773355686536db8ccbab4d40813fffcb1c9ee10"
integrity sha512-Gg4zIEitCGHwMpc1nUIKhxS7735Em5AuBdl23eMupJcpWhOTlLiurvwIBBOX0tyh4nyjpE2BjbDDACEVR0Pl2g==
dependencies:
"@typescript-eslint/typescript-estree" "8.0.0-alpha.59"
"@typescript-eslint/utils" "8.0.0-alpha.59"
"@typescript-eslint/typescript-estree" "8.0.0-alpha.60"
"@typescript-eslint/utils" "8.0.0-alpha.60"
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.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/types@8.0.0-alpha.60":
version "8.0.0-alpha.60"
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0-alpha.60.tgz#a96e58d918ac38b57a7efb0b9537f1843279e79a"
integrity sha512-u38oNlelUVr7a8P0H3uyjNT36wLhmHVSVKcuCXYqMrm3AInz1/iY24YSR72M9AXL4lW+GDSUJAT8UfzHz6MzIg==
"@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.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==
"@typescript-eslint/typescript-estree@8.0.0-alpha.60":
version "8.0.0-alpha.60"
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.60.tgz#b3dcaf6c3759500d800362f2b4a13bb2c20c1228"
integrity sha512-+vYrFh7YFYv1M0l5fUZoqB4RlERfjC17NeO/enEJojmJuFKjJ/0c0FVUCdEelA9NGGdxxxf4SxJ76/sqceoXpg==
dependencies:
"@typescript-eslint/types" "8.0.0-alpha.59"
"@typescript-eslint/visitor-keys" "8.0.0-alpha.59"
"@typescript-eslint/types" "8.0.0-alpha.60"
"@typescript-eslint/visitor-keys" "8.0.0-alpha.60"
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.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==
"@typescript-eslint/utils@8.0.0-alpha.60":
version "8.0.0-alpha.60"
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0-alpha.60.tgz#3390608917dcb88d58ac66e27ff91c0069ecf043"
integrity sha512-2C2yDiyqx5VTasCcUmUB3AYRia8+oodCfungd8MJtIqTVa4XYB81rNhe1rtOtv8mwFFDjupKhXMC3pUJKWRtYw==
dependencies:
"@eslint-community/eslint-utils" "^4.4.0"
"@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/scope-manager" "8.0.0-alpha.60"
"@typescript-eslint/types" "8.0.0-alpha.60"
"@typescript-eslint/typescript-estree" "8.0.0-alpha.60"
"@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.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==
"@typescript-eslint/visitor-keys@8.0.0-alpha.60":
version "8.0.0-alpha.60"
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.60.tgz#7ea70e7db447747cc6b0850d3bbce1bb398d2c1a"
integrity sha512-2OdSvXlL5aabYl2VUrGzdYi/KTFm+tCkA0KusOpNO8vAqeRbfb/8V0qdr4SHxIaDju9cseoJWothUH8nP+g6Og==
dependencies:
"@typescript-eslint/types" "8.0.0-alpha.59"
"@typescript-eslint/types" "8.0.0-alpha.60"
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.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==
typescript-eslint@8.0.0-alpha.60:
version "8.0.0-alpha.60"
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.0.0-alpha.60.tgz#55c932920d35e14b43d87d8ecaa3872995744fe0"
integrity sha512-5R6YrUeK9gBAX7O0iYhClGqXYM1SWoZOeTii1gdN3b55WhOWSyyu44o09cgn2BmqRUQKBrw+FzjHbQIk9vHWHA==
dependencies:
"@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-eslint/eslint-plugin" "8.0.0-alpha.60"
"@typescript-eslint/parser" "8.0.0-alpha.60"
"@typescript-eslint/utils" "8.0.0-alpha.60"
typescript@^5.3.3:
version "5.5.4"