putout 42.5.0 → 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 +46 -0
- package/package.json +5 -5
package/ChangeLog
CHANGED
|
@@ -1,3 +1,49 @@
|
|
|
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
|
+
|
|
21
|
+
2026.05.25, v42.5.1
|
|
22
|
+
|
|
23
|
+
feature:
|
|
24
|
+
- 0a8fa03f7 putout: @putout/plugin-apply-global-this v2.0.0
|
|
25
|
+
- dc6eb53ca @putout/plugin-apply-global-this: drop support of 🐊 < 42
|
|
26
|
+
- d20d2cd9a @putout/plugin-apply-global-this: exclude declared self
|
|
27
|
+
- 5ae86eeb5 @putout/plugin-nodejs: convert-commonjs-to-esm: require: exports
|
|
28
|
+
- 3826ca301 @putout/operate: setLiteralValue: StringLiteral: always convert value to string
|
|
29
|
+
- a6599d685 @putout/plugin-nodejs: apply-inherit: add
|
|
30
|
+
- 7fcb38997 @putout/processor-toml: oxfmt v0.51.0
|
|
31
|
+
- 214f96b84 @putout/plugin-putout: apply-fixture-name-to-message: destructured
|
|
32
|
+
- 4458c6e50 @putout/plugin-esm: declare-imports-first: ExportNamedDeclaration
|
|
33
|
+
- 33686dbb1 @putout/processor-toml: oxfmt v0.50.0
|
|
34
|
+
- f52f64354 @putout/processor-toml: oxfmt v0.49.0
|
|
35
|
+
- f078a6803 @putout/engine-runner: get-position: column + 1 -> column
|
|
36
|
+
- be8fcc177 @putout/plugin-package-json: remove-exports-nesting: add
|
|
37
|
+
- bd7381c5e @putout/plugin-putout: add-push-arg: exclude traverse
|
|
38
|
+
- a088aaddd @putout/plugin-package-json: remove-useless-exports: add
|
|
39
|
+
- abe442e5e @putout/eslint-flat: @eslint/config-helpers v0.6.0
|
|
40
|
+
- 084e7322f @putout/plugin-converage: apply-camel-case: add
|
|
41
|
+
- bec36b9af @putout/plugin-react-router: drop support of 🐊 < 42
|
|
42
|
+
- 0aa0a44e0 @putout/plugin-react-router: v7-remove-useless-server
|
|
43
|
+
- 5980c3573 @putout/plugin-github: update-actions: show version
|
|
44
|
+
- 8309e68ab @putout/plugin-github: update-actions: EndBug/add-and-commit@v10
|
|
45
|
+
- cb98397cb root: supertape v13.0.0
|
|
46
|
+
|
|
1
47
|
2026.05.05, v42.5.0
|
|
2
48
|
|
|
3
49
|
fix:
|
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",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"@putout/plugin-apply-at": "^3.0.0",
|
|
96
96
|
"@putout/plugin-apply-dot-notation": "^3.0.0",
|
|
97
97
|
"@putout/plugin-apply-flat-map": "^3.0.0",
|
|
98
|
-
"@putout/plugin-apply-global-this": "^
|
|
98
|
+
"@putout/plugin-apply-global-this": "^2.0.0",
|
|
99
99
|
"@putout/plugin-apply-overrides": "^3.0.0",
|
|
100
100
|
"@putout/plugin-apply-shorthand-properties": "^7.0.0",
|
|
101
101
|
"@putout/plugin-apply-starts-with": "^2.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",
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
"montag": "^2.0.0",
|
|
229
229
|
"nodemon": "^3.0.1",
|
|
230
230
|
"superc8": "^12.0.0",
|
|
231
|
-
"supertape": "^
|
|
231
|
+
"supertape": "^13.0.0"
|
|
232
232
|
},
|
|
233
233
|
"license": "MIT",
|
|
234
234
|
"engines": {
|