putout 41.7.3 → 41.8.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 +26 -0
- package/package.json +2 -2
- package/putout.json +1 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
2026.01.14, v41.8.1
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 4237b09bf putout: ignore: rm useless images formats
|
|
5
|
+
- 79f048624 @putout/plugin-filesystem: convert-simple-filesystem-to-filesystem: useless-tuple: simplify
|
|
6
|
+
- 97fbeb76a @putout/processor-filesystem: get rid of cjs
|
|
7
|
+
- 737456991 @putout/processor-json: get rid of cjs
|
|
8
|
+
- aa1fd67e3 putout: @putout/plugin-madrun v23.0.0
|
|
9
|
+
- f44cbfde6 @putout/plugin-filesystem: convert-simple-filesystem-to-filesystem: add support of one element tuple
|
|
10
|
+
- 477072f4f @putout/plugin-filesystem: get rid of cjs files
|
|
11
|
+
- fed1983de @putout/plugin-madrun: rename-file: add
|
|
12
|
+
|
|
13
|
+
2026.01.14, v41.8.0
|
|
14
|
+
|
|
15
|
+
fix:
|
|
16
|
+
- 6c9d2f9e5 @putout/operator-rename-files: putout.operator -> @putout/operator-filesystem
|
|
17
|
+
|
|
18
|
+
feature:
|
|
19
|
+
- 68dab2ca8 putout: @putout/plugin-madrun v23.0.0
|
|
20
|
+
- 2a6d45afc @putout/plugin-filesystem: convert-simple-filesystem-to-filesystem: add support of one element tuple
|
|
21
|
+
- 454038cb4 @putout/plugin-filesystem: get rid of cjs files
|
|
22
|
+
- 620d4dc69 @putout/plugin-madrun: rename-file: add
|
|
23
|
+
- b7303b9cb @putout/operator-rename-files: near: add
|
|
24
|
+
- fdff27d3d @putout/operator-rename-files: add support of declarative patern
|
|
25
|
+
- c4b6ba6fb @putout/engine-loader: rules: enable-nested-rules: before disabling main
|
|
26
|
+
|
|
1
27
|
2026.01.13, v41.7.3
|
|
2
28
|
|
|
3
29
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.
|
|
3
|
+
"version": "41.8.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",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"@putout/plugin-gitignore": "^6.0.0",
|
|
125
125
|
"@putout/plugin-labels": "^2.0.0",
|
|
126
126
|
"@putout/plugin-logical-expressions": "^8.0.0",
|
|
127
|
-
"@putout/plugin-madrun": "^
|
|
127
|
+
"@putout/plugin-madrun": "^23.0.0",
|
|
128
128
|
"@putout/plugin-math": "^4.0.0",
|
|
129
129
|
"@putout/plugin-maybe": "^4.0.0",
|
|
130
130
|
"@putout/plugin-merge-duplicate-functions": "^4.0.0",
|
package/putout.json
CHANGED
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
".filesystem.json": {
|
|
36
36
|
"filesystem": "on",
|
|
37
|
+
"madrun/rename-file": "on",
|
|
37
38
|
"nodejs/cjs-file": "on",
|
|
38
39
|
"nodejs/mjs-file": "on",
|
|
39
40
|
"nodejs/rename-file-cjs-to-js": "on",
|
|
@@ -163,9 +164,6 @@
|
|
|
163
164
|
"**/.yarn",
|
|
164
165
|
"**/yarn.lock",
|
|
165
166
|
"**/yarn-error.log",
|
|
166
|
-
"**/*.gif",
|
|
167
|
-
"**/*.png",
|
|
168
|
-
"**/*.jpeg",
|
|
169
167
|
"**/.pnp.*",
|
|
170
168
|
"**/coverage",
|
|
171
169
|
"**/dist",
|