Skip to content

Commit 53cf6ba

Browse files
Bump the typescript-eslint group with 2 updates (#1694)
Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `@typescript-eslint/eslint-plugin` from 7.7.0 to 7.7.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v7.7.1</h2> <h2>7.7.1 (2024-04-22)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unsafe-assignment] handle shorthand property assignment (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8800">#8800</a>)</li> <li><strong>eslint-plugin:</strong> [explicit-function-return-type] fix checking wrong ancestor's return type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8809">#8809</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] only look at left operand for <code>requireNullish</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8559">#8559</a>)</li> <li><strong>eslint-plugin:</strong> [no-for-in-array] refine report location (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8874">#8874</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] allow non-null assertion for void type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8912">#8912</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2>7.7.1 (2024-04-22)</h2> <h3>🩹 Fixes</h3> <ul> <li> <p><strong>eslint-plugin:</strong> [no-unsafe-assignment] handle shorthand property assignment</p> </li> <li> <p><strong>eslint-plugin:</strong> [explicit-function-return-type] fix checking wrong ancestor's return type</p> </li> <li> <p><strong>eslint-plugin:</strong> [prefer-optional-chain] only look at left operand for <code>requireNullish</code></p> </li> <li> <p><strong>eslint-plugin:</strong> [no-for-in-array] refine report location</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] allow non-null assertion for void type</p> </li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Kirk Waiblinger</li> <li>YeonJuan</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3e19436e83fe8fe2bc633847f2d9eb4026710203"><code>3e19436</code></a> chore(release): publish 7.7.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/b2552caecd9321e73c1508b7ccae763fc766f46f"><code>b2552ca</code></a> fix(eslint-plugin): [no-unnecessary-type-assertion] allow non-null assertion ...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/fdeba423072a6f4a78a04b8c59900f69e2af28dd"><code>fdeba42</code></a> fix(eslint-plugin): [no-for-in-array] refine report location (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8874">#8874</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/eef257ba5fdd97f56d0d8e42445be6e4c6bb1b60"><code>eef257b</code></a> fix(eslint-plugin): [prefer-optional-chain] only look at left operand for `re...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9e0d9f5833d7216cec83bf0de3ae6829c2c8c16c"><code>9e0d9f5</code></a> fix(eslint-plugin): [explicit-function-return-type] fix checking wrong ancest...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d07eb9e08039d421fa4da16931b0b8661851dc4e"><code>d07eb9e</code></a> fix(eslint-plugin): [no-unsafe-assignment] handle shorthand property assignme...</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.1/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> Updates `@typescript-eslint/parser` from 7.7.0 to 7.7.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v7.7.1</h2> <h2>7.7.1 (2024-04-22)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unsafe-assignment] handle shorthand property assignment (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8800">#8800</a>)</li> <li><strong>eslint-plugin:</strong> [explicit-function-return-type] fix checking wrong ancestor's return type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8809">#8809</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] only look at left operand for <code>requireNullish</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8559">#8559</a>)</li> <li><strong>eslint-plugin:</strong> [no-for-in-array] refine report location (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8874">#8874</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] allow non-null assertion for void type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8912">#8912</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h2>7.7.1 (2024-04-22)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3e19436e83fe8fe2bc633847f2d9eb4026710203"><code>3e19436</code></a> chore(release): publish 7.7.1</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.1/packages/parser">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c073ad2 commit 53cf6ba

File tree

1 file changed

+49
-49
lines changed

1 file changed

+49
-49
lines changed

yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -865,15 +865,15 @@
865865
integrity sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==
866866

867867
"@typescript-eslint/eslint-plugin@^7.1.0":
868-
version "7.7.0"
869-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.7.0.tgz#bf34a02f221811505b8bf2f31060c8560c1bb0a3"
870-
integrity sha512-GJWR0YnfrKnsRoluVO3PRb9r5aMZriiMMM/RHj5nnTrBy1/wIgk76XCtCKcnXGjpZQJQRFtGV9/0JJ6n30uwpQ==
868+
version "7.7.1"
869+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.7.1.tgz#50a9044e3e5fe76b22caf64fb7fc1f97614bdbfd"
870+
integrity sha512-KwfdWXJBOviaBVhxO3p5TJiLpNuh2iyXyjmWN0f1nU87pwyvfS0EmjC6ukQVYVFJd/K1+0NWGPDXiyEyQorn0Q==
871871
dependencies:
872872
"@eslint-community/regexpp" "^4.10.0"
873-
"@typescript-eslint/scope-manager" "7.7.0"
874-
"@typescript-eslint/type-utils" "7.7.0"
875-
"@typescript-eslint/utils" "7.7.0"
876-
"@typescript-eslint/visitor-keys" "7.7.0"
873+
"@typescript-eslint/scope-manager" "7.7.1"
874+
"@typescript-eslint/type-utils" "7.7.1"
875+
"@typescript-eslint/utils" "7.7.1"
876+
"@typescript-eslint/visitor-keys" "7.7.1"
877877
debug "^4.3.4"
878878
graphemer "^1.4.0"
879879
ignore "^5.3.1"
@@ -882,72 +882,72 @@
882882
ts-api-utils "^1.3.0"
883883

884884
"@typescript-eslint/parser@^7.1.0":
885-
version "7.7.0"
886-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.7.0.tgz#6b1b3ce76c5de002c43af8ae933613b0f2b4bcc6"
887-
integrity sha512-fNcDm3wSwVM8QYL4HKVBggdIPAy9Q41vcvC/GtDobw3c4ndVT3K6cqudUmjHPw8EAp4ufax0o58/xvWaP2FmTg==
888-
dependencies:
889-
"@typescript-eslint/scope-manager" "7.7.0"
890-
"@typescript-eslint/types" "7.7.0"
891-
"@typescript-eslint/typescript-estree" "7.7.0"
892-
"@typescript-eslint/visitor-keys" "7.7.0"
885+
version "7.7.1"
886+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.7.1.tgz#f940e9f291cdca40c46cb75916217d3a42d6ceea"
887+
integrity sha512-vmPzBOOtz48F6JAGVS/kZYk4EkXao6iGrD838sp1w3NQQC0W8ry/q641KU4PrG7AKNAf56NOcR8GOpH8l9FPCw==
888+
dependencies:
889+
"@typescript-eslint/scope-manager" "7.7.1"
890+
"@typescript-eslint/types" "7.7.1"
891+
"@typescript-eslint/typescript-estree" "7.7.1"
892+
"@typescript-eslint/visitor-keys" "7.7.1"
893893
debug "^4.3.4"
894894

895-
"@typescript-eslint/[email protected].0":
896-
version "7.7.0"
897-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.7.0.tgz#3f0db079b275bb8b0cb5be7613fb3130cfb5de77"
898-
integrity sha512-/8INDn0YLInbe9Wt7dK4cXLDYp0fNHP5xKLHvZl3mOT5X17rK/YShXaiNmorl+/U4VKCVIjJnx4Ri5b0y+HClw==
895+
"@typescript-eslint/[email protected].1":
896+
version "7.7.1"
897+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.7.1.tgz#07fe59686ca843f66e3e2b5c151522bc38effab2"
898+
integrity sha512-PytBif2SF+9SpEUKynYn5g1RHFddJUcyynGpztX3l/ik7KmZEv19WCMhUBkHXPU9es/VWGD3/zg3wg90+Dh2rA==
899899
dependencies:
900-
"@typescript-eslint/types" "7.7.0"
901-
"@typescript-eslint/visitor-keys" "7.7.0"
900+
"@typescript-eslint/types" "7.7.1"
901+
"@typescript-eslint/visitor-keys" "7.7.1"
902902

903-
"@typescript-eslint/[email protected].0":
904-
version "7.7.0"
905-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.7.0.tgz#36792ff4209a781b058de61631a48df17bdefbc5"
906-
integrity sha512-bOp3ejoRYrhAlnT/bozNQi3nio9tIgv3U5C0mVDdZC7cpcQEDZXvq8inrHYghLVwuNABRqrMW5tzAv88Vy77Sg==
903+
"@typescript-eslint/[email protected].1":
904+
version "7.7.1"
905+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.7.1.tgz#2f8094edca3bebdaad009008929df645ed9c8743"
906+
integrity sha512-ZksJLW3WF7o75zaBPScdW1Gbkwhd/lyeXGf1kQCxJaOeITscoSl0MjynVvCzuV5boUz/3fOI06Lz8La55mu29Q==
907907
dependencies:
908-
"@typescript-eslint/typescript-estree" "7.7.0"
909-
"@typescript-eslint/utils" "7.7.0"
908+
"@typescript-eslint/typescript-estree" "7.7.1"
909+
"@typescript-eslint/utils" "7.7.1"
910910
debug "^4.3.4"
911911
ts-api-utils "^1.3.0"
912912

913-
"@typescript-eslint/[email protected].0":
914-
version "7.7.0"
915-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.7.0.tgz#23af4d24bf9ce15d8d301236e3e3014143604f27"
916-
integrity sha512-G01YPZ1Bd2hn+KPpIbrAhEWOn5lQBrjxkzHkWvP6NucMXFtfXoevK82hzQdpfuQYuhkvFDeQYbzXCjR1z9Z03w==
913+
"@typescript-eslint/[email protected].1":
914+
version "7.7.1"
915+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.7.1.tgz#f903a651fb004c75add08e4e9e207f169d4b98d7"
916+
integrity sha512-AmPmnGW1ZLTpWa+/2omPrPfR7BcbUU4oha5VIbSbS1a1Tv966bklvLNXxp3mrbc+P2j4MNOTfDffNsk4o0c6/w==
917917

918-
"@typescript-eslint/[email protected].0":
919-
version "7.7.0"
920-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.7.0.tgz#b5dd6383b4c6a852d7b256a37af971e8982be97f"
921-
integrity sha512-8p71HQPE6CbxIBy2kWHqM1KGrC07pk6RJn40n0DSc6bMOBBREZxSDJ+BmRzc8B5OdaMh1ty3mkuWRg4sCFiDQQ==
918+
"@typescript-eslint/[email protected].1":
919+
version "7.7.1"
920+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.7.1.tgz#5cafde48fe390fe1c1b329b2ce0ba8a73c1e87b2"
921+
integrity sha512-CXe0JHCXru8Fa36dteXqmH2YxngKJjkQLjxzoj6LYwzZ7qZvgsLSc+eqItCrqIop8Vl2UKoAi0StVWu97FQZIQ==
922922
dependencies:
923-
"@typescript-eslint/types" "7.7.0"
924-
"@typescript-eslint/visitor-keys" "7.7.0"
923+
"@typescript-eslint/types" "7.7.1"
924+
"@typescript-eslint/visitor-keys" "7.7.1"
925925
debug "^4.3.4"
926926
globby "^11.1.0"
927927
is-glob "^4.0.3"
928928
minimatch "^9.0.4"
929929
semver "^7.6.0"
930930
ts-api-utils "^1.3.0"
931931

932-
"@typescript-eslint/[email protected].0":
933-
version "7.7.0"
934-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.7.0.tgz#3d2b6606a60ac34f3c625facfb3b3ab7e126f58d"
935-
integrity sha512-LKGAXMPQs8U/zMRFXDZOzmMKgFv3COlxUQ+2NMPhbqgVm6R1w+nU1i4836Pmxu9jZAuIeyySNrN/6Rc657ggig==
932+
"@typescript-eslint/[email protected].1":
933+
version "7.7.1"
934+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.7.1.tgz#5d161f2b4a55e1bc38b634bebb921e4bd4e4a16e"
935+
integrity sha512-QUvBxPEaBXf41ZBbaidKICgVL8Hin0p6prQDu6bbetWo39BKbWJxRsErOzMNT1rXvTll+J7ChrbmMCXM9rsvOQ==
936936
dependencies:
937937
"@eslint-community/eslint-utils" "^4.4.0"
938938
"@types/json-schema" "^7.0.15"
939939
"@types/semver" "^7.5.8"
940-
"@typescript-eslint/scope-manager" "7.7.0"
941-
"@typescript-eslint/types" "7.7.0"
942-
"@typescript-eslint/typescript-estree" "7.7.0"
940+
"@typescript-eslint/scope-manager" "7.7.1"
941+
"@typescript-eslint/types" "7.7.1"
942+
"@typescript-eslint/typescript-estree" "7.7.1"
943943
semver "^7.6.0"
944944

945-
"@typescript-eslint/[email protected].0":
946-
version "7.7.0"
947-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.7.0.tgz#950148cf1ac11562a2d903fdf7acf76714a2dc9e"
948-
integrity sha512-h0WHOj8MhdhY8YWkzIF30R379y0NqyOHExI9N9KCzvmu05EgG4FumeYa3ccfKUSphyWkWQE1ybVrgz/Pbam6YA==
945+
"@typescript-eslint/[email protected].1":
946+
version "7.7.1"
947+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.7.1.tgz#da2294796220bb0f3b4add5ecbb1b9c3f4f65798"
948+
integrity sha512-gBL3Eq25uADw1LQ9kVpf3hRM+DWzs0uZknHYK3hq4jcTPqVCClHGDnB6UUUV2SFeBeA4KWHWbbLqmbGcZ4FYbw==
949949
dependencies:
950-
"@typescript-eslint/types" "7.7.0"
950+
"@typescript-eslint/types" "7.7.1"
951951
eslint-visitor-keys "^3.4.3"
952952

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

0 commit comments

Comments
 (0)