Skip to content

Version 2.0.0

Choose a tag to compare

@jaydenseric jaydenseric released this 15 May 13:11
· 18 commits to main since this release

Major

  • Updated Node.js support to ^18.18.0 || ^20.9.0 || >=21.1.0.
  • Updated the peer dependency eslint to ^9.0.0.
  • Updated dev dependencies, some of which require newer Node.js versions than previously supported.
  • The plugin, and its config recommended, is now ESLint v9 format.

Patch

  • Updated dependencies.
  • Updated GitHub Actions CI config:
    • No longer run the workflow on pull request.
    • Enable manual workflow dispatching.
    • Run tests with Node.js v18, v20, v21, v22.
    • Updated actions/checkout to v4.
    • Updated actions/setup-node to v4.
  • Updated the package.json field repository to conform to new npm requirements.
  • Updated the package script eslint, ESLint config, and tests for ESLint v9.
  • Integrated new dev dependency eslint-plugin-jsdoc.
  • Updated the readme instructions for ESLint “flat” config using eslint.config.mjs.