putout 42.0.18 → 42.0.19

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 (3) hide show
  1. package/ChangeLog +12 -0
  2. package/package.json +2 -2
  3. package/putout.json +1 -1
package/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ 2026.02.27, v42.0.19
2
+
3
+ fix:
4
+ - dea3d500b putout config: set-node-version: v25.6.1 -> 25.x
5
+ - 36a654149 @putout/plugin-putout: add-path-arg-to-filter: no body
6
+
7
+ feature:
8
+ - fd7ead29b root: superc8 v12.0.0
9
+ - 0e3ec97e7 @putout/plugin-nodejs: convert-commonjs-to-esm: exports: call
10
+ - cf1a3244f @putout/plugin-nodejs: convert-commonjs-to-esm: require: chain: improve support
11
+ - daf3c3c89 @putout/operator-add-args: type: add
12
+
1
13
  2026.02.25, v42.0.18
2
14
 
3
15
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.0.18",
3
+ "version": "42.0.19",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
@@ -216,7 +216,6 @@
216
216
  "@putout/eslint-flat": "^4.0.0",
217
217
  "@putout/plugin-apply-entries": "^2.0.0",
218
218
  "@putout/test": "^15.1.0",
219
- "c8": "^11.0.0",
220
219
  "currify": "^4.0.0",
221
220
  "eslint": "^10.0.0",
222
221
  "eslint-plugin-n": "^17.0.0",
@@ -225,6 +224,7 @@
225
224
  "madrun": "^13.0.0",
226
225
  "montag": "^1.2.1",
227
226
  "nodemon": "^3.0.1",
227
+ "superc8": "^12.0.0",
228
228
  "supertape": "^12.0.0"
229
229
  },
230
230
  "license": "MIT",
package/putout.json CHANGED
@@ -98,7 +98,7 @@
98
98
  "versions": [
99
99
  "22.x",
100
100
  "24.x",
101
- "25.6.1"
101
+ "25.x"
102
102
  ]
103
103
  }],
104
104
  "remove-useless-escape": "off"