putout 42.0.16 → 42.0.18

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 +16 -0
  2. package/package.json +2 -2
  3. package/putout.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,19 @@
1
+ 2026.02.25, v42.0.18
2
+
3
+ fix:
4
+ - ab0148ce5 putout: rules: filesystem/remove-files: enable
5
+ - 710b414fc @putout/engine-parser: template: ast: duplicate call
6
+
7
+ feature:
8
+ - b7f98edbc root: c8 v11.0.0
9
+ - fbd2223e6 root: c8 v11.0.0
10
+
11
+ 2026.02.24, v42.0.17
12
+
13
+ feature:
14
+ - 73a675d9f putout: actions: set node version to v25.6.1 (bcoe/c8#581)
15
+ - 734a2500e @putout/plugin-esm: convert-const-to-import: add
16
+
1
17
  2026.02.24, v42.0.16
2
18
 
3
19
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.0.16",
3
+ "version": "42.0.18",
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,7 @@
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",
219
+ "c8": "^11.0.0",
220
220
  "currify": "^4.0.0",
221
221
  "eslint": "^10.0.0",
222
222
  "eslint-plugin-n": "^17.0.0",
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.x"
101
+ "25.6.1"
102
102
  ]
103
103
  }],
104
104
  "remove-useless-escape": "off"