putout 42.0.17 → 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.
- package/ChangeLog +22 -0
- package/package.json +2 -2
- package/putout.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
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
|
+
|
|
13
|
+
2026.02.25, v42.0.18
|
|
14
|
+
|
|
15
|
+
fix:
|
|
16
|
+
- ab0148ce5 putout: rules: filesystem/remove-files: enable
|
|
17
|
+
- 710b414fc @putout/engine-parser: template: ast: duplicate call
|
|
18
|
+
|
|
19
|
+
feature:
|
|
20
|
+
- b7f98edbc root: c8 v11.0.0
|
|
21
|
+
- fbd2223e6 root: c8 v11.0.0
|
|
22
|
+
|
|
1
23
|
2026.02.24, v42.0.17
|
|
2
24
|
|
|
3
25
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "42.0.
|
|
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": "^10.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
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
".filesystem.json": {
|
|
36
36
|
"coverage/remove-files": "on",
|
|
37
|
-
"filesystem": "on",
|
|
37
|
+
"filesystem/remove-files": "on",
|
|
38
38
|
"madrun/rename-file": "on",
|
|
39
39
|
"nodejs/cjs-file": "on",
|
|
40
40
|
"nodejs/mjs-file": "on",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"versions": [
|
|
99
99
|
"22.x",
|
|
100
100
|
"24.x",
|
|
101
|
-
"25.
|
|
101
|
+
"25.x"
|
|
102
102
|
]
|
|
103
103
|
}],
|
|
104
104
|
"remove-useless-escape": "off"
|