Skip to content

Commit c29e9b3

Browse files
Bump @typescript-eslint/eslint-plugin from 6.8.0 to 7.0.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.8.0 to 7.0.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/v7.0.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 50d6eb6 commit c29e9b3

File tree

2 files changed

+79
-28
lines changed

2 files changed

+79
-28
lines changed

package.json

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

yarn.lock

+78-27
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@
11251125
dependencies:
11261126
"@types/yargs-parser" "*"
11271127

1128-
"@typescript-eslint/eslint-plugin@^6.0.0", "@typescript-eslint/eslint-plugin@^6.8.0":
1128+
"@typescript-eslint/eslint-plugin@^6.0.0":
11291129
version "6.8.0"
11301130
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.8.0.tgz#06abe4265e7c82f20ade2dcc0e3403c32d4f148b"
11311131
integrity sha512-GosF4238Tkes2SHPQ1i8f6rMtG6zlKwMEB0abqSJ3Npvos+doIlc/ATG+vX1G9coDF3Ex78zM3heXHLyWEwLUw==
@@ -1142,6 +1142,23 @@
11421142
semver "^7.5.4"
11431143
ts-api-utils "^1.0.1"
11441144

1145+
"@typescript-eslint/eslint-plugin@^7.0.0":
1146+
version "7.0.0"
1147+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.0.0.tgz#62cda0d35bbf601683c6e58cf5d04f0275caca4e"
1148+
integrity sha512-M72SJ0DkcQVmmsbqlzc6EJgb/3Oz2Wdm6AyESB4YkGgCxP8u5jt5jn4/OBMPK3HLOxcttZq5xbBBU7e2By4SZQ==
1149+
dependencies:
1150+
"@eslint-community/regexpp" "^4.5.1"
1151+
"@typescript-eslint/scope-manager" "7.0.0"
1152+
"@typescript-eslint/type-utils" "7.0.0"
1153+
"@typescript-eslint/utils" "7.0.0"
1154+
"@typescript-eslint/visitor-keys" "7.0.0"
1155+
debug "^4.3.4"
1156+
graphemer "^1.4.0"
1157+
ignore "^5.2.4"
1158+
natural-compare "^1.4.0"
1159+
semver "^7.5.4"
1160+
ts-api-utils "^1.0.1"
1161+
11451162
"@typescript-eslint/parser@^6.0.0", "@typescript-eslint/parser@^6.21.0", "@typescript-eslint/parser@^6.7.5":
11461163
version "6.21.0"
11471164
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
@@ -1169,6 +1186,14 @@
11691186
"@typescript-eslint/types" "6.8.0"
11701187
"@typescript-eslint/visitor-keys" "6.8.0"
11711188

1189+
"@typescript-eslint/[email protected]":
1190+
version "7.0.0"
1191+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.0.0.tgz#15ea9abad2b56fc8f5c0b516775f41c86c5c8685"
1192+
integrity sha512-IxTStwhNDPO07CCrYuAqjuJ3Xf5MrMaNgbAZPxFXAUpAtwqFxiuItxUaVtP/SJQeCdJjwDGh9/lMOluAndkKeg==
1193+
dependencies:
1194+
"@typescript-eslint/types" "7.0.0"
1195+
"@typescript-eslint/visitor-keys" "7.0.0"
1196+
11721197
"@typescript-eslint/[email protected]":
11731198
version "7.9.0"
11741199
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.9.0.tgz#1dd3e63a4411db356a9d040e75864851b5f2619b"
@@ -1187,6 +1212,16 @@
11871212
debug "^4.3.4"
11881213
ts-api-utils "^1.0.1"
11891214

1215+
"@typescript-eslint/[email protected]":
1216+
version "7.0.0"
1217+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.0.0.tgz#a4c7ae114414e09dbbd3c823b5924793f7483252"
1218+
integrity sha512-FIM8HPxj1P2G7qfrpiXvbHeHypgo2mFpFGoh5I73ZlqmJOsloSa1x0ZyXCer43++P1doxCgNqIOLqmZR6SOT8g==
1219+
dependencies:
1220+
"@typescript-eslint/typescript-estree" "7.0.0"
1221+
"@typescript-eslint/utils" "7.0.0"
1222+
debug "^4.3.4"
1223+
ts-api-utils "^1.0.1"
1224+
11901225
"@typescript-eslint/[email protected]":
11911226
version "6.21.0"
11921227
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
@@ -1197,6 +1232,11 @@
11971232
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.8.0.tgz#1ab5d4fe1d613e3f65f6684026ade6b94f7e3ded"
11981233
integrity sha512-p5qOxSum7W3k+llc7owEStXlGmSl8FcGvhYt8Vjy7FqEnmkCVlM3P57XQEGj58oqaBWDQXbJDZxwUWMS/EAPNQ==
11991234

1235+
"@typescript-eslint/[email protected]":
1236+
version "7.0.0"
1237+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.0.0.tgz#2e5889c7fe3c873fc6dc6420aa77775f17cd5dc6"
1238+
integrity sha512-9ZIJDqagK1TTs4W9IyeB2sH/s1fFhN9958ycW8NRTg1vXGzzH5PQNzq6KbsbVGMT+oyyfa17DfchHDidcmf5cg==
1239+
12001240
"@typescript-eslint/[email protected]":
12011241
version "7.9.0"
12021242
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.9.0.tgz#b58e485e4bfba055659c7e683ad4f5f0821ae2ec"
@@ -1229,6 +1269,20 @@
12291269
semver "^7.5.4"
12301270
ts-api-utils "^1.0.1"
12311271

1272+
"@typescript-eslint/[email protected]":
1273+
version "7.0.0"
1274+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.0.0.tgz#7ce66f2ce068517f034f73fba9029300302fdae9"
1275+
integrity sha512-JzsOzhJJm74aQ3c9um/aDryHgSHfaX8SHFIu9x4Gpik/+qxLvxUylhTsO9abcNu39JIdhY2LgYrFxTii3IajLA==
1276+
dependencies:
1277+
"@typescript-eslint/types" "7.0.0"
1278+
"@typescript-eslint/visitor-keys" "7.0.0"
1279+
debug "^4.3.4"
1280+
globby "^11.1.0"
1281+
is-glob "^4.0.3"
1282+
minimatch "9.0.3"
1283+
semver "^7.5.4"
1284+
ts-api-utils "^1.0.1"
1285+
12321286
"@typescript-eslint/[email protected]":
12331287
version "7.9.0"
12341288
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.9.0.tgz#3395e27656060dc313a6b406c3a298b729685e07"
@@ -1256,6 +1310,19 @@
12561310
"@typescript-eslint/typescript-estree" "6.8.0"
12571311
semver "^7.5.4"
12581312

1313+
"@typescript-eslint/[email protected]":
1314+
version "7.0.0"
1315+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.0.0.tgz#e43710af746c6ae08484f7afc68abc0212782c7e"
1316+
integrity sha512-kuPZcPAdGcDBAyqDn/JVeJVhySvpkxzfXjJq1X1BFSTYo1TTuo4iyb937u457q4K0In84p6u2VHQGaFnv7VYqg==
1317+
dependencies:
1318+
"@eslint-community/eslint-utils" "^4.4.0"
1319+
"@types/json-schema" "^7.0.12"
1320+
"@types/semver" "^7.5.0"
1321+
"@typescript-eslint/scope-manager" "7.0.0"
1322+
"@typescript-eslint/types" "7.0.0"
1323+
"@typescript-eslint/typescript-estree" "7.0.0"
1324+
semver "^7.5.4"
1325+
12591326
"@typescript-eslint/utils@^6.0.0 || ^7.0.0":
12601327
version "7.9.0"
12611328
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.9.0.tgz#1b96a34eefdca1c820cb1bbc2751d848b4540899"
@@ -1282,6 +1349,14 @@
12821349
"@typescript-eslint/types" "6.8.0"
12831350
eslint-visitor-keys "^3.4.1"
12841351

1352+
"@typescript-eslint/[email protected]":
1353+
version "7.0.0"
1354+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.0.0.tgz#83cdadd193ee735fe9ea541f6a2b4d76dfe62081"
1355+
integrity sha512-JZP0uw59PRHp7sHQl3aF/lFgwOW2rgNVnXUksj1d932PMita9wFBd3621vHQRDvHwPsSY9FMAAHVc8gTvLYY4w==
1356+
dependencies:
1357+
"@typescript-eslint/types" "7.0.0"
1358+
eslint-visitor-keys "^3.4.1"
1359+
12851360
"@typescript-eslint/[email protected]":
12861361
version "7.9.0"
12871362
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.9.0.tgz#82162656e339c3def02895f5c8546f6888d9b9ea"
@@ -3702,13 +3777,6 @@ lru-cache@^5.1.1:
37023777
dependencies:
37033778
yallist "^3.0.2"
37043779

3705-
lru-cache@^6.0.0:
3706-
version "6.0.0"
3707-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
3708-
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
3709-
dependencies:
3710-
yallist "^4.0.0"
3711-
37123780
make-coverage-badge@^1.2.0:
37133781
version "1.2.0"
37143782
resolved "https://registry.yarnpkg.com/make-coverage-badge/-/make-coverage-badge-1.2.0.tgz#125c337531ce7e036c64fa96a8b42ce60e33b437"
@@ -4384,14 +4452,7 @@ semver@^6.3.0, semver@^6.3.1:
43844452
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
43854453
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
43864454

4387-
semver@^7.3.5, semver@^7.5.3, semver@^7.5.4:
4388-
version "7.5.4"
4389-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
4390-
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
4391-
dependencies:
4392-
lru-cache "^6.0.0"
4393-
4394-
semver@^7.3.6, semver@^7.6.0:
4455+
semver@^7.3.5, semver@^7.3.6, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0:
43954456
version "7.6.2"
43964457
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
43974458
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
@@ -4728,12 +4789,7 @@ trim-newlines@^3.0.0:
47284789
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
47294790
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
47304791

4731-
ts-api-utils@^1.0.1:
4732-
version "1.0.3"
4733-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
4734-
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
4735-
4736-
ts-api-utils@^1.3.0:
4792+
ts-api-utils@^1.0.1, ts-api-utils@^1.3.0:
47374793
version "1.3.0"
47384794
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
47394795
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
@@ -5068,11 +5124,6 @@ yallist@^3.0.2:
50685124
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
50695125
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
50705126

5071-
yallist@^4.0.0:
5072-
version "4.0.0"
5073-
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
5074-
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
5075-
50765127
yargs-parser@^18.1.2, yargs-parser@^18.1.3:
50775128
version "18.1.3"
50785129
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"

0 commit comments

Comments
 (0)