putout 38.1.2 → 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 +18 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
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
|
+
|
|
1
19
|
2025.02.10, v38.1.2
|
|
2
20
|
|
|
3
21
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "38.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",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@putout/plugin-apply-starts-with": "^1.0.0",
|
|
99
99
|
"@putout/plugin-apply-template-literals": "^4.0.0",
|
|
100
100
|
"@putout/plugin-browserlist": "^2.0.0",
|
|
101
|
-
"@putout/plugin-conditions": "^7.
|
|
101
|
+
"@putout/plugin-conditions": "^7.1.0",
|
|
102
102
|
"@putout/plugin-convert-apply-to-spread": "^4.0.0",
|
|
103
103
|
"@putout/plugin-convert-arguments-to-rest": "^3.0.0",
|
|
104
104
|
"@putout/plugin-convert-array-copy-to-slice": "^3.0.0",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"@putout/plugin-coverage": "^1.0.0",
|
|
118
118
|
"@putout/plugin-declare": "^4.0.0",
|
|
119
119
|
"@putout/plugin-declare-before-reference": "^5.0.0",
|
|
120
|
-
"@putout/plugin-eslint": "^
|
|
120
|
+
"@putout/plugin-eslint": "^11.0.0",
|
|
121
121
|
"@putout/plugin-esm": "^2.0.0",
|
|
122
122
|
"@putout/plugin-extract-keywords-from-variables": "^2.0.0",
|
|
123
123
|
"@putout/plugin-extract-object-properties": "^9.0.0",
|