matrix-art.meta

Issues/PRs archive for MTRNord/matrix-art
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.meta.git
Log | Files | Refs

535.md (23484B)


      1 # PR #535 Bump @typescript-eslint/eslint-plugin from 5.48.2 to 6.1.0
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-07-18T08:28:37Z
      6 - **Branch:** dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.1.0 → main
      7 - **Closed:** 2023-07-25T09:04:42Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [535.diff](./535.diff)
     12 
     13 ---
     14 
     15 Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.48.2 to 6.1.0.
     16 <details>
     17 <summary>Release notes</summary>
     18 <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>
     19 <blockquote>
     20 <h2>v6.1.0</h2>
     21 <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.0.0...v6.1.0">6.1.0</a> (2023-07-17)</h1>
     22 <h3>Bug Fixes</h3>
     23 <ul>
     24 <li><strong>eslint-plugin:</strong> [comma-dangle] fixed crash from undefined predicate.ignore (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7223">#7223</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d368164478a8b141ad6b1c4ea5088fdc639ccafe">d368164</a>)</li>
     25 <li><strong>eslint-plugin:</strong> [no-floating-promises] false negative calling .then with second argument undefined (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6881">#6881</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/606a52cefcecd594df6edc359bff291b835169f2">606a52c</a>), closes <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6850">#6850</a></li>
     26 <li><strong>eslint-plugin:</strong> [no-floating-promises] finally should be transparent to unhandled promises (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7092">#7092</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/2a4421ccf072f866bb6c2dadab967aa69ac9bf4a">2a4421c</a>)</li>
     27 <li><strong>eslint-plugin:</strong> [no-unnecessary-type-constraint] correctly fix in cts/mts files (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6795">#6795</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/14047963d79e4d4a783854e2826a30004fa34570">1404796</a>)</li>
     28 <li><strong>eslint-plugin:</strong> [no-unused-vars] check if any variable definition is exported (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6873">#6873</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/587ac306d9e53736ebe799f5b9edcb7dd030eed6">587ac30</a>), closes <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6188">#6188</a></li>
     29 <li><strong>eslint-plugin:</strong> fix schemas across several rules and add schema tests (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6947">#6947</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/dd31bed1e921531abe039180c9aeccbd56934601">dd31bed</a>)</li>
     30 <li><strong>eslint-plugin:</strong> include the rules types in the package (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7215">#7215</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a3da11d09b1d119fd5bc4cd776474e2520d7fefd">a3da11d</a>)</li>
     31 <li><strong>typescript-estree:</strong> remove ts.sys watch program override (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7252">#7252</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/41d6e9d6c0a58973700e2b971b7464cde636f147">41d6e9d</a>)</li>
     32 <li><strong>utils:</strong> accept null as default option in <code>applyDefault</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6724">#6724</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/841889f6bb598828e0df989bf607f847aba31601">841889f</a>)</li>
     33 </ul>
     34 <h3>Features</h3>
     35 <ul>
     36 <li><strong>typescript-estree:</strong> add EXPERIMENTAL_useProjectService option to use TypeScript project service (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6754">#6754</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/6d3d162ce032ebcf5f892a4edfb897797fc96191">6d3d162</a>)</li>
     37 </ul>
     38 <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>
     39 <h2>v6.0.0</h2>
     40 <p>See <a href="https://typescript-eslint.io/blog/announcing-typescript-eslint-v6">the announcement blog post</a> for a friendly description of all changes and <a href="">CHANGELOG.md</a> for a full organized list of them. 🎉</p>
     41 <h2>What's Changed</h2>
     42 <ul>
     43 <li>feat: made BaseNode.parent non-optional by <a href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a> in <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/5252">typescript-eslint/typescript-eslint#5252</a></li>
     44 <li>feat(experimental-utils): console.warn on import of experimental-utils by <a href="https://github.com/kball"><code>@​kball</code></a> in <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6179">typescript-eslint/typescript-eslint#6179</a></li>
     45 <li>chore(eslint-plugin): remove deprecated rules for v6 by <a href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a> in <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6112">typescript-eslint/typescript-eslint#6112</a></li>
     46 <li>feat: remove partial type-information program by <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a> in <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6066">typescript-eslint/typescript-eslint#6066</a></li>
     47 <li>chore(typescript-estree): remove unnecessary this.inTypeMode field by <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a> in <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6375">typescript-eslint/typescript-eslint#6375</a></li>
     48 <li>feat(eslint-plugin): deprecate no-type-alias by <a href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a> in <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6229">typescript-eslint/typescript-eslint#6229</a></li>
     49 <li>chore(typescript-estree): remove visitor-keys backwards compat export by <a href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a> in <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6242">typescript-eslint/typescript-eslint#6242</a></li>
     50 <li>fix(typescript-estree): wrap import = declaration in an export node by <a href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a> in <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/5885">typescript-eslint/typescript-eslint#5885</a></li>
     51 <li>feat(typescript-estree): add type checker wrapper APIs to ParserServicesWithTypeInformation by <a href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a> in <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6404">typescript-eslint/typescript-eslint#6404</a></li>
     52 <li>fix: replace tsutils with ts-api-tools by <a href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a> in <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6428">typescript-eslint/typescript-eslint#6428</a></li>
     53 <li>feat: bump ts-api-utils to v0.0.21 by <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a> in <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6459">typescript-eslint/typescript-eslint#6459</a></li>
     54 <li>feat(eslint-plugin): rework configs: recommended, strict, stylistic; -type-checked by <a href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a> in <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/5251">typescript-eslint/typescript-eslint#5251</a></li>
     55 <li>feat: remove <code>experimental-utils</code> by <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a> in <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6468">typescript-eslint/typescript-eslint#6468</a></li>
     56 <li>fix(ast-spec): remove more invalid properties by <a href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a> in <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6243">typescript-eslint/typescript-eslint#6243</a></li>
     57 <li>feat(eslint-plugin): add config that disables type-aware linting by <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a> in <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6470">typescript-eslint/typescript-eslint#6470</a></li>
     58 <li>chore: update downlevel-dts config to target TS4.2 by <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a> in <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6471">typescript-eslint/typescript-eslint#6471</a></li>
     59 <li>feat: bump ts-api-utils to v0.0.22 by <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a> in <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6472">typescript-eslint/typescript-eslint#6472</a></li>
     60 <li>chore: cleanup repo lint + typechecking by <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a> in <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6473">typescript-eslint/typescript-eslint#6473</a></li>
     61 <li>test: allow to execute tests on windows by <a href="https://github.com/armano2"><code>@​armano2</code></a> in <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6488">typescript-eslint/typescript-eslint#6488</a></li>
     62 <li>fix(typescript-estree): account for namespace nesting in AST conversion by <a href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a> in <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6272">typescript-eslint/typescript-eslint#6272</a></li>
     63 <li>feat: add package.json exports for public packages by <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a> in <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6458">typescript-eslint/typescript-eslint#6458</a></li>
     64 <li>fix: bumped ts-api-utils to 0.0.39 by <a href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a> in <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6497">typescript-eslint/typescript-eslint#6497</a></li>
     65 <li>fix: rename typeParameters to typeArguments where needed by <a href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a> in <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/5384">typescript-eslint/typescript-eslint#5384</a></li>
     66 </ul>
     67 <!-- raw HTML omitted -->
     68 </blockquote>
     69 <p>... (truncated)</p>
     70 </details>
     71 <details>
     72 <summary>Changelog</summary>
     73 <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>
     74 <blockquote>
     75 <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.0.0...v6.1.0">6.1.0</a> (2023-07-17)</h1>
     76 <h3>Bug Fixes</h3>
     77 <ul>
     78 <li><strong>eslint-plugin:</strong> [comma-dangle] fixed crash from undefined predicate.ignore (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7223">#7223</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d368164478a8b141ad6b1c4ea5088fdc639ccafe">d368164</a>)</li>
     79 <li><strong>eslint-plugin:</strong> [no-floating-promises] false negative calling .then with second argument undefined (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6881">#6881</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/606a52cefcecd594df6edc359bff291b835169f2">606a52c</a>), closes <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6850">#6850</a></li>
     80 <li><strong>eslint-plugin:</strong> [no-floating-promises] finally should be transparent to unhandled promises (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7092">#7092</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/2a4421ccf072f866bb6c2dadab967aa69ac9bf4a">2a4421c</a>)</li>
     81 <li><strong>eslint-plugin:</strong> [no-unnecessary-type-constraint] correctly fix in cts/mts files (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6795">#6795</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/14047963d79e4d4a783854e2826a30004fa34570">1404796</a>)</li>
     82 <li><strong>eslint-plugin:</strong> [no-unused-vars] check if any variable definition is exported (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6873">#6873</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/587ac306d9e53736ebe799f5b9edcb7dd030eed6">587ac30</a>), closes <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6188">#6188</a></li>
     83 <li><strong>eslint-plugin:</strong> fix schemas across several rules and add schema tests (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6947">#6947</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/dd31bed1e921531abe039180c9aeccbd56934601">dd31bed</a>)</li>
     84 <li><strong>eslint-plugin:</strong> include the rules types in the package (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7215">#7215</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a3da11d09b1d119fd5bc4cd776474e2520d7fefd">a3da11d</a>)</li>
     85 </ul>
     86 <h3>Features</h3>
     87 <ul>
     88 <li><strong>typescript-estree:</strong> add EXPERIMENTAL_useProjectService option to use TypeScript project service (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6754">#6754</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/6d3d162ce032ebcf5f892a4edfb897797fc96191">6d3d162</a>)</li>
     89 </ul>
     90 <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>
     91 <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.62.0...v6.0.0">6.0.0</a> (2023-07-10)</h1>
     92 <h3>Bug Fixes</h3>
     93 <ul>
     94 <li>bumped ts-api-utils to 0.0.39 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6497">#6497</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/217c710d99445994b9c8db7b9bee9b9cc63bc4cb">217c710</a>)</li>
     95 <li>correct handling of additionalProperties in object schemas (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6939">#6939</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/489c7a50ae99ef66df152a68fd447f7e42a23558">489c7a5</a>)</li>
     96 <li>correct lint error after merge (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/277fdb5ac76bd761ae6f5d1052445dcff2e848a1">277fdb5</a>)</li>
     97 <li><strong>eslint-plugin:</strong> [explicit-module-boundary-types] remove shouldTrackReferences option from schema (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/5399">#5399</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/6d32734b1312f60ee7d12d4bb19fc1cf52e7f0a5">6d32734</a>)</li>
     98 <li><strong>eslint-plugin:</strong> allow parser@^6.0.0 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6630">#6630</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/92908bdd9c102ff599da6a4791e8ad3e6d3dc593">92908bd</a>)</li>
     99 <li><strong>eslint-plugin:</strong> remove valid-typeof disable in eslint-recommended (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/5381">#5381</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/b82df5eaed437727566cde2b53410001505f1b13">b82df5e</a>)</li>
    100 <li>fix illegal decorator check (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6723">#6723</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/c456f8cdef5a931c631bfbcfc84d8a25caaf019f">c456f8c</a>)</li>
    101 <li>rename typeParameters to typeArguments where needed (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/5384">#5384</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/08d757b26b00d0accea010e61ec42b4f753f993e">08d757b</a>)</li>
    102 <li>replace tsutils with ts-api-tools (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6428">#6428</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/79327b4999999cde3003901b40527af002c4906a">79327b4</a>)</li>
    103 <li><strong>type-utils:</strong> treat intrinsic types as if they are from lib and never match error types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6869">#6869</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/ecb57de5eb50511bed163f6e1b27e31b8577344e">ecb57de</a>)</li>
    104 <li><strong>typescript-estree:</strong> account for namespace nesting in AST conversion (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6272">#6272</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/09e38776c63fea3328f71df36644ee11dd137cc1">09e3877</a>)</li>
    105 <li>update <code>exports</code> field in package.json files (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6550">#6550</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/53776c244f8bbdc852d57c7b313b0935e755ddc4">53776c2</a>)</li>
    106 </ul>
    107 <h3>chore</h3>
    108 <ul>
    109 <li>drop support for node v14.17, v17 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/5971">#5971</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/cc62015b8ae5f207912ff8988e2a0b3fe9a79243">cc62015</a>)</li>
    110 </ul>
    111 <h3>Features</h3>
    112 <!-- raw HTML omitted -->
    113 </blockquote>
    114 <p>... (truncated)</p>
    115 </details>
    116 <details>
    117 <summary>Commits</summary>
    118 <ul>
    119 <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d98f1e811a6a06128a86f10824b6005984dc8265"><code>d98f1e8</code></a> chore: publish v6.1.0</li>
    120 <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/14047963d79e4d4a783854e2826a30004fa34570"><code>1404796</code></a> fix(eslint-plugin): [no-unnecessary-type-constraint] correctly fix in cts/mts...</li>
    121 <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/587ac306d9e53736ebe799f5b9edcb7dd030eed6"><code>587ac30</code></a> fix(eslint-plugin): [no-unused-vars] check if any variable definition is expo...</li>
    122 <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2a4421ccf072f866bb6c2dadab967aa69ac9bf4a"><code>2a4421c</code></a> fix(eslint-plugin): [no-floating-promises] finally should be transparent to u...</li>
    123 <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6d3d162ce032ebcf5f892a4edfb897797fc96191"><code>6d3d162</code></a> feat(typescript-estree): add EXPERIMENTAL_useProjectService option to use Typ...</li>
    124 <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/606a52cefcecd594df6edc359bff291b835169f2"><code>606a52c</code></a> fix(eslint-plugin): [no-floating-promises] false negative calling .then with ...</li>
    125 <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d368164478a8b141ad6b1c4ea5088fdc639ccafe"><code>d368164</code></a> fix(eslint-plugin): [comma-dangle] fixed crash from undefined predicate.ignor...</li>
    126 <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/e08a722456e9924feb5eb566f6f21c378ae5c612"><code>e08a722</code></a> docs: fix typo in explicit-member-accessibility (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7224">#7224</a>)</li>
    127 <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a3da11d09b1d119fd5bc4cd776474e2520d7fefd"><code>a3da11d</code></a> fix(eslint-plugin): include the rules types in the package (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7215">#7215</a>)</li>
    128 <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2e3037935016ccc376f854a2bdea5122fd326a9a"><code>2e30379</code></a> chore: bump dependency versions (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7191">#7191</a>)</li>
    129 <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v6.1.0/packages/eslint-plugin">compare view</a></li>
    130 </ul>
    131 </details>
    132 <br />
    133 
    134 
    135 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=5.48.2&new-version=6.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    136 
    137 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`.
    138 
    139 [//]: # (dependabot-automerge-start)
    140 [//]: # (dependabot-automerge-end)
    141 
    142 ---
    143 
    144 <details>
    145 <summary>Dependabot commands and options</summary>
    146 <br />
    147 
    148 You can trigger Dependabot actions by commenting on this PR:
    149 - `@dependabot rebase` will rebase this PR
    150 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    151 - `@dependabot merge` will merge this PR after your CI passes on it
    152 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    153 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    154 - `@dependabot reopen` will reopen this PR if it is closed
    155 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    156 - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    157 - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    158 - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    159 
    160 
    161 </details>
    162 
    163 
    164 ## Comments
    165 
    166 ### @dependabot[bot] — 2023-07-25T09:04:41Z
    167 
    168 Superseded by #545.
    169