Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Feb 02:41
· 19 commits to main since this release
070888a

Major Changes

  • #257 7950c01 Thanks @copilot-swe-agent! - Drop support for legacy config. The plugin now exports flat configs as the main configuration format. The previous flat/* namespace is kept for backward compatibility.

  • #256 e3d3aa5 Thanks @copilot-swe-agent! - Drop support for older ESLint versions. The new minimum supported version is ESLint 9.38.0 or later.

  • #251 626bc32 Thanks @copilot-swe-agent! - Drop support for older Node.js versions. The new supported version is ^20.19.0 || ^22.13.0 || >=24.

  • #258 5e2a753 Thanks @ota-meshi! - Convert to ESM-only package. The plugin now uses tsdown for bundling and is distributed as pure ESM. The package no longer supports CommonJS require() syntax. Users need to use import statements or dynamic import() to load the plugin.

  • #247 560ba7f Thanks @renovate! - Update dependency jsonc-eslint-parser to v3