putout 29.5.0 → 29.6.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 (3) hide show
  1. package/ChangeLog +34 -0
  2. package/package.json +3 -3
  3. package/putout.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,37 @@
1
+ 2023.05.11, v29.6.0
2
+
3
+ fix:
4
+ - 7ea68535e @putout/printer: remove-args: exclude print
5
+
6
+ feature:
7
+ - 6789b29a2 package: @putout/plugin-promises v10.0.0
8
+ - 02d91f215 @putout/plugin-promises: drop support of 🐊 < 29
9
+ - 73efe5c19 @putout/plugin-promises: use @putout/printer
10
+ - fbd92cdfb @putout/plugin-promises: remove-useless-await: exclude optional chaining
11
+ - ae56b259a package: @putout/plugin-apply-destructuring v7.0.0
12
+ - cf0fee1c3 @putout/plugin-apply-destructuring: drop support of 🐊 < 29
13
+ - 086565a20 @putout/plugin-apply-destructuring: use @putout/printer
14
+ - f3de3bdac @putout/plugin-apply-destructuring: array: exclude first element assignment
15
+ - 0799f46ac @putout/plugin-remove-unused-variables: mark as used all properties before RestElement
16
+ - 4103880ba @putout/plugin-remove-unused-variables: improve support of destructuring assignment
17
+ - b0dbeb0f2 @putout/plugin-minify: add
18
+ - 0600ed687 @putout/engine-parser: add ability to pass options to @putout/printer (#144)
19
+ - 26539236e @putout/plugin-printer: remove-args: improve args check
20
+ - 1eb0b3d9b @putout/plugin-printer: enable remove-args
21
+ - 00b577829 @putout/plugin-remove-empty: pattern: add support of var
22
+ - ca9ddf1ff @putout/plugin-printer: remove-args: add support of maybe
23
+
24
+ 2023.05.08, v29.5.1
25
+
26
+ feature:
27
+ - 74c8915be eslint-plugin-putout: update API (https://eslint.org/blog/2023/05/eslint-v8.40.0-released/)
28
+ - ee1534466 package: @putout/plugin-eslint-plugin v1.0.0
29
+ - 220500e1a putout: configuration: eslint -> eslint/
30
+ - ee06778c5 package: @putout/plugin-eslint-plugin v1.0.0
31
+ - 3d5c2487a plugin-eslint-plugin: add
32
+ - 61b17bcc9 eslint: add support of new API (https://eslint.org/blog/2023/05/eslint-v8.40.0-released/)
33
+ - fea803ee2 @putout/plugin-eslint-plugin: add
34
+
1
35
  2023.05.07, v29.5.0
2
36
 
3
37
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.5.0",
3
+ "version": "29.6.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",
@@ -71,7 +71,7 @@
71
71
  "@putout/operator-declare": "^5.0.0",
72
72
  "@putout/operator-regexp": "^1.0.0",
73
73
  "@putout/plugin-apply-at": "^1.0.0",
74
- "@putout/plugin-apply-destructuring": "^6.0.0",
74
+ "@putout/plugin-apply-destructuring": "^7.0.0",
75
75
  "@putout/plugin-apply-early-return": "^2.0.0",
76
76
  "@putout/plugin-apply-flat-map": "^2.0.0",
77
77
  "@putout/plugin-apply-optional-chaining": "^3.0.0",
@@ -116,7 +116,7 @@
116
116
  "@putout/plugin-nodejs": "^6.0.0",
117
117
  "@putout/plugin-npmignore": "^2.0.0",
118
118
  "@putout/plugin-package-json": "^5.0.0",
119
- "@putout/plugin-promises": "^9.0.0",
119
+ "@putout/plugin-promises": "^10.0.0",
120
120
  "@putout/plugin-putout": "^12.0.0",
121
121
  "@putout/plugin-putout-config": "^2.0.0",
122
122
  "@putout/plugin-regexp": "^6.0.0",
package/putout.json CHANGED
@@ -78,7 +78,7 @@
78
78
  ".browserlistrc": "on"
79
79
  },
80
80
  ".eslintrc{*,.json}": {
81
- "eslint": "on",
81
+ "eslint/": "on",
82
82
  "eslint/convert-require-to-import": "off"
83
83
  },
84
84
  "package.json": {
@@ -133,7 +133,7 @@
133
133
  "nodejs/convert-top-level-return": "off",
134
134
  "putout": "off",
135
135
  "putout-config": "off",
136
- "eslint": "off",
136
+ "eslint/": "off",
137
137
  "package-json": "off",
138
138
  "madrun": "off",
139
139
  "webpack": "off",