putout 37.15.2 → 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.
Files changed (3) hide show
  1. package/ChangeLog +29 -0
  2. package/package.json +3 -3
  3. package/putout.json +1 -0
package/ChangeLog CHANGED
@@ -1,3 +1,32 @@
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
+
25
+ 2025.01.17, v37.16.0
26
+
27
+ feature:
28
+ - 1afaf7302 @putout/plugin-extract-keywords-from-variables: add
29
+
1
30
  2025.01.17, v37.15.2
2
31
 
3
32
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "37.15.2",
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": "^6.0.0",
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",
@@ -115,6 +115,7 @@
115
115
  "@putout/plugin-declare-before-reference": "^5.0.0",
116
116
  "@putout/plugin-eslint": "^9.0.0",
117
117
  "@putout/plugin-esm": "^1.0.0",
118
+ "@putout/plugin-extract-keywords-from-variables": "^1.0.0",
118
119
  "@putout/plugin-extract-object-properties": "^9.0.0",
119
120
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
120
121
  "@putout/plugin-filesystem": "^7.0.0",
@@ -222,7 +223,6 @@
222
223
  "eslint",
223
224
  "babel",
224
225
  "plugin",
225
- "jscodeshift",
226
226
  "lint",
227
227
  "variable",
228
228
  "unused"
package/putout.json CHANGED
@@ -201,6 +201,7 @@
201
201
  "apply-starts-with",
202
202
  "apply-template-literals",
203
203
  "apply-overrides",
204
+ "extract-keywords-from-variables",
204
205
  "extract-object-properties",
205
206
  "extract-sequence-expressions",
206
207
  "madrun",