Skip to content

Commit 181a53e

Browse files
build(deps-dev): Bump @typescript-eslint/eslint-plugin from 6.15.0 to 7.0.0 (#2089)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.15.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 08f2005 commit 181a53e

File tree

2 files changed

+57
-22
lines changed

2 files changed

+57
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@eslint/js": "^8.55.0",
9292
"@release-it-plugins/lerna-changelog": "^6.0.0",
9393
"@types/eslint": "^8.44.6",
94-
"@typescript-eslint/eslint-plugin": "^6.9.1",
94+
"@typescript-eslint/eslint-plugin": "^7.0.0",
9595
"@typescript-eslint/parser": "^6.9.1",
9696
"eslint": "^8.55.0",
9797
"eslint-config-prettier": "^9.0.0",

yarn.lock

Lines changed: 56 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,16 +1181,16 @@
11811181
resolved "https://registry.yarnpkg.com/@types/yoga-layout/-/yoga-layout-1.9.2.tgz#efaf9e991a7390dc081a0b679185979a83a9639a"
11821182
integrity sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw==
11831183

1184-
"@typescript-eslint/eslint-plugin@^6.9.1":
1185-
version "6.21.0"
1186-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
1187-
integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
1184+
"@typescript-eslint/eslint-plugin@^7.0.0":
1185+
version "7.0.0"
1186+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.0.0.tgz#62cda0d35bbf601683c6e58cf5d04f0275caca4e"
1187+
integrity sha512-M72SJ0DkcQVmmsbqlzc6EJgb/3Oz2Wdm6AyESB4YkGgCxP8u5jt5jn4/OBMPK3HLOxcttZq5xbBBU7e2By4SZQ==
11881188
dependencies:
11891189
"@eslint-community/regexpp" "^4.5.1"
1190-
"@typescript-eslint/scope-manager" "6.21.0"
1191-
"@typescript-eslint/type-utils" "6.21.0"
1192-
"@typescript-eslint/utils" "6.21.0"
1193-
"@typescript-eslint/visitor-keys" "6.21.0"
1190+
"@typescript-eslint/scope-manager" "7.0.0"
1191+
"@typescript-eslint/type-utils" "7.0.0"
1192+
"@typescript-eslint/utils" "7.0.0"
1193+
"@typescript-eslint/visitor-keys" "7.0.0"
11941194
debug "^4.3.4"
11951195
graphemer "^1.4.0"
11961196
ignore "^5.2.4"
@@ -1225,13 +1225,21 @@
12251225
"@typescript-eslint/types" "6.21.0"
12261226
"@typescript-eslint/visitor-keys" "6.21.0"
12271227

1228-
"@typescript-eslint/[email protected].0":
1229-
version "6.21.0"
1230-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
1231-
integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
1228+
"@typescript-eslint/[email protected].0":
1229+
version "7.0.0"
1230+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.0.0.tgz#15ea9abad2b56fc8f5c0b516775f41c86c5c8685"
1231+
integrity sha512-IxTStwhNDPO07CCrYuAqjuJ3Xf5MrMaNgbAZPxFXAUpAtwqFxiuItxUaVtP/SJQeCdJjwDGh9/lMOluAndkKeg==
12321232
dependencies:
1233-
"@typescript-eslint/typescript-estree" "6.21.0"
1234-
"@typescript-eslint/utils" "6.21.0"
1233+
"@typescript-eslint/types" "7.0.0"
1234+
"@typescript-eslint/visitor-keys" "7.0.0"
1235+
1236+
"@typescript-eslint/[email protected]":
1237+
version "7.0.0"
1238+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.0.0.tgz#a4c7ae114414e09dbbd3c823b5924793f7483252"
1239+
integrity sha512-FIM8HPxj1P2G7qfrpiXvbHeHypgo2mFpFGoh5I73ZlqmJOsloSa1x0ZyXCer43++P1doxCgNqIOLqmZR6SOT8g==
1240+
dependencies:
1241+
"@typescript-eslint/typescript-estree" "7.0.0"
1242+
"@typescript-eslint/utils" "7.0.0"
12351243
debug "^4.3.4"
12361244
ts-api-utils "^1.0.1"
12371245

@@ -1245,6 +1253,11 @@
12451253
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
12461254
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
12471255

1256+
"@typescript-eslint/[email protected]":
1257+
version "7.0.0"
1258+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.0.0.tgz#2e5889c7fe3c873fc6dc6420aa77775f17cd5dc6"
1259+
integrity sha512-9ZIJDqagK1TTs4W9IyeB2sH/s1fFhN9958ycW8NRTg1vXGzzH5PQNzq6KbsbVGMT+oyyfa17DfchHDidcmf5cg==
1260+
12481261
"@typescript-eslint/[email protected]":
12491262
version "5.62.0"
12501263
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -1272,17 +1285,31 @@
12721285
semver "^7.5.4"
12731286
ts-api-utils "^1.0.1"
12741287

1275-
"@typescript-eslint/[email protected]":
1276-
version "6.21.0"
1277-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
1278-
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
1288+
"@typescript-eslint/[email protected]":
1289+
version "7.0.0"
1290+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.0.0.tgz#7ce66f2ce068517f034f73fba9029300302fdae9"
1291+
integrity sha512-JzsOzhJJm74aQ3c9um/aDryHgSHfaX8SHFIu9x4Gpik/+qxLvxUylhTsO9abcNu39JIdhY2LgYrFxTii3IajLA==
1292+
dependencies:
1293+
"@typescript-eslint/types" "7.0.0"
1294+
"@typescript-eslint/visitor-keys" "7.0.0"
1295+
debug "^4.3.4"
1296+
globby "^11.1.0"
1297+
is-glob "^4.0.3"
1298+
minimatch "9.0.3"
1299+
semver "^7.5.4"
1300+
ts-api-utils "^1.0.1"
1301+
1302+
"@typescript-eslint/[email protected]":
1303+
version "7.0.0"
1304+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.0.0.tgz#e43710af746c6ae08484f7afc68abc0212782c7e"
1305+
integrity sha512-kuPZcPAdGcDBAyqDn/JVeJVhySvpkxzfXjJq1X1BFSTYo1TTuo4iyb937u457q4K0In84p6u2VHQGaFnv7VYqg==
12791306
dependencies:
12801307
"@eslint-community/eslint-utils" "^4.4.0"
12811308
"@types/json-schema" "^7.0.12"
12821309
"@types/semver" "^7.5.0"
1283-
"@typescript-eslint/scope-manager" "6.21.0"
1284-
"@typescript-eslint/types" "6.21.0"
1285-
"@typescript-eslint/typescript-estree" "6.21.0"
1310+
"@typescript-eslint/scope-manager" "7.0.0"
1311+
"@typescript-eslint/types" "7.0.0"
1312+
"@typescript-eslint/typescript-estree" "7.0.0"
12861313
semver "^7.5.4"
12871314

12881315
"@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.38.1":
@@ -1315,6 +1342,14 @@
13151342
"@typescript-eslint/types" "6.21.0"
13161343
eslint-visitor-keys "^3.4.1"
13171344

1345+
"@typescript-eslint/[email protected]":
1346+
version "7.0.0"
1347+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.0.0.tgz#83cdadd193ee735fe9ea541f6a2b4d76dfe62081"
1348+
integrity sha512-JZP0uw59PRHp7sHQl3aF/lFgwOW2rgNVnXUksj1d932PMita9wFBd3621vHQRDvHwPsSY9FMAAHVc8gTvLYY4w==
1349+
dependencies:
1350+
"@typescript-eslint/types" "7.0.0"
1351+
eslint-visitor-keys "^3.4.1"
1352+
13181353
"@ungap/structured-clone@^1.2.0":
13191354
version "1.2.0"
13201355
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"

0 commit comments

Comments
 (0)