putout 42.0.18 → 42.0.20

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 +29 -0
  2. package/package.json +8 -8
  3. package/putout.json +1 -1
package/ChangeLog CHANGED
@@ -1,3 +1,32 @@
1
+ 2026.02.28, v42.0.20
2
+
3
+ feature:
4
+ - 0a5381dc0 putout: @putout/formatter-stream v7.0.0
5
+ - c99b7b61f @putout/formatter-stream: chalk -> styleText
6
+ - b35817221 putout: @putout/formatter-progress v7.0.0
7
+ - d61400030 @putout/formatter-progress: drop support of 🐊 < 42
8
+ - f03044b18 putout: @putout/formatter-time v5.0.0
9
+ - ebca8cdd6 @putout/formatter-time: drop support of 🐊 < 42
10
+ - d1b641185 putout: @putout/formatter-progress-bar v6.0.0
11
+ - 80eb62efd @putout/formatter-progress-bar: drop support of 🐊 < 42
12
+ - 70de5d9ab putout: @putout/formatter-memory v6.0.0
13
+ - 9c3881239 putout: @putout/formatter-dump v7.0.0
14
+ - a88b2e92d @putout/formatter-memory: drop support of 🐊 < 42
15
+ - 5b3691143 @putout/formatter-dump: drop support of 🐊 < 42
16
+ - 746f4aad9 @putout/plugin-nodejs: apply-style-text: add
17
+
18
+ 2026.02.27, v42.0.19
19
+
20
+ fix:
21
+ - dea3d500b putout config: set-node-version: v25.6.1 -> 25.x
22
+ - 36a654149 @putout/plugin-putout: add-path-arg-to-filter: no body
23
+
24
+ feature:
25
+ - fd7ead29b root: superc8 v12.0.0
26
+ - 0e3ec97e7 @putout/plugin-nodejs: convert-commonjs-to-esm: exports: call
27
+ - cf1a3244f @putout/plugin-nodejs: convert-commonjs-to-esm: require: chain: improve support
28
+ - daf3c3c89 @putout/operator-add-args: type: add
29
+
1
30
  2026.02.25, v42.0.18
2
31
 
3
32
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.0.18",
3
+ "version": "42.0.20",
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",
@@ -65,15 +65,15 @@
65
65
  "@putout/engine-reporter": "^8.0.2",
66
66
  "@putout/engine-runner": "^28.0.0",
67
67
  "@putout/formatter-codeframe": "^10.0.0",
68
- "@putout/formatter-dump": "^6.0.0",
68
+ "@putout/formatter-dump": "^7.0.0",
69
69
  "@putout/formatter-frame": "^9.0.0",
70
70
  "@putout/formatter-json": "^3.0.0",
71
71
  "@putout/formatter-json-lines": "^4.0.0",
72
- "@putout/formatter-memory": "^5.0.0",
73
- "@putout/formatter-progress": "^6.0.0",
74
- "@putout/formatter-progress-bar": "^5.0.0",
75
- "@putout/formatter-stream": "^6.0.0",
76
- "@putout/formatter-time": "^4.0.0",
72
+ "@putout/formatter-memory": "^6.0.0",
73
+ "@putout/formatter-progress": "^7.0.0",
74
+ "@putout/formatter-progress-bar": "^6.0.0",
75
+ "@putout/formatter-stream": "^7.0.0",
76
+ "@putout/formatter-time": "^5.0.0",
77
77
  "@putout/operate": "^15.0.0",
78
78
  "@putout/operator-add-args": "^15.0.0",
79
79
  "@putout/operator-declare": "^16.0.0",
@@ -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"