Skip to content

Commit 9400177

Browse files
chore(deps): update dependency @typescript-eslint/eslint-plugin to ^7.2.0 (#154)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`^7.1.1` -> `^7.2.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.1.1/7.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/7.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/7.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/7.1.1/7.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/7.1.1/7.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v7.2.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#720-2024-03-11) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.1.1...v7.2.0) ##### 🚀 Features - support TS 5.4 - **eslint-plugin:** \[prefer-string-starts-ends-with] add allowSingleElementEquality option ##### 🩹 Fixes - **eslint-plugin:** expose \*-type-checked-only configs for extension - **eslint-plugin:** \[member-ordering] report alphabetical sorting for all groups instead of just the first failing group - **eslint-plugin:** \[no-var-requires, no-require-imports] support template literal - **eslint-plugin:** \[no-useless-template-literals] detect TemplateLiteral - **eslint-plugin:** \[no-unnecessary-condition] handle union array and tuple type - **eslint-plugin:** \[prefer-find] support ternary branches in prefer-find ##### ❤️ Thank You - Arka Pratim Chaudhuri - auvred - Chris Plummer - Fotis Papadogeorgopoulos - Josh Goldberg ✨ - Kirk Waiblinger - Wayne Zhang - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone UTC, Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/valora-inc/logging). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea34e2f commit 9400177

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/node-fetch": "^2.6.4",
5757
"@types/shelljs": "^0.8.12",
5858
"@types/supertest": "^6.0.2",
59-
"@typescript-eslint/eslint-plugin": "^7.1.1",
59+
"@typescript-eslint/eslint-plugin": "^7.2.0",
6060
"@valora/eslint-config-typescript": "^1.0.2",
6161
"@valora/prettier-config": "^0.0.1",
6262
"axios": "^1.4.0",

yarn.lock

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1473,16 +1473,16 @@
14731473
dependencies:
14741474
"@types/yargs-parser" "*"
14751475

1476-
"@typescript-eslint/eslint-plugin@^7.1.1":
1477-
version "7.1.1"
1478-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.1.1.tgz#dd71fc5c7ecec745ca26ece506d84d203a205c0e"
1479-
integrity sha512-zioDz623d0RHNhvx0eesUmGfIjzrk18nSBC8xewepKXbBvN/7c1qImV7Hg8TI1URTxKax7/zxfxj3Uph8Chcuw==
1476+
"@typescript-eslint/eslint-plugin@^7.2.0":
1477+
version "7.2.0"
1478+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.2.0.tgz#5a5fcad1a7baed85c10080d71ad901f98c38d5b7"
1479+
integrity sha512-mdekAHOqS9UjlmyF/LSs6AIEvfceV749GFxoBAjwAv0nkevfKHWQFDMcBZWUiIC5ft6ePWivXoS36aKQ0Cy3sw==
14801480
dependencies:
14811481
"@eslint-community/regexpp" "^4.5.1"
1482-
"@typescript-eslint/scope-manager" "7.1.1"
1483-
"@typescript-eslint/type-utils" "7.1.1"
1484-
"@typescript-eslint/utils" "7.1.1"
1485-
"@typescript-eslint/visitor-keys" "7.1.1"
1482+
"@typescript-eslint/scope-manager" "7.2.0"
1483+
"@typescript-eslint/type-utils" "7.2.0"
1484+
"@typescript-eslint/utils" "7.2.0"
1485+
"@typescript-eslint/visitor-keys" "7.2.0"
14861486
debug "^4.3.4"
14871487
graphemer "^1.4.0"
14881488
ignore "^5.2.4"
@@ -1508,21 +1508,21 @@
15081508
"@typescript-eslint/types" "5.62.0"
15091509
"@typescript-eslint/visitor-keys" "5.62.0"
15101510

1511-
"@typescript-eslint/scope-manager@7.1.1":
1512-
version "7.1.1"
1513-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.1.1.tgz#9e301803ff8e21a74f50c6f89a4baccad9a48f93"
1514-
integrity sha512-cirZpA8bJMRb4WZ+rO6+mnOJrGFDd38WoXCEI57+CYBqta8Yc8aJym2i7vyqLL1vVYljgw0X27axkUXz32T8TA==
1511+
"@typescript-eslint/scope-manager@7.2.0":
1512+
version "7.2.0"
1513+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.2.0.tgz#cfb437b09a84f95a0930a76b066e89e35d94e3da"
1514+
integrity sha512-Qh976RbQM/fYtjx9hs4XkayYujB/aPwglw2choHmf3zBjB4qOywWSdt9+KLRdHubGcoSwBnXUH2sR3hkyaERRg==
15151515
dependencies:
1516-
"@typescript-eslint/types" "7.1.1"
1517-
"@typescript-eslint/visitor-keys" "7.1.1"
1516+
"@typescript-eslint/types" "7.2.0"
1517+
"@typescript-eslint/visitor-keys" "7.2.0"
15181518

1519-
"@typescript-eslint/type-utils@7.1.1":
1520-
version "7.1.1"
1521-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.1.1.tgz#aee820d5bedd39b83c18585a526cc520ddb7a226"
1522-
integrity sha512-5r4RKze6XHEEhlZnJtR3GYeCh1IueUHdbrukV2KSlLXaTjuSfeVF8mZUVPLovidCuZfbVjfhi4c0DNSa/Rdg5g==
1519+
"@typescript-eslint/type-utils@7.2.0":
1520+
version "7.2.0"
1521+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.2.0.tgz#7be5c30e9b4d49971b79095a1181324ef6089a19"
1522+
integrity sha512-xHi51adBHo9O9330J8GQYQwrKBqbIPJGZZVQTHHmy200hvkLZFWJIFtAG/7IYTWUyun6DE6w5InDReePJYJlJA==
15231523
dependencies:
1524-
"@typescript-eslint/typescript-estree" "7.1.1"
1525-
"@typescript-eslint/utils" "7.1.1"
1524+
"@typescript-eslint/typescript-estree" "7.2.0"
1525+
"@typescript-eslint/utils" "7.2.0"
15261526
debug "^4.3.4"
15271527
ts-api-utils "^1.0.1"
15281528

@@ -1531,10 +1531,10 @@
15311531
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
15321532
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
15331533

1534-
"@typescript-eslint/types@7.1.1":
1535-
version "7.1.1"
1536-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.1.1.tgz#ca33ba7cf58224fb46a84fea62593c2c53cd795f"
1537-
integrity sha512-KhewzrlRMrgeKm1U9bh2z5aoL4s7K3tK5DwHDn8MHv0yQfWFz/0ZR6trrIHHa5CsF83j/GgHqzdbzCXJ3crx0Q==
1534+
"@typescript-eslint/types@7.2.0":
1535+
version "7.2.0"
1536+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.2.0.tgz#0feb685f16de320e8520f13cca30779c8b7c403f"
1537+
integrity sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==
15381538

15391539
"@typescript-eslint/[email protected]":
15401540
version "5.62.0"
@@ -1549,31 +1549,31 @@
15491549
semver "^7.3.7"
15501550
tsutils "^3.21.0"
15511551

1552-
"@typescript-eslint/typescript-estree@7.1.1":
1553-
version "7.1.1"
1554-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.1.1.tgz#09c54af0151a1b05d0875c0fc7fe2ec7a2476ece"
1555-
integrity sha512-9ZOncVSfr+sMXVxxca2OJOPagRwT0u/UHikM2Rd6L/aB+kL/QAuTnsv6MeXtjzCJYb8PzrXarypSGIPx3Jemxw==
1552+
"@typescript-eslint/typescript-estree@7.2.0":
1553+
version "7.2.0"
1554+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.2.0.tgz#5beda2876c4137f8440c5a84b4f0370828682556"
1555+
integrity sha512-cyxS5WQQCoBwSakpMrvMXuMDEbhOo9bNHHrNcEWis6XHx6KF518tkF1wBvKIn/tpq5ZpUYK7Bdklu8qY0MsFIA==
15561556
dependencies:
1557-
"@typescript-eslint/types" "7.1.1"
1558-
"@typescript-eslint/visitor-keys" "7.1.1"
1557+
"@typescript-eslint/types" "7.2.0"
1558+
"@typescript-eslint/visitor-keys" "7.2.0"
15591559
debug "^4.3.4"
15601560
globby "^11.1.0"
15611561
is-glob "^4.0.3"
15621562
minimatch "9.0.3"
15631563
semver "^7.5.4"
15641564
ts-api-utils "^1.0.1"
15651565

1566-
"@typescript-eslint/utils@7.1.1":
1567-
version "7.1.1"
1568-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.1.1.tgz#bdeeb789eee4af5d3fb5400a69566d4dbf97ff3b"
1569-
integrity sha512-thOXM89xA03xAE0lW7alstvnyoBUbBX38YtY+zAUcpRPcq9EIhXPuJ0YTv948MbzmKh6e1AUszn5cBFK49Umqg==
1566+
"@typescript-eslint/utils@7.2.0":
1567+
version "7.2.0"
1568+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.2.0.tgz#fc8164be2f2a7068debb4556881acddbf0b7ce2a"
1569+
integrity sha512-YfHpnMAGb1Eekpm3XRK8hcMwGLGsnT6L+7b2XyRv6ouDuJU1tZir1GS2i0+VXRatMwSI1/UfcyPe53ADkU+IuA==
15701570
dependencies:
15711571
"@eslint-community/eslint-utils" "^4.4.0"
15721572
"@types/json-schema" "^7.0.12"
15731573
"@types/semver" "^7.5.0"
1574-
"@typescript-eslint/scope-manager" "7.1.1"
1575-
"@typescript-eslint/types" "7.1.1"
1576-
"@typescript-eslint/typescript-estree" "7.1.1"
1574+
"@typescript-eslint/scope-manager" "7.2.0"
1575+
"@typescript-eslint/types" "7.2.0"
1576+
"@typescript-eslint/typescript-estree" "7.2.0"
15771577
semver "^7.5.4"
15781578

15791579
"@typescript-eslint/utils@^5.10.0":
@@ -1598,12 +1598,12 @@
15981598
"@typescript-eslint/types" "5.62.0"
15991599
eslint-visitor-keys "^3.3.0"
16001600

1601-
"@typescript-eslint/visitor-keys@7.1.1":
1602-
version "7.1.1"
1603-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.1.1.tgz#e6538a58c9b157f03bcbb29e3b6a92fe39a6ab0d"
1604-
integrity sha512-yTdHDQxY7cSoCcAtiBzVzxleJhkGB9NncSIyMYe2+OGON1ZsP9zOPws/Pqgopa65jvknOjlk/w7ulPlZ78PiLQ==
1601+
"@typescript-eslint/visitor-keys@7.2.0":
1602+
version "7.2.0"
1603+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.2.0.tgz#5035f177752538a5750cca1af6044b633610bf9e"
1604+
integrity sha512-c6EIQRHhcpl6+tO8EMR+kjkkV+ugUNXOmeASA1rlzkd8EPIriavpWoiEz1HR/VLhbVIdhqnV6E7JZm00cBDx2A==
16051605
dependencies:
1606-
"@typescript-eslint/types" "7.1.1"
1606+
"@typescript-eslint/types" "7.2.0"
16071607
eslint-visitor-keys "^3.4.1"
16081608

16091609
"@ungap/structured-clone@^1.2.0":

0 commit comments

Comments
 (0)