bmish / eslint-doc-generator

Automatic documentation generator for ESLint plugins and rules.
92 stars 7 forks source link

Add support for Node 20.x and 22.x #543

Open ddzz opened 2 weeks ago

ddzz commented 2 weeks ago

First attempt at adding it is failing in CI: https://github.com/bmish/eslint-doc-generator/pull/542

MikeMcC399 commented 2 weeks ago

I suggest to add support node Node.js 20.x and 22.x, since Node.js 22.x is planned to become LTS on Oct 29, 2024.

Some Jest compatibility issues have to be resolved first though.

ddzz commented 2 weeks ago

I suggest to add support node Node.js 20.x and 22.x, since Node.js 22.x is planned to become LTS on Oct 29, 2024.

Some Jest compatibility issues have to be resolved first though.

Thanks, I haven't used Node much recently, so I wasn't aware a new LTS version was a week away. Issue has been updated.

MikeMcC399 commented 2 weeks ago

@ddzz