putout 41.13.5 → 41.14.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 +37 -0
- package/package.json +6 -6
- package/putout.json +1 -0
package/ChangeLog
CHANGED
|
@@ -1,3 +1,40 @@
|
|
|
1
|
+
2026.01.30, v41.14.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 9aa94b88b putout: filesystem: esm/apply-named-import-to-file: add
|
|
5
|
+
- e1419ca90 @putout/plugin-esm: apply-named-import-to-file: add
|
|
6
|
+
- 3e9eb21b0 @putout/plugin-putout: apply-destructuring: add
|
|
7
|
+
- 1a8cdad57 @putout/plugin-esm: apply-namespace-import-to-file: exclude same name
|
|
8
|
+
- d8642d51a @putout/operator-filesystem: getFile: keep order
|
|
9
|
+
- a1d77c40c @putout/plugin-remove-useless-escape: template literal: $: exclude
|
|
10
|
+
- 94ca9bd60 getFile: couple
|
|
11
|
+
|
|
12
|
+
2026.01.28, v41.13.6
|
|
13
|
+
|
|
14
|
+
feature:
|
|
15
|
+
- c2842f09a putout: @putout/plugin-remove-console v7.0.0
|
|
16
|
+
- 899e69e94 @putout/plugin-remove-console: migrate to ESM
|
|
17
|
+
- 0bb2262ca putout: @putout/plugin-convert-index-of-to-includes v3.0.0
|
|
18
|
+
- 2905f0cd7 @putout/plugin-convert-index-of-to-includes: migrate to ESM
|
|
19
|
+
- 839271f90 @putout/plugin-convert-to-arrow-function: drop support of 🐊 < 41
|
|
20
|
+
- dbbbdb059 putout: @putout/plugin-convert-object-entries-to-array-entries v4.0.0
|
|
21
|
+
- 14dd5bf8d @putout/plugin-convert-object-entries-to-array-entries
|
|
22
|
+
- a1a267298 putout: @putout/plugin-convert-to-arrow-function v5.0.0
|
|
23
|
+
- 682ddcfc0 @putout/plugin-convert-to-arrow-function: migrate to ESM
|
|
24
|
+
- 5f15454b1 putout: @putout/plugin-labels v3.0.0
|
|
25
|
+
- a60831976 @putout/plugin-labels: drop support of 🐊 < 41
|
|
26
|
+
- 23acb1578 putout: @putout/plugin-convert-concat-to-flat v2.0.0
|
|
27
|
+
- 24e3239d8 @putout/plugin-convert-concat-to-flat: migrate to ESM
|
|
28
|
+
- fac950193 putout: @putout/plugin-apply-template-literals v5.0.0
|
|
29
|
+
- 0c55ddb88 @putout/plugin-apply-template-literals: migrate to ESM
|
|
30
|
+
- aa9d004b4 putout: @putout/plugin-apply-starts-with v2.0.0
|
|
31
|
+
- c4925f9c5 @putout/plugin-apply-starts-with: migrate to ESM
|
|
32
|
+
- 21dd69289 putout: @putout/plugin-remove-duplicate-case v4.0.0
|
|
33
|
+
- 9984118d3 @putout/plugin-remove-duplicate-case: migrate to ESM
|
|
34
|
+
- fe2a49e67 putout: @putout/plugin-remove-debugger v8.0.0
|
|
35
|
+
- 87f2f5b49 @putout/plugin-remove-debugger: drop support of 🐊 < 41
|
|
36
|
+
- da1407e09 @putout/plugin-remove-debugger: migrate to ESM
|
|
37
|
+
|
|
1
38
|
2026.01.28, v41.13.5
|
|
2
39
|
|
|
3
40
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.
|
|
3
|
+
"version": "41.14.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",
|
|
@@ -101,13 +101,13 @@
|
|
|
101
101
|
"@putout/plugin-browserlist": "^2.0.0",
|
|
102
102
|
"@putout/plugin-conditions": "^8.0.0",
|
|
103
103
|
"@putout/plugin-convert-concat-to-flat": "^2.0.0",
|
|
104
|
-
"@putout/plugin-convert-index-of-to-includes": "^
|
|
105
|
-
"@putout/plugin-convert-object-entries-to-array-entries": "^
|
|
104
|
+
"@putout/plugin-convert-index-of-to-includes": "^3.0.0",
|
|
105
|
+
"@putout/plugin-convert-object-entries-to-array-entries": "^4.0.0",
|
|
106
106
|
"@putout/plugin-convert-object-entries-to-object-keys": "^1.0.0",
|
|
107
107
|
"@putout/plugin-convert-object-keys-to-object-entries": "^1.0.0",
|
|
108
108
|
"@putout/plugin-convert-quotes-to-backticks": "^5.0.0",
|
|
109
109
|
"@putout/plugin-convert-template-to-string": "^3.0.0",
|
|
110
|
-
"@putout/plugin-convert-to-arrow-function": "^
|
|
110
|
+
"@putout/plugin-convert-to-arrow-function": "^5.0.0",
|
|
111
111
|
"@putout/plugin-coverage": "^1.0.0",
|
|
112
112
|
"@putout/plugin-declare": "^7.0.1",
|
|
113
113
|
"@putout/plugin-declare-before-reference": "^9.0.0",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"@putout/plugin-generators": "^2.0.0",
|
|
121
121
|
"@putout/plugin-github": "^18.0.0",
|
|
122
122
|
"@putout/plugin-gitignore": "^6.0.0",
|
|
123
|
-
"@putout/plugin-labels": "^
|
|
123
|
+
"@putout/plugin-labels": "^3.0.0",
|
|
124
124
|
"@putout/plugin-logical-expressions": "^8.0.0",
|
|
125
125
|
"@putout/plugin-madrun": "^23.0.0",
|
|
126
126
|
"@putout/plugin-math": "^5.0.0",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"@putout/plugin-putout": "^28.0.0",
|
|
138
138
|
"@putout/plugin-putout-config": "^11.0.0",
|
|
139
139
|
"@putout/plugin-regexp": "^13.0.0",
|
|
140
|
-
"@putout/plugin-remove-console": "^
|
|
140
|
+
"@putout/plugin-remove-console": "^7.0.0",
|
|
141
141
|
"@putout/plugin-remove-debugger": "^8.0.0",
|
|
142
142
|
"@putout/plugin-remove-duplicate-case": "^4.0.0",
|
|
143
143
|
"@putout/plugin-remove-duplicate-keys": "^8.0.0",
|
package/putout.json
CHANGED
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
"typescript/rename-file-mts-to-ts": "on",
|
|
50
50
|
"putout-config/remove-empty-file": "on",
|
|
51
51
|
"esm/apply-namespace-import-to-file": "on",
|
|
52
|
+
"esm/apply-named-import-to-file": "on",
|
|
52
53
|
"esm/apply-privately-imported-file": "on",
|
|
53
54
|
"esm/apply-js-imported-file": "on",
|
|
54
55
|
"esm/resolve-imported-file": "on",
|