putout 41.7.3 → 41.8.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.
Files changed (3) hide show
  1. package/ChangeLog +14 -0
  2. package/package.json +2 -2
  3. package/putout.json +1 -0
package/ChangeLog CHANGED
@@ -1,3 +1,17 @@
1
+ 2026.01.14, v41.8.0
2
+
3
+ fix:
4
+ - 6c9d2f9e5 @putout/operator-rename-files: putout.operator -> @putout/operator-filesystem
5
+
6
+ feature:
7
+ - 68dab2ca8 putout: @putout/plugin-madrun v23.0.0
8
+ - 2a6d45afc @putout/plugin-filesystem: convert-simple-filesystem-to-filesystem: add support of one element tuple
9
+ - 454038cb4 @putout/plugin-filesystem: get rid of cjs files
10
+ - 620d4dc69 @putout/plugin-madrun: rename-file: add
11
+ - b7303b9cb @putout/operator-rename-files: near: add
12
+ - fdff27d3d @putout/operator-rename-files: add support of declarative patern
13
+ - c4b6ba6fb @putout/engine-loader: rules: enable-nested-rules: before disabling main
14
+
1
15
  2026.01.13, v41.7.3
2
16
 
3
17
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.7.3",
3
+ "version": "41.8.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",
@@ -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": "^22.0.0",
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",