putout 38.1.0 → 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,24 @@
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
+
1
22
  2025.02.09, v38.1.0
2
23
 
3
24
  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.1.0",
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,7 +135,7 @@
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",