Skip to content

Commit e75fac5

Browse files
chore(dev-deps): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.2 to 5.59.8. - [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/v5.59.8/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9cc1fdb commit e75fac5

2 files changed

Lines changed: 15 additions & 63 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@salesforce/prettier-config": "^0.0.3",
2323
"@types/debug": "^4.1.7",
2424
"@types/ejs": "^3.1.2",
25-
"@typescript-eslint/eslint-plugin": "^5.59.2",
25+
"@typescript-eslint/eslint-plugin": "^5.59.8",
2626
"@typescript-eslint/parser": "^5.59.8",
2727
"chai": "^4.3.7",
2828
"eslint": "^8.42.0",

yarn.lock

Lines changed: 14 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,15 +1262,15 @@
12621262
"@types/expect" "^1.20.4"
12631263
"@types/node" "*"
12641264

1265-
"@typescript-eslint/eslint-plugin@^5.59.2":
1266-
version "5.59.2"
1267-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.2.tgz#684a2ce7182f3b4dac342eef7caa1c2bae476abd"
1268-
integrity sha512-yVrXupeHjRxLDcPKL10sGQ/QlVrA8J5IYOEWVqk0lJaSZP7X5DfnP7Ns3cc74/blmbipQ1htFNVGsHX6wsYm0A==
1265+
"@typescript-eslint/eslint-plugin@^5.59.8":
1266+
version "5.59.8"
1267+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.8.tgz#1e7a3e5318ece22251dfbc5c9c6feeb4793cc509"
1268+
integrity sha512-JDMOmhXteJ4WVKOiHXGCoB96ADWg9q7efPWHRViT/f09bA8XOMLAVHHju3l0MkZnG1izaWXYmgvQcUjTRcpShQ==
12691269
dependencies:
12701270
"@eslint-community/regexpp" "^4.4.0"
1271-
"@typescript-eslint/scope-manager" "5.59.2"
1272-
"@typescript-eslint/type-utils" "5.59.2"
1273-
"@typescript-eslint/utils" "5.59.2"
1271+
"@typescript-eslint/scope-manager" "5.59.8"
1272+
"@typescript-eslint/type-utils" "5.59.8"
1273+
"@typescript-eslint/utils" "5.59.8"
12741274
debug "^4.3.4"
12751275
grapheme-splitter "^1.0.4"
12761276
ignore "^5.2.0"
@@ -1288,14 +1288,6 @@
12881288
"@typescript-eslint/typescript-estree" "5.59.8"
12891289
debug "^4.3.4"
12901290

1291-
"@typescript-eslint/scope-manager@5.59.2":
1292-
version "5.59.2"
1293-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.2.tgz#f699fe936ee4e2c996d14f0fdd3a7da5ba7b9a4c"
1294-
integrity sha512-dB1v7ROySwQWKqQ8rEWcdbTsFjh2G0vn8KUyvTXdPoyzSL6lLGkiXEV5CvpJsEe9xIdKV+8Zqb7wif2issoOFA==
1295-
dependencies:
1296-
"@typescript-eslint/types" "5.59.2"
1297-
"@typescript-eslint/visitor-keys" "5.59.2"
1298-
12991291
"@typescript-eslint/scope-manager@5.59.8":
13001292
version "5.59.8"
13011293
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.8.tgz#ff4ad4fec6433647b817c4a7d4b4165d18ea2fa8"
@@ -1304,39 +1296,21 @@
13041296
"@typescript-eslint/types" "5.59.8"
13051297
"@typescript-eslint/visitor-keys" "5.59.8"
13061298

1307-
"@typescript-eslint/type-utils@5.59.2":
1308-
version "5.59.2"
1309-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.2.tgz#0729c237503604cd9a7084b5af04c496c9a4cdcf"
1310-
integrity sha512-b1LS2phBOsEy/T381bxkkywfQXkV1dWda/z0PhnIy3bC5+rQWQDS7fk9CSpcXBccPY27Z6vBEuaPBCKCgYezyQ==
1299+
"@typescript-eslint/type-utils@5.59.8":
1300+
version "5.59.8"
1301+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.8.tgz#aa6c029a9d7706d26bbd25eb4666398781df6ea2"
1302+
integrity sha512-+5M518uEIHFBy3FnyqZUF3BMP+AXnYn4oyH8RF012+e7/msMY98FhGL5SrN29NQ9xDgvqCgYnsOiKp1VjZ/fpA==
13111303
dependencies:
1312-
"@typescript-eslint/typescript-estree" "5.59.2"
1313-
"@typescript-eslint/utils" "5.59.2"
1304+
"@typescript-eslint/typescript-estree" "5.59.8"
1305+
"@typescript-eslint/utils" "5.59.8"
13141306
debug "^4.3.4"
13151307
tsutils "^3.21.0"
13161308

1317-
"@typescript-eslint/types@5.59.2":
1318-
version "5.59.2"
1319-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.2.tgz#b511d2b9847fe277c5cb002a2318bd329ef4f655"
1320-
integrity sha512-LbJ/HqoVs2XTGq5shkiKaNTuVv5tTejdHgfdjqRUGdYhjW1crm/M7og2jhVskMt8/4wS3T1+PfFvL1K3wqYj4w==
1321-
13221309
"@typescript-eslint/types@5.59.8":
13231310
version "5.59.8"
13241311
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.8.tgz#212e54414733618f5d0fd50b2da2717f630aebf8"
13251312
integrity sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==
13261313

1327-
"@typescript-eslint/typescript-estree@5.59.2":
1328-
version "5.59.2"
1329-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.2.tgz#6e2fabd3ba01db5d69df44e0b654c0b051fe9936"
1330-
integrity sha512-+j4SmbwVmZsQ9jEyBMgpuBD0rKwi9RxRpjX71Brr73RsYnEr3Lt5QZ624Bxphp8HUkSKfqGnPJp1kA5nl0Sh7Q==
1331-
dependencies:
1332-
"@typescript-eslint/types" "5.59.2"
1333-
"@typescript-eslint/visitor-keys" "5.59.2"
1334-
debug "^4.3.4"
1335-
globby "^11.1.0"
1336-
is-glob "^4.0.3"
1337-
semver "^7.3.7"
1338-
tsutils "^3.21.0"
1339-
13401314
"@typescript-eslint/typescript-estree@5.59.8":
13411315
version "5.59.8"
13421316
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.8.tgz#801a7b1766481629481b3b0878148bd7a1f345d7"
@@ -1350,21 +1324,7 @@
13501324
semver "^7.3.7"
13511325
tsutils "^3.21.0"
13521326

1353-
"@typescript-eslint/utils@5.59.2":
1354-
version "5.59.2"
1355-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.2.tgz#0c45178124d10cc986115885688db6abc37939f4"
1356-
integrity sha512-kSuF6/77TZzyGPhGO4uVp+f0SBoYxCDf+lW3GKhtKru/L8k/Hd7NFQxyWUeY7Z/KGB2C6Fe3yf2vVi4V9TsCSQ==
1357-
dependencies:
1358-
"@eslint-community/eslint-utils" "^4.2.0"
1359-
"@types/json-schema" "^7.0.9"
1360-
"@types/semver" "^7.3.12"
1361-
"@typescript-eslint/scope-manager" "5.59.2"
1362-
"@typescript-eslint/types" "5.59.2"
1363-
"@typescript-eslint/typescript-estree" "5.59.2"
1364-
eslint-scope "^5.1.1"
1365-
semver "^7.3.7"
1366-
1367-
"@typescript-eslint/utils@^5.59.8":
1327+
"@typescript-eslint/utils@5.59.8", "@typescript-eslint/utils@^5.59.8":
13681328
version "5.59.8"
13691329
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.8.tgz#34d129f35a2134c67fdaf024941e8f96050dca2b"
13701330
integrity sha512-Tr65630KysnNn9f9G7ROF3w1b5/7f6QVCJ+WK9nhIocWmx9F+TmCAcglF26Vm7z8KCTwoKcNEBZrhlklla3CKg==
@@ -1378,14 +1338,6 @@
13781338
eslint-scope "^5.1.1"
13791339
semver "^7.3.7"
13801340

1381-
"@typescript-eslint/visitor-keys@5.59.2":
1382-
version "5.59.2"
1383-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.2.tgz#37a419dc2723a3eacbf722512b86d6caf7d3b750"
1384-
integrity sha512-EEpsO8m3RASrKAHI9jpavNv9NlEUebV4qmF1OWxSTtKSFBpC1NCmWazDQHFivRf0O1DV11BA645yrLEVQ0/Lig==
1385-
dependencies:
1386-
"@typescript-eslint/types" "5.59.2"
1387-
eslint-visitor-keys "^3.3.0"
1388-
13891341
"@typescript-eslint/visitor-keys@5.59.8":
13901342
version "5.59.8"
13911343
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.8.tgz#aa6a7ef862add919401470c09e1609392ef3cc40"

0 commit comments

Comments
 (0)