Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Jan 05:11
· 73 commits to master since this release
6b8ac84

Major Changes

  • #532 40eb4be Thanks @copilot-swe-agent! - feat: add ESLint language plugin support

  • #528 c4e74d0 Thanks @copilot-swe-agent! - Convert package to ESM-only. The package now uses "type": "module" and only exports ESM modules. CommonJS require() is no longer supported. Users must use ES modules (import) to load this plugin.

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

  • #524 2260263 Thanks @copilot-swe-agent! - Drop support for ESLint versions older than 9.38.0. The new supported version is >=9.38.0.

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

  • #526 3e7cb79 Thanks @ota-meshi! - feat: update standard config

  • #523 50a96f8 Thanks @renovate! - Update dependency yaml-eslint-parser to v2