putout 29.1.9 → 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 +11 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
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
|
+
|
|
1
12
|
2023.03.29, v29.1.9
|
|
2
13
|
|
|
3
14
|
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",
|