putout 29.1.2 → 29.1.3

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 +11 -0
  2. package/package.json +3 -4
  3. package/putout.json +0 -1
package/ChangeLog CHANGED
@@ -1,3 +1,14 @@
1
+ 2023.03.12, v29.1.3
2
+
3
+ feature:
4
+ - 448e94467 package: @putout/plugin-remove-useless-variables v8.0.0
5
+ - 979cee8b6 @putout/plugin-remove-useless-variables: drop support of 🐊 < 29
6
+ - 9f0b4d201 @putout/for-of: add for-of from remove-useless-variables
7
+ - 2590ee03b @putout/plugin-for-of: merge remove-useless-array-from
8
+ - 1c3adfff5 eslint-plugin-putout: drop support of 🐊 < 29
9
+ - 650683278 package: eslint-plugin-putout v17.0.0
10
+ - 8a5b6b67a @putout/plugin-for-of: add
11
+
1
12
  2023.03.11, v29.1.2
2
13
 
3
14
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.1.2",
3
+ "version": "29.1.3",
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",
@@ -136,7 +136,6 @@
136
136
  "@putout/plugin-remove-useless-arguments": "^6.0.0",
137
137
  "@putout/plugin-remove-useless-array-constructor": "^1.0.0",
138
138
  "@putout/plugin-remove-useless-array-entries": "^1.0.0",
139
- "@putout/plugin-remove-useless-array-from": "^2.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",
@@ -149,7 +148,7 @@
149
148
  "@putout/plugin-remove-useless-return": "^4.0.0",
150
149
  "@putout/plugin-remove-useless-spread": "^6.0.0",
151
150
  "@putout/plugin-remove-useless-template-expressions": "^1.0.0",
152
- "@putout/plugin-remove-useless-variables": "^7.0.0",
151
+ "@putout/plugin-remove-useless-variables": "^8.0.0",
153
152
  "@putout/plugin-reuse-duplicate-init": "^4.0.0",
154
153
  "@putout/plugin-simplify-assignment": "^3.0.0",
155
154
  "@putout/plugin-simplify-ternary": "^4.0.0",
@@ -208,7 +207,7 @@
208
207
  "escover": "^2.1.0",
209
208
  "eslint": "^8.0.1",
210
209
  "eslint-plugin-n": "^15.2.4",
211
- "eslint-plugin-putout": "^16.0.0",
210
+ "eslint-plugin-putout": "^17.0.0",
212
211
  "just-camel-case": "^4.0.2",
213
212
  "lerna": "^6.0.1",
214
213
  "madrun": "^9.0.0",
package/putout.json CHANGED
@@ -168,7 +168,6 @@
168
168
  "remove-useless-array-constructor",
169
169
  "remove-useless-continue",
170
170
  "remove-useless-operand",
171
- "remove-useless-array-from",
172
171
  "remove-useless-arguments",
173
172
  "remove-useless-escape",
174
173
  "remove-useless-spread",