putout 38.1.1 → 38.1.3

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,31 @@
1
+ 2025.02.13, v38.1.3
2
+
3
+ fix:
4
+ - 0e4ecd321 @putout/cli-process-file: startLine: 1 -> 0
5
+
6
+ feature:
7
+ - f3478ed1f putout: @putout/plugin-eslint v11.0.0
8
+ - 1442f9f86 @putout/plugin-eslint: drop support of 🐊 < 38
9
+ - 2dff0742e @putout/cli-process-file: printer: package.json
10
+ - 047bba202 @putout/plugin-eslint: apply-ignores: add
11
+ - d8b06eff9 @putout/plugin-putout: check-match: return
12
+ - cd9fde269 eslint-plugin-putout: safe: remove-useless-push: add
13
+ - 716dea229 putout: @putout/plugin-conditions v7.1.0
14
+ - f8303aade @putout/plugin-conditions: drop support of 🐊 < 38
15
+ - cfe3afbdd @putout/plugin-conditions: reverse: !(__a || __b) -> !__a && !__b
16
+ - bcd8b0f97 @putout/plugin-apply-template-literals: improve support of newlines
17
+ - c7bee3487 @putout/operator-parens: add
18
+
19
+ 2025.02.10, v38.1.2
20
+
21
+ fix:
22
+ - 9331e96fe @putout/operator-json: description
23
+ - c1a88abdc @putout/plugin-vitest: v3-apply-browser-instances: report after transform
24
+
25
+ feature:
26
+ - f9ccb341b @putout/operator-parens: add
27
+ - fb7db0604 @putout/plugin-vitest: drop support of 🐊 < 38
28
+
1
29
  2025.02.09, v38.1.1
2
30
 
3
31
  fix:
package/lib/putout.js CHANGED
@@ -130,6 +130,7 @@ module.exports.operator = {
130
130
  ...require('@putout/operator-match-files'),
131
131
  ...require('@putout/operator-rename-files'),
132
132
  ...require('@putout/operator-ignore'),
133
+ ...require('@putout/operator-parens'),
133
134
  };
134
135
 
135
136
  module.exports.ignores = require('./ignores');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.1.1",
3
+ "version": "38.1.3",
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",
@@ -85,6 +85,7 @@
85
85
  "@putout/operator-json": "^2.0.0",
86
86
  "@putout/operator-keyword": "^2.0.0",
87
87
  "@putout/operator-match-files": "^6.0.1",
88
+ "@putout/operator-parens": "^1.0.0",
88
89
  "@putout/operator-regexp": "^1.0.0",
89
90
  "@putout/operator-rename-files": "^2.0.0",
90
91
  "@putout/plugin-apply-arrow": "^1.0.0",
@@ -97,7 +98,7 @@
97
98
  "@putout/plugin-apply-starts-with": "^1.0.0",
98
99
  "@putout/plugin-apply-template-literals": "^4.0.0",
99
100
  "@putout/plugin-browserlist": "^2.0.0",
100
- "@putout/plugin-conditions": "^7.0.0",
101
+ "@putout/plugin-conditions": "^7.1.0",
101
102
  "@putout/plugin-convert-apply-to-spread": "^4.0.0",
102
103
  "@putout/plugin-convert-arguments-to-rest": "^3.0.0",
103
104
  "@putout/plugin-convert-array-copy-to-slice": "^3.0.0",
@@ -116,7 +117,7 @@
116
117
  "@putout/plugin-coverage": "^1.0.0",
117
118
  "@putout/plugin-declare": "^4.0.0",
118
119
  "@putout/plugin-declare-before-reference": "^5.0.0",
119
- "@putout/plugin-eslint": "^10.0.0",
120
+ "@putout/plugin-eslint": "^11.0.0",
120
121
  "@putout/plugin-esm": "^2.0.0",
121
122
  "@putout/plugin-extract-keywords-from-variables": "^2.0.0",
122
123
  "@putout/plugin-extract-object-properties": "^9.0.0",