putout 37.1.1 → 37.2.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 +11 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,14 @@
1
+ 2024.12.16, v37.2.0
2
+
3
+ feature:
4
+ - 71640126f putout: @putout/plugin-promises v16.0.0
5
+ - 6cbc165a8 putout: @putout/plugin-add-missing-parens v2.0.0
6
+ - d5fbf87ad @putout/plugin-add-missing-parens: drop support of 🐊 < 37
7
+ - 6e226f0b2 @putout/plugin-add-missing-parens: await
8
+ - 6fe222bda @putout/plugin-promises: drop support of 🐊 < 37
9
+ - 3f25609c9 @putout/plugin-promises: remove-useless-await: optional-chaining
10
+ - 398dc7091 @putout/engine-parser: BABEL_TYPES_8_BREAKING is not supported anymore
11
+
1
12
  2024.12.15, v37.1.1
2
13
 
3
14
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "37.1.1",
3
+ "version": "37.2.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,7 +137,7 @@
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",
140
+ "@putout/plugin-promises": "^16.0.0",
141
141
  "@putout/plugin-putout": "^21.0.0",
142
142
  "@putout/plugin-putout-config": "^7.0.1",
143
143
  "@putout/plugin-regexp": "^9.0.0",