redlint 4.3.0 → 4.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/ChangeLog +5 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ 2025.12.27, v4.3.1
2
+
3
+ feature:
4
+ - b991b3f redlint: @putout/plugin-nodejs v18.1.0
5
+
1
6
  2025.12.04, v4.3.0
2
7
 
3
8
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redlint",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Lint Filesystem with 🐊Putout",
@@ -40,7 +40,7 @@
40
40
  "@putout/operator-json": "^2.0.0",
41
41
  "@putout/plugin-eslint": "^15.0.0",
42
42
  "@putout/plugin-filesystem": "^12.0.0",
43
- "@putout/plugin-nodejs": "^17.0.0",
43
+ "@putout/plugin-nodejs": "^18.1.0",
44
44
  "@putout/plugin-react": "^3.0.0",
45
45
  "@putout/processor-filesystem": "^7.0.1",
46
46
  "chalk": "^5.3.0",