putout 30.3.0 → 30.4.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.
- package/ChangeLog +24 -0
- package/package.json +7 -7
package/ChangeLog
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
2023.07.12, v30.4.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- d3579eedf package: @putout/plugin-remove-useless-array-constructor v2.0.0
|
|
5
|
+
- ecfe465a6 @putout/plugin-remove-useless-array-constructor: drop support of 🐊 < 30
|
|
6
|
+
- 98170e84f @putout/plugin-remove-useless-array-constructor: report
|
|
7
|
+
- 701e0aabf package: @putout/plugin-remove-duplicate-case v3.0.0
|
|
8
|
+
- e792f8309 @putout/plugin-remove-duplicate-case: drop support of 🐊 < 30
|
|
9
|
+
- f14120595 @putout/plugin-remove-duplicate-case: report
|
|
10
|
+
- 168d5308c package: @putout/plugin-typescript v4.0.0
|
|
11
|
+
- 3f0a3e034 @putout/plugin-typescript: drop support of 🐊 < 30
|
|
12
|
+
- c9772e64a @putout/plugin-typescript: remove-duplicate-interface-keys: report
|
|
13
|
+
- 8d341536d package: @putout/plugin-types v2.0.0
|
|
14
|
+
- 9758ef3fe @putout/plugin-types: drop support of 🐊 < 30
|
|
15
|
+
- 0027cacd5 @putout/plugin-types: remove-useless-typeof: report
|
|
16
|
+
- 983ed74fe package: unist-util-visit v5.0.0
|
|
17
|
+
|
|
18
|
+
2023.07.11, v30.3.1
|
|
19
|
+
|
|
20
|
+
feature:
|
|
21
|
+
- 2b2674bdd package: @putout/engine-processor v8.0.0
|
|
22
|
+
- ba1061c7e package: @putout/engine-loader v10.0.0
|
|
23
|
+
- 10f632bd4 package: nodemon v3.0.1
|
|
24
|
+
|
|
1
25
|
2023.07.11, v30.3.0
|
|
2
26
|
|
|
3
27
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "30.
|
|
3
|
+
"version": "30.4.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",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@putout/compare": "^11.0.0",
|
|
56
56
|
"@putout/engine-loader": "^10.0.0",
|
|
57
57
|
"@putout/engine-parser": "^7.0.0",
|
|
58
|
-
"@putout/engine-processor": "^
|
|
58
|
+
"@putout/engine-processor": "^8.0.0",
|
|
59
59
|
"@putout/engine-runner": "^17.0.0",
|
|
60
60
|
"@putout/eslint": "^2.0.0",
|
|
61
61
|
"@putout/formatter-codeframe": "^4.0.0",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"@putout/plugin-remove-console": "^6.0.0",
|
|
125
125
|
"@putout/plugin-remove-constant-conditions": "^4.0.0",
|
|
126
126
|
"@putout/plugin-remove-debugger": "^5.0.0",
|
|
127
|
-
"@putout/plugin-remove-duplicate-case": "^
|
|
127
|
+
"@putout/plugin-remove-duplicate-case": "^3.0.0",
|
|
128
128
|
"@putout/plugin-remove-duplicate-keys": "^3.0.0",
|
|
129
129
|
"@putout/plugin-remove-empty": "^10.0.0",
|
|
130
130
|
"@putout/plugin-remove-iife": "^4.0.0",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"@putout/plugin-remove-unused-private-fields": "^2.0.0",
|
|
137
137
|
"@putout/plugin-remove-unused-variables": "^5.0.0",
|
|
138
138
|
"@putout/plugin-remove-useless-arguments": "^7.0.0",
|
|
139
|
-
"@putout/plugin-remove-useless-array-constructor": "^
|
|
139
|
+
"@putout/plugin-remove-useless-array-constructor": "^2.0.0",
|
|
140
140
|
"@putout/plugin-remove-useless-array-entries": "^1.0.0",
|
|
141
141
|
"@putout/plugin-remove-useless-assign": "^1.0.0",
|
|
142
142
|
"@putout/plugin-remove-useless-constructor": "^1.0.0",
|
|
@@ -160,8 +160,8 @@
|
|
|
160
160
|
"@putout/plugin-strict-mode": "^7.0.0",
|
|
161
161
|
"@putout/plugin-tape": "^11.0.0",
|
|
162
162
|
"@putout/plugin-try-catch": "^2.0.0",
|
|
163
|
-
"@putout/plugin-types": "^
|
|
164
|
-
"@putout/plugin-typescript": "^
|
|
163
|
+
"@putout/plugin-types": "^2.0.0",
|
|
164
|
+
"@putout/plugin-typescript": "^4.0.0",
|
|
165
165
|
"@putout/plugin-webpack": "^3.0.0",
|
|
166
166
|
"@putout/processor-css": "^7.0.0",
|
|
167
167
|
"@putout/processor-ignore": "^4.0.0",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"madrun": "^9.0.0",
|
|
216
216
|
"mock-require": "^3.0.2",
|
|
217
217
|
"montag": "^1.2.1",
|
|
218
|
-
"nodemon": "^
|
|
218
|
+
"nodemon": "^3.0.1",
|
|
219
219
|
"pullout": "^4.0.0",
|
|
220
220
|
"strip-ansi": "^7.0.0",
|
|
221
221
|
"supertape": "^8.0.0"
|