putout 25.7.0 โ†’ 25.9.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 +46 -2
  2. package/package.json +6 -6
package/ChangeLog CHANGED
@@ -1,3 +1,49 @@
1
+ 2022.03.22, v25.9.0
2
+
3
+ fix:
4
+ - (@putout/plugin-extract-object-properties) equal-deep: rm useless isIdentifier check
5
+ - (@putout/engine-runner) uplist: clear
6
+
7
+
8
+ feature:
9
+ - (package) @putout/plugin-remove-useless-type-conversion v2.0.0
10
+ - (@putout/plugin-remove-useless-type-conversion) drop support of ๐ŸŠ < 25
11
+ - (@putout/plugin-remove-useless-type-convertion) merge @putout/plugin-remove-double-negations
12
+ - (@putout/plugin-remove-double-negations) drop support of ๐ŸŠ < 25
13
+ - (@putout/plugin-remove-double-negations) "Double negation should not be used in conditions" -> "Avoid using double negations in conditions"
14
+ - (@putout/plugin-extract-object-properties) not-equal-deep: apply ๐ŸฆŽPutoutScript
15
+ - (@putout/plugin-extract-object-properties) not-equal-deep: apply listStore
16
+ - (@putout/engine-runner) traverse: โ˜๏ธ add ability to validate path
17
+
18
+
19
+ 2022.03.20, v25.8.0
20
+
21
+ fix:
22
+ - (@putout/plugin-tape) apply-with-name: report after transform
23
+
24
+
25
+ feature:
26
+ - (@putout/plugin-extract-object-properties) drop support of ๐ŸŠPutout < 25
27
+ - (@putout/plugin-extract-object-properties) equal-deep: convert to traverse, apply uplist
28
+ - (@putout/engine-runner) add uplist
29
+ - (@putout/eslint-config) add blank line between if and throw
30
+ - (@putout/plugin-promises) remove-useless-await: exclude logical expressions
31
+ - (@putout/plugin-tape) apply-with-name: add support of chain
32
+
33
+
34
+ 2022.03.15, v25.7.1
35
+
36
+ feature:
37
+ - (package) @putout/plugin-extract-sequence-expressions v3.0.0
38
+ - (@putout/plugin-extract-sequence-expressions) drop support of ๐ŸŠ < 25
39
+ - (@putout/plugin-extract-sequence-expressions) add support of arguments
40
+ - (package) @putout/plugin-convert-commonjs-to-esm v9.0.0
41
+ - (package) @putout/plugin-putout v11.0.0
42
+ - (@putout/plugin-putout) drop support of ๐ŸŠ < 25
43
+ - (@putout/plugin-convert-commonjs-to-esm) drop support of ๐ŸŠ < 25
44
+ - (@putout/plugin-convert-commonjs-to-esm) add support of babel v7.17.7 (https://github.com/babel/babel/releases/tag/v7.17.7)
45
+
46
+
1
47
  2022.03.14, v25.7.0
2
48
 
3
49
  feature:
@@ -4703,8 +4749,6 @@ fix:
4703
4749
  - (@putout/engine-parser) rm unused export to getParser
4704
4750
  - (@putout/engine-parser) custom-parser: rm unused isObject check
4705
4751
  - (@putout/apply-optional-chaining) function support
4706
- - chore(@putout/plugin-remove-useless-spread) fixture
4707
- - chore(@putout/plugin-remove-double-negations) fixture
4708
4752
  - (@putout/compare) extract expression
4709
4753
  - (@putout/plugin-apply-top-level-await) rm unused check
4710
4754
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "25.7.0",
3
+ "version": "25.9.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",
@@ -84,7 +84,7 @@
84
84
  "@putout/plugin-convert-assignment-to-arrow-function": "^1.0.0",
85
85
  "@putout/plugin-convert-assignment-to-comparison": "^1.0.0",
86
86
  "@putout/plugin-convert-bitwise-to-logical": "^1.0.0",
87
- "@putout/plugin-convert-commonjs-to-esm": "^8.0.0",
87
+ "@putout/plugin-convert-commonjs-to-esm": "^9.0.0",
88
88
  "@putout/plugin-convert-comparison-to-boolean": "^2.0.0",
89
89
  "@putout/plugin-convert-concat-to-flat": "^1.0.0",
90
90
  "@putout/plugin-convert-equal-to-strict-equal": "^1.0.0",
@@ -103,8 +103,8 @@
103
103
  "@putout/plugin-convert-typeof-to-is-type": "^2.0.0",
104
104
  "@putout/plugin-declare-undefined-variables": "^7.0.0",
105
105
  "@putout/plugin-eslint": "^2.0.0",
106
- "@putout/plugin-extract-object-properties": "^7.0.0",
107
- "@putout/plugin-extract-sequence-expressions": "^2.0.0",
106
+ "@putout/plugin-extract-object-properties": "^8.0.0",
107
+ "@putout/plugin-extract-sequence-expressions": "^3.0.0",
108
108
  "@putout/plugin-github": "^3.0.0",
109
109
  "@putout/plugin-gitignore": "^3.0.0",
110
110
  "@putout/plugin-madrun": "^14.0.0",
@@ -116,7 +116,7 @@
116
116
  "@putout/plugin-npmignore": "^2.0.0",
117
117
  "@putout/plugin-package-json": "^4.0.0",
118
118
  "@putout/plugin-promises": "^8.0.0",
119
- "@putout/plugin-putout": "^10.0.0",
119
+ "@putout/plugin-putout": "^11.0.0",
120
120
  "@putout/plugin-putout-config": "^2.0.0",
121
121
  "@putout/plugin-regexp": "^5.0.0",
122
122
  "@putout/plugin-remove-boolean-from-assertions": "^1.0.0",
@@ -153,7 +153,7 @@
153
153
  "@putout/plugin-remove-useless-return": "^4.0.0",
154
154
  "@putout/plugin-remove-useless-spread": "^5.0.0",
155
155
  "@putout/plugin-remove-useless-template-expressions": "^1.0.0",
156
- "@putout/plugin-remove-useless-type-conversion": "^1.0.0",
156
+ "@putout/plugin-remove-useless-type-conversion": "^2.0.0",
157
157
  "@putout/plugin-remove-useless-typeof": "^1.0.0",
158
158
  "@putout/plugin-remove-useless-variables": "^6.0.0",
159
159
  "@putout/plugin-reuse-duplicate-init": "^3.0.0",