putout 37.12.0 → 37.13.0

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.01.09, v37.13.0
2
+
3
+ feature:
4
+ - bb648a364 putout: @putout/plugin-remove-useless-functions v4.0.0
5
+ - 2b6495d04 @putout/plugin-remove-useless-functions: drop support of node < 18
6
+ - 054cc07a5 @putout/plugin-remove-useless-functions: undefined
7
+ - afab717af @putout/plugin-types: convert-typeof-to-is-type: instanceof: Array, Object
8
+ - 614fb22da @putout/processor-typescript: ts-morph v25.0.0
9
+ - ea39a1ef7 eslint-plugin-putout: safe: merge-duplicate-functions
10
+ - 02e4cb8e9 @putout/plugin-remove-useless-argruments: json-parse: add
11
+
1
12
  2025.01.05, v37.12.0
2
13
 
3
14
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "37.12.0",
3
+ "version": "37.13.0",
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",
@@ -164,7 +164,7 @@
164
164
  "@putout/plugin-remove-useless-continue": "^2.0.0",
165
165
  "@putout/plugin-remove-useless-delete": "^1.0.1",
166
166
  "@putout/plugin-remove-useless-escape": "^6.0.0",
167
- "@putout/plugin-remove-useless-functions": "^3.0.0",
167
+ "@putout/plugin-remove-useless-functions": "^4.0.0",
168
168
  "@putout/plugin-remove-useless-map": "^1.0.0",
169
169
  "@putout/plugin-remove-useless-operand": "^2.0.0",
170
170
  "@putout/plugin-remove-useless-push": "^1.0.0",