putout 31.2.2 → 31.2.4

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 +17 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,20 @@
1
+ 2023.08.22, v31.2.4
2
+
3
+ feature:
4
+ - 13590f22b package: @putout/plugin-types v3.0.0
5
+ - 3954b47cc @putout/plugin-types: drop support of 🐊 < 31
6
+
7
+ 2023.08.22, v31.2.3
8
+
9
+ feature:
10
+ - 43deeffeb package: @putout/plugin-promises v12.0.0
11
+ - e1e32b16c @putout/plugin-promises: drop support of 🐊 < 31
12
+ - dff6c8a99 @putout/plugin-minify: expand-bindings: arrow
13
+ - ac4ecf335 @putout/plugin-minify: drop support of 🐊 < 31
14
+ - 697e41646 @putout/plugin-putotu: declare: getRules
15
+ - 6c99c86e2 @putout/plugin-putout: convert-get-rule-to-require: add
16
+ - 6dafc7f91 @putout/operator-declare: declare under require
17
+
1
18
  2023.08.21, v31.2.2
2
19
 
3
20
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "31.2.2",
3
+ "version": "31.2.4",
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",
@@ -116,7 +116,7 @@
116
116
  "@putout/plugin-nodejs": "^7.0.0",
117
117
  "@putout/plugin-npmignore": "^2.0.0",
118
118
  "@putout/plugin-package-json": "^5.0.0",
119
- "@putout/plugin-promises": "^11.0.0",
119
+ "@putout/plugin-promises": "^12.0.0",
120
120
  "@putout/plugin-putout": "^14.0.0",
121
121
  "@putout/plugin-putout-config": "^3.0.0",
122
122
  "@putout/plugin-regexp": "^7.0.0",
@@ -159,7 +159,7 @@
159
159
  "@putout/plugin-strict-mode": "^7.0.0",
160
160
  "@putout/plugin-tape": "^11.0.0",
161
161
  "@putout/plugin-try-catch": "^3.0.0",
162
- "@putout/plugin-types": "^2.0.0",
162
+ "@putout/plugin-types": "^3.0.0",
163
163
  "@putout/plugin-typescript": "^5.0.0",
164
164
  "@putout/plugin-webpack": "^3.0.0",
165
165
  "@putout/processor-css": "^7.0.0",