Changed
- BREAKING: Added the following new rules as errors from
@vitest/eslint-plugin@1.3.4:
prefer-called-onceandwarn-todo.
New rule
prefer-called-times
is disabled as it is mutually exclusive withprefer-called-once.
- BREAKING: Updated to
eslint-plugin-unicorn@60.0.0and added the following
new rules as errors:
prefer-class-fields,
no-array-reverse,
require-module-specifiers,
no-useless-error-capture-stack-trace.
- This also resolves
@eslint/plugin-kitvulnerability
GHSA-xffm-g5w8-qvg7.
- This also resolves
- BREAKING: Updated to
eslint-plugin-playwright@2.2.1and added the
following new rules as errors:
no-wait-for-navigationand
valid-test-tags.
- BREAKING: Updated to
eslint-plugin-jsdoc@52.0.0. See the
release notes
for details.
Fixed
- Updated to
eslint-config-prettier@10.1.8(no changes, skipping the
versions vulnerable to CVE-2025-54313).
- Updated to
eslint-plugin-n@17.21.3
Miscellaneous
- Updated to GitLab CI Templates v44.0.0. See the
release notes
for details.