putout 38.0.10 → 38.1.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.
package/ChangeLog CHANGED
@@ -1,3 +1,39 @@
1
+ 2025.02.09, v38.1.1
2
+
3
+ fix:
4
+ - 72e487a1b @putout/operate: get back
5
+ - 434e4f7f7 @putout/plugin-nodejs: strict-mode: remove-useless: get back
6
+
7
+ feature:
8
+ - 897f6d958 putout: default fixCount: 3
9
+ - 72b54dbb2 @putout/engine-runner: @putout/plugin-filesystem v8.0.1
10
+ - e5cbf3c3e @putout/processor-filesystem: @putout/operator-filesystem v6.0.2
11
+ - 8b2a11bf7 putout: @putout/operator-match-files v6.0.1
12
+ - f7e8b64f9 @putout/plugin-filesystem: @putout/operator-filesystem v6.0.2
13
+ - 0a1a8d0ac putout: @putout/plugin-filesystem v8.0.0
14
+ - c8786fd9d @putout/processor-html: @putout/processor-css v10.0.0
15
+ - e8cc4051b putout: @putout/plugin-nodejs v14.0.0
16
+ - 718205c4d @putout/operator-rename-files: @putout/operator-filesystem v6.0.2
17
+ - 62292c6f8 @putout/operator-match-files: @putout/operator-filesystem v6.0.2
18
+ - 079db9f12 @putout/engine-runner: @putout/operator-declare v11.0.3
19
+ - 04680543a @putout/test: @putout/cli-process-file v2.0.1
20
+ - b9fa6d7fe @putout/engine-runner: @putout/operator-filesystem v6.0.2
21
+
22
+ 2025.02.09, v38.1.0
23
+
24
+ feature:
25
+ - 83cca883d putout: @putout/plugin-parens v2.0.0
26
+ - 67adb9f8a putout: @putout/plugin-typescript v11.0.0
27
+ - 3c5b53f29 @putout/plugin-typescript: drop supprot of 🐊 < 38
28
+ - d5acfc730 @putout/plugin-parens: drop support of 🐊 < 38
29
+ - e047933a5 @putout/plugin-putout: apply-parens: add
30
+ - 943fa0cd5 @putout/plugin-putout: hasParens: add
31
+ - 4f0e164b0 @putout/opereate: hasParens: add
32
+ - 9eb02880b @putout/plugin-putout: declare: addParens, removeParens
33
+ - 6cf363866 @putout/operate: addParens, removeParens: add
34
+ - 4f41b2f2d @putout/engine-parser: mark used printer in ast
35
+ - 4f273837f @putout/plugin-react-hook-form: drop support of 🐊 < 38
36
+
1
37
  2025.02.09, v38.0.10
2
38
 
3
39
  feature:
@@ -9,7 +9,7 @@ module.exports.defaultOptions = (opts = {}) => {
9
9
  parser = 'babel',
10
10
  printer = opts.printer || 'putout',
11
11
  fix = true,
12
- fixCount = 2,
12
+ fixCount = 3,
13
13
  loadPlugins = loader.loadPlugins,
14
14
  loadPluginsAsync = loader.loadPluginsAsync,
15
15
  runPlugins = runner.runPlugins,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.0.10",
3
+ "version": "38.1.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",
@@ -84,7 +84,7 @@
84
84
  "@putout/operator-ignore": "^2.0.0",
85
85
  "@putout/operator-json": "^2.0.0",
86
86
  "@putout/operator-keyword": "^2.0.0",
87
- "@putout/operator-match-files": "^5.0.0",
87
+ "@putout/operator-match-files": "^6.0.1",
88
88
  "@putout/operator-regexp": "^1.0.0",
89
89
  "@putout/operator-rename-files": "^2.0.0",
90
90
  "@putout/plugin-apply-arrow": "^1.0.0",
@@ -121,7 +121,7 @@
121
121
  "@putout/plugin-extract-keywords-from-variables": "^2.0.0",
122
122
  "@putout/plugin-extract-object-properties": "^9.0.0",
123
123
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
124
- "@putout/plugin-filesystem": "^7.0.0",
124
+ "@putout/plugin-filesystem": "^8.0.0",
125
125
  "@putout/plugin-for-of": "^7.0.0",
126
126
  "@putout/plugin-generators": "^1.0.0",
127
127
  "@putout/plugin-github": "^14.0.0",
@@ -135,11 +135,11 @@
135
135
  "@putout/plugin-merge-duplicate-functions": "^2.0.0",
136
136
  "@putout/plugin-montag": "^3.0.0",
137
137
  "@putout/plugin-new": "^3.0.1",
138
- "@putout/plugin-nodejs": "^13.1.1",
138
+ "@putout/plugin-nodejs": "^14.0.0",
139
139
  "@putout/plugin-npmignore": "^5.0.0",
140
140
  "@putout/plugin-optional-chaining": "^1.0.1",
141
141
  "@putout/plugin-package-json": "^9.0.0",
142
- "@putout/plugin-parens": "^1.0.0",
142
+ "@putout/plugin-parens": "^2.0.0",
143
143
  "@putout/plugin-promises": "^16.0.0",
144
144
  "@putout/plugin-putout": "^23.0.0",
145
145
  "@putout/plugin-putout-config": "^8.0.0",
@@ -186,7 +186,7 @@
186
186
  "@putout/plugin-tape": "^16.0.0",
187
187
  "@putout/plugin-try-catch": "^4.0.0",
188
188
  "@putout/plugin-types": "^6.0.0",
189
- "@putout/plugin-typescript": "^10.0.0",
189
+ "@putout/plugin-typescript": "^11.0.0",
190
190
  "@putout/plugin-webpack": "^3.0.0",
191
191
  "@putout/processor-css": "^10.0.0",
192
192
  "@putout/processor-filesystem": "^5.0.0",