putout 42.5.1 → 42.5.2
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 +20 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
2026.06.05, v42.5.2
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- af18c6f1d putout: @putout/plugin-remove-useless-functions v6.0.0
|
|
5
|
+
- ff09c5c32 putout: @putout/cli-ruler v5.0.0
|
|
6
|
+
- 9534592e8 @putout/cli-ruler: drop support of node < 22
|
|
7
|
+
- 82b91bafc @putout/cli-ruler: isTuple -> isArray
|
|
8
|
+
- dad8d643a @putout/plugin-remove-useless-functions: drop support of 🐊 < 42
|
|
9
|
+
- a49acdfa0 @putout/plugin-remove-useless-functions: ObjectProperty
|
|
10
|
+
- ab0369c30 @putout/plugin-github: convert-typos-to-typos-ai
|
|
11
|
+
- 0ec2eaa3b @putout/processor-toml: oxfmt v0.53.0
|
|
12
|
+
- d663316c5 @putout/plugin-tape: extract-args-from-called-with: add
|
|
13
|
+
- b0c7bd7cf @putout/plugin-nodejs: declare: os
|
|
14
|
+
- 7ff565348 @putout/processor-toml: oxfmt v0.52.0
|
|
15
|
+
- 03627ce0f @putout/plugin-esm: resolve-imported-file-with-extensions: change-imports: json -> js
|
|
16
|
+
- 579cfb9bd @putout/plugin-putout: remove-useless-source-argument: exclude internal imports
|
|
17
|
+
- e36a3612b @putout/plugin-putout: check-replace-code: no-body: exclude
|
|
18
|
+
- 9acc48f27 @putout/plugin-esm: resolve-imported-file-with-extension: add
|
|
19
|
+
- 1bd917ac9 @putout/plugin-nodejs: remove-useless-exports-assign: add
|
|
20
|
+
|
|
1
21
|
2026.05.25, v42.5.1
|
|
2
22
|
|
|
3
23
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "42.5.
|
|
3
|
+
"version": "42.5.2",
|
|
4
4
|
"type": "module",
|
|
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",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@putout/cli-keypress": "^4.0.0",
|
|
56
56
|
"@putout/cli-match": "^3.0.0",
|
|
57
57
|
"@putout/cli-process-file": "^7.0.0",
|
|
58
|
-
"@putout/cli-ruler": "^
|
|
58
|
+
"@putout/cli-ruler": "^5.0.0",
|
|
59
59
|
"@putout/cli-staged": "^3.0.0",
|
|
60
60
|
"@putout/cli-validate-args": "^2.0.0",
|
|
61
61
|
"@putout/compare": "^19.0.0",
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"@putout/plugin-remove-useless-continue": "^3.0.0",
|
|
162
162
|
"@putout/plugin-remove-useless-delete": "^3.0.0",
|
|
163
163
|
"@putout/plugin-remove-useless-escape": "^10.0.0",
|
|
164
|
-
"@putout/plugin-remove-useless-functions": "^
|
|
164
|
+
"@putout/plugin-remove-useless-functions": "^6.0.0",
|
|
165
165
|
"@putout/plugin-remove-useless-map": "^3.0.0",
|
|
166
166
|
"@putout/plugin-remove-useless-object-from-entries": "^1.0.0",
|
|
167
167
|
"@putout/plugin-remove-useless-operand": "^3.0.0",
|