Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the dependencies group with 6 updates (#838)
Bumps the dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.12` | `22.1.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.17.0` | `8.0.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.17.0` | `8.0.0` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.6.0` | `28.7.0` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.3` | `29.2.4` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `7.17.0` | `8.0.0` | Updates `@types/node` from 20.14.12 to 22.1.0 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Updates `@typescript-eslint/eslint-plugin` from 7.17.0 to 8.0.0 <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>v8.0.0</h2> <h1>8.0.0 (2024-07-31)</h1> <h3>🚀 Features</h3> <ul> <li>stricter parent types for the AST (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9560">#9560</a>)</li> <li>speed up non-type-aware linting with project service (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8322">#8322</a>)</li> <li>v8 integration branch (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9165">#9165</a>)</li> <li><strong>ast-spec:</strong> remove deprecated type params (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8933">#8933</a>)</li> <li><strong>eslint-plugin:</strong> remove formatting/layout rules (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8833">#8833</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] change ignoreConditionalTests default to true (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8872">#8872</a>)</li> <li><strong>eslint-plugin:</strong> deprecate no-loss-of-precision extension rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8832">#8832</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] align catch behavior to ESLint 9 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8971">#8971</a>)</li> <li><strong>eslint-plugin:</strong> split no-empty-object-type out from ban-types and no-empty-interfaces (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8977">#8977</a>)</li> <li><strong>eslint-plugin:</strong> remove deprecated no-throw-literal rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9092">#9092</a>)</li> <li><strong>eslint-plugin:</strong> apply initial config changes for v8 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9079">#9079</a>)</li> <li><strong>eslint-plugin:</strong> remove no-useless-template-literals (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9207">#9207</a>)</li> <li><strong>eslint-plugin:</strong> [no-floating-promises] add 'allowForKnownSafeCalls' option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9234">#9234</a>)</li> <li><strong>eslint-plugin:</strong> replace ban-types with no-restricted-types, no-unsafe-function-type, no-wrapper-object-types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9102">#9102</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] add <code>reportUnusedIgnorePattern</code> option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9324">#9324</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] support <code>ignoreClassWithStaticInitBlock</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9325">#9325</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] handle comma operator for assignments, treat for-of the same as for-in (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9326">#9326</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] report if var used only in typeof (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9330">#9330</a>)</li> <li><strong>eslint-plugin:</strong> [no-floating-promises] disable checkThenables by default for v8 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9559">#9559</a>)</li> <li><strong>eslint-plugin:</strong> [return-await] add return-await to strict-type-checked preset (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9604">#9604</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] promote to strict (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9662">#9662</a>)</li> <li><strong>parser:</strong> always enable comment, loc, range, tokens (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8617">#8617</a>)</li> <li><strong>rule-tester:</strong> support multipass fixes (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8883">#8883</a>)</li> <li><strong>rule-tester:</strong> switched to flat config (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9603">#9603</a>)</li> <li><strong>type-utils:</strong> remove getTokenAtPosition (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9444">#9444</a>)</li> <li><strong>type-utils:</strong> support intersection types in TypeOrValueSpecifier (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9633">#9633</a>)</li> <li><strong>typescript-estree:</strong> remove slow deprecated and isolated programs (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8834">#8834</a>)</li> <li><strong>typescript-estree:</strong> split TSMappedType typeParameter into constraint and key (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/7065">#7065</a>)</li> <li><strong>typescript-estree:</strong> rename automaticSingleRunInference to disallowAutomaticSingleRunInference (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8922">#8922</a>)</li> <li><strong>typescript-estree:</strong> stabilize EXPERIMENTAL_useProjectService as projectService (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9084">#9084</a>)</li> <li><strong>typescript-estree:</strong> remove EXPERIMENTAL_useSourceOfProjectReferenceRedirect (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9104">#9104</a>)</li> <li><strong>typescript-estree:</strong> also remove projectService in withoutProjectParserOptions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9287">#9287</a>)</li> <li><strong>typescript-estree:</strong> exposes ProjectService logs through the plugin (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9337">#9337</a>)</li> <li><strong>utils:</strong> add Linter configType constructor option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8999">#8999</a>)</li> <li><strong>utils:</strong> swap LegacyESLint out for FlatESLint as ESLint export (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8972">#8972</a>)</li> <li><strong>utils:</strong> remove deprecated context helpers (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9000">#9000</a>)</li> <li><strong>utils:</strong> allow specifying additional rule meta.docs in RuleCreator (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9025">#9025</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>correct eslint-plugin's peerDependency on parser@8 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9089">#9089</a>)</li> <li>bring back in allowdefaultprojectforfiles rename (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/7dfceeeea">7dfceeeea</a>)</li> <li>disable <code>projectService</code> in <code>disabled-type-checked</code> shared config (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9460">#9460</a>)</li> <li><strong>eslint-plugin:</strong> include alpha pre-releases in parser peer dependency (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9099">#9099</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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> <h1>8.0.0 (2024-07-31)</h1> <h3>🚀 Features</h3> <ul> <li> <p>stricter parent types for the AST</p> </li> <li> <p><strong>typescript-estree:</strong> split TSMappedType typeParameter into constraint and key</p> </li> <li> <p><strong>eslint-plugin:</strong> remove formatting/layout rules</p> </li> <li> <p><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] change ignoreConditionalTests default to true</p> </li> <li> <p><strong>eslint-plugin:</strong> deprecate no-loss-of-precision extension rule</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unused-vars] align catch behavior to ESLint 9</p> </li> <li> <p><strong>typescript-estree:</strong> rename automaticSingleRunInference to disallowAutomaticSingleRunInference</p> </li> <li> <p><strong>utils:</strong> allow specifying additional rule meta.docs in RuleCreator</p> </li> <li> <p><strong>eslint-plugin:</strong> split no-empty-object-type out from ban-types and no-empty-interfaces</p> </li> <li> <p><strong>rule-tester:</strong> support multipass fixes</p> </li> <li> <p><strong>typescript-estree:</strong> stabilize EXPERIMENTAL_useProjectService as projectService</p> </li> <li> <p><strong>eslint-plugin:</strong> remove deprecated no-throw-literal rule</p> </li> <li> <p><strong>eslint-plugin:</strong> apply initial config changes for v8</p> </li> <li> <p><strong>eslint-plugin:</strong> remove no-useless-template-literals</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-floating-promises] add 'allowForKnownSafeCalls' option</p> </li> <li> <p><strong>eslint-plugin:</strong> replace ban-types with no-restricted-types, no-unsafe-function-type, no-wrapper-object-types</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unused-vars] add <code>reportUnusedIgnorePattern</code> option</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unused-vars] support <code>ignoreClassWithStaticInitBlock</code></p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unused-vars] handle comma operator for assignments, treat for-of the same as for-in</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unused-vars] report if var used only in typeof</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-floating-promises] disable checkThenables by default for v8</p> </li> <li> <p><strong>rule-tester:</strong> switched to flat config</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] promote to strict</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1db993aa9c4ffa19ea06ad5349310101af71680e"><code>1db993a</code></a> chore(release): publish 8.0.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ce092601d26aa97ae60a014156f4df68b61d4c38"><code>ce09260</code></a> docs(eslint-plugin): [no-unnecessary-type-parameters] add admonition about ru...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/b8274d38941a88686ce1763b04b387f565e56d4a"><code>b8274d3</code></a> fix(rule-tester): provide Linter a cwd in its constructor (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9678">#9678</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1b0468e6decfb064b3292aff34a640ea07cb2b0f"><code>1b0468e</code></a> Merge branch 'main'</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/838dd0cdfdd0c42c5b1fe5ce705a98ed951d3189"><code>838dd0c</code></a> chore: use parserOptions.projectService internally (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9659">#9659</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/35cf3d2b2b9611c3812b120c461d863c7881ac04"><code>35cf3d2</code></a> chore(release): publish 7.18.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/46a5709e434a0a252a4ffd5bfe32bf883adbb418"><code>46a5709</code></a> docs: link no-duplicate-type-constituents and no-redundant-type-constituents ...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9eec7903698a98f61ddb933b7209d126e3400bb1"><code>9eec790</code></a> fix(eslint-plugin): [strict-boolean-expressions] support branded booleans (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9">#9</a>...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9927a29eb83ce43bb6ecedbd0943207543eadc80"><code>9927a29</code></a> docs: add ast-spec, type-utils docs with docusaurus-plugin-typedoc (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9293">#9293</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6cebdf62912e6c59895e2d222a1633e482ec7f48"><code>6cebdf6</code></a> feat(eslint-plugin): [no-unnecessary-type-parameters] promote to strict (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9662">#9662</a>)</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.0/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> Updates `@typescript-eslint/parser` from 7.17.0 to 8.0.0 <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>v8.0.0</h2> <h1>8.0.0 (2024-07-31)</h1> <h3>🚀 Features</h3> <ul> <li>stricter parent types for the AST (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9560">#9560</a>)</li> <li>speed up non-type-aware linting with project service (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8322">#8322</a>)</li> <li>v8 integration branch (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9165">#9165</a>)</li> <li><strong>ast-spec:</strong> remove deprecated type params (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8933">#8933</a>)</li> <li><strong>eslint-plugin:</strong> remove formatting/layout rules (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8833">#8833</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] change ignoreConditionalTests default to true (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8872">#8872</a>)</li> <li><strong>eslint-plugin:</strong> deprecate no-loss-of-precision extension rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8832">#8832</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] align catch behavior to ESLint 9 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8971">#8971</a>)</li> <li><strong>eslint-plugin:</strong> split no-empty-object-type out from ban-types and no-empty-interfaces (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8977">#8977</a>)</li> <li><strong>eslint-plugin:</strong> remove deprecated no-throw-literal rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9092">#9092</a>)</li> <li><strong>eslint-plugin:</strong> apply initial config changes for v8 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9079">#9079</a>)</li> <li><strong>eslint-plugin:</strong> remove no-useless-template-literals (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9207">#9207</a>)</li> <li><strong>eslint-plugin:</strong> [no-floating-promises] add 'allowForKnownSafeCalls' option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9234">#9234</a>)</li> <li><strong>eslint-plugin:</strong> replace ban-types with no-restricted-types, no-unsafe-function-type, no-wrapper-object-types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9102">#9102</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] add <code>reportUnusedIgnorePattern</code> option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9324">#9324</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] support <code>ignoreClassWithStaticInitBlock</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9325">#9325</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] handle comma operator for assignments, treat for-of the same as for-in (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9326">#9326</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] report if var used only in typeof (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9330">#9330</a>)</li> <li><strong>eslint-plugin:</strong> [no-floating-promises] disable checkThenables by default for v8 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9559">#9559</a>)</li> <li><strong>eslint-plugin:</strong> [return-await] add return-await to strict-type-checked preset (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9604">#9604</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] promote to strict (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9662">#9662</a>)</li> <li><strong>parser:</strong> always enable comment, loc, range, tokens (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8617">#8617</a>)</li> <li><strong>rule-tester:</strong> support multipass fixes (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8883">#8883</a>)</li> <li><strong>rule-tester:</strong> switched to flat config (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9603">#9603</a>)</li> <li><strong>type-utils:</strong> remove getTokenAtPosition (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9444">#9444</a>)</li> <li><strong>type-utils:</strong> support intersection types in TypeOrValueSpecifier (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9633">#9633</a>)</li> <li><strong>typescript-estree:</strong> remove slow deprecated and isolated programs (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8834">#8834</a>)</li> <li><strong>typescript-estree:</strong> split TSMappedType typeParameter into constraint and key (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/7065">#7065</a>)</li> <li><strong>typescript-estree:</strong> rename automaticSingleRunInference to disallowAutomaticSingleRunInference (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8922">#8922</a>)</li> <li><strong>typescript-estree:</strong> stabilize EXPERIMENTAL_useProjectService as projectService (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9084">#9084</a>)</li> <li><strong>typescript-estree:</strong> remove EXPERIMENTAL_useSourceOfProjectReferenceRedirect (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9104">#9104</a>)</li> <li><strong>typescript-estree:</strong> also remove projectService in withoutProjectParserOptions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9287">#9287</a>)</li> <li><strong>typescript-estree:</strong> exposes ProjectService logs through the plugin (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9337">#9337</a>)</li> <li><strong>utils:</strong> add Linter configType constructor option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8999">#8999</a>)</li> <li><strong>utils:</strong> swap LegacyESLint out for FlatESLint as ESLint export (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8972">#8972</a>)</li> <li><strong>utils:</strong> remove deprecated context helpers (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9000">#9000</a>)</li> <li><strong>utils:</strong> allow specifying additional rule meta.docs in RuleCreator (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9025">#9025</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>correct eslint-plugin's peerDependency on parser@8 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9089">#9089</a>)</li> <li>bring back in allowdefaultprojectforfiles rename (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/7dfceeeea">7dfceeeea</a>)</li> <li>disable <code>projectService</code> in <code>disabled-type-checked</code> shared config (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9460">#9460</a>)</li> <li><strong>eslint-plugin:</strong> include alpha pre-releases in parser peer dependency (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9099">#9099</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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> <h1>8.0.0 (2024-07-31)</h1> <h3>🚀 Features</h3> <ul> <li> <p><strong>parser:</strong> always enable comment, loc, range, tokens</p> </li> <li> <p><strong>typescript-estree:</strong> stabilize EXPERIMENTAL_useProjectService as projectService</p> </li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Alfred Ringstad</li> <li>auvred</li> <li>Brad Zacher</li> <li>Christopher Aubut</li> <li>Collin Bachman</li> <li>James Henry</li> <li>Josh Goldberg</li> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger</li> <li>StyleShit</li> <li>Victor Lin</li> <li>Yukihiro Hasegawa</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> <h2>7.18.0 (2024-07-29)</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/1db993aa9c4ffa19ea06ad5349310101af71680e"><code>1db993a</code></a> chore(release): publish 8.0.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1b0468e6decfb064b3292aff34a640ea07cb2b0f"><code>1b0468e</code></a> Merge branch 'main'</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/35cf3d2b2b9611c3812b120c461d863c7881ac04"><code>35cf3d2</code></a> chore(release): publish 7.18.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f3dfc0a907a0d0971f4bbe109f7e4c8547f2f224"><code>f3dfc0a</code></a> Merge branch 'main' into v8</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ae980e3b5ecf6c40e093b96cb24ca670c38d8d01"><code>ae980e3</code></a> Merge branch 'main'</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c36566476134800d877353f57caacd7ebd011f0c"><code>c365664</code></a> Merge branch 'main'</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6bd421159dc1ba6cb0ab41213d7abf7efa0b6f7d"><code>6bd4211</code></a> Merge branch 'main'</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a846ffe6e7fd365579220b6ddfcb7214a0d01602"><code>a846ffe</code></a> Merge branch 'main'</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9311c69521810df4986578929d6c8deece58f7a9"><code>9311c69</code></a> Merge branch 'main'</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ee46c9ce4aca8ab413f0e624493d2e018100f24a"><code>ee46c9c</code></a> Merge branch 'main'</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.0/packages/parser">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-jest` from 28.6.0 to 28.7.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jest-community/eslint-plugin-jest/releases">eslint-plugin-jest's releases</a>.</em></p> <blockquote> <h2>v28.7.0</h2> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.6.0...v28.7.0">28.7.0</a> (2024-08-03)</h1> <h3>Features</h3> <ul> <li>allow <code>[@typescript-eslint](https://github.com/typescript-eslint)</code> v8 (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1636">#1636</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/fb43171a150922524744194e023841af12b3f76b">fb43171</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md">eslint-plugin-jest's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.6.0...v28.7.0">28.7.0</a> (2024-08-03)</h1> <h3>Features</h3> <ul> <li>allow <code>[@typescript-eslint](https://github.com/typescript-eslint)</code> v8 (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1636">#1636</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/fb43171a150922524744194e023841af12b3f76b">fb43171</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/1cd8c7473d4c7a4d625bed889b9e85f4c7fb061b"><code>1cd8c74</code></a> chore(release): 28.7.0 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/fb43171a150922524744194e023841af12b3f76b"><code>fb43171</code></a> feat: allow <code>@typescript-eslint</code> v8 (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1636">#1636</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/1bc83b93e2d7a4d8cd1e878773eae476de8f24bd"><code>1bc83b9</code></a> chore: use <code>@eslint-community/eslint-plugin-eslint-comments</code> (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1635">#1635</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/9854c8f6688d5f6d5df71de53813114c32ba6be0"><code>9854c8f</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/b38f0faffb5c0aa57e048eb02fa39d25775f8c3c"><code>b38f0fa</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/61eb794755fafdd1cdf8b3e8aca7280898b3fbee"><code>61eb794</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/1bf3691d8b68082c0c20fe0e81fc6f63e81d3384"><code>1bf3691</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/46d2b6a8bb7114f9ca84a2cecb7588aae156e71d"><code>46d2b6a</code></a> chore: skip lib checks for now (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1626">#1626</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/5573628101d0c783e81698a84589fa0090a528f5"><code>5573628</code></a> chore(deps): update danger/danger-js action to v12.3.3 (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1617">#1617</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/80f6397c714c895a47183fb6488d38ca358cb64b"><code>80f6397</code></a> chore: change warning rules to error (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1625">#1625</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.6.0...v28.7.0">compare view</a></li> </ul> </details> <br /> Updates `ts-jest` from 29.2.3 to 29.2.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/releases">ts-jest's releases</a>.</em></p> <blockquote> <h2>v29.2.4</h2> <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">ts-jest's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/kulshekhar/ts-jest/compare/v29.2.3...v29.2.4">29.2.4</a> (2024-08-01)</h3> <h3>Bug Fixes</h3> <ul> <li>fix: revert support implementation for <code>Node16/NodeNext</code> (<a href="https://github.com/kulshekhar/ts-jest/commit/70b9530">70b9530</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4468">#4468</a> <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4473">#4473</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kulshekhar/ts-jest/commit/0977789b2deac98dfbe2899bea74e4d0b882ab83"><code>0977789</code></a> chore(release): 29.2.4</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/70b9530bd08de00fe24f22f22d9c637c592df87a"><code>70b9530</code></a> fix: revert support implementation for <code>Node16/NodeNext</code></li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/86398c7403c62e521054f4f559381f6d1c41d235"><code>86398c7</code></a> build(deps): Update dependency <code>@babel/preset-env</code> to ^7.25.3</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/2b07e2b0e20a487286e6b700094a878591c453d9"><code>2b07e2b</code></a> build(deps): Update dependency eslint-plugin-jsdoc to ^48.10.2</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/5cc1333d80803141fc6d7e127d8f017813b203ff"><code>5cc1333</code></a> build(deps): Update babel monorepo to ^7.25.2</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/46fa7366249e96396236da91f4205cbd69b57930"><code>46fa736</code></a> build(deps): Update ESLint packages to ^7.18.0</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/e1aad1404f3c376e405e0acc5cfac646ab12a0f8"><code>e1aad14</code></a> build(deps): Update dependency eslint-plugin-jsdoc to ^48.9.2</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/19473a2841f0e1a809d233db5f58600c4b9c8b46"><code>19473a2</code></a> build(deps): Update dependency eslint-plugin-jsdoc to ^48.9.1</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/a40a791bb8b46dee3c17955996b278397c53207b"><code>a40a791</code></a> build(deps): Update dependency eslint-plugin-jsdoc to ^48.9.0</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/6d8063ae1759aba33e9d89bb475ce95dab175684"><code>6d8063a</code></a> test: refactor example apps to be in one project</li> <li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v29.2.3...v29.2.4">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 7.17.0 to 8.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.0.0</h2> <h1>8.0.0 (2024-07-31)</h1> <h3>🚀 Features</h3> <ul> <li>stricter parent types for the AST (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9560">#9560</a>)</li> <li>speed up non-type-aware linting with project service (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8322">#8322</a>)</li> <li>v8 integration branch (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9165">#9165</a>)</li> <li><strong>ast-spec:</strong> remove deprecated type params (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8933">#8933</a>)</li> <li><strong>eslint-plugin:</strong> remove formatting/layout rules (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8833">#8833</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] change ignoreConditionalTests default to true (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8872">#8872</a>)</li> <li><strong>eslint-plugin:</strong> deprecate no-loss-of-precision extension rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8832">#8832</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] align catch behavior to ESLint 9 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8971">#8971</a>)</li> <li><strong>eslint-plugin:</strong> split no-empty-object-type out from ban-types and no-empty-interfaces (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8977">#8977</a>)</li> <li><strong>eslint-plugin:</strong> remove deprecated no-throw-literal rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9092">#9092</a>)</li> <li><strong>eslint-plugin:</strong> apply initial config changes for v8 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9079">#9079</a>)</li> <li><strong>eslint-plugin:</strong> remove no-useless-template-literals (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9207">#9207</a>)</li> <li><strong>eslint-plugin:</strong> [no-floating-promises] add 'allowForKnownSafeCalls' option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9234">#9234</a>)</li> <li><strong>eslint-plugin:</strong> replace ban-types with no-restricted-types, no-unsafe-function-type, no-wrapper-object-types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9102">#9102</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] add <code>reportUnusedIgnorePattern</code> option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9324">#9324</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] support <code>ignoreClassWithStaticInitBlock</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9325">#9325</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] handle comma operator for assignments, treat for-of the same as for-in (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9326">#9326</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] report if var used only in typeof (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9330">#9330</a>)</li> <li><strong>eslint-plugin:</strong> [no-floating-promises] disable checkThenables by default for v8 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9559">#9559</a>)</li> <li><strong>eslint-plugin:</strong> [return-await] add return-await to strict-type-checked preset (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9604">#9604</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] promote to strict (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9662">#9662</a>)</li> <li><strong>parser:</strong> always enable comment, loc, range, tokens (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8617">#8617</a>)</li> <li><strong>rule-tester:</strong> support multipass fixes (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8883">#8883</a>)</li> <li><strong>rule-tester:</strong> switched to flat config (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9603">#9603</a>)</li> <li><strong>type-utils:</strong> remove getTokenAtPosition (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9444">#9444</a>)</li> <li><strong>type-utils:</strong> support intersection types in TypeOrValueSpecifier (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9633">#9633</a>)</li> <li><strong>typescript-estree:</strong> remove slow deprecated and isolated programs (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8834">#8834</a>)</li> <li><strong>typescript-estree:</strong> split TSMappedType typeParameter into constraint and key (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/7065">#7065</a>)</li> <li><strong>typescript-estree:</strong> rename automaticSingleRunInference to disallowAutomaticSingleRunInference (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8922">#8922</a>)</li> <li><strong>typescript-estree:</strong> stabilize EXPERIMENTAL_useProjectService as projectService (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9084">#9084</a>)</li> <li><strong>typescript-estree:</strong> remove EXPERIMENTAL_useSourceOfProjectReferenceRedirect (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9104">#9104</a>)</li> <li><strong>typescript-estree:</strong> also remove projectService in withoutProjectParserOptions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9287">#9287</a>)</li> <li><strong>typescript-estree:</strong> exposes ProjectService logs through the plugin (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9337">#9337</a>)</li> <li><strong>utils:</strong> add Linter configType constructor option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8999">#8999</a>)</li> <li><strong>utils:</strong> swap LegacyESLint out for FlatESLint as ESLint export (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8972">#8972</a>)</li> <li><strong>utils:</strong> remove deprecated context helpers (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9000">#9000</a>)</li> <li><strong>utils:</strong> allow specifying additional rule meta.docs in RuleCreator (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9025">#9025</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>correct eslint-plugin's peerDependency on parser@8 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9089">#9089</a>)</li> <li>bring back in allowdefaultprojectforfiles rename (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/7dfceeeea">7dfceeeea</a>)</li> <li>disable <code>projectService</code> in <code>disabled-type-checked</code> shared config (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9460">#9460</a>)</li> <li><strong>eslint-plugin:</strong> include alpha pre-releases in parser peer dependency (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9099">#9099</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p> <blockquote> <h1>8.0.0 (2024-07-31)</h1> <h3>🚀 Features</h3> <ul> <li> <p><strong>eslint-plugin:</strong> deprecate no-loss-of-precision extension rule</p> </li> <li> <p><strong>utils:</strong> allow specifying additional rule meta.docs in RuleCreator</p> </li> <li> <p><strong>eslint-plugin:</strong> split no-empty-object-type out from ban-types and no-empty-interfaces</p> </li> <li> <p><strong>typescript-estree:</strong> stabilize EXPERIMENTAL_useProjectService as projectService</p> </li> <li> <p><strong>eslint-plugin:</strong> remove deprecated no-throw-literal rule</p> </li> <li> <p><strong>eslint-plugin:</strong> apply initial config changes for v8</p> </li> <li> <p><strong>eslint-plugin:</strong> remove no-useless-template-literals</p> </li> <li> <p><strong>eslint-plugin:</strong> replace ban-types with no-restricted-types, no-unsafe-function-type, no-wrapper-object-types</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] promote to strict</p> </li> </ul> <h3>🩹 Fixes</h3> <ul> <li> <p>disable <code>projectService</code> in <code>disabled-type-checked</code> shared config</p> </li> <li> <p><strong>eslint-plugin:</strong> correct rules.d.ts types to not rely on non-existent imports</p> </li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Alfred Ringstad</li> <li>auvred</li> <li>Brad Zacher</li> <li>Christopher Aubut</li> <li>Collin Bachman</li> <li>James Henry</li> <li>Josh Goldberg</li> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger</li> <li>StyleShit</li> <li>Victor Lin</li> <li>Yukihiro Hasegawa</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> <h2>7.18.0 (2024-07-29)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1db993aa9c4ffa19ea06ad5349310101af71680e"><code>1db993a</code></a> chore(release): publish 8.0.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1b0468e6decfb064b3292aff34a640ea07cb2b0f"><code>1b0468e</code></a> Merge branch 'main'</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/35cf3d2b2b9611c3812b120c461d863c7881ac04"><code>35cf3d2</code></a> chore(release): publish 7.18.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6cebdf62912e6c59895e2d222a1633e482ec7f48"><code>6cebdf6</code></a> feat(eslint-plugin): [no-unnecessary-type-parameters] promote to strict (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9662">#9662</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f3dfc0a907a0d0971f4bbe109f7e4c8547f2f224"><code>f3dfc0a</code></a> Merge branch 'main' into v8</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/88a8673b185a9ad9d4d7f31059da806f5d9a7449"><code>88a8673</code></a> feat(eslint-plugin): [return-await] add return-await to strict-type-checked p...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c36566476134800d877353f57caacd7ebd011f0c"><code>c365664</code></a> Merge branch 'main'</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6bd421159dc1ba6cb0ab41213d7abf7efa0b6f7d"><code>6bd4211</code></a> Merge branch 'main'</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/15938409dcc5addd044037c4e44c99d1c6484188"><code>1593840</code></a> Merge branch 'main'</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a846ffe6e7fd365579220b6ddfcb7214a0d01602"><code>a846ffe</code></a> Merge branch 'main'</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.0/packages/typescript-eslint">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>
- Loading branch information