Changed
- BREAKING: Updated to
eslint-plugin-n@18.3.0and added the following new
rules as errors:
prefer-import/assert-strict,
prefer-process-get-builtin-module.
- BREAKING: Updated to
eslint-plugin-jsdoc@64.2.1and added the following new
rules as errors:
normalize-see-links.
- BREAKING: Updated to
eslint-plugin-unicorn@73.0.0and added the following new
rules as errors:
iteration-fallback-style,
no-barrel-files,
no-unsafe-sqlite-interpolation,
single-line-block-comment-style
(withsingle-line).
Also added the following new rules as disabled:
consistent-arrow-return-style.
- BREAKING: Removed rule
@typescript-eslint/no-loop-funcand replaced with
eslintruleno-loop-func, which now handles TypeScript files.
Fixed
- Updated to latest dependencies:
@vitest/eslint-plugin@1.6.27,
eslint-plugin-jest@29.16.1,globals@17.11.0,typescript-eslint#8.67.0.
Miscellaneous
- Updated GitLab CI Templates to v53.2.0. See the
release notes
for details.
- Updated to Renovate config presets v4.3.0. See the
release notes
for details.