putout 37.1.1 → 37.3.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 +21 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,24 @@
1
+ 2024.12.18, v37.3.0
2
+
3
+ feature:
4
+ - af6bc6531 putout: @putout/plugin-putout v22.0.0
5
+ - eb25212fa @putout/plugin-putout: drop support of 🐊 < 37
6
+ - 65b1178e6 @putout/plugin-putout: declare: export
7
+ - f0114e1a6 @putout/plugin-printer: drop support of node < 18
8
+ - 3d179ac93 @putout/plugin-printer: declare: add
9
+ - 303c420e3 @putout/eslint-config: operator-linebreak: ||
10
+
11
+ 2024.12.16, v37.2.0
12
+
13
+ feature:
14
+ - 71640126f putout: @putout/plugin-promises v16.0.0
15
+ - 6cbc165a8 putout: @putout/plugin-add-missing-parens v2.0.0
16
+ - d5fbf87ad @putout/plugin-add-missing-parens: drop support of 🐊 < 37
17
+ - 6e226f0b2 @putout/plugin-add-missing-parens: await
18
+ - 6fe222bda @putout/plugin-promises: drop support of 🐊 < 37
19
+ - 3f25609c9 @putout/plugin-promises: remove-useless-await: optional-chaining
20
+ - 398dc7091 @putout/engine-parser: BABEL_TYPES_8_BREAKING is not supported anymore
21
+
1
22
  2024.12.15, v37.1.1
2
23
 
3
24
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "37.1.1",
3
+ "version": "37.3.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",
@@ -83,7 +83,7 @@
83
83
  "@putout/operator-match-files": "^5.0.0",
84
84
  "@putout/operator-regexp": "^1.0.0",
85
85
  "@putout/operator-rename-files": "^2.0.0",
86
- "@putout/plugin-add-missing-parens": "^1.0.0",
86
+ "@putout/plugin-add-missing-parens": "^2.0.0",
87
87
  "@putout/plugin-apply-at": "^2.0.0",
88
88
  "@putout/plugin-apply-destructuring": "^7.0.0",
89
89
  "@putout/plugin-apply-dot-notation": "^2.0.0",
@@ -137,8 +137,8 @@
137
137
  "@putout/plugin-npmignore": "^5.0.0",
138
138
  "@putout/plugin-optional-chaining": "^1.0.1",
139
139
  "@putout/plugin-package-json": "^8.0.0",
140
- "@putout/plugin-promises": "^15.0.0",
141
- "@putout/plugin-putout": "^21.0.0",
140
+ "@putout/plugin-promises": "^16.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",