Major Changes
-
#449
3de7aa3Thanks @copilot-swe-agent! - Drop support for older ESLint versions. The new supported version is>=9.38.0. -
#451
2547aa8Thanks @copilot-swe-agent! - Drop support for legacy config. The plugin now exports flat configuration as the main configuration format. The previousflat/*namespace is kept for backward compatibility. -
#444
f817419Thanks @copilot-swe-agent! - Drop support for older Node.js versions. The new supported version is^20.19.0 || ^22.13.0 || >=24. -
#454
8ccc888Thanks @copilot-swe-agent! - Change to ESM-only package. This package no longer provides CommonJS exports and only supports ESM (ECMAScript modules). -
#457
9c4d7b0Thanks @copilot-swe-agent! - Organize package dependencies:- Remove
eslint-compat-utilsdependency and use native ESLint 9 APIs instead - Limit
minimatchdependency to version 10 only (remove version 9 support) - Update
toml-eslint-parserfrom ^0.12.0 to ^1.0.0 - Update
yaml-eslint-parserfrom ^1.0.0 to ^2.0.0
- Remove