File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 18.0.0-0] ( https://github.com/eslint-community/eslint-plugin-n/compare/17.0.0-0...v18.0.0-0 ) (2024-02-07)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * remove "n/no-unsupported-features" #140 ([ #173 ] ( https://github.com/eslint-community/eslint-plugin-n/issues/173 ) )
9+
10+ ### Features
11+
12+ * ** shebang:** Add options to ignore unpublished files ([ #172 ] ( https://github.com/eslint-community/eslint-plugin-n/issues/172 ) ) ([ 5609abb] ( https://github.com/eslint-community/eslint-plugin-n/commit/5609abb0420554a955e1ca004eabf11ea4383657 ) )
13+ * Update es-builtins ([ #174 ] ( https://github.com/eslint-community/eslint-plugin-n/issues/174 ) ) ([ fbc9e7b] ( https://github.com/eslint-community/eslint-plugin-n/commit/fbc9e7bfb6a4b805f83c1ac1c103394910ca9892 ) )
14+
15+
16+ ### Bug Fixes
17+
18+ * Remove ` require("util") ` import in import-target ([ #181 ] ( https://github.com/eslint-community/eslint-plugin-n/issues/181 ) ) ([ d32eff3] ( https://github.com/eslint-community/eslint-plugin-n/commit/d32eff365bb8f98633ab4ae65875e8fbe61e6278 ) )
19+
20+
21+ ### Miscellaneous Chores
22+
23+ * remove "n/no-unsupported-features" [ #140 ] ( https://github.com/eslint-community/eslint-plugin-n/issues/140 ) ([ #173 ] ( https://github.com/eslint-community/eslint-plugin-n/issues/173 ) ) ([ 372b283] ( https://github.com/eslint-community/eslint-plugin-n/commit/372b283b7b773963d34a3f7f761bdc1144c2e0d6 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-n" ,
3- "version" : " 17 .0.0-0" ,
3+ "version" : " 18 .0.0-0" ,
44 "description" : " Additional ESLint's rules for Node.js" ,
55 "engines" : {
66 "node" : " ^18.18.0 || ^20.9.0 || >=21.1.0"
You can’t perform that action at this time.
0 commit comments