Skip to content

Commit 7bb9828

Browse files
build(deps-dev): bump the eslint group across 1 directory with 3 updates (#1637)
Bumps the eslint group with 3 updates in the / directory: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest). Updates `@typescript-eslint/eslint-plugin` from 7.9.0 to 7.15.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.15.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.9.0 to 7.15.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.15.0/packages/parser) Updates `eslint-plugin-jest` from 28.5.0 to 28.6.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v28.5.0...v28.6.0) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 11e3946 commit 7bb9828

File tree

2 files changed

+7
-88
lines changed

2 files changed

+7
-88
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
"devDependencies": {
4646
"@types/jest": "29.5.12",
4747
"@types/node": "20.14.9",
48-
"@typescript-eslint/eslint-plugin": "7.9.0",
49-
"@typescript-eslint/parser": "7.9.0",
48+
"@typescript-eslint/eslint-plugin": "7.15.0",
49+
"@typescript-eslint/parser": "7.15.0",
5050
"eslint": "9.6.0",
5151
"eslint-config-prettier": "9.1.0",
52-
"eslint-plugin-jest": "28.5.0",
52+
"eslint-plugin-jest": "28.6.0",
5353
"eslint-plugin-prettier": "5.1.3",
5454
"jest": "29.7.0",
5555
"jest-circus": "29.7.0",

yarn.lock

Lines changed: 4 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,21 +1211,6 @@
12111211
natural-compare "^1.4.0"
12121212
ts-api-utils "^1.3.0"
12131213

1214-
"@typescript-eslint/[email protected]":
1215-
version "7.9.0"
1216-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.9.0.tgz#093b96fc4e342226e65d5f18f9c87081e0b04a31"
1217-
integrity sha512-6e+X0X3sFe/G/54aC3jt0txuMTURqLyekmEHViqyA2VnxhLMpvA6nqmcjIy+Cr9tLDHPssA74BP5Mx9HQIxBEA==
1218-
dependencies:
1219-
"@eslint-community/regexpp" "^4.10.0"
1220-
"@typescript-eslint/scope-manager" "7.9.0"
1221-
"@typescript-eslint/type-utils" "7.9.0"
1222-
"@typescript-eslint/utils" "7.9.0"
1223-
"@typescript-eslint/visitor-keys" "7.9.0"
1224-
graphemer "^1.4.0"
1225-
ignore "^5.3.1"
1226-
natural-compare "^1.4.0"
1227-
ts-api-utils "^1.3.0"
1228-
12291214
"@typescript-eslint/[email protected]":
12301215
version "7.15.0"
12311216
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.15.0.tgz#f4a536e5fc6a1c05c82c4d263a2bfad2da235c80"
@@ -1237,17 +1222,6 @@
12371222
"@typescript-eslint/visitor-keys" "7.15.0"
12381223
debug "^4.3.4"
12391224

1240-
"@typescript-eslint/[email protected]":
1241-
version "7.9.0"
1242-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.9.0.tgz#fb3ba01b75e0e65cb78037a360961b00301f6c70"
1243-
integrity sha512-qHMJfkL5qvgQB2aLvhUSXxbK7OLnDkwPzFalg458pxQgfxKDfT1ZDbHQM/I6mDIf/svlMkj21kzKuQ2ixJlatQ==
1244-
dependencies:
1245-
"@typescript-eslint/scope-manager" "7.9.0"
1246-
"@typescript-eslint/types" "7.9.0"
1247-
"@typescript-eslint/typescript-estree" "7.9.0"
1248-
"@typescript-eslint/visitor-keys" "7.9.0"
1249-
debug "^4.3.4"
1250-
12511225
"@typescript-eslint/[email protected]":
12521226
version "7.15.0"
12531227
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.15.0.tgz#201b34b0720be8b1447df17b963941bf044999b2"
@@ -1256,14 +1230,6 @@
12561230
"@typescript-eslint/types" "7.15.0"
12571231
"@typescript-eslint/visitor-keys" "7.15.0"
12581232

1259-
"@typescript-eslint/[email protected]":
1260-
version "7.9.0"
1261-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.9.0.tgz#1dd3e63a4411db356a9d040e75864851b5f2619b"
1262-
integrity sha512-ZwPK4DeCDxr3GJltRz5iZejPFAAr4Wk3+2WIBaj1L5PYK5RgxExu/Y68FFVclN0y6GGwH8q+KgKRCvaTmFBbgQ==
1263-
dependencies:
1264-
"@typescript-eslint/types" "7.9.0"
1265-
"@typescript-eslint/visitor-keys" "7.9.0"
1266-
12671233
"@typescript-eslint/[email protected]":
12681234
version "7.15.0"
12691235
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.15.0.tgz#5b83c904c6de91802fb399305a50a56d10472c39"
@@ -1274,26 +1240,11 @@
12741240
debug "^4.3.4"
12751241
ts-api-utils "^1.3.0"
12761242

1277-
"@typescript-eslint/[email protected]":
1278-
version "7.9.0"
1279-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.9.0.tgz#f523262e1b66ca65540b7a65a1222db52e0a90c9"
1280-
integrity sha512-6Qy8dfut0PFrFRAZsGzuLoM4hre4gjzWJB6sUvdunCYZsYemTkzZNwF1rnGea326PHPT3zn5Lmg32M/xfJfByA==
1281-
dependencies:
1282-
"@typescript-eslint/typescript-estree" "7.9.0"
1283-
"@typescript-eslint/utils" "7.9.0"
1284-
debug "^4.3.4"
1285-
ts-api-utils "^1.3.0"
1286-
12871243
"@typescript-eslint/[email protected]":
12881244
version "7.15.0"
12891245
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.15.0.tgz#fb894373a6e3882cbb37671ffddce44f934f62fc"
12901246
integrity sha512-aV1+B1+ySXbQH0pLK0rx66I3IkiZNidYobyfn0WFsdGhSXw+P3YOqeTq5GED458SfB24tg+ux3S+9g118hjlTw==
12911247

1292-
"@typescript-eslint/[email protected]":
1293-
version "7.9.0"
1294-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.9.0.tgz#b58e485e4bfba055659c7e683ad4f5f0821ae2ec"
1295-
integrity sha512-oZQD9HEWQanl9UfsbGVcZ2cGaR0YT5476xfWE0oE5kQa2sNK2frxOlkeacLOTh9po4AlUT5rtkGyYM5kew0z5w==
1296-
12971248
"@typescript-eslint/[email protected]":
12981249
version "7.15.0"
12991250
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.15.0.tgz#e323bfa3966e1485b638ce751f219fc1f31eba37"
@@ -1308,20 +1259,6 @@
13081259
semver "^7.6.0"
13091260
ts-api-utils "^1.3.0"
13101261

1311-
"@typescript-eslint/[email protected]":
1312-
version "7.9.0"
1313-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.9.0.tgz#3395e27656060dc313a6b406c3a298b729685e07"
1314-
integrity sha512-zBCMCkrb2YjpKV3LA0ZJubtKCDxLttxfdGmwZvTqqWevUPN0FZvSI26FalGFFUZU/9YQK/A4xcQF9o/VVaCKAg==
1315-
dependencies:
1316-
"@typescript-eslint/types" "7.9.0"
1317-
"@typescript-eslint/visitor-keys" "7.9.0"
1318-
debug "^4.3.4"
1319-
globby "^11.1.0"
1320-
is-glob "^4.0.3"
1321-
minimatch "^9.0.4"
1322-
semver "^7.6.0"
1323-
ts-api-utils "^1.3.0"
1324-
13251262
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0 || ^7.0.0":
13261263
version "7.15.0"
13271264
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.15.0.tgz#9e6253c4599b6e7da2fb64ba3f549c73eb8c1960"
@@ -1332,16 +1269,6 @@
13321269
"@typescript-eslint/types" "7.15.0"
13331270
"@typescript-eslint/typescript-estree" "7.15.0"
13341271

1335-
"@typescript-eslint/[email protected]":
1336-
version "7.9.0"
1337-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.9.0.tgz#1b96a34eefdca1c820cb1bbc2751d848b4540899"
1338-
integrity sha512-5KVRQCzZajmT4Ep+NEgjXCvjuypVvYHUW7RHlXzNPuak2oWpVoD1jf5xCP0dPAuNIchjC7uQyvbdaSTFaLqSdA==
1339-
dependencies:
1340-
"@eslint-community/eslint-utils" "^4.4.0"
1341-
"@typescript-eslint/scope-manager" "7.9.0"
1342-
"@typescript-eslint/types" "7.9.0"
1343-
"@typescript-eslint/typescript-estree" "7.9.0"
1344-
13451272
"@typescript-eslint/[email protected]":
13461273
version "7.15.0"
13471274
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.15.0.tgz#1da0726201a859343fe6a05742a7c1792fff5b66"
@@ -1350,14 +1277,6 @@
13501277
"@typescript-eslint/types" "7.15.0"
13511278
eslint-visitor-keys "^3.4.3"
13521279

1353-
"@typescript-eslint/[email protected]":
1354-
version "7.9.0"
1355-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.9.0.tgz#82162656e339c3def02895f5c8546f6888d9b9ea"
1356-
integrity sha512-iESPx2TNLDNGQLyjKhUvIKprlP49XNEK+MvIf9nIO7ZZaZdbnfWKHnXAgufpxqfA0YryH8XToi4+CjBgVnFTSQ==
1357-
dependencies:
1358-
"@typescript-eslint/types" "7.9.0"
1359-
eslint-visitor-keys "^3.4.3"
1360-
13611280
acorn-jsx@^5.3.2:
13621281
version "5.3.2"
13631282
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -1790,10 +1709,10 @@ [email protected]:
17901709
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
17911710
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
17921711

1793-
eslint-plugin-jest@28.5.0:
1794-
version "28.5.0"
1795-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.5.0.tgz#b497b795de37f671eaccd38bd83030186ff5dc8d"
1796-
integrity sha512-6np6DGdmNq/eBbA7HOUNV8fkfL86PYwBfwyb8n23FXgJNTR8+ot3smRHjza9LGsBBZRypK3qyF79vMjohIL8eQ==
1712+
eslint-plugin-jest@28.6.0:
1713+
version "28.6.0"
1714+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.6.0.tgz#8410588d60bcafa68a91b6ec272e4a415502302a"
1715+
integrity sha512-YG28E1/MIKwnz+e2H7VwYPzHUYU4aMa19w0yGcwXnnmJH6EfgHahTJ2un3IyraUxNfnz/KUhJAFXNNwWPo12tg==
17971716
dependencies:
17981717
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0"
17991718

0 commit comments

Comments
 (0)