putout 40.4.3 → 40.5.1

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 (2) hide show
  1. package/ChangeLog +41 -0
  2. package/package.json +10 -10
package/ChangeLog CHANGED
@@ -1,3 +1,44 @@
1
+ 2025.08.07, v40.5.1
2
+
3
+ feature:
4
+ - 7709af4ec @putout/formatter-codeframe: @putout/formatter-json v3.0.0
5
+ - 2715c3382 @putout/formatter-dump: @putout/formatter-json v3.0.0
6
+ - e2ecdb120 @putout/formatter-eslint: @putout/formatter-json v3.0.0
7
+ - 76285c864 @putout/formatter-progress-bar: @putout/formatter-dump v6.0.0
8
+ - 6a3f85c94 @putout/formatter-progress: @putout/formatter-dump v6.0.0
9
+ - 5a6fa4606 @putout/formatter-memory: @putout/formatter-dump v6.0.0
10
+ - 49a6e9499 @putout/formatter-time: @putout/formatter-dump v6.0.0
11
+ - 2cad74a08 putout: @putout/formatter-time v4.0.0
12
+ - a036b2d27 putout: @putout/formatter-stream v6.0.0
13
+ - 0ff35befa putout: @putout/formatter-progress v6.0.0
14
+ - 08a59dd8c putout: @putout/formatter-progress-bar v5.0.0
15
+ - a411a7092 putout: @putout/formatter-memory v5.0.0
16
+ - e8086831a putout: @putout/formatter-json v3.0.0
17
+ - 70f993bb3 putout: @putout/formatter-json-lines v4.0.0
18
+ - 870504198 putout: @putout/formatter-dump v6.0.0
19
+ - cb8749d0c root: @putout/test v14.0.0
20
+ - 1104920b4 @putout/formatter-json-lines: drop support of 🐊 < 40
21
+ - 2c3b6603f @putout/formatter-json: drop support of 🐊 < 40
22
+ - 67d061218 @putout/formatter-memory: drop support of 🐊 < 40
23
+ - c13f19b2d @putout/formatter-progress-bar: drop support of 🐊 < 40
24
+ - 2cdf2dd8c @putout/formatter-progress: drop support of 🐊 < 40
25
+ - 07e43c658 @putout/formatter-stream: drop support of 🐊 < 40
26
+ - 2c4494c73 @putout/formatter-time: drop support of 🐊 < 40
27
+ - 433eac2a1 @putout/formatter-dump: errors, files -> error, file: when 1 file
28
+ - 236e3db67 @putout/formatter-dump: drop support of 🐊 < 40
29
+ - 4a0a2c4dd @putout/test: format: fixture
30
+
31
+ 2025.08.05, v40.5.0
32
+
33
+ feature:
34
+ - c003cda1e putout: @putout/plugin-apply-dot-notation v3.0.0
35
+ - f8767e134 @putout/plugin-apply-dot-notation: migrate to ESM
36
+ - 433056da8 @putout/eslint-config: disable dot-notation, use apply-dot-notation instead
37
+ - bd11ed8e3 eslint-plugin-putout: eslint-plugin-eslint-plugin v7.0.0
38
+ - ef397446e @putout/engine-parser: babel: discardBinding
39
+ - 33d4613f7 @putout/engine-parser: hermes-parser v0.31.0
40
+ - ee73209b7 @putout/processor-css: stylelint-config-standard v39.0.0
41
+
1
42
  2025.07.29, v40.4.3
2
43
 
3
44
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.4.3",
3
+ "version": "40.5.1",
4
4
  "type": "commonjs",
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",
@@ -67,15 +67,15 @@
67
67
  "@putout/engine-reporter": "^5.0.0",
68
68
  "@putout/engine-runner": "^25.0.0",
69
69
  "@putout/formatter-codeframe": "^9.0.0",
70
- "@putout/formatter-dump": "^5.0.0",
70
+ "@putout/formatter-dump": "^6.0.0",
71
71
  "@putout/formatter-frame": "^8.0.0",
72
- "@putout/formatter-json": "^2.0.0",
73
- "@putout/formatter-json-lines": "^3.0.0",
74
- "@putout/formatter-memory": "^4.0.0",
75
- "@putout/formatter-progress": "^5.0.0",
76
- "@putout/formatter-progress-bar": "^4.0.0",
77
- "@putout/formatter-stream": "^5.0.0",
78
- "@putout/formatter-time": "^3.0.0",
72
+ "@putout/formatter-json": "^3.0.0",
73
+ "@putout/formatter-json-lines": "^4.0.0",
74
+ "@putout/formatter-memory": "^5.0.0",
75
+ "@putout/formatter-progress": "^6.0.0",
76
+ "@putout/formatter-progress-bar": "^5.0.0",
77
+ "@putout/formatter-stream": "^6.0.0",
78
+ "@putout/formatter-time": "^4.0.0",
79
79
  "@putout/operate": "^14.0.0",
80
80
  "@putout/operator-add-args": "^12.0.0",
81
81
  "@putout/operator-declare": "^14.0.0",
@@ -90,7 +90,7 @@
90
90
  "@putout/plugin-apply-arrow": "^3.0.0",
91
91
  "@putout/plugin-apply-at": "^2.0.0",
92
92
  "@putout/plugin-apply-destructuring": "^9.0.0",
93
- "@putout/plugin-apply-dot-notation": "^2.0.0",
93
+ "@putout/plugin-apply-dot-notation": "^3.0.0",
94
94
  "@putout/plugin-apply-flat-map": "^3.0.0",
95
95
  "@putout/plugin-apply-overrides": "^3.0.0",
96
96
  "@putout/plugin-apply-shorthand-properties": "^6.0.0",