File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 17.2.1 " }
1
+ {"." :" 17.3.0 " }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 17.3.0] ( https://github.com/eslint-community/eslint-plugin-n/compare/v17.2.1...v17.3.0 ) (2024-04-24)
4
+
5
+
6
+ ### 🌟 Features
7
+
8
+ * More es-syntax deprecations ([ #249 ] ( https://github.com/eslint-community/eslint-plugin-n/issues/249 ) ) ([ 2ecee79] ( https://github.com/eslint-community/eslint-plugin-n/commit/2ecee796c53733c70ea671a1e029aed9cf06d050 ) )
9
+
10
+
11
+ ### 🩹 Fixes
12
+
13
+ * unsupported-features/node-builtins-modules range compare ([ #252 ] ( https://github.com/eslint-community/eslint-plugin-n/issues/252 ) ) ([ d50ae85] ( https://github.com/eslint-community/eslint-plugin-n/commit/d50ae85c209a47a8a5d4c1bedaa94e6a77540095 ) )
14
+
15
+
16
+ ### 🧹 Chores
17
+
18
+ * update outdated funding ([ #246 ] ( https://github.com/eslint-community/eslint-plugin-n/issues/246 ) ) ([ 8d711f5] ( https://github.com/eslint-community/eslint-plugin-n/commit/8d711f5446655c9874aeffb2ef28b3c4d8463fb6 ) )
19
+ * upgrade globals v15 ([ #241 ] ( https://github.com/eslint-community/eslint-plugin-n/issues/241 ) ) ([ eb11b5b] ( https://github.com/eslint-community/eslint-plugin-n/commit/eb11b5b35a6a797dc7fba6df53b1c4dada3a2a55 ) )
20
+
3
21
## [ 17.2.1] ( https://github.com/eslint-community/eslint-plugin-n/compare/v17.2.0...v17.2.1 ) (2024-04-15)
4
22
5
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-n" ,
3
- "version" : " 17.2.1 " ,
3
+ "version" : " 17.3.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