putout 37.19.0 → 37.21.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 (2) hide show
  1. package/ChangeLog +19 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,22 @@
1
+ 2025.01.25, v37.21.0
2
+
3
+ feature:
4
+ - 9857a7c69 putout: @putout/plugin-typescript v10.0.0
5
+ - afafd9f58 @putout/plugin-typescript: drop support of 🐊 < 37
6
+ - 1c37d8136 @putout/plugin-typescript: apply-type-guards: exists
7
+ - e26fabdf6 @putout/plugin-printer: remove-legacy-test-declaration: add
8
+ - 7065b535c @putout/processor-css: quietDeprecationWarnings
9
+
10
+ 2025.01.23, v37.20.0
11
+
12
+ feature:
13
+ - 0f3d340b2 putout: @putout/plugin-split-variable-declarations v4.0.0
14
+ - 321cd4666 putout: @putout/plugin-convert-assignment-to-declaration v2.0.0
15
+ - 63c4f40ad @putout/plugin-convert-assignment-to-declaration: drop support of 🐊 < 37
16
+ - 47a5ba076 @putout/plugin-convert-assignment-to-declaration: exclude keywords
17
+ - fc20fe6e7 @putout/plugin-split-variables-declarations: drop support of 🐊 < 37
18
+ - 9a8146c8f @putout/plugin-split-variable-declarations: exclude keywords
19
+
1
20
  2025.01.23, v37.19.0
2
21
 
3
22
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "37.19.0",
3
+ "version": "37.21.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",
@@ -101,7 +101,7 @@
101
101
  "@putout/plugin-convert-array-copy-to-slice": "^3.0.0",
102
102
  "@putout/plugin-convert-assignment-to-arrow-function": "^1.0.0",
103
103
  "@putout/plugin-convert-assignment-to-comparison": "^2.0.0",
104
- "@putout/plugin-convert-assignment-to-declaration": "^1.0.0",
104
+ "@putout/plugin-convert-assignment-to-declaration": "^2.0.0",
105
105
  "@putout/plugin-convert-concat-to-flat": "^1.0.0",
106
106
  "@putout/plugin-convert-const-to-let": "^4.0.0",
107
107
  "@putout/plugin-convert-expression-to-params": "^1.0.0",
@@ -182,11 +182,11 @@
182
182
  "@putout/plugin-simplify-ternary": "^7.0.0",
183
183
  "@putout/plugin-split-assignment-expressions": "^1.0.0",
184
184
  "@putout/plugin-split-nested-destructuring": "^3.0.0",
185
- "@putout/plugin-split-variable-declarations": "^3.0.0",
185
+ "@putout/plugin-split-variable-declarations": "^4.0.0",
186
186
  "@putout/plugin-tape": "^16.0.0",
187
187
  "@putout/plugin-try-catch": "^4.0.0",
188
188
  "@putout/plugin-types": "^6.0.0",
189
- "@putout/plugin-typescript": "^9.0.0",
189
+ "@putout/plugin-typescript": "^10.0.0",
190
190
  "@putout/plugin-webpack": "^3.0.0",
191
191
  "@putout/processor-css": "^9.0.0",
192
192
  "@putout/processor-filesystem": "^5.0.0",