putout 35.4.0 → 35.4.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 +17 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,20 @@
1
+ 2024.02.16, v35.4.1
2
+
3
+ fix:
4
+ - 50c100fb5 @putout/cli-choose: vim: drop h, l
5
+
6
+ feature:
7
+ - d823a41e3 putout: @putout/cli-choose-formatter v4.0.0
8
+ - e0c1a85ce @putout/engine-reporter: @putout/cli-choose-formatter v4.0.0
9
+ - f0d7e599e @putout/cli-choose-formatter: @putout/cli-choose v2.0.0
10
+ - 04022b1ae @putout/cli-choose-formatter: drop support of 🐊 < 35
11
+ - 9a1d41da7 @putout/cli-choose: drop support of node < 18
12
+ - 03c48befd @putotu/plugin-filesystem: convert-simple-filesystem-to-filesystem: add ability to handle absense of directory
13
+ - bea56d25c @putout/plugin-filesystem: read-all-files: add mask
14
+ - cb0501571 @putout/plugin-minify: merge-variables: exclude SwitchCase (coderaiser/minify#119)
15
+ - 7d902eb50 @putout/plugin-minify: merge-variables: exclude NewExpression (coderaiser/minify#119)
16
+ - 9290bef1d @putout/plugin-remove-useless-array: Traverser -> Replacer
17
+
1
18
  2024.02.14, v35.4.0
2
19
 
3
20
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.4.0",
3
+ "version": "35.4.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",
@@ -52,7 +52,7 @@
52
52
  "dependencies": {
53
53
  "@putout/babel": "^2.0.0",
54
54
  "@putout/cli-cache": "^3.0.0",
55
- "@putout/cli-choose-formatter": "^3.0.0",
55
+ "@putout/cli-choose-formatter": "^4.0.0",
56
56
  "@putout/cli-keypress": "^2.0.0",
57
57
  "@putout/cli-match": "^2.0.0",
58
58
  "@putout/cli-ruler": "^3.0.0",