putout 38.5.5 → 38.5.6

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 +17 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,20 @@
1
+ 2025.03.17, v38.5.6
2
+
3
+ fix:
4
+ - c8f3d140b @putout/plugin-putout: apply-report: no-report-three: TemplateLiteral
5
+
6
+ feature:
7
+ - 1ce114ff5 putout: @putout/plugin-remove-useless-variables v13.0.0
8
+ - 320fb45f1 @putout/plugin-remove-useless-variables: drop support of 🐊 < 38
9
+ - ba7a45953 @putout/plugin-remove-useless-variables: assignment: add
10
+ - 01dc18bc3 @putout/plugin-putout: declare: addRootDirectory
11
+ - 4b127eb3d @putout/operator-filesystem: getRootDirectory: add
12
+ - 474878740 @putout/plugin-putout: apply-report: noReportWithOptions: 3 args
13
+ - ded6d6690 @putout/cli-filesystem: removeFile: force: add
14
+ - 3aa90044b @putout/plugin-putout: apply-report: add
15
+ - 2bf9c989e @putout/plugin-putout: apply-create-nested-directory: add
16
+ - 0fd65e55a @putout/plugin-putout: declare: createNestedDirectory: add
17
+
1
18
  2025.03.15, v38.5.5
2
19
 
3
20
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.5.5",
3
+ "version": "38.5.6",
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",
@@ -175,7 +175,7 @@
175
175
  "@putout/plugin-remove-useless-replace": "^1.0.1",
176
176
  "@putout/plugin-remove-useless-spread": "^12.0.0",
177
177
  "@putout/plugin-remove-useless-template-expressions": "^2.0.0",
178
- "@putout/plugin-remove-useless-variables": "^12.0.0",
178
+ "@putout/plugin-remove-useless-variables": "^13.0.0",
179
179
  "@putout/plugin-return": "^1.0.0",
180
180
  "@putout/plugin-reuse-duplicate-init": "^7.0.0",
181
181
  "@putout/plugin-simplify-assignment": "^3.0.0",