putout 26.13.0 → 26.14.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 +20 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,23 @@
1
+ 2022.06.11, v26.14.0
2
+
3
+ fix:
4
+ - (@putout/plugin-declare-undefined-variables) improve isNull check
5
+
6
+
7
+ feature:
8
+ - (package) @putout/plugin-remove-useless-spread v6.0.0
9
+ - (@putout/plugin-remove-useless-spread) object: make stricter
10
+ - (@putout/plugin-remove-useless-spread) report message
11
+ - (@putout/plugin-remove-useless-spread) drop support of 🐊 < 26
12
+ - (@putout/plugin-declare-undefined-variables) add support of isNull
13
+ - (@putout/plugin-madrun) add-function: add support of Identifier
14
+ - (@putout/plugin-putout) declare: add extract
15
+ - (package) hermes-parser v0.7.0
16
+ - (@putout/processor-wasm) add
17
+ - (@putout/plugin-putout) add-args: add support of noProcess
18
+ - (eslint-plugin-putout) ts: removed type-array in favour of typescript/convert-generic-to-shorthand (https://github.com/coderaiser/putout/blob/master/packages/plugin-typescript/README.md#convert-generic-to-shorthand)
19
+
20
+
1
21
  2022.06.04, v26.13.0
2
22
 
3
23
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "26.13.0",
3
+ "version": "26.14.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 and babel plugins support of js, jsx typescript, flow files, markdown, yaml and json",
@@ -157,7 +157,7 @@
157
157
  "@putout/plugin-remove-useless-operand": "^2.0.0",
158
158
  "@putout/plugin-remove-useless-replace": "^1.0.1",
159
159
  "@putout/plugin-remove-useless-return": "^4.0.0",
160
- "@putout/plugin-remove-useless-spread": "^5.0.0",
160
+ "@putout/plugin-remove-useless-spread": "^6.0.0",
161
161
  "@putout/plugin-remove-useless-template-expressions": "^1.0.0",
162
162
  "@putout/plugin-remove-useless-type-conversion": "^2.0.0",
163
163
  "@putout/plugin-remove-useless-typeof": "^1.0.0",