putout 41.19.0 → 41.20.1
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 +32 -0
- package/package.json +5 -5
package/ChangeLog
CHANGED
|
@@ -1,3 +1,35 @@
|
|
|
1
|
+
2026.02.09, v41.20.1
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- b491f48c9 @putout/plugin-putout-config: apply-variables: variables/rename-useless-rename -> variables/remove-useless-rename
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- ec6560e8b putout: @putout/plugin-parens v5.0.0
|
|
8
|
+
- 20b4c40b6 @putout/plugin-parens: remove-useless-for-params: destructuring
|
|
9
|
+
- 39d872f86 @putout/plugin-remove-useless-escape: z
|
|
10
|
+
|
|
11
|
+
2026.02.07, v41.20.0
|
|
12
|
+
|
|
13
|
+
fix:
|
|
14
|
+
- b513eace5 @putout/plugin-package-json: apply-https-to-repository-url: report
|
|
15
|
+
- 1356e6b25 @putout/processor-filesystem: create: overrides
|
|
16
|
+
|
|
17
|
+
feature:
|
|
18
|
+
- 1db4585e2 putout: @putout/plugin-remove-useless-array v3.0.0
|
|
19
|
+
- 23e2c593f @putout/plugin-remove-useless-array: drop support of 🐊 < 41
|
|
20
|
+
- 3173a7fac putout: @putout/plugin-remove-useless-push v3.0.0
|
|
21
|
+
- 63699a486 @putout/plugin-remove-useless-push: drop support of 🐊 < 41
|
|
22
|
+
- 63dcea59e @putout/plugin-arguments: remove-empty: add
|
|
23
|
+
- 689568a0d @putout/eslint-config: no-useless-assignment: off
|
|
24
|
+
- c526c2b15 @putout/eslint-config: @eslint/js v10.0.1
|
|
25
|
+
- 05165c640 @putout/plugin-github: set-message-of-commit-fixes
|
|
26
|
+
- 6319d79c0 @putout/plugin-putout: remove-message-from-no-report-after-transform: add
|
|
27
|
+
- bbbc0bcde root: eslint v10.0.0
|
|
28
|
+
- 4e8875e15 @putout/plugin-esm: apply-name-to-imported-file: dynamic
|
|
29
|
+
- df86a0714 @putout/plugin-putout: apply-fixture-name-to-message: report-with-options
|
|
30
|
+
- bfe9b0276 @putout/plugin-esm: apply-default-import: add
|
|
31
|
+
- e50123d47 @putout/plugin-package-json: apply-https-to-repository-url: https: add support
|
|
32
|
+
|
|
1
33
|
2026.02.06, v41.19.0
|
|
2
34
|
|
|
3
35
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.
|
|
3
|
+
"version": "41.20.1",
|
|
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",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"@putout/plugin-npmignore": "^5.0.0",
|
|
132
132
|
"@putout/plugin-optional-chaining": "^2.0.0",
|
|
133
133
|
"@putout/plugin-package-json": "^10.0.0",
|
|
134
|
-
"@putout/plugin-parens": "^
|
|
134
|
+
"@putout/plugin-parens": "^5.0.0",
|
|
135
135
|
"@putout/plugin-promises": "^18.0.0",
|
|
136
136
|
"@putout/plugin-putout": "^28.0.0",
|
|
137
137
|
"@putout/plugin-putout-config": "^11.0.0",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"@putout/plugin-remove-unreachable-code": "^3.0.0",
|
|
147
147
|
"@putout/plugin-remove-unused-expressions": "^12.0.0",
|
|
148
148
|
"@putout/plugin-remove-unused-private-fields": "^4.0.0",
|
|
149
|
-
"@putout/plugin-remove-useless-array": "^
|
|
149
|
+
"@putout/plugin-remove-useless-array": "^3.0.0",
|
|
150
150
|
"@putout/plugin-remove-useless-array-constructor": "^3.0.0",
|
|
151
151
|
"@putout/plugin-remove-useless-array-entries": "^2.0.0",
|
|
152
152
|
"@putout/plugin-remove-useless-assign": "^2.0.0",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"@putout/plugin-remove-useless-map": "^3.0.0",
|
|
159
159
|
"@putout/plugin-remove-useless-object-from-entries": "^1.0.0",
|
|
160
160
|
"@putout/plugin-remove-useless-operand": "^3.0.0",
|
|
161
|
-
"@putout/plugin-remove-useless-push": "^
|
|
161
|
+
"@putout/plugin-remove-useless-push": "^3.0.0",
|
|
162
162
|
"@putout/plugin-remove-useless-replace": "^2.0.0",
|
|
163
163
|
"@putout/plugin-remove-useless-template-expressions": "^3.0.0",
|
|
164
164
|
"@putout/plugin-return": "^3.0.0",
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"@putout/test": "^15.1.0",
|
|
215
215
|
"c8": "^10.0.0",
|
|
216
216
|
"currify": "^4.0.0",
|
|
217
|
-
"eslint": "^10.0.0
|
|
217
|
+
"eslint": "^10.0.0",
|
|
218
218
|
"eslint-plugin-n": "^17.0.0",
|
|
219
219
|
"eslint-plugin-putout": "^30.0.0",
|
|
220
220
|
"just-camel-case": "^6.2.0",
|