putout 37.21.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 +25 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
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
|
+
|
|
1
26
|
2025.01.25, v37.21.0
|
|
2
27
|
|
|
3
28
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "37.21.
|
|
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",
|