putout 37.20.0 → 37.21.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 +34 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,37 @@
|
|
|
1
|
+
2025.01.28, v37.21.1
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- b6b24d18c @putout/plugin-react: rename -> rename-file
|
|
5
|
+
- 240965767 @putout/plugin-remove-unreachable-code: report count
|
|
6
|
+
|
|
7
|
+
feature:
|
|
8
|
+
- 6a5934166 putout: @putout/plugin-remove-unused-variables v11.0.0
|
|
9
|
+
- a440651b6 babel-plugin-putout: mocha v11.1.0
|
|
10
|
+
- a40bcb195 eslint-plugin-putout: @stylistic/eslint-plugin-ts v3.0.0
|
|
11
|
+
- 5eef5ad00 eslint-plugin-putout: @stylistic/eslint-plugin-jsx v3.0.0
|
|
12
|
+
- 0e525ee18 @putout/eslint-config: @stylistic/eslint-plugin-js v3.0.0
|
|
13
|
+
- d77150cc6 @putout/plugin-react: drop support of 🐊 < 37
|
|
14
|
+
- dab92ff9e @putout/plugin-react: rename-jsx-to-js: add
|
|
15
|
+
- 8b2b5c432 @putout/plugin-putout: add-path-arg-to-fix: exclude empty body
|
|
16
|
+
- d9b8c9ab1 @putout/plugin-extract-keywords-from-variables: export
|
|
17
|
+
- 1d21caeb9 @putout/plugin-putout: declare: isModuleDeclarationKeyword
|
|
18
|
+
- 3c4e67958 @putout/operator-keyword: isModuleDeclarationKeyword: add
|
|
19
|
+
- 5f4d46c14 @putout/plugin-react: rename-js-to-jsx: add
|
|
20
|
+
- 4f7a7a8c3 @putout/operator-match-files: add support of filename
|
|
21
|
+
- 9e9c03c09 @putout/operator-filesystem: findFile: exclude: function
|
|
22
|
+
- d80ebedd2 @putout/plugin-remove-unreachable-code: report
|
|
23
|
+
- e109fd293 @putout/plugin-remove-nested-blocks: case when it is the only block (#225)
|
|
24
|
+
- 8698589be @putout/plugin-remove-unreachable-code: backtracking parents and enhancements (#226)
|
|
25
|
+
|
|
26
|
+
2025.01.25, v37.21.0
|
|
27
|
+
|
|
28
|
+
feature:
|
|
29
|
+
- 9857a7c69 putout: @putout/plugin-typescript v10.0.0
|
|
30
|
+
- afafd9f58 @putout/plugin-typescript: drop support of 🐊 < 37
|
|
31
|
+
- 1c37d8136 @putout/plugin-typescript: apply-type-guards: exists
|
|
32
|
+
- e26fabdf6 @putout/plugin-printer: remove-legacy-test-declaration: add
|
|
33
|
+
- 7065b535c @putout/processor-css: quietDeprecationWarnings
|
|
34
|
+
|
|
1
35
|
2025.01.23, v37.20.0
|
|
2
36
|
|
|
3
37
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "37.
|
|
3
|
+
"version": "37.21.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",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"@putout/plugin-remove-unused-for-of-variables": "^3.0.0",
|
|
158
158
|
"@putout/plugin-remove-unused-labels": "^1.0.1",
|
|
159
159
|
"@putout/plugin-remove-unused-private-fields": "^2.0.0",
|
|
160
|
-
"@putout/plugin-remove-unused-variables": "^
|
|
160
|
+
"@putout/plugin-remove-unused-variables": "^11.0.0",
|
|
161
161
|
"@putout/plugin-remove-useless-arguments": "^10.0.0",
|
|
162
162
|
"@putout/plugin-remove-useless-array": "^1.0.0",
|
|
163
163
|
"@putout/plugin-remove-useless-array-constructor": "^2.0.0",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"@putout/plugin-tape": "^16.0.0",
|
|
187
187
|
"@putout/plugin-try-catch": "^4.0.0",
|
|
188
188
|
"@putout/plugin-types": "^6.0.0",
|
|
189
|
-
"@putout/plugin-typescript": "^
|
|
189
|
+
"@putout/plugin-typescript": "^10.0.0",
|
|
190
190
|
"@putout/plugin-webpack": "^3.0.0",
|
|
191
191
|
"@putout/processor-css": "^9.0.0",
|
|
192
192
|
"@putout/processor-filesystem": "^5.0.0",
|