Skip to content

Commit 4006a26

Browse files
build(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.27.0 to 5.30.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.30.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f9522b commit 4006a26

File tree

2 files changed

+55
-21
lines changed

2 files changed

+55
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/jest": "^27.4.1",
3939
"@types/node": "^18.0.0",
4040
"@types/webpack-env": "^1.17.0",
41-
"@typescript-eslint/eslint-plugin": "^5.27.0",
41+
"@typescript-eslint/eslint-plugin": "^5.30.0",
4242
"@typescript-eslint/parser": "^5.27.0",
4343
"@vitejs/plugin-vue": "^2.3.3",
4444
"@vue/cli-plugin-babel": "^5.0.4",

yarn.lock

Lines changed: 54 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1952,14 +1952,14 @@
19521952
semver "^7.3.5"
19531953
tsutils "^3.21.0"
19541954

1955-
"@typescript-eslint/eslint-plugin@^5.0.0", "@typescript-eslint/eslint-plugin@^5.27.0":
1956-
version "5.27.0"
1957-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.27.0.tgz#23d82a4f21aaafd8f69dbab7e716323bb6695cc8"
1958-
integrity sha512-DDrIA7GXtmHXr1VCcx9HivA39eprYBIFxbQEHI6NyraRDxCGpxAFiYQAT/1Y0vh1C+o2vfBiy4IuPoXxtTZCAQ==
1959-
dependencies:
1960-
"@typescript-eslint/scope-manager" "5.27.0"
1961-
"@typescript-eslint/type-utils" "5.27.0"
1962-
"@typescript-eslint/utils" "5.27.0"
1955+
"@typescript-eslint/eslint-plugin@^5.0.0", "@typescript-eslint/eslint-plugin@^5.30.0":
1956+
version "5.30.0"
1957+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.0.tgz#524a11e15c09701733033c96943ecf33f55d9ca1"
1958+
integrity sha512-lvhRJ2pGe2V9MEU46ELTdiHgiAFZPKtLhiU5wlnaYpMc2+c1R8fh8i80ZAa665drvjHKUJyRRGg3gEm1If54ow==
1959+
dependencies:
1960+
"@typescript-eslint/scope-manager" "5.30.0"
1961+
"@typescript-eslint/type-utils" "5.30.0"
1962+
"@typescript-eslint/utils" "5.30.0"
19631963
debug "^4.3.4"
19641964
functional-red-black-tree "^1.0.1"
19651965
ignore "^5.2.0"
@@ -2012,12 +2012,20 @@
20122012
"@typescript-eslint/types" "5.27.0"
20132013
"@typescript-eslint/visitor-keys" "5.27.0"
20142014

2015-
"@typescript-eslint/type-utils@5.27.0":
2016-
version "5.27.0"
2017-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.27.0.tgz#36fd95f6747412251d79c795b586ba766cf0974b"
2018-
integrity sha512-vpTvRRchaf628Hb/Xzfek+85o//zEUotr1SmexKvTfs7czXfYjXVT/a5yDbpzLBX1rhbqxjDdr1Gyo0x1Fc64g==
2015+
"@typescript-eslint/scope-manager@5.30.0":
2016+
version "5.30.0"
2017+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.0.tgz#bf585ee801ab4ad84db2f840174e171a6bb002c7"
2018+
integrity sha512-3TZxvlQcK5fhTBw5solQucWSJvonXf5yua5nx8OqK94hxdrT7/6W3/CS42MLd/f1BmlmmbGEgQcTHHCktUX5bQ==
2019+
dependencies:
2020+
"@typescript-eslint/types" "5.30.0"
2021+
"@typescript-eslint/visitor-keys" "5.30.0"
2022+
2023+
"@typescript-eslint/type-utils@5.30.0":
2024+
version "5.30.0"
2025+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.0.tgz#98f3af926a5099153f092d4dad87148df21fbaae"
2026+
integrity sha512-GF8JZbZqSS+azehzlv/lmQQ3EU3VfWYzCczdZjJRxSEeXDQkqFhCBgFhallLDbPwQOEQ4MHpiPfkjKk7zlmeNg==
20192027
dependencies:
2020-
"@typescript-eslint/utils" "5.27.0"
2028+
"@typescript-eslint/utils" "5.30.0"
20212029
debug "^4.3.4"
20222030
tsutils "^3.21.0"
20232031

@@ -2030,6 +2038,11 @@
20302038
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.0.tgz#c3f44b9dda6177a9554f94a74745ca495ba9c001"
20312039
integrity sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==
20322040

2041+
"@typescript-eslint/types@5.30.0":
2042+
version "5.30.0"
2043+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.0.tgz#db7d81d585a3da3801432a9c1d2fafbff125e110"
2044+
integrity sha512-vfqcBrsRNWw/LBXyncMF/KrUTYYzzygCSsVqlZ1qGu1QtGs6vMkt3US0VNSQ05grXi5Yadp3qv5XZdYLjpp8ag==
2045+
20332046
"@typescript-eslint/typescript-estree@4.33.0":
20342047
version "4.33.0"
20352048
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
@@ -2055,15 +2068,28 @@
20552068
semver "^7.3.7"
20562069
tsutils "^3.21.0"
20572070

2058-
"@typescript-eslint/utils@5.27.0", "@typescript-eslint/utils@^5.10.0":
2059-
version "5.27.0"
2060-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.27.0.tgz#d0021cbf686467a6a9499bd0589e19665f9f7e71"
2061-
integrity sha512-nZvCrkIJppym7cIbP3pOwIkAefXOmfGPnCM0LQfzNaKxJHI6VjI8NC662uoiPlaf5f6ymkTy9C3NQXev2mdXmA==
2071+
"@typescript-eslint/typescript-estree@5.30.0":
2072+
version "5.30.0"
2073+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.0.tgz#4565ee8a6d2ac368996e20b2344ea0eab1a8f0bb"
2074+
integrity sha512-hDEawogreZB4n1zoqcrrtg/wPyyiCxmhPLpZ6kmWfKF5M5G0clRLaEexpuWr31fZ42F96SlD/5xCt1bT5Qm4Nw==
2075+
dependencies:
2076+
"@typescript-eslint/types" "5.30.0"
2077+
"@typescript-eslint/visitor-keys" "5.30.0"
2078+
debug "^4.3.4"
2079+
globby "^11.1.0"
2080+
is-glob "^4.0.3"
2081+
semver "^7.3.7"
2082+
tsutils "^3.21.0"
2083+
2084+
"@typescript-eslint/utils@5.30.0", "@typescript-eslint/utils@^5.10.0":
2085+
version "5.30.0"
2086+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.0.tgz#1dac771fead5eab40d31860716de219356f5f754"
2087+
integrity sha512-0bIgOgZflLKIcZsWvfklsaQTM3ZUbmtH0rJ1hKyV3raoUYyeZwcjQ8ZUJTzS7KnhNcsVT1Rxs7zeeMHEhGlltw==
20622088
dependencies:
20632089
"@types/json-schema" "^7.0.9"
2064-
"@typescript-eslint/scope-manager" "5.27.0"
2065-
"@typescript-eslint/types" "5.27.0"
2066-
"@typescript-eslint/typescript-estree" "5.27.0"
2090+
"@typescript-eslint/scope-manager" "5.30.0"
2091+
"@typescript-eslint/types" "5.30.0"
2092+
"@typescript-eslint/typescript-estree" "5.30.0"
20672093
eslint-scope "^5.1.1"
20682094
eslint-utils "^3.0.0"
20692095

@@ -2082,6 +2108,14 @@
20822108
"@typescript-eslint/types" "5.27.0"
20832109
eslint-visitor-keys "^3.3.0"
20842110

2111+
"@typescript-eslint/visitor-keys@5.30.0":
2112+
version "5.30.0"
2113+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.0.tgz#07721d23daca2ec4c2da7f1e660d41cd78bacac3"
2114+
integrity sha512-6WcIeRk2DQ3pHKxU1Ni0qMXJkjO/zLjBymlYBy/53qxe7yjEFSvzKLDToJjURUhSl2Fzhkl4SMXQoETauF74cw==
2115+
dependencies:
2116+
"@typescript-eslint/types" "5.30.0"
2117+
eslint-visitor-keys "^3.3.0"
2118+
20852119
"@vitejs/plugin-vue@^2.3.3":
20862120
version "2.3.3"
20872121
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-2.3.3.tgz#fbf80cc039b82ac21a1acb0f0478de8f61fbf600"

0 commit comments

Comments
 (0)