renovate #119

Merged
root merged 1 commits from renovate into master 2025-09-10 05:09:17 +00:00
Contributor

npm

@typescript-eslint/eslint-plugin

  • ^8.42.0 => ^8.43.0 (vscodestat)

8.43.0 (2025-09-08)

🚀 Features

  • typescript-estree: disallow empty type parameter/argument lists (#11563)

🩹 Fixes

  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#11489)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#11517)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#11457)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#11423, #11430)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#11359)
  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#11432)
  • rule-tester: normalize paths before checking if they escape cwd (#11525)
  • scope-manager: exclude Program from DefinitionBase node types (#11469)
  • type-utils: add union type support to TypeOrValueSpecifier (#11526)
  • typescript-estree: match filenames starting with a period when using glob in allowDefaultProject / (#11537)

❤️ Thank You

  • Dima @dbarabashh
  • Kirk Waiblinger @kirkwaiblinger
  • mdm317
  • Nicolas Le Cam
  • tao
  • Victor Genaev @mainframev
  • Yukihiro Hasegawa @y-hsgw
  • 민감자(Minji Kim) @mouse0429
  • 송재욱

You can read about our versioning strategy and releases on our website.

@typescript-eslint/parser

  • ^8.42.0 => ^8.43.0 (vscodestat)

8.43.0 (2025-09-08)

🚀 Features

  • typescript-estree: disallow empty type parameter/argument lists (#11563)

🩹 Fixes

  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#11489)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#11517)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#11457)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#11423, #11430)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#11359)
  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#11432)
  • rule-tester: normalize paths before checking if they escape cwd (#11525)
  • scope-manager: exclude Program from DefinitionBase node types (#11469)
  • type-utils: add union type support to TypeOrValueSpecifier (#11526)
  • typescript-estree: match filenames starting with a period when using glob in allowDefaultProject / (#11537)

❤️ Thank You

  • Dima @dbarabashh
  • Kirk Waiblinger @kirkwaiblinger
  • mdm317
  • Nicolas Le Cam
  • tao
  • Victor Genaev @mainframev
  • Yukihiro Hasegawa @y-hsgw
  • 민감자(Minji Kim) @mouse0429
  • 송재욱

You can read about our versioning strategy and releases on our website.

<h1>npm</h1> <h2>@typescript-eslint/eslint-plugin</h2> <ul> <li> ^8.42.0 => ^8.43.0 (vscodestat)</li> </ul> > <h2>8.43.0 (2025-09-08)</h2> > <h3>🚀 Features</h3> > <ul> > <li><strong>typescript-estree:</strong> disallow empty type parameter/argument lists (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11563">#11563</a>)</li> > </ul> > <h3>🩹 Fixes</h3> > <ul> > <li><strong>eslint-plugin:</strong> [no-non-null-assertion] do not suggest optional chain on LHS of assignment (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11489">#11489</a>)</li> > <li><strong>eslint-plugin:</strong> [no-unnecessary-type-conversion] only report ~~ on integer literal types (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11517">#11517</a>)</li> > <li><strong>eslint-plugin:</strong> [consistent-type-exports] fix declaration shadowing (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11457">#11457</a>)</li> > <li><strong>eslint-plugin:</strong> [no-floating-promises] allowForKnownSafeCalls now supports function names (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11423">#11423</a>, <a href="https://github.com/typescript-eslint/typescript-eslint/pull/11430">#11430</a>)</li> > <li><strong>eslint-plugin:</strong> [no-deprecated] should report deprecated exports and reexports (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11359">#11359</a>)</li> > <li><strong>eslint-plugin:</strong> [prefer-return-this-type] don&#39;t report an error when returning a union type that includes a classType (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11432">#11432</a>)</li> > <li><strong>rule-tester:</strong> normalize paths before checking if they escape cwd (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11525">#11525</a>)</li> > <li><strong>scope-manager:</strong> exclude Program from DefinitionBase node types (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11469">#11469</a>)</li> > <li><strong>type-utils:</strong> add union type support to TypeOrValueSpecifier (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11526">#11526</a>)</li> > <li><strong>typescript-estree:</strong> match filenames starting with a period when using glob in allowDefaultProject / (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11537">#11537</a>)</li> > </ul> > <h3>❤️ Thank You</h3> > <ul> > <li>Dima @dbarabashh</li> > <li>Kirk Waiblinger @kirkwaiblinger</li> > <li>mdm317</li> > <li>Nicolas Le Cam</li> > <li>tao</li> > <li>Victor Genaev @mainframev</li> > <li>Yukihiro Hasegawa @y-hsgw</li> > <li>민감자(Minji Kim) @mouse0429</li> > <li>송재욱</li> > </ul> > <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> <h2>@typescript-eslint/parser</h2> <ul> <li> ^8.42.0 => ^8.43.0 (vscodestat)</li> </ul> > <h2>8.43.0 (2025-09-08)</h2> > <h3>🚀 Features</h3> > <ul> > <li><strong>typescript-estree:</strong> disallow empty type parameter/argument lists (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11563">#11563</a>)</li> > </ul> > <h3>🩹 Fixes</h3> > <ul> > <li><strong>eslint-plugin:</strong> [no-non-null-assertion] do not suggest optional chain on LHS of assignment (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11489">#11489</a>)</li> > <li><strong>eslint-plugin:</strong> [no-unnecessary-type-conversion] only report ~~ on integer literal types (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11517">#11517</a>)</li> > <li><strong>eslint-plugin:</strong> [consistent-type-exports] fix declaration shadowing (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11457">#11457</a>)</li> > <li><strong>eslint-plugin:</strong> [no-floating-promises] allowForKnownSafeCalls now supports function names (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11423">#11423</a>, <a href="https://github.com/typescript-eslint/typescript-eslint/pull/11430">#11430</a>)</li> > <li><strong>eslint-plugin:</strong> [no-deprecated] should report deprecated exports and reexports (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11359">#11359</a>)</li> > <li><strong>eslint-plugin:</strong> [prefer-return-this-type] don&#39;t report an error when returning a union type that includes a classType (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11432">#11432</a>)</li> > <li><strong>rule-tester:</strong> normalize paths before checking if they escape cwd (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11525">#11525</a>)</li> > <li><strong>scope-manager:</strong> exclude Program from DefinitionBase node types (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11469">#11469</a>)</li> > <li><strong>type-utils:</strong> add union type support to TypeOrValueSpecifier (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11526">#11526</a>)</li> > <li><strong>typescript-estree:</strong> match filenames starting with a period when using glob in allowDefaultProject / (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11537">#11537</a>)</li> > </ul> > <h3>❤️ Thank You</h3> > <ul> > <li>Dima @dbarabashh</li> > <li>Kirk Waiblinger @kirkwaiblinger</li> > <li>mdm317</li> > <li>Nicolas Le Cam</li> > <li>tao</li> > <li>Victor Genaev @mainframev</li> > <li>Yukihiro Hasegawa @y-hsgw</li> > <li>민감자(Minji Kim) @mouse0429</li> > <li>송재욱</li> > </ul> > <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p>
m.schnitzler added 1 commit 2025-09-10 05:09:05 +00:00
root merged commit 124154e4e9 into master 2025-09-10 05:09:14 +00:00
root referenced this issue from a commit 2025-09-10 05:09:23 +00:00
root deleted branch renovate 2025-09-10 05:09:31 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: root/vscodestat#119
No description provided.