putout 38.5.6 → 38.5.7

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 (2) hide show
  1. package/ChangeLog +11 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,14 @@
1
+ 2025.03.17, v38.5.7
2
+
3
+ fix:
4
+ - f15bcd105 @putout/plugin-remove-useless-variables: assignment
5
+ - c19c8e110 @putout/plugin-remove-useless-variables: report
6
+
7
+ feature:
8
+ - 8061de2a0 putout: @putout/plugin-remove-unreferenced-variables v5.0.0
9
+ - f59537cb6 @putout/plugin-remove-unreferenced-variables: drop support of 🐊 < 38
10
+ - 50271f209 @putout/plugin-remove-unreferenced-variables: AssignmentExpression: exclude
11
+
1
12
  2025.03.17, v38.5.6
2
13
 
3
14
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.5.6",
3
+ "version": "38.5.7",
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",
@@ -153,7 +153,7 @@
153
153
  "@putout/plugin-remove-iife": "^4.0.0",
154
154
  "@putout/plugin-remove-nested-blocks": "^8.0.0",
155
155
  "@putout/plugin-remove-unreachable-code": "^2.0.0",
156
- "@putout/plugin-remove-unreferenced-variables": "^4.0.0",
156
+ "@putout/plugin-remove-unreferenced-variables": "^5.0.0",
157
157
  "@putout/plugin-remove-unused-expressions": "^11.0.0",
158
158
  "@putout/plugin-remove-unused-for-of-variables": "^3.0.0",
159
159
  "@putout/plugin-remove-unused-labels": "^1.0.1",