File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 17.0 .0" }
1
+ {"." :" 17.1 .0" }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 17.1.0] ( https://github.com/eslint-community/eslint-plugin-n/compare/v17.0.0...v17.1.0 ) (2024-04-09)
4
+
5
+
6
+ ### 🌟 Features
7
+
8
+ * add ` name ` to flat configs ([ #224 ] ( https://github.com/eslint-community/eslint-plugin-n/issues/224 ) ) ([ 24512a0] ( https://github.com/eslint-community/eslint-plugin-n/commit/24512a0fe27bcb9b2a0ed20cd83bcbd3c0060d0b ) )
9
+ * ** import-target:** Add resolution error reason ([ ed7b25c] ( https://github.com/eslint-community/eslint-plugin-n/commit/ed7b25cf4ccb3f27bf89993a7fc8c706e3491ad5 ) )
10
+ * remove "is-builtin-module" dependency (fixes [ #232 ] ( https://github.com/eslint-community/eslint-plugin-n/issues/232 ) ) ([ #227 ] ( https://github.com/eslint-community/eslint-plugin-n/issues/227 ) ) ([ 03619ee] ( https://github.com/eslint-community/eslint-plugin-n/commit/03619eed4d24cb8ed79c467fe4a620bd58fea4cd ) )
11
+
12
+
13
+ ### 📚 Documentation
14
+
15
+ * add v17 changelog ([ #223 ] ( https://github.com/eslint-community/eslint-plugin-n/issues/223 ) ) ([ 4fb36eb] ( https://github.com/eslint-community/eslint-plugin-n/commit/4fb36eb253536b694d16b72d31221c98f1012f9f ) )
16
+
3
17
## [ 17.0.0] ( https://github.com/eslint-community/eslint-plugin-n/compare/v17.0.0...v17.0.0-8 ) (2024-04-08)
4
18
5
19
## 💥 Breaking changes:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-n" ,
3
- "version" : " 17.0 .0" ,
3
+ "version" : " 17.1 .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