gitlab gitlab-ci-utils/eslint-config-standard 46.0.0

latest releases: 48.0.1, 48.0.0, 47.0.0...
3 months ago

Changed

  • BREAKING: Removed support for Node 20 (end-of-life 2026-04-30) and Node 25
    (end-of-life 2026-06-01). Added support for Node 26 (released 2026-05-05).
    Compatible with all current and LTS releases
    (^22.11.0 || ^24.11.0 || >=26.0.0). (#153)
  • BREAKING: Updated to eslint-plugin-unicorn@64.0.0 and added the following new rules as errors:
    consistent-template-literal-escape,
    no-useless-iterator-to-array,
    prefer-simple-condition-first,
    switch-case-break-position.
  • BREAKING: Update to eslint-plugin-n@18.0.1 and disabled rule
    node/no-unpublished-bin. The files in bin are
    always published
    as of npm v10.
  • BREAKING: Removed @eslint-community/eslint-comments rule
    no-unused-disable, which was deprecated in v4.7.1. This can now be
    accomplished via the ESLint setting
    linterOptions.reportUnusedDisabledDirectives. (#151)

Fixed

  • Fixed issue with review apps with config inspector for MR pipelines. (#152)
  • Updated to latest dependencies: @vitest/eslint-plugin@1.6.17,
    typescript-eslint@8.59.3.

Miscellaneous

  • Updated GitLab CI Templates to v52.0.0. See the
    release notes
    for details.

Don't miss a new eslint-config-standard release

NewReleases is sending notifications on new releases.