renovate #127

Merged
root merged 1 commits from renovate into master 2025-10-08 06:35:54 +00:00
Contributor

npm

@typescript-eslint/eslint-plugin

  • ^8.45.0 => ^8.46.0 (vscodestat)

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
  • rule-schema-to-typescript-types: clean up and make public (#11633)
  • typescript-eslint: export util types (#10848, #10849)
  • typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
  • typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#11634)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#11603)
  • eslint-plugin: removed error type previously deprecated (#11674)
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
  • typescript-estree: forbid abstract modifier in object methods (#11656)
  • typescript-estree: forbid abstract method and accessor to have implementation (#11657)

❤️ Thank You

  • fisker Cheung @fisker
  • Josh Goldberg
  • Joshua Chen
  • Kirk Waiblinger @kirkwaiblinger
  • Mark de Dios @peanutenthusiast
  • Mister-Hope @Mister-Hope
  • Richard Torres @richardtorres314
  • Victor Genaev @mainframev
  • Younsang Na @nayounsang

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

@typescript-eslint/parser

  • ^8.45.0 => ^8.46.0 (vscodestat)

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
  • rule-schema-to-typescript-types: clean up and make public (#11633)
  • typescript-eslint: export util types (#10848, #10849)
  • typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
  • typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#11634)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#11603)
  • eslint-plugin: removed error type previously deprecated (#11674)
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
  • typescript-estree: forbid abstract modifier in object methods (#11656)
  • typescript-estree: forbid abstract method and accessor to have implementation (#11657)

❤️ Thank You

  • fisker Cheung @fisker
  • Josh Goldberg
  • Joshua Chen
  • Kirk Waiblinger @kirkwaiblinger
  • Mark de Dios @peanutenthusiast
  • Mister-Hope @Mister-Hope
  • Richard Torres @richardtorres314
  • Victor Genaev @mainframev
  • Younsang Na @nayounsang

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

<h1>npm</h1> <h2>@typescript-eslint/eslint-plugin</h2> <ul> <li> ^8.45.0 => ^8.46.0 (vscodestat)</li> </ul> > <h2>8.46.0 (2025-10-06)</h2> > <h3>🚀 Features</h3> > <ul> > <li><strong>eslint-plugin:</strong> [no-unsafe-member-access] add allowOptionalChaining option (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11659">#11659</a>)</li> > <li><strong>eslint-plugin-internal:</strong> [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11323">#11323</a>)</li> > <li><strong>rule-schema-to-typescript-types:</strong> clean up and make public (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11633">#11633</a>)</li> > <li><strong>typescript-eslint:</strong> export util types (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/10848">#10848</a>, <a href="https://github.com/typescript-eslint/typescript-eslint/pull/10849">#10849</a>)</li> > <li><strong>typescript-estree:</strong> mention file specifics in project service allowDefaultProject error (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11635">#11635</a>)</li> > <li><strong>typescript-estree:</strong> private identifiers can only appear on LHS of in expressions (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9232">#9232</a>)</li> > </ul> > <h3>🩹 Fixes</h3> > <ul> > <li><strong>eslint-plugin:</strong> [no-floating-promises] remove excess parentheses in suggestions (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11487">#11487</a>)</li> > <li><strong>eslint-plugin:</strong> [unbound-method] improve wording around <code>this: void</code> and binding (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11634">#11634</a>)</li> > <li><strong>eslint-plugin:</strong> [no-deprecated] ignore deprecated <code>export import</code>s (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11603">#11603</a>)</li> > <li><strong>eslint-plugin:</strong> removed error type previously deprecated (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11674">#11674</a>)</li> > <li><strong>eslint-plugin:</strong> [prefer-readonly-parameter-types] ignore tagged primitives (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11660">#11660</a>)</li> > <li><strong>rule-tester:</strong> deprecate TestCaseError#type and LintMessage#nodeType (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11628">#11628</a>)</li> > <li><strong>typescript-estree:</strong> forbid <code>abstract</code> modifier in object methods (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11656">#11656</a>)</li> > <li><strong>typescript-estree:</strong> forbid abstract method and accessor to have implementation (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11657">#11657</a>)</li> > </ul> > <h3>❤️ Thank You</h3> > <ul> > <li>fisker Cheung @fisker</li> > <li>Josh Goldberg ✨</li> > <li>Joshua Chen</li> > <li>Kirk Waiblinger @kirkwaiblinger</li> > <li>Mark de Dios @peanutenthusiast</li> > <li>Mister-Hope @Mister-Hope</li> > <li>Richard Torres @richardtorres314</li> > <li>Victor Genaev @mainframev</li> > <li>Younsang Na @nayounsang</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.45.0 => ^8.46.0 (vscodestat)</li> </ul> > <h2>8.46.0 (2025-10-06)</h2> > <h3>🚀 Features</h3> > <ul> > <li><strong>eslint-plugin:</strong> [no-unsafe-member-access] add allowOptionalChaining option (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11659">#11659</a>)</li> > <li><strong>eslint-plugin-internal:</strong> [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11323">#11323</a>)</li> > <li><strong>rule-schema-to-typescript-types:</strong> clean up and make public (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11633">#11633</a>)</li> > <li><strong>typescript-eslint:</strong> export util types (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/10848">#10848</a>, <a href="https://github.com/typescript-eslint/typescript-eslint/pull/10849">#10849</a>)</li> > <li><strong>typescript-estree:</strong> mention file specifics in project service allowDefaultProject error (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11635">#11635</a>)</li> > <li><strong>typescript-estree:</strong> private identifiers can only appear on LHS of in expressions (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9232">#9232</a>)</li> > </ul> > <h3>🩹 Fixes</h3> > <ul> > <li><strong>eslint-plugin:</strong> [no-floating-promises] remove excess parentheses in suggestions (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11487">#11487</a>)</li> > <li><strong>eslint-plugin:</strong> [unbound-method] improve wording around <code>this: void</code> and binding (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11634">#11634</a>)</li> > <li><strong>eslint-plugin:</strong> [no-deprecated] ignore deprecated <code>export import</code>s (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11603">#11603</a>)</li> > <li><strong>eslint-plugin:</strong> removed error type previously deprecated (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11674">#11674</a>)</li> > <li><strong>eslint-plugin:</strong> [prefer-readonly-parameter-types] ignore tagged primitives (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11660">#11660</a>)</li> > <li><strong>rule-tester:</strong> deprecate TestCaseError#type and LintMessage#nodeType (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11628">#11628</a>)</li> > <li><strong>typescript-estree:</strong> forbid <code>abstract</code> modifier in object methods (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11656">#11656</a>)</li> > <li><strong>typescript-estree:</strong> forbid abstract method and accessor to have implementation (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/11657">#11657</a>)</li> > </ul> > <h3>❤️ Thank You</h3> > <ul> > <li>fisker Cheung @fisker</li> > <li>Josh Goldberg ✨</li> > <li>Joshua Chen</li> > <li>Kirk Waiblinger @kirkwaiblinger</li> > <li>Mark de Dios @peanutenthusiast</li> > <li>Mister-Hope @Mister-Hope</li> > <li>Richard Torres @richardtorres314</li> > <li>Victor Genaev @mainframev</li> > <li>Younsang Na @nayounsang</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-10-08 02:31:37 +00:00
root merged commit f62b4b7804 into master 2025-10-08 06:35:52 +00:00
root referenced this issue from a commit 2025-10-08 06:35:56 +00:00
root deleted branch renovate 2025-10-08 06:36:01 +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#127
No description provided.