putout 31.8.5 → 32.0.1

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 +30 -0
  2. package/package.json +4 -6
  3. package/putout.json +0 -2
package/ChangeLog CHANGED
@@ -1,3 +1,33 @@
1
+ 2023.09.14, v32.0.1
2
+
3
+ feature:
4
+ - e63e3ed5c package: @putout/plugin-remove-unused-variables v7.0.0
5
+ - a5d4eb3e7 @putout/plugin-remove-unused-variables: drop support of 🐊 < 32
6
+
7
+ 2023.09.14, v32.0.0
8
+
9
+ feature:
10
+ - 78a406e89 package: @putout/plugin-apply-at v2.0.0
11
+ - 4cd4cae9c package: @putout/plugin-conditions v3.0.0
12
+ - 820f4c04d @putout/plugin-apply-at: drop support of 🐊 < 32
13
+ - 7e47a25a5 @putout/plugin-appy-at: improve support
14
+ - 8cf8b8ce7 @putout/plugin-conditions: remove-useless-else: add support of BreakStatement, ContinueStatement
15
+ - 72b01c702 @putout/plugin-conditions: drop support of 🐊 < 32
16
+ - 24aef49ec @putout/plugin-conditions: merge remove-useless-else
17
+ - 4de6c9253 @putout/plugin-conditions: merge merge-if-statements
18
+ - b3b9bdb6e package: estree-to-babel v7.0.0
19
+ - 189571edb @putout/plugin-github: install-bun: exist with different version
20
+ - 42db11d3b @putout/plugin-minify: merge-variables: exclude AwaitExpression (coderaiser/minify#111)
21
+ - 8f51638a0 @putout/plugin-github: install-bun: improve support of named step
22
+ - f9e00ca31 eslint-plugin-putout: config: autodetect ESM/CommonJS (eslint-community/eslint-plugin-n#105)
23
+ - f639ebeec @putout/plugin-eslint-plugin: convert-context-to-source: getNodeByRangeIndex
24
+ - d997bfe7f package: unified v11.0.3
25
+ - d96fc2828 package: file-entry-cache v7.0.0
26
+ - 61566995b package: find-cache-dir v5.0.0
27
+ - d6f4b7c3e eslint-plugin-putout: putout: sync: ESM (#182)
28
+ - d265df273 @putout/test: eslint: putout (#182)
29
+ - 23d296d26 @putout/engine-loader: loadPlugins: sync: ESM: add more descriptive error message (#182)
30
+
1
31
  2023.09.07, v31.8.5
2
32
 
3
33
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "31.8.5",
3
+ "version": "32.0.1",
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": "^1.0.0",
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": "^2.0.0",
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",
@@ -133,14 +132,13 @@
133
132
  "@putout/plugin-remove-unused-expressions": "^7.0.0",
134
133
  "@putout/plugin-remove-unused-for-of-variables": "^3.0.0",
135
134
  "@putout/plugin-remove-unused-private-fields": "^2.0.0",
136
- "@putout/plugin-remove-unused-variables": "^6.0.0",
135
+ "@putout/plugin-remove-unused-variables": "^7.0.0",
137
136
  "@putout/plugin-remove-useless-arguments": "^8.0.0",
138
137
  "@putout/plugin-remove-useless-array-constructor": "^2.0.0",
139
138
  "@putout/plugin-remove-useless-array-entries": "^1.0.0",
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",
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",