Skip to content

Conversation

@michaelfaith
Copy link
Contributor

@michaelfaith michaelfaith commented Aug 18, 2025

Prerequisites checklist

What is the purpose of this pull request? (put an "X" next to an item)

  • Documentation update
  • Bug fix (template)
  • New rule (template)
  • Changes an existing rule (template)
  • Add autofix to a rule
  • Add a CLI option
  • Add something to the core
  • Other, please explain: removed support for jiti < 2.2.0

What changes did you make? (Give an overview)

This change removes support for jiti < 2.2.0. Now, if you're wanting to use a TypeScript config without Node's native type stripping, you must have at least version 2.2.0 of jiti installed.

Fixes #19765

@github-project-automation github-project-automation bot moved this to Needs Triage in Triage Aug 18, 2025
@eslint-github-bot eslint-github-bot bot added breaking This change is backwards-incompatible feature This change adds a new feature to ESLint labels Aug 18, 2025
@netlify
Copy link

netlify bot commented Aug 18, 2025

Deploy Preview for docs-eslint canceled.

Name Link
🔨 Latest commit efd1ffc
🔍 Latest deploy log https://app.netlify.com/projects/docs-eslint/deploys/690f4f95b62d3f0008c5202d

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Aug 18, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

@github-actions github-actions bot added the core Relates to ESLint's core APIs and features label Aug 18, 2025
@michaelfaith michaelfaith marked this pull request as ready for review August 18, 2025 22:32
@michaelfaith michaelfaith requested a review from a team as a code owner August 18, 2025 22:32
@michaelfaith michaelfaith marked this pull request as draft August 18, 2025 22:52
@fasttime fasttime moved this from Needs Triage to Triaging in Triage Aug 19, 2025
@fasttime fasttime moved this from Triaging to Blocked in Triage Aug 19, 2025
@fasttime fasttime added the accepted There is consensus among the team that this change meets the criteria for inclusion label Aug 19, 2025
@fasttime fasttime added this to v10.0.0 Aug 19, 2025
@fasttime fasttime moved this to Implementing in