putout 37.16.0 → 37.17.0
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 +24 -0
- package/package.json +2 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
2025.01.20, v37.17.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 2226743e0 putout: @putout/plugin-conditions v7.0.0
|
|
5
|
+
- 058352358 @putout/plugin-conditions: remove-undefined: remove
|
|
6
|
+
- c5292d422 @putout/plugin-types: convert-typeof-to-is-type: equal undefined
|
|
7
|
+
- cd74412f7 @putout/processor-css: improve output
|
|
8
|
+
- 61133cc20 @putout/plugin-vitest: add
|
|
9
|
+
- 54f1b7f9b @putout/plugin-extract-keywords-from-variables: if
|
|
10
|
+
- ff0c02ac1 @putout/plugin-apply-fixture-name-to-message: only
|
|
11
|
+
- d4b1905c1 @putout/plugin-convert-const-to-let: no assign
|
|
12
|
+
- 2b9c660ec @putout/plugin-extract-keywords-from-variables: add support of literals
|
|
13
|
+
- 324ad3384 @putout/engine-loader: esm.sh
|
|
14
|
+
- 58d40dd86 @putout/plugin-apply-arrow: exclude long lines
|
|
15
|
+
- a27a1883f @putout/plugin-convert-const-to-let: exclude const, let, var
|
|
16
|
+
- b8b19a49a @putout/plugin-extract-keywords-from-variables: report
|
|
17
|
+
- 114a9a397 @putout/plugin-putout: apply-fixture-name-to-message: exclude partial
|
|
18
|
+
- 6c760cd53 @putout/engine-laoder: when rule name same as used in config use state of it
|
|
19
|
+
- 679ed2bab @putout/plugin-declare-template-variables: add
|
|
20
|
+
- 48ed56374 @putout/plugin-putout: apply-vars: add
|
|
21
|
+
- c1e3c4004 @putout/plugin-extract-keywords-from-variables: add support of import, let, var
|
|
22
|
+
- 4896496fb @putout/plugin-for-of: remove-useless-variables: exclude nested ObjectPatterns
|
|
23
|
+
- 9b1f6a050 @putout/plugin-extract-keywords-from-variables: switch places of paths
|
|
24
|
+
|
|
1
25
|
2025.01.17, v37.16.0
|
|
2
26
|
|
|
3
27
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "37.
|
|
3
|
+
"version": "37.17.0",
|
|
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",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"@putout/plugin-apply-starts-with": "^1.0.0",
|
|
95
95
|
"@putout/plugin-apply-template-literals": "^3.0.0",
|
|
96
96
|
"@putout/plugin-browserlist": "^2.0.0",
|
|
97
|
-
"@putout/plugin-conditions": "^
|
|
97
|
+
"@putout/plugin-conditions": "^7.0.0",
|
|
98
98
|
"@putout/plugin-convert-apply-to-spread": "^4.0.0",
|
|
99
99
|
"@putout/plugin-convert-arguments-to-rest": "^3.0.0",
|
|
100
100
|
"@putout/plugin-convert-array-copy-to-slice": "^3.0.0",
|
|
@@ -223,7 +223,6 @@
|
|
|
223
223
|
"eslint",
|
|
224
224
|
"babel",
|
|
225
225
|
"plugin",
|
|
226
|
-
"jscodeshift",
|
|
227
226
|
"lint",
|
|
228
227
|
"variable",
|
|
229
228
|
"unused"
|