putout 37.16.0 → 37.18.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 +31 -0
- package/package.json +3 -4
package/ChangeLog
CHANGED
|
@@ -1,3 +1,34 @@
|
|
|
1
|
+
2025.01.21, v37.18.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- e66562c50 putout: @putout/plugin-eslint v10.0.0
|
|
5
|
+
- 615e09b60 @putout/plugin-eslint: drop support of 🐊 < 37
|
|
6
|
+
- 12400df77 @putout/plugin-eslint: convert-files-to-array: check config type
|
|
7
|
+
|
|
8
|
+
2025.01.20, v37.17.0
|
|
9
|
+
|
|
10
|
+
feature:
|
|
11
|
+
- 2226743e0 putout: @putout/plugin-conditions v7.0.0
|
|
12
|
+
- 058352358 @putout/plugin-conditions: remove-undefined: remove
|
|
13
|
+
- c5292d422 @putout/plugin-types: convert-typeof-to-is-type: equal undefined
|
|
14
|
+
- cd74412f7 @putout/processor-css: improve output
|
|
15
|
+
- 61133cc20 @putout/plugin-vitest: add
|
|
16
|
+
- 54f1b7f9b @putout/plugin-extract-keywords-from-variables: if
|
|
17
|
+
- ff0c02ac1 @putout/plugin-apply-fixture-name-to-message: only
|
|
18
|
+
- d4b1905c1 @putout/plugin-convert-const-to-let: no assign
|
|
19
|
+
- 2b9c660ec @putout/plugin-extract-keywords-from-variables: add support of literals
|
|
20
|
+
- 324ad3384 @putout/engine-loader: esm.sh
|
|
21
|
+
- 58d40dd86 @putout/plugin-apply-arrow: exclude long lines
|
|
22
|
+
- a27a1883f @putout/plugin-convert-const-to-let: exclude const, let, var
|
|
23
|
+
- b8b19a49a @putout/plugin-extract-keywords-from-variables: report
|
|
24
|
+
- 114a9a397 @putout/plugin-putout: apply-fixture-name-to-message: exclude partial
|
|
25
|
+
- 6c760cd53 @putout/engine-laoder: when rule name same as used in config use state of it
|
|
26
|
+
- 679ed2bab @putout/plugin-declare-template-variables: add
|
|
27
|
+
- 48ed56374 @putout/plugin-putout: apply-vars: add
|
|
28
|
+
- c1e3c4004 @putout/plugin-extract-keywords-from-variables: add support of import, let, var
|
|
29
|
+
- 4896496fb @putout/plugin-for-of: remove-useless-variables: exclude nested ObjectPatterns
|
|
30
|
+
- 9b1f6a050 @putout/plugin-extract-keywords-from-variables: switch places of paths
|
|
31
|
+
|
|
1
32
|
2025.01.17, v37.16.0
|
|
2
33
|
|
|
3
34
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "37.
|
|
3
|
+
"version": "37.18.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",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"@putout/plugin-coverage": "^1.0.0",
|
|
114
114
|
"@putout/plugin-declare": "^4.0.0",
|
|
115
115
|
"@putout/plugin-declare-before-reference": "^5.0.0",
|
|
116
|
-
"@putout/plugin-eslint": "^
|
|
116
|
+
"@putout/plugin-eslint": "^10.0.0",
|
|
117
117
|
"@putout/plugin-esm": "^1.0.0",
|
|
118
118
|
"@putout/plugin-extract-keywords-from-variables": "^1.0.0",
|
|
119
119
|
"@putout/plugin-extract-object-properties": "^9.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"
|