putout 42.0.3 → 42.0.5

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 +15 -0
  2. package/package.json +2 -2
  3. package/putout.json +1 -0
package/ChangeLog CHANGED
@@ -1,3 +1,18 @@
1
+ 2026.02.17, v42.0.5
2
+
3
+ feature:
4
+ - 5c988ffb6 putout: coverage/remove-files: enable
5
+
6
+ 2026.02.17, v42.0.4
7
+
8
+ fix:
9
+ - 96012b63f @putout/plugin-filesystem: remove-files: rm .nyc_output: overlap with coverage/remove-files
10
+
11
+ feature:
12
+ - df7403a48 @putout/plugin-sort-ignore: two-stars-globs
13
+ - 9f61b1bae putout: @putout/plugin-coverage v3.0.0
14
+ - c78fe810c @putout/plugin-coverage: drop support of 🐊 < 42
15
+
1
16
  2026.02.17, v42.0.3
2
17
 
3
18
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.0.3",
3
+ "version": "42.0.5",
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",
@@ -109,7 +109,7 @@
109
109
  "@putout/plugin-convert-quotes-to-backticks": "^5.0.0",
110
110
  "@putout/plugin-convert-template-to-string": "^3.0.0",
111
111
  "@putout/plugin-convert-to-arrow-function": "^5.0.0",
112
- "@putout/plugin-coverage": "^2.0.0",
112
+ "@putout/plugin-coverage": "^3.0.0",
113
113
  "@putout/plugin-declare": "^7.0.1",
114
114
  "@putout/plugin-declare-before-reference": "^9.0.0",
115
115
  "@putout/plugin-destructuring": "^1.0.0",
package/putout.json CHANGED
@@ -33,6 +33,7 @@
33
33
  "esm/remove-empty-import": "off"
34
34
  },
35
35
  ".filesystem.json": {
36
+ "coverage/remove-files": "on",
36
37
  "filesystem": "on",
37
38
  "madrun/rename-file": "on",
38
39
  "nodejs/cjs-file": "on",