Releases: eslint-community/eslint-plugin-n
Releases · eslint-community/eslint-plugin-n
v17.13.1
v17.13.0
v17.12.0
17.12.0 (2024-10-30)
🌟 Features
- no-unsupported: Support node 23.0.0 and 22.10.0 (#358) (0fd0350)
- no-unsupported: Support node 23.1.0 (#370) (06d60ae)
🩹 Fixes
- no-unsupported:
getCallSite
is experimental (#363) (d15c63a) - no-unsupported: support missing
process.features
(#362) (9552a4a) - update dependencies (#365) (bf34ca5)
🧹 Chores
v17.11.1
v17.11.0
17.11.0 (2024-10-09)
🌟 Features
- no-missing-import: Add
ignoreTypeImport
options (#344) (e022aba) - no-process-env: Allow users to exclude specific variables (#345) (b16a475)
- Update no-unsupported to node v22.9.0 (#342) (87fb484)
🩹 Fixes
- no-missing-import: Ignore node builtins in package.json
imports
(#346) (148e47e) - no-missing-import: Resolve tsconfig paths relative to the tsconfig (#343) (6cd7954)