putout 29.1.8 → 29.1.10
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 +20 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
2023.03.29, v29.1.10
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- b48f75885 @putout/plugin-convert-index-of-to-includes: drop if case because of false positives
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- acf0e05b5 package: @putout/plugin-convert-index-of-to-includes v2.0.0
|
|
8
|
+
- c844f599f @putout/plugin-convert-index-of-to-includes: drop suppor of node < 16
|
|
9
|
+
- d51507434 @putout/plugin-convert-index-of-to-includes: drop suppor of 🐊 < 29
|
|
10
|
+
- 2c07c964d @putout/plugin-convert-index-of-to-includes: add support of IfStatement
|
|
11
|
+
|
|
12
|
+
2023.03.29, v29.1.9
|
|
13
|
+
|
|
14
|
+
feature:
|
|
15
|
+
- c6688e2cd package: @putout/plugin-eslint v5.0.0
|
|
16
|
+
- 79cccc6e6 @putout/plugin-eslint: report
|
|
17
|
+
- 890555573 @putout/plugin-eslint: drop supprot of 🐊 < 29
|
|
18
|
+
- 05f8d86a2 @putout/plugin-eslint: improve support of @putout/printer
|
|
19
|
+
- ac59d191f eslint-plugin-putout: markdown: eol-last: off -> never
|
|
20
|
+
|
|
1
21
|
2023.03.29, v29.1.8
|
|
2
22
|
|
|
3
23
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "29.1.
|
|
3
|
+
"version": "29.1.10",
|
|
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",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@putout/plugin-convert-concat-to-flat": "^1.0.0",
|
|
88
88
|
"@putout/plugin-convert-const-to-let": "^1.0.0",
|
|
89
89
|
"@putout/plugin-convert-esm-to-commonjs": "^5.0.0",
|
|
90
|
-
"@putout/plugin-convert-index-of-to-includes": "^
|
|
90
|
+
"@putout/plugin-convert-index-of-to-includes": "^2.0.0",
|
|
91
91
|
"@putout/plugin-convert-mock-require-to-mock-import": "^4.0.0",
|
|
92
92
|
"@putout/plugin-convert-object-assign-to-merge-spread": "^6.0.0",
|
|
93
93
|
"@putout/plugin-convert-quotes-to-backticks": "^2.0.0",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"@putout/plugin-declare": "^1.0.1",
|
|
97
97
|
"@putout/plugin-declare-before-reference": "^2.0.0",
|
|
98
98
|
"@putout/plugin-declare-imports-first": "^2.0.0",
|
|
99
|
-
"@putout/plugin-eslint": "^
|
|
99
|
+
"@putout/plugin-eslint": "^5.0.0",
|
|
100
100
|
"@putout/plugin-extract-object-properties": "^8.0.0",
|
|
101
101
|
"@putout/plugin-extract-sequence-expressions": "^3.0.0",
|
|
102
102
|
"@putout/plugin-for-of": "^1.0.0",
|