Skip to content

Commit a4e71fc

Browse files
Bump @typescript-eslint/eslint-plugin from 8.12.1 to 8.18.2
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.12.1 to 8.18.2. - [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/v8.18.2/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d86c93f commit a4e71fc

File tree

2 files changed

+62
-22
lines changed

2 files changed

+62
-22
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"@grafana/schema": "^11.2.2",
9191
"@grafana/ui": "^11.2.2",
9292
"@stylistic/eslint-plugin-ts": "^2.9.0",
93-
"@typescript-eslint/eslint-plugin": "^8.12.1",
93+
"@typescript-eslint/eslint-plugin": "^8.18.2",
9494
"@typescript-eslint/parser": "^8.12.1",
9595
"eslint": "8",
9696
"eslint-config-prettier": "^9.1.0",

yarn.lock

+61-21
Original file line numberDiff line numberDiff line change
@@ -2105,16 +2105,16 @@
21052105
dependencies:
21062106
"@types/yargs-parser" "*"
21072107

2108-
"@typescript-eslint/eslint-plugin@^8.12.1":
2109-
version "8.12.1"
2110-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.12.1.tgz#ea39bc3c1bf9828b01e35478daede2188b471b2e"
2111-
integrity sha512-gNg/inLRcPoBsKKIe4Vv38SVSOhk4BKWNO0T56sVff33gRqtTpOsrhHtiOKD1lmIOmCtZMPaW2x/h2FlM+sCEg==
2108+
"@typescript-eslint/eslint-plugin@^8.18.2":
2109+
version "8.18.2"
2110+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.2.tgz#c78e363ab5fe3b21dd1c90d8be9581534417f78e"
2111+
integrity sha512-adig4SzPLjeQ0Tm+jvsozSGiCliI2ajeURDGHjZ2llnA+A67HihCQ+a3amtPhUakd1GlwHxSRvzOZktbEvhPPg==
21122112
dependencies:
21132113
"@eslint-community/regexpp" "^4.10.0"
2114-
"@typescript-eslint/scope-manager" "8.12.1"
2115-
"@typescript-eslint/type-utils" "8.12.1"
2116-
"@typescript-eslint/utils" "8.12.1"
2117-
"@typescript-eslint/visitor-keys" "8.12.1"
2114+
"@typescript-eslint/scope-manager" "8.18.2"
2115+
"@typescript-eslint/type-utils" "8.18.2"
2116+
"@typescript-eslint/utils" "8.18.2"
2117+
"@typescript-eslint/visitor-keys" "8.18.2"
21182118
graphemer "^1.4.0"
21192119
ignore "^5.3.1"
21202120
natural-compare "^1.4.0"
@@ -2147,13 +2147,21 @@
21472147
"@typescript-eslint/types" "8.12.1"
21482148
"@typescript-eslint/visitor-keys" "8.12.1"
21492149

2150-
"@typescript-eslint/type-utils@8.12.1":
2151-
version "8.12.1"
2152-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.12.1.tgz#82f1c2d50e7f54e0cacde174aa397fd09946b574"
2153-
integrity sha512-zJzrvbDVjIzVKV2TGHcjembEhws8RWXJhmqfO9hS2gRXBN0gDwGhRPEdJ6AZglzfJ+YA1q09EWpSLSXjBJpIMQ==
2150+
"@typescript-eslint/scope-manager@8.18.2":
2151+
version "8.18.2"
2152+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.18.2.tgz#d193c200d61eb0ddec5987c8e48c9d4e1c0510bd"
2153+
integrity sha512-YJFSfbd0CJjy14r/EvWapYgV4R5CHzptssoag2M7y3Ra7XNta6GPAJPPP5KGB9j14viYXyrzRO5GkX7CRfo8/g==
21542154
dependencies:
2155-
"@typescript-eslint/typescript-estree" "8.12.1"
2156-
"@typescript-eslint/utils" "8.12.1"
2155+
"@typescript-eslint/types" "8.18.2"
2156+
"@typescript-eslint/visitor-keys" "8.18.2"
2157+
2158+
"@typescript-eslint/[email protected]":
2159+
version "8.18.2"
2160+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.18.2.tgz#5ad07e09002eee237591881df674c1c0c91ca52f"
2161+
integrity sha512-AB/Wr1Lz31bzHfGm/jgbFR0VB0SML/hd2P1yxzKDM48YmP7vbyJNHRExUE/wZsQj2wUCvbWH8poNHFuxLqCTnA==
2162+
dependencies:
2163+
"@typescript-eslint/typescript-estree" "8.18.2"
2164+
"@typescript-eslint/utils" "8.18.2"
21572165
debug "^4.3.4"
21582166
ts-api-utils "^1.3.0"
21592167

@@ -2167,6 +2175,11 @@
21672175
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.12.1.tgz#cb28d9575cf504fb297e49085c2e3f77a4e7b7e4"
21682176
integrity sha512-anMS4es5lxBe4UVcDXOkcDb3csnm5BvaNIbOFfvy/pJEohorsggdVB8MFbl5EZiEuBnZZ0ei1z7W5b6FdFiV1Q==
21692177

2178+
"@typescript-eslint/[email protected]":
2179+
version "8.18.2"
2180+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.18.2.tgz#5ebad5b384c8aa1c0f86cee1c61bcdbe7511f547"
2181+
integrity sha512-Z/zblEPp8cIvmEn6+tPDIHUbRu/0z5lqZ+NvolL5SvXWT5rQy7+Nch83M0++XzO0XrWRFWECgOAyE8bsJTl1GQ==
2182+
21702183
"@typescript-eslint/[email protected]":
21712184
version "7.18.0"
21722185
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
@@ -2195,15 +2208,29 @@
21952208
semver "^7.6.0"
21962209
ts-api-utils "^1.3.0"
21972210

2198-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.8.0":
2199-
version "8.12.1"
2200-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.12.1.tgz#937e49cf1f9696afa9e78d6e652c6fca76e821b0"
2201-
integrity sha512-sDv9yFHrhKe1WN8EYuzfhKCh/sFRupe9P+m/lZ5YgVvPoCUGHNN50IO4llSu7JAbftUM/QcCh+GeCortXPrBYQ==
2211+
"@typescript-eslint/[email protected]":
2212+
version "8.18.2"
2213+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.2.tgz#fffb85527f8304e29bfbbdc712f4515da9f8b47c"
2214+
integrity sha512-WXAVt595HjpmlfH4crSdM/1bcsqh+1weFRWIa9XMTx/XHZ9TCKMcr725tLYqWOgzKdeDrqVHxFotrvWcEsk2Tg==
2215+
dependencies:
2216+
"@typescript-eslint/types" "8.18.2"
2217+
"@typescript-eslint/visitor-keys" "8.18.2"
2218+
debug "^4.3.4"
2219+
fast-glob "^3.3.2"
2220+
is-glob "^4.0.3"
2221+
minimatch "^9.0.4"
2222+
semver "^7.6.0"
2223+
ts-api-utils "^1.3.0"
2224+
2225+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.8.0":
2226+
version "8.18.2"
2227+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.18.2.tgz#a2635f71904a84f9e47fe1b6f65a6d944ff1adf9"
2228+
integrity sha512-Cr4A0H7DtVIPkauj4sTSXVl+VBWewE9/o40KcF3TV9aqDEOWoXF3/+oRXNby3DYzZeCATvbdksYsGZzplwnK/Q==
22022229
dependencies:
22032230
"@eslint-community/eslint-utils" "^4.4.0"
2204-
"@typescript-eslint/scope-manager" "8.12.1"
2205-
"@typescript-eslint/types" "8.12.1"
2206-
"@typescript-eslint/typescript-estree" "8.12.1"
2231+
"@typescript-eslint/scope-manager" "8.18.2"
2232+
"@typescript-eslint/types" "8.18.2"
2233+
"@typescript-eslint/typescript-estree" "8.18.2"
22072234

22082235
"@typescript-eslint/utils@^7.0.0":
22092236
version "7.18.0"
@@ -2231,6 +2258,14 @@
22312258
"@typescript-eslint/types" "8.12.1"
22322259
eslint-visitor-keys "^3.4.3"
22332260

2261+
"@typescript-eslint/[email protected]":
2262+
version "8.18.2"
2263+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.2.tgz#b3e434b701f086b10a7c82416ebc56899d27ef2f"
2264+
integrity sha512-zORcwn4C3trOWiCqFQP1x6G3xTRyZ1LYydnj51cRnJ6hxBlr/cKPckk+PKPUw/fXmvfKTcw7bwY3w9izgx5jZw==
2265+
dependencies:
2266+
"@typescript-eslint/types" "8.18.2"
2267+
eslint-visitor-keys "^4.2.0"
2268+
22342269
"@ungap/structured-clone@^1.2.0":
22352270
version "1.2.0"
22362271
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -4024,6 +4059,11 @@ eslint-visitor-keys@^4.1.0:
40244059
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz#1f785cc5e81eb7534523d85922248232077d2f8c"
40254060
integrity sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==
40264061

4062+
eslint-visitor-keys@^4.2.0:
4063+
version "4.2.0"
4064+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
4065+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
4066+
40274067
eslint-webpack-plugin@^4.0.1:
40284068
version "4.2.0"
40294069
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-4.2.0.tgz#41f54b25379908eb9eca8645bc997c90cfdbd34e"

0 commit comments

Comments
 (0)