Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 01:18
b1a9f16

Major Changes

  • #571 adfce70 Thanks @ota-meshi! - Require Node.js ^22.22.3 || ^24.16.0 || >=26.3.0.

  • #574 db26988 Thanks @ota-meshi! - Drop support for ESLint v8 and v9. ESLint v10.0.0 or later is now required.

  • #569 f0e1756 Thanks @ota-meshi! - Drop CommonJS entry points and support ESM-only package usage.

  • #477 cf6ff71 Thanks @ota-meshi! - feat! update configs

  • #479 805fffa Thanks @ota-meshi! - Update and reorganize dependencies for the ESLint v10 release line.

    The minimum optional @typescript-eslint/parser peer dependency is now 8.61.0,
    matching the first supported range used here that declares compatibility with
    ESLint v10 and TypeScript 6.

  • #580 919a837 Thanks @ota-meshi! - Add astro/no-prerender-export-outside-pages to the recommended config.

  • #579 efd5988 Thanks @ota-meshi! - feat!: update astro-eslint-parser to v2.0.0

Minor Changes