File tree 2 files changed +18
-1
lines changed
2 files changed +18
-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-01-29)
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
+ * 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 ) )
13
+
14
+
15
+ ### Miscellaneous Chores
16
+
17
+ * 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 1
1
{
2
2
"name" : " eslint-plugin-n" ,
3
- "version" : " 17 .0.0-0" ,
3
+ "version" : " 18 .0.0-0" ,
4
4
"description" : " Additional ESLint's rules for Node.js" ,
5
5
"engines" : {
6
6
"node" : " ^18.18.0 || ^20.9.0 || >=21.1.0"
You can’t perform that action at this time.
0 commit comments