putout 41.18.1 → 41.20.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.
- package/ChangeLog +38 -0
- package/bin/tracer.js +1 -1
- package/package.json +6 -6
package/ChangeLog
CHANGED
|
@@ -1,3 +1,41 @@
|
|
|
1
|
+
2026.02.07, v41.20.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- b513eace5 @putout/plugin-package-json: apply-https-to-repository-url: report
|
|
5
|
+
- 1356e6b25 @putout/processor-filesystem: create: overrides
|
|
6
|
+
|
|
7
|
+
feature:
|
|
8
|
+
- 1db4585e2 putout: @putout/plugin-remove-useless-array v3.0.0
|
|
9
|
+
- 23e2c593f @putout/plugin-remove-useless-array: drop support of 🐊 < 41
|
|
10
|
+
- 3173a7fac putout: @putout/plugin-remove-useless-push v3.0.0
|
|
11
|
+
- 63699a486 @putout/plugin-remove-useless-push: drop support of 🐊 < 41
|
|
12
|
+
- 63dcea59e @putout/plugin-arguments: remove-empty: add
|
|
13
|
+
- 689568a0d @putout/eslint-config: no-useless-assignment: off
|
|
14
|
+
- c526c2b15 @putout/eslint-config: @eslint/js v10.0.1
|
|
15
|
+
- 05165c640 @putout/plugin-github: set-message-of-commit-fixes
|
|
16
|
+
- 6319d79c0 @putout/plugin-putout: remove-message-from-no-report-after-transform: add
|
|
17
|
+
- bbbc0bcde root: eslint v10.0.0
|
|
18
|
+
- 4e8875e15 @putout/plugin-esm: apply-name-to-imported-file: dynamic
|
|
19
|
+
- df86a0714 @putout/plugin-putout: apply-fixture-name-to-message: report-with-options
|
|
20
|
+
- bfe9b0276 @putout/plugin-esm: apply-default-import: add
|
|
21
|
+
- e50123d47 @putout/plugin-package-json: apply-https-to-repository-url: https: add support
|
|
22
|
+
|
|
23
|
+
2026.02.06, v41.19.0
|
|
24
|
+
|
|
25
|
+
feature:
|
|
26
|
+
- 9813f420a @putout/engine-runner: @putout/operator-filesystem v11.0.0
|
|
27
|
+
- 4dc4cff24 @putout/operator-find-file-up: @putout/operator-filesystem v11.0.0
|
|
28
|
+
- 556178a68 @putout/operator-match-files: @putout/operator-filesystem v11.0.0
|
|
29
|
+
- 19a47c2e7 @putout/operator-rename-files: @putout/operator-filesystem v11.0.0
|
|
30
|
+
- 58baf20f0 @putout/plugin-filesystem: @putout/operator-filesystem v11.0.0
|
|
31
|
+
- 16987e84b @putout/test: @putout/operator-filesystem v11.0.0
|
|
32
|
+
- b6b19b655 putout: @putout/operator-filesystem v11.0.0
|
|
33
|
+
- e92161c3e putout: @putout/processor-filesystem v8.0.0
|
|
34
|
+
- b3e1a0cdd @putout/processor-filesystem: @putout/operator-filesystem v11.0.0
|
|
35
|
+
- 79127f528 @putout/engine-runner: @putout/operator-filesystem v10.6.0
|
|
36
|
+
- 7dfc7d920 @putout/operator-filesystem: export: maybe
|
|
37
|
+
- 5f79a2227 @putout/processor-toml: oxfmt v0.28.0
|
|
38
|
+
|
|
1
39
|
2026.02.05, v41.18.1
|
|
2
40
|
|
|
3
41
|
feature:
|
package/bin/tracer.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.
|
|
3
|
+
"version": "41.20.0",
|
|
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",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"@putout/operate": "^15.0.0",
|
|
77
77
|
"@putout/operator-add-args": "^14.0.0",
|
|
78
78
|
"@putout/operator-declare": "^16.0.0",
|
|
79
|
-
"@putout/operator-filesystem": "^
|
|
79
|
+
"@putout/operator-filesystem": "^11.0.0",
|
|
80
80
|
"@putout/operator-find-file-up": "^2.0.0",
|
|
81
81
|
"@putout/operator-ignore": "^5.0.0",
|
|
82
82
|
"@putout/operator-json": "^3.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",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"@putout/plugin-variables": "^1.0.0",
|
|
172
172
|
"@putout/plugin-webpack": "^4.0.0",
|
|
173
173
|
"@putout/processor-css": "^12.0.0",
|
|
174
|
-
"@putout/processor-filesystem": "^
|
|
174
|
+
"@putout/processor-filesystem": "^8.0.0",
|
|
175
175
|
"@putout/processor-ignore": "^7.0.0",
|
|
176
176
|
"@putout/processor-javascript": "^5.0.0",
|
|
177
177
|
"@putout/processor-json": "^10.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",
|