putout 36.1.2 → 36.2.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.
- package/ChangeLog +18 -0
- package/package.json +4 -3
- package/putout.json +2 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
2024.08.24, v36.2.1
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 44fa60e67 @putout/plugin-labels: add
|
|
5
|
+
|
|
6
|
+
2024.08.24, v36.2.0
|
|
7
|
+
|
|
8
|
+
fix:
|
|
9
|
+
- 9219b1d6b @putout/plugin-typescript: require
|
|
10
|
+
|
|
11
|
+
feature:
|
|
12
|
+
- 80542a57a @putout/plugin-remove-unused-labels: add
|
|
13
|
+
- 95c5f137b @putout/eslint-config: no-unused-labels -> remove-unused-labels
|
|
14
|
+
- 7f99993aa root: eslint-plugin-putout v23.0.0
|
|
15
|
+
- 046aa3ac7 eslint-plugin-putout: drop support of 🐊 < 36
|
|
16
|
+
- 36afe2d36 eslint-plugin-putout: no-extra-non-null-assertion -> typescript/remove-useless-non-null-expressions
|
|
17
|
+
- 627838038 @putout/plugin-typescript: remove-useless-non-null-expression: add support of OptionalMemberExpression
|
|
18
|
+
|
|
1
19
|
2024.08.24, v36.1.2
|
|
2
20
|
|
|
3
21
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "36.1
|
|
3
|
+
"version": "36.2.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",
|
|
@@ -105,7 +105,6 @@
|
|
|
105
105
|
"@putout/plugin-convert-concat-to-flat": "^1.0.0",
|
|
106
106
|
"@putout/plugin-convert-const-to-let": "^3.0.0",
|
|
107
107
|
"@putout/plugin-convert-index-of-to-includes": "^2.0.0",
|
|
108
|
-
"@putout/plugin-convert-label-to-object": "^2.0.0",
|
|
109
108
|
"@putout/plugin-convert-object-assign-to-merge-spread": "^6.0.0",
|
|
110
109
|
"@putout/plugin-convert-object-entries-to-array-entries": "^3.0.0",
|
|
111
110
|
"@putout/plugin-convert-optional-to-logical": "^4.0.0",
|
|
@@ -125,6 +124,7 @@
|
|
|
125
124
|
"@putout/plugin-github": "^12.0.0",
|
|
126
125
|
"@putout/plugin-gitignore": "^6.0.0",
|
|
127
126
|
"@putout/plugin-group-imports-by-source": "^1.0.0",
|
|
127
|
+
"@putout/plugin-labels": "^1.0.0",
|
|
128
128
|
"@putout/plugin-logical-expressions": "^6.0.0",
|
|
129
129
|
"@putout/plugin-madrun": "^18.0.0",
|
|
130
130
|
"@putout/plugin-math": "^2.0.0",
|
|
@@ -154,6 +154,7 @@
|
|
|
154
154
|
"@putout/plugin-remove-unreferenced-variables": "^4.0.0",
|
|
155
155
|
"@putout/plugin-remove-unused-expressions": "^9.0.0",
|
|
156
156
|
"@putout/plugin-remove-unused-for-of-variables": "^3.0.0",
|
|
157
|
+
"@putout/plugin-remove-unused-labels": "^1.0.1",
|
|
157
158
|
"@putout/plugin-remove-unused-private-fields": "^2.0.0",
|
|
158
159
|
"@putout/plugin-remove-unused-variables": "^9.0.0",
|
|
159
160
|
"@putout/plugin-remove-useless-arguments": "^8.0.0",
|
|
@@ -233,7 +234,7 @@
|
|
|
233
234
|
"currify": "^4.0.0",
|
|
234
235
|
"eslint": "^9.0.0",
|
|
235
236
|
"eslint-plugin-n": "^17.0.0",
|
|
236
|
-
"eslint-plugin-putout": "^
|
|
237
|
+
"eslint-plugin-putout": "^23.0.0",
|
|
237
238
|
"just-camel-case": "^6.2.0",
|
|
238
239
|
"lerna": "^6.0.1",
|
|
239
240
|
"madrun": "^10.0.0",
|
package/putout.json
CHANGED
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
"convert-quotes-to-backticks": "off",
|
|
54
54
|
"remove-unused-expressions": "off",
|
|
55
55
|
"remove-unused-variables": "off",
|
|
56
|
+
"labels/remove-unused": "off",
|
|
56
57
|
"remove-useless-escape": "off",
|
|
57
58
|
"remove-useless-variables": "off",
|
|
58
59
|
"remove-useless-return": "off",
|
|
@@ -254,13 +255,13 @@
|
|
|
254
255
|
"convert-assignment-to-comparison",
|
|
255
256
|
"convert-quotes-to-backticks",
|
|
256
257
|
"convert-object-entries-to-array-entries",
|
|
257
|
-
"convert-label-to-object",
|
|
258
258
|
"merge-destructuring-properties",
|
|
259
259
|
"merge-duplicate-imports",
|
|
260
260
|
"merge-duplicate-functions",
|
|
261
261
|
"declare-imports-first",
|
|
262
262
|
"declare-before-reference",
|
|
263
263
|
"declare",
|
|
264
|
+
"labels",
|
|
264
265
|
"math",
|
|
265
266
|
"putout",
|
|
266
267
|
"putout-config",
|