From fd40d99889d7d20f056bfe584e3c09fcb3b1a134 Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 1 Jul 2024 04:58:32 +0000 Subject: [PATCH] chore(deps): update dependency typescript-eslint to v8.0.0-alpha.38 --- package.json | 2 +- yarn.lock | 114 +++++++++++++++++++++++++-------------------------- 2 files changed, 58 insertions(+), 58 deletions(-) diff --git a/package.json b/package.json index 68c070a..b241a0a 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.34", + "typescript-eslint": "8.0.0-alpha.38", "vite-plugin-vuetify": "^2.0.1", "vue": "^3.4.19", "vue-router": "^4.3.0", diff --git a/yarn.lock b/yarn.lock index 63089d0..eea2346 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3138,16 +3138,16 @@ dependencies: "@types/yargs-parser" "*" -"@typescript-eslint/eslint-plugin@8.0.0-alpha.34": - version "8.0.0-alpha.34" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.34.tgz#899467e1b6569b41fbfbb6d720c48651eee66a37" - integrity sha512-qPLMqSlyZCHFSvsqIUV/QZ0ufxhOJhutvBEpi4KppixRZgrI6ZJw2M9EgqMRGraA5lGghwymVdxmcaCp4QuFPQ== +"@typescript-eslint/eslint-plugin@8.0.0-alpha.38": + version "8.0.0-alpha.38" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.38.tgz#78163f791972c9caa4797e2be7b46cf8c9447ab9" + integrity sha512-aAEtLAD++0YWjHOCCsEfx39t/AiJi9ZGauASDfvhJL/73AEVaqEL/DiXuDD7C2g9faVuh3qXsfUzxxU2hR/cIw== dependencies: "@eslint-community/regexpp" "^4.10.0" - "@typescript-eslint/scope-manager" "8.0.0-alpha.34" - "@typescript-eslint/type-utils" "8.0.0-alpha.34" - "@typescript-eslint/utils" "8.0.0-alpha.34" - "@typescript-eslint/visitor-keys" "8.0.0-alpha.34" + "@typescript-eslint/scope-manager" "8.0.0-alpha.38" + "@typescript-eslint/type-utils" "8.0.0-alpha.38" + "@typescript-eslint/utils" "8.0.0-alpha.38" + "@typescript-eslint/visitor-keys" "8.0.0-alpha.38" graphemer "^1.4.0" ignore "^5.3.1" natural-compare "^1.4.0" @@ -3185,15 +3185,15 @@ natural-compare "^1.4.0" ts-api-utils "^1.3.0" -"@typescript-eslint/parser@8.0.0-alpha.34": - version "8.0.0-alpha.34" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.0-alpha.34.tgz#9a870a9986135a318ec9133f1fca19d9cd520ac7" - integrity sha512-jtBWP09o/RrVsLhDwoxUHtvJURZ7RaO3Ia9OnkC6Jjsdn23tKwoEtjLbB94ATr6BU44R3JVbRJn1SCueCmECYw== +"@typescript-eslint/parser@8.0.0-alpha.38": + version "8.0.0-alpha.38" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.0-alpha.38.tgz#0dc9c56679384576bf8aa398dfa02230dea940c1" + integrity sha512-7vWt41cjKTRwNPYushQihIHdRnJ8fBy5HYBjMro+nemBQfoVuXY0JXgCctf3Jb3JGUCKxlIw/SYYRsaJ+1rj2w== dependencies: - "@typescript-eslint/scope-manager" "8.0.0-alpha.34" - "@typescript-eslint/types" "8.0.0-alpha.34" - "@typescript-eslint/typescript-estree" "8.0.0-alpha.34" - "@typescript-eslint/visitor-keys" "8.0.0-alpha.34" + "@typescript-eslint/scope-manager" "8.0.0-alpha.38" + "@typescript-eslint/types" "8.0.0-alpha.38" + "@typescript-eslint/typescript-estree" "8.0.0-alpha.38" + "@typescript-eslint/visitor-keys" "8.0.0-alpha.38" debug "^4.3.4" "@typescript-eslint/parser@^6.5.0": @@ -3242,13 +3242,13 @@ "@typescript-eslint/types" "7.11.0" "@typescript-eslint/visitor-keys" "7.11.0" -"@typescript-eslint/scope-manager@8.0.0-alpha.34": - version "8.0.0-alpha.34" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.34.tgz#8b08fdbc9d1d3bfe723d73d5eb0e7b67418c7d5b" - integrity sha512-IpeT8JnV1Uo5lG/GTYe/SRJRcz1rBaCNma5cS5R8c4NkBIiIeE+R9Vy8ZEPkGImTfBp9BUNU6w+8lSQf0Z6tKw== +"@typescript-eslint/scope-manager@8.0.0-alpha.38": + version "8.0.0-alpha.38" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.38.tgz#14d3b139088a30a9aacf7861dae231e214374910" + integrity sha512-99m9xeGDl/r55+DZuqcwl/52fZfh6VF98Lx2jCyMRS1N+mCbBQ1oDsnGg6hCJxBGSsieifN1DwCh00cfy/L23g== dependencies: - "@typescript-eslint/types" "8.0.0-alpha.34" - "@typescript-eslint/visitor-keys" "8.0.0-alpha.34" + "@typescript-eslint/types" "8.0.0-alpha.38" + "@typescript-eslint/visitor-keys" "8.0.0-alpha.38" "@typescript-eslint/type-utils@6.20.0": version "6.20.0" @@ -3270,13 +3270,13 @@ debug "^4.3.4" ts-api-utils "^1.3.0" -"@typescript-eslint/type-utils@8.0.0-alpha.34": - version "8.0.0-alpha.34" - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.34.tgz#c368ccd8c06d3cc4125ba94572d14bdd7eebaf74" - integrity sha512-VmsfGVQ9UV1gs+LQkA9W9Nf7rSwY9KzB7WZUXwx56Ynlwjyt+999Z4Rrh2kPuDCPHTsO+GJDqeYyOYOEeXi9Bw== +"@typescript-eslint/type-utils@8.0.0-alpha.38": + version "8.0.0-alpha.38" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.38.tgz#814556f7bc10b77388caa4d964feaf1a1ec47016" + integrity sha512-baoGHlQL4fZoD0UNIggH8drmMCkQubRbVxGWa9dLbx+CasTju2q4QuBy21mto+uc+ks1DtOZnaw+OwhEjkFXgw== dependencies: - "@typescript-eslint/typescript-estree" "8.0.0-alpha.34" - "@typescript-eslint/utils" "8.0.0-alpha.34" + "@typescript-eslint/typescript-estree" "8.0.0-alpha.38" + "@typescript-eslint/utils" "8.0.0-alpha.38" debug "^4.3.4" ts-api-utils "^1.3.0" @@ -3295,10 +3295,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.34": - version "8.0.0-alpha.34" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0-alpha.34.tgz#a02e773e3c9457aafbba541928f0b6b768432609" - integrity sha512-9d2pLf/htOVVX/VNQgRt23z5kCOznsiAVt1TllCiMT1xic0W8yKr2FT6sJHYIUl1qDjHE7t/P6CQpNFvyOfbxA== +"@typescript-eslint/types@8.0.0-alpha.38": + version "8.0.0-alpha.38" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0-alpha.38.tgz#267175d1315903fcd3f4d3cf32bfbbddf98f12b6" + integrity sha512-Rx7V9fmGdTiIT5K7R9wcrkhNKRODE7XUyHmu24gEEPlW3SESfs3C7ajdOJ1D696IPxnWKDIK9J3iMrQZOVckiw== "@typescript-eslint/typescript-estree@6.20.0": version "6.20.0" @@ -3342,13 +3342,13 @@ semver "^7.6.0" ts-api-utils "^1.3.0" -"@typescript-eslint/typescript-estree@8.0.0-alpha.34": - version "8.0.0-alpha.34" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.34.tgz#b95865e97e49e372500119742dc27c10aa7bfed2" - integrity sha512-1ZAffOto9HpStxKCVpKkemYRUC4fznLEaj9fZyIYcppC/hdNNgZaiC0ONRUQQtdlPgdeH8BKoiWo6bGRemlxUw== +"@typescript-eslint/typescript-estree@8.0.0-alpha.38": + version "8.0.0-alpha.38" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.38.tgz#12dc843b2035e5f8c1fbbd77bcef074190c6b73e" + integrity sha512-iEcxafpJiE9LD1Ospd/5Ce5CLGgck1FO+9Y6UcJWAcOVJRJKlXvLSJzy6a5Xnr4XhIr5+4juvzw6g+rTnkz6Dw== dependencies: - "@typescript-eslint/types" "8.0.0-alpha.34" - "@typescript-eslint/visitor-keys" "8.0.0-alpha.34" + "@typescript-eslint/types" "8.0.0-alpha.38" + "@typescript-eslint/visitor-keys" "8.0.0-alpha.38" debug "^4.3.4" globby "^11.1.0" is-glob "^4.0.3" @@ -3379,15 +3379,15 @@ "@typescript-eslint/types" "7.11.0" "@typescript-eslint/typescript-estree" "7.11.0" -"@typescript-eslint/utils@8.0.0-alpha.34": - version "8.0.0-alpha.34" - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0-alpha.34.tgz#0ad01925623b3d2e730e240d2fb6de482e722814" - integrity sha512-gHiHW96wCi3yllubUOswdWyCS/D5IRytTw9rPyumWJGD9qPh47MZAxtKp86Qdt1sbg+BJkYb8cCUMX9dwlVZzA== +"@typescript-eslint/utils@8.0.0-alpha.38": + version "8.0.0-alpha.38" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0-alpha.38.tgz#0586f7dab3315f87275c1dd40d8f6648d6647e42" + integrity sha512-kKU9EGm7ML+MFMa66lKvkh5JMSp1legHBhKF9NkG65TvSsFDW0TyITRyeBUkmkhs4ALlHdAaRd/R5/Qg47URGg== dependencies: "@eslint-community/eslint-utils" "^4.4.0" - "@typescript-eslint/scope-manager" "8.0.0-alpha.34" - "@typescript-eslint/types" "8.0.0-alpha.34" - "@typescript-eslint/typescript-estree" "8.0.0-alpha.34" + "@typescript-eslint/scope-manager" "8.0.0-alpha.38" + "@typescript-eslint/types" "8.0.0-alpha.38" + "@typescript-eslint/typescript-estree" "8.0.0-alpha.38" "@typescript-eslint/visitor-keys@6.20.0": version "6.20.0" @@ -3413,12 +3413,12 @@ "@typescript-eslint/types" "7.11.0" eslint-visitor-keys "^3.4.3" -"@typescript-eslint/visitor-keys@8.0.0-alpha.34": - version "8.0.0-alpha.34" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.34.tgz#c29f6f5226505d09abe838ac92b4819713d36890" - integrity sha512-Zs84EZx55fusxi4+6bzdZyNLy6nN8snh7HOcgs1jiRkqmf0qo+cgPjb7mGA1RgE1m60FQYgesj7je9KBE0HfSA== +"@typescript-eslint/visitor-keys@8.0.0-alpha.38": + version "8.0.0-alpha.38" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.38.tgz#b32c4783084b34bca099e95916874f1b0749e656" + integrity sha512-VbVMQLDezUgGTN0AFfVy1w+K8in4Dv+cbPJbYql+BKTnmTEe/l40xoTWBdn/ppjlnRtCkp+JQ9T790bhdQ3ZrA== dependencies: - "@typescript-eslint/types" "8.0.0-alpha.34" + "@typescript-eslint/types" "8.0.0-alpha.38" eslint-visitor-keys "^3.4.3" "@unhead/dom@1.9.13", "@unhead/dom@^1.9.13": @@ -10724,14 +10724,14 @@ typed-array-length@^1.0.4: for-each "^0.3.3" is-typed-array "^1.1.9" -typescript-eslint@8.0.0-alpha.34: - version "8.0.0-alpha.34" - resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.0.0-alpha.34.tgz#66d868f396e1c93e94e18a4bbb1b85aaaaf3d208" - integrity sha512-Y8d1Q72RyygrV4bmbMXT21hPzNYyZIC+RzRftKvt5OFAMlfVNehre2qBVPwvljFu86AXMNe4FDMFhHvhZtOa6w== +typescript-eslint@8.0.0-alpha.38: + version "8.0.0-alpha.38" + resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.0.0-alpha.38.tgz#c32294c2360b1f96dcc43a22879b2b1cecd01331" + integrity sha512-5SzbC/jmuIprBPi8vmOf+fvB7eGw2r81nlnheIHmzs32QmQqFTN/K78DgX1TAP8rOkqtHYJPbEuIKe0IEIrq6Q== dependencies: - "@typescript-eslint/eslint-plugin" "8.0.0-alpha.34" - "@typescript-eslint/parser" "8.0.0-alpha.34" - "@typescript-eslint/utils" "8.0.0-alpha.34" + "@typescript-eslint/eslint-plugin" "8.0.0-alpha.38" + "@typescript-eslint/parser" "8.0.0-alpha.38" + "@typescript-eslint/utils" "8.0.0-alpha.38" typescript@^5.3.3: version "5.5.2"