putout 35.5.0 → 35.5.2

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 +20 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,23 @@
1
+ 2024.02.29, v35.5.2
2
+
3
+ feature:
4
+ - 7b3906815 putout: @putout/formatter-frame v6.0.0
5
+ - 442062870 @putout/formatter-frame: @putout/formatter-codeframe v7.0.0
6
+ - 41b929826 @putout/formatter-frame: drop support of 🐊 < 35
7
+ - 1334e3f65 putout: @putout/formatter-progress v5.0.0
8
+ - 178206c56 @putout/formatter-progress: @putout/formatter-dump v5.0.0
9
+ - 762708001 @putout/formatter-progress: drop support of node < 18
10
+ - b7f644f14 @putout/formatter-progress-bar: @putout/formatter-dump v5.0.0
11
+ - f5988d418 @putout/formatter-memory: @putout/formatter-dump v5.0.0
12
+ - 9790242ff @putout/plugin-minify: merge-variables: exclude template literals (coderaiser/minify#120)
13
+
14
+ 2024.02.21, v35.5.1
15
+
16
+ feature:
17
+ - 1a8f96edc putout: @putout/formatter-progress-bar v4.0.0
18
+ - 596ade5f7 @putout/formatter-progress-bar: drop support of node < 18
19
+ - a82b81f16 @putout/formatter-progress-bar: chalk v5.3.0
20
+
1
21
  2024.02.21, v35.5.0
2
22
 
3
23
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.5.0",
3
+ "version": "35.5.2",
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,12 +67,12 @@
67
67
  "@putout/eslint": "^3.0.0",
68
68
  "@putout/formatter-codeframe": "^7.0.0",
69
69
  "@putout/formatter-dump": "^5.0.0",
70
- "@putout/formatter-frame": "^5.0.0",
70
+ "@putout/formatter-frame": "^6.0.0",
71
71
  "@putout/formatter-json": "^2.0.0",
72
72
  "@putout/formatter-json-lines": "^3.0.0",
73
73
  "@putout/formatter-memory": "^4.0.0",
74
- "@putout/formatter-progress": "^4.0.0",
75
- "@putout/formatter-progress-bar": "^3.0.0",
74
+ "@putout/formatter-progress": "^5.0.0",
75
+ "@putout/formatter-progress-bar": "^4.0.0",
76
76
  "@putout/formatter-stream": "^5.0.0",
77
77
  "@putout/formatter-time": "^3.0.0",
78
78
  "@putout/operate": "^12.0.0",