putout 31.8.4 → 32.0.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 +37 -0
- package/package.json +4 -6
- package/putout.json +0 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,40 @@
|
|
|
1
|
+
2023.09.14, v32.0.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 78a406e89 package: @putout/plugin-apply-at v2.0.0
|
|
5
|
+
- 4cd4cae9c package: @putout/plugin-conditions v3.0.0
|
|
6
|
+
- 820f4c04d @putout/plugin-apply-at: drop support of 🐊 < 32
|
|
7
|
+
- 7e47a25a5 @putout/plugin-appy-at: improve support
|
|
8
|
+
- 8cf8b8ce7 @putout/plugin-conditions: remove-useless-else: add support of BreakStatement, ContinueStatement
|
|
9
|
+
- 72b01c702 @putout/plugin-conditions: drop support of 🐊 < 32
|
|
10
|
+
- 24aef49ec @putout/plugin-conditions: merge remove-useless-else
|
|
11
|
+
- 4de6c9253 @putout/plugin-conditions: merge merge-if-statements
|
|
12
|
+
- b3b9bdb6e package: estree-to-babel v7.0.0
|
|
13
|
+
- 189571edb @putout/plugin-github: install-bun: exist with different version
|
|
14
|
+
- 42db11d3b @putout/plugin-minify: merge-variables: exclude AwaitExpression (coderaiser/minify#111)
|
|
15
|
+
- 8f51638a0 @putout/plugin-github: install-bun: improve support of named step
|
|
16
|
+
- f9e00ca31 eslint-plugin-putout: config: autodetect ESM/CommonJS (eslint-community/eslint-plugin-n#105)
|
|
17
|
+
- f639ebeec @putout/plugin-eslint-plugin: convert-context-to-source: getNodeByRangeIndex
|
|
18
|
+
- d997bfe7f package: unified v11.0.3
|
|
19
|
+
- d96fc2828 package: file-entry-cache v7.0.0
|
|
20
|
+
- 61566995b package: find-cache-dir v5.0.0
|
|
21
|
+
- d6f4b7c3e eslint-plugin-putout: putout: sync: ESM (#182)
|
|
22
|
+
- d265df273 @putout/test: eslint: putout (#182)
|
|
23
|
+
- 23d296d26 @putout/engine-loader: loadPlugins: sync: ESM: add more descriptive error message (#182)
|
|
24
|
+
|
|
25
|
+
2023.09.07, v31.8.5
|
|
26
|
+
|
|
27
|
+
fix:
|
|
28
|
+
- 8251b3118 @putout/plugin-github: set-versions -> update-actions
|
|
29
|
+
- ef5c19f45 @putout/plugin-github: set-versions
|
|
30
|
+
- f7abaf567 @putout/plugin-github: quemu -> qemu
|
|
31
|
+
|
|
32
|
+
feature:
|
|
33
|
+
- ecfa5ebe1 package: @putout/plugin-strict-mode v8.0.0
|
|
34
|
+
- a63e7236c @putout/plugin-strict-mode: drop support of 🐊 < 31
|
|
35
|
+
- 10a79aa15 @putout/plugin-strict-mode: remove-useless: exclude "use client" (#182)
|
|
36
|
+
- a035efbf4 @putout/plugin-github: update-actions: docker/login-action: add
|
|
37
|
+
|
|
1
38
|
2023.09.05, v31.8.4
|
|
2
39
|
|
|
3
40
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "32.0.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",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@putout/operator-add-args": "^6.0.0",
|
|
70
70
|
"@putout/operator-declare": "^7.0.0",
|
|
71
71
|
"@putout/operator-regexp": "^1.0.0",
|
|
72
|
-
"@putout/plugin-apply-at": "^
|
|
72
|
+
"@putout/plugin-apply-at": "^2.0.0",
|
|
73
73
|
"@putout/plugin-apply-destructuring": "^7.0.0",
|
|
74
74
|
"@putout/plugin-apply-early-return": "^3.0.0",
|
|
75
75
|
"@putout/plugin-apply-flat-map": "^2.0.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@putout/plugin-apply-starts-with": "^1.0.0",
|
|
78
78
|
"@putout/plugin-apply-template-literals": "^2.0.0",
|
|
79
79
|
"@putout/plugin-browserlist": "^1.0.0",
|
|
80
|
-
"@putout/plugin-conditions": "^
|
|
80
|
+
"@putout/plugin-conditions": "^3.0.0",
|
|
81
81
|
"@putout/plugin-convert-apply-to-spread": "^4.0.0",
|
|
82
82
|
"@putout/plugin-convert-arguments-to-rest": "^2.0.0",
|
|
83
83
|
"@putout/plugin-convert-array-copy-to-slice": "^3.0.0",
|
|
@@ -110,7 +110,6 @@
|
|
|
110
110
|
"@putout/plugin-merge-destructuring-properties": "^8.0.0",
|
|
111
111
|
"@putout/plugin-merge-duplicate-functions": "^1.0.0",
|
|
112
112
|
"@putout/plugin-merge-duplicate-imports": "^9.0.0",
|
|
113
|
-
"@putout/plugin-merge-if-statements": "^3.0.0",
|
|
114
113
|
"@putout/plugin-montag": "^2.0.0",
|
|
115
114
|
"@putout/plugin-new": "^2.0.0",
|
|
116
115
|
"@putout/plugin-nodejs": "^7.0.0",
|
|
@@ -140,7 +139,6 @@
|
|
|
140
139
|
"@putout/plugin-remove-useless-assign": "^1.0.0",
|
|
141
140
|
"@putout/plugin-remove-useless-constructor": "^1.0.0",
|
|
142
141
|
"@putout/plugin-remove-useless-continue": "^2.0.0",
|
|
143
|
-
"@putout/plugin-remove-useless-else": "^2.0.0",
|
|
144
142
|
"@putout/plugin-remove-useless-escape": "^3.0.0",
|
|
145
143
|
"@putout/plugin-remove-useless-functions": "^3.0.0",
|
|
146
144
|
"@putout/plugin-remove-useless-map": "^1.0.0",
|
|
@@ -156,7 +154,7 @@
|
|
|
156
154
|
"@putout/plugin-simplify-ternary": "^6.0.0",
|
|
157
155
|
"@putout/plugin-split-nested-destructuring": "^3.0.0",
|
|
158
156
|
"@putout/plugin-split-variable-declarations": "^3.0.0",
|
|
159
|
-
"@putout/plugin-strict-mode": "^
|
|
157
|
+
"@putout/plugin-strict-mode": "^8.0.0",
|
|
160
158
|
"@putout/plugin-tape": "^11.0.0",
|
|
161
159
|
"@putout/plugin-try-catch": "^3.0.0",
|
|
162
160
|
"@putout/plugin-types": "^3.0.0",
|
package/putout.json
CHANGED
|
@@ -171,7 +171,6 @@
|
|
|
171
171
|
"remove-useless-assign",
|
|
172
172
|
"remove-useless-replace",
|
|
173
173
|
"remove-useless-variables",
|
|
174
|
-
"remove-useless-else",
|
|
175
174
|
"remove-useless-map",
|
|
176
175
|
"remove-useless-constructor",
|
|
177
176
|
"remove-useless-array-constructor",
|
|
@@ -213,7 +212,6 @@
|
|
|
213
212
|
"merge-destructuring-properties",
|
|
214
213
|
"merge-duplicate-imports",
|
|
215
214
|
"merge-duplicate-functions",
|
|
216
|
-
"merge-if-statements",
|
|
217
215
|
"declare-imports-first",
|
|
218
216
|
"declare-before-reference",
|
|
219
217
|
"declare",
|