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.0and 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.1and disabled rule
node/no-unpublished-bin. The files inbinare
always published
as of npm v10.
- BREAKING: Removed
@eslint-community/eslint-commentsrule
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.