putout 28.19.0 → 28.19.2
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 +15 -0
- package/README.md +0 -1
- package/help.json +0 -1
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
2023.03.06, v28.19.2
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- package: @putout/plugin-remove-useless-type-conversion v3.0.0
|
|
5
|
+
- @putout/plugin-remove-useless-type-conversion: drop support of 🐊 < 28
|
|
6
|
+
- @putout/plugin-remove-useless-type-conversion: with-double-negations: exclude jsx expressions
|
|
7
|
+
- eslint-plugin-putout: array-element-newline: 30 characters -> includes ","
|
|
8
|
+
- eslint-plugin-putout: array-element-newline: exclude to long lines with lots of spaces
|
|
9
|
+
- @putout/plugin-apply-maybe: avoid transforming declarations
|
|
10
|
+
|
|
11
|
+
2023.03.05, v28.19.1
|
|
12
|
+
|
|
13
|
+
fix:
|
|
14
|
+
- RECAST instead of --recast
|
|
15
|
+
|
|
1
16
|
2023.03.05, v28.19.0
|
|
2
17
|
|
|
3
18
|
fix:
|
package/README.md
CHANGED
|
@@ -176,7 +176,6 @@ Options:
|
|
|
176
176
|
--match [pattern] read '.putout.json' and convert 'rules' to 'match' according to 'pattern'
|
|
177
177
|
--flow enable flow
|
|
178
178
|
--fresh generate a fresh cache
|
|
179
|
-
--recast force putout to use recast to find transform places, useful when use babel plugins to make locations more accurate
|
|
180
179
|
--no-config avoid reading '.putout.json'
|
|
181
180
|
--no-ci disable the CI detection
|
|
182
181
|
--no-cache disable the cache
|
package/help.json
CHANGED
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
"--match [pattern] ": "read '.putout.json' and convert 'rules' to 'match' according to 'pattern'",
|
|
16
16
|
"--flow ": "enable flow",
|
|
17
17
|
"--fresh ": "generate a fresh cache",
|
|
18
|
-
"--recast ": "force putout to use recast to find transform places, useful when use babel plugins to make locations more accurate",
|
|
19
18
|
"--no-config ": "avoid reading '.putout.json'",
|
|
20
19
|
"--no-ci ": "disable the CI detection",
|
|
21
20
|
"--no-cache ": "disable the cache"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "28.19.
|
|
3
|
+
"version": "28.19.2",
|
|
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",
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"@putout/plugin-remove-useless-return": "^4.0.0",
|
|
162
162
|
"@putout/plugin-remove-useless-spread": "^6.0.0",
|
|
163
163
|
"@putout/plugin-remove-useless-template-expressions": "^1.0.0",
|
|
164
|
-
"@putout/plugin-remove-useless-type-conversion": "^
|
|
164
|
+
"@putout/plugin-remove-useless-type-conversion": "^3.0.0",
|
|
165
165
|
"@putout/plugin-remove-useless-typeof": "^1.0.0",
|
|
166
166
|
"@putout/plugin-remove-useless-variables": "^7.0.0",
|
|
167
167
|
"@putout/plugin-reuse-duplicate-init": "^4.0.0",
|