File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 17.12 .0" }
1
+ {"." :" 17.13 .0" }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 17.13.0] ( https://github.com/eslint-community/eslint-plugin-n/compare/v17.12.0...v17.13.0 ) (2024-11-05)
4
+
5
+
6
+ ### 🌟 Features
7
+
8
+ * ** no-unsupported:** support Node 20.18.0 ([ #374 ] ( https://github.com/eslint-community/eslint-plugin-n/issues/374 ) ) ([ d39d99a] ( https://github.com/eslint-community/eslint-plugin-n/commit/d39d99aecf2e8f0dde59b980f209d1c377af9a46 ) )
9
+
10
+
11
+ ### 🩹 Fixes
12
+
13
+ * ** no-unsupported:** fix ` node:test ` module ([ #378 ] ( https://github.com/eslint-community/eslint-plugin-n/issues/378 ) ) ([ 0b228dd] ( https://github.com/eslint-community/eslint-plugin-n/commit/0b228ddece63d2939551ea6ccb73e9dfbefe88ec ) )
14
+
15
+
16
+ ### 🧹 Chores
17
+
18
+ * update dependencies ([ #375 ] ( https://github.com/eslint-community/eslint-plugin-n/issues/375 ) ) ([ 8a8104e] ( https://github.com/eslint-community/eslint-plugin-n/commit/8a8104e27bb278f21f25bd7d9a7acfa1523ccb13 ) )
19
+
3
20
## [ 17.12.0] ( https://github.com/eslint-community/eslint-plugin-n/compare/v17.11.1...v17.12.0 ) (2024-10-30)
4
21
5
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-n" ,
3
- "version" : " 17.12 .0" ,
3
+ "version" : " 17.13 .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