putout 37.2.0 → 37.4.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 +23 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,26 @@
1
+ 2024.12.19, v37.4.0
2
+
3
+ feature:
4
+ - ce1d98e4e putout: @putout/plugin-tape v16.0.0
5
+ - 0340fdf0c putout: @putout/plugin-declare-before-reference v5.0.0
6
+ - e18aed185 @putout/plugin-declare-before-reference: drop support of 🐊 < 37
7
+ - 7b6dc3fdd @putout/test: noReportAfterTransform: addons
8
+ - f9a93e7f2 @putout/plugin-declare-before-reference: printer/apply-types
9
+ - dacb6956d @putout/plugin-tape: drop support of 🐊 < 37
10
+ - 26fa7c082 @putout/plugin-tape: remove-only: name starts with test
11
+ - 2e413e594 @putout/plugin-printer: apply-types: couple
12
+ - f130427c8 @putout/plugin-printer: apply-types: add
13
+
14
+ 2024.12.18, v37.3.0
15
+
16
+ feature:
17
+ - af6bc6531 putout: @putout/plugin-putout v22.0.0
18
+ - eb25212fa @putout/plugin-putout: drop support of 🐊 < 37
19
+ - 65b1178e6 @putout/plugin-putout: declare: export
20
+ - f0114e1a6 @putout/plugin-printer: drop support of node < 18
21
+ - 3d179ac93 @putout/plugin-printer: declare: add
22
+ - 303c420e3 @putout/eslint-config: operator-linebreak: ||
23
+
1
24
  2024.12.16, v37.2.0
2
25
 
3
26
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "37.2.0",
3
+ "version": "37.4.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",
@@ -112,7 +112,7 @@
112
112
  "@putout/plugin-convert-to-arrow-function": "^4.0.0",
113
113
  "@putout/plugin-coverage": "^1.0.0",
114
114
  "@putout/plugin-declare": "^4.0.0",
115
- "@putout/plugin-declare-before-reference": "^4.0.0",
115
+ "@putout/plugin-declare-before-reference": "^5.0.0",
116
116
  "@putout/plugin-declare-imports-first": "^2.0.0",
117
117
  "@putout/plugin-eslint": "^9.0.0",
118
118
  "@putout/plugin-extract-object-properties": "^9.0.0",
@@ -138,7 +138,7 @@
138
138
  "@putout/plugin-optional-chaining": "^1.0.1",
139
139
  "@putout/plugin-package-json": "^8.0.0",
140
140
  "@putout/plugin-promises": "^16.0.0",
141
- "@putout/plugin-putout": "^21.0.0",
141
+ "@putout/plugin-putout": "^22.0.0",
142
142
  "@putout/plugin-putout-config": "^7.0.1",
143
143
  "@putout/plugin-regexp": "^9.0.0",
144
144
  "@putout/plugin-remove-console": "^6.0.0",
@@ -183,7 +183,7 @@
183
183
  "@putout/plugin-split-assignment-expressions": "^1.0.0",
184
184
  "@putout/plugin-split-nested-destructuring": "^3.0.0",
185
185
  "@putout/plugin-split-variable-declarations": "^3.0.0",
186
- "@putout/plugin-tape": "^15.0.0",
186
+ "@putout/plugin-tape": "^16.0.0",
187
187
  "@putout/plugin-try-catch": "^4.0.0",
188
188
  "@putout/plugin-types": "^5.0.0",
189
189
  "@putout/plugin-typescript": "^9.0.0",