Skip to content

Commit ec1541c

Browse files
Bump @typescript-eslint/eslint-plugin from 6.7.5 to 6.8.0 (#29)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.7.5 to 6.8.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/v6.8.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 723c679 commit ec1541c

File tree

2 files changed

+56
-22
lines changed

2 files changed

+56
-22
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@changesets/cli": "^2.26.2",
7474
"@types/jest": "^29.5.6",
7575
"@types/node": "^18.17.1",
76-
"@typescript-eslint/eslint-plugin": "^6.7.5",
76+
"@typescript-eslint/eslint-plugin": "^6.8.0",
7777
"@typescript-eslint/parser": "^6.7.5",
7878
"@vercel/ncc": "^0.38.1",
7979
"eslint": "^8.51.0",

yarn.lock

+55-21
Original file line numberDiff line numberDiff line change
@@ -1151,16 +1151,16 @@
11511151
dependencies:
11521152
"@types/yargs-parser" "*"
11531153

1154-
"@typescript-eslint/eslint-plugin@^6.0.0", "@typescript-eslint/eslint-plugin@^6.7.5":
1155-
version "6.7.5"
1156-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.5.tgz#f4024b9f63593d0c2b5bd6e4ca027e6f30934d4f"
1157-
integrity sha512-JhtAwTRhOUcP96D0Y6KYnwig/MRQbOoLGXTON2+LlyB/N35SP9j1boai2zzwXb7ypKELXMx3DVk9UTaEq1vHEw==
1154+
"@typescript-eslint/eslint-plugin@^6.0.0", "@typescript-eslint/eslint-plugin@^6.8.0":
1155+
version "6.8.0"
1156+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.8.0.tgz#06abe4265e7c82f20ade2dcc0e3403c32d4f148b"
1157+
integrity sha512-GosF4238Tkes2SHPQ1i8f6rMtG6zlKwMEB0abqSJ3Npvos+doIlc/ATG+vX1G9coDF3Ex78zM3heXHLyWEwLUw==
11581158
dependencies:
11591159
"@eslint-community/regexpp" "^4.5.1"
1160-
"@typescript-eslint/scope-manager" "6.7.5"
1161-
"@typescript-eslint/type-utils" "6.7.5"
1162-
"@typescript-eslint/utils" "6.7.5"
1163-
"@typescript-eslint/visitor-keys" "6.7.5"
1160+
"@typescript-eslint/scope-manager" "6.8.0"
1161+
"@typescript-eslint/type-utils" "6.8.0"
1162+
"@typescript-eslint/utils" "6.8.0"
1163+
"@typescript-eslint/visitor-keys" "6.8.0"
11641164
debug "^4.3.4"
11651165
graphemer "^1.4.0"
11661166
ignore "^5.2.4"
@@ -1205,13 +1205,21 @@
12051205
"@typescript-eslint/types" "6.7.5"
12061206
"@typescript-eslint/visitor-keys" "6.7.5"
12071207

1208-
"@typescript-eslint/type-utils@6.7.5":
1209-
version "6.7.5"
1210-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.5.tgz#0a65949ec16588d8956f6d967f7d9c84ddb2d72a"
1211-
integrity sha512-Gs0qos5wqxnQrvpYv+pf3XfcRXW6jiAn9zE/K+DlmYf6FcpxeNYN0AIETaPR7rHO4K2UY+D0CIbDP9Ut0U4m1g==
1208+
"@typescript-eslint/scope-manager@6.8.0":
1209+
version "6.8.0"
1210+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.8.0.tgz#5cac7977385cde068ab30686889dd59879811efd"
1211+
integrity sha512-xe0HNBVwCph7rak+ZHcFD6A+q50SMsFwcmfdjs9Kz4qDh5hWhaPhFjRs/SODEhroBI5Ruyvyz9LfwUJ624O40g==
12121212
dependencies:
1213-
"@typescript-eslint/typescript-estree" "6.7.5"
1214-
"@typescript-eslint/utils" "6.7.5"
1213+
"@typescript-eslint/types" "6.8.0"
1214+
"@typescript-eslint/visitor-keys" "6.8.0"
1215+
1216+
"@typescript-eslint/[email protected]":
1217+
version "6.8.0"
1218+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.8.0.tgz#50365e44918ca0fd159844b5d6ea96789731e11f"
1219+
integrity sha512-RYOJdlkTJIXW7GSldUIHqc/Hkto8E+fZN96dMIFhuTJcQwdRoGN2rEWA8U6oXbLo0qufH7NPElUb+MceHtz54g==
1220+
dependencies:
1221+
"@typescript-eslint/typescript-estree" "6.8.0"
1222+
"@typescript-eslint/utils" "6.8.0"
12151223
debug "^4.3.4"
12161224
ts-api-utils "^1.0.1"
12171225

@@ -1225,6 +1233,11 @@
12251233
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.5.tgz#4571320fb9cf669de9a95d9849f922c3af809790"
12261234
integrity sha512-WboQBlOXtdj1tDFPyIthpKrUb+kZf2VroLZhxKa/VlwLlLyqv/PwUNgL30BlTVZV1Wu4Asu2mMYPqarSO4L5ZQ==
12271235

1236+
"@typescript-eslint/[email protected]":
1237+
version "6.8.0"
1238+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.8.0.tgz#1ab5d4fe1d613e3f65f6684026ade6b94f7e3ded"
1239+
integrity sha512-p5qOxSum7W3k+llc7owEStXlGmSl8FcGvhYt8Vjy7FqEnmkCVlM3P57XQEGj58oqaBWDQXbJDZxwUWMS/EAPNQ==
1240+
12281241
"@typescript-eslint/[email protected]":
12291242
version "5.62.0"
12301243
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -1251,17 +1264,30 @@
12511264
semver "^7.5.4"
12521265
ts-api-utils "^1.0.1"
12531266

1254-
"@typescript-eslint/[email protected]":
1255-
version "6.7.5"
1256-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.5.tgz#ab847b53d6b65e029314b8247c2336843dba81ab"
1257-
integrity sha512-pfRRrH20thJbzPPlPc4j0UNGvH1PjPlhlCMq4Yx7EGjV7lvEeGX0U6MJYe8+SyFutWgSHsdbJ3BXzZccYggezA==
1267+
"@typescript-eslint/[email protected]":
1268+
version "6.8.0"
1269+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.8.0.tgz#9565f15e0cd12f55cf5aa0dfb130a6cb0d436ba1"
1270+
integrity sha512-ISgV0lQ8XgW+mvv5My/+iTUdRmGspducmQcDw5JxznasXNnZn3SKNrTRuMsEXv+V/O+Lw9AGcQCfVaOPCAk/Zg==
1271+
dependencies:
1272+
"@typescript-eslint/types" "6.8.0"
1273+
"@typescript-eslint/visitor-keys" "6.8.0"
1274+
debug "^4.3.4"
1275+
globby "^11.1.0"
1276+
is-glob "^4.0.3"
1277+
semver "^7.5.4"
1278+
ts-api-utils "^1.0.1"
1279+
1280+
"@typescript-eslint/[email protected]":
1281+
version "6.8.0"
1282+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.8.0.tgz#d42939c2074c6b59844d0982ce26a51d136c4029"
1283+
integrity sha512-dKs1itdE2qFG4jr0dlYLQVppqTE+Itt7GmIf/vX6CSvsW+3ov8PbWauVKyyfNngokhIO9sKZeRGCUo1+N7U98Q==
12581284
dependencies:
12591285
"@eslint-community/eslint-utils" "^4.4.0"
12601286
"@types/json-schema" "^7.0.12"
12611287
"@types/semver" "^7.5.0"
1262-
"@typescript-eslint/scope-manager" "6.7.5"
1263-
"@typescript-eslint/types" "6.7.5"
1264-
"@typescript-eslint/typescript-estree" "6.7.5"
1288+
"@typescript-eslint/scope-manager" "6.8.0"
1289+
"@typescript-eslint/types" "6.8.0"
1290+
"@typescript-eslint/typescript-estree" "6.8.0"
12651291
semver "^7.5.4"
12661292

12671293
"@typescript-eslint/utils@^5.10.0":
@@ -1294,6 +1320,14 @@
12941320
"@typescript-eslint/types" "6.7.5"
12951321
eslint-visitor-keys "^3.4.1"
12961322

1323+
"@typescript-eslint/[email protected]":
1324+
version "6.8.0"
1325+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.8.0.tgz#cffebed56ae99c45eba901c378a6447b06be58b8"
1326+
integrity sha512-oqAnbA7c+pgOhW2OhGvxm0t1BULX5peQI/rLsNDpGM78EebV3C9IGbX5HNZabuZ6UQrYveCLjKo8Iy/lLlBkkg==
1327+
dependencies:
1328+
"@typescript-eslint/types" "6.8.0"
1329+
eslint-visitor-keys "^3.4.1"
1330+
12971331
"@vercel/ncc@^0.38.1":
12981332
version "0.38.1"
12991333
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.38.1.tgz#13f08738111e1d9e8a22fd6141f3590e54d9a60e"

0 commit comments

Comments
 (0)