putout 35.9.2 → 35.11.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 +19 -0
- package/lib/putout.js +1 -0
- package/package.json +4 -3
- package/putout.json +3 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
2024.04.08, v35.11.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 3f5724549 putout: filesystem: rename-file-cts-to-ts, rename-file-mts-to-ts: add
|
|
5
|
+
- d90272d96 @putout/plugin-typescript: rename-file-mts-to-ts: add
|
|
6
|
+
- 542ac08d5 root: eslint-plugin-n v17.0.0
|
|
7
|
+
- 1eb14539f @putout/engine-runner: scanner: use __filesystem_name
|
|
8
|
+
- 3bccecf7a putout: @putout/plugin-putout v19.0.0
|
|
9
|
+
- 9d4e34f5c putout: @putout/operator-rename-files: add
|
|
10
|
+
|
|
11
|
+
2024.04.07, v35.10.0
|
|
12
|
+
|
|
13
|
+
feature:
|
|
14
|
+
- d144bdf3b putout: @putout/plugin-putout v19.0.0
|
|
15
|
+
- 632c648ac putout: @putout/operator-rename-files: add
|
|
16
|
+
- 11cf7700e @putout/plugin-putout: drop support of 🐊 < 35
|
|
17
|
+
- 77a895c9f @putout/plugin-putout: declare: renameFiles: add
|
|
18
|
+
- cec3a34f3 @putout/operator-rename-files: add
|
|
19
|
+
|
|
1
20
|
2024.04.07, v35.9.2
|
|
2
21
|
|
|
3
22
|
fix:
|
package/lib/putout.js
CHANGED
|
@@ -135,6 +135,7 @@ module.exports.operator = {
|
|
|
135
135
|
...require('@putout/operator-add-args'),
|
|
136
136
|
...require('@putout/operator-filesystem'),
|
|
137
137
|
...require('@putout/operator-match-files'),
|
|
138
|
+
...require('@putout/operator-rename-files'),
|
|
138
139
|
};
|
|
139
140
|
|
|
140
141
|
module.exports.ignores = require('./ignores');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "35.
|
|
3
|
+
"version": "35.11.0",
|
|
4
4
|
"type": "commonjs",
|
|
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",
|
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
"@putout/operator-json": "^2.0.0",
|
|
83
83
|
"@putout/operator-match-files": "^3.0.0",
|
|
84
84
|
"@putout/operator-regexp": "^1.0.0",
|
|
85
|
+
"@putout/operator-rename-files": "^1.0.0",
|
|
85
86
|
"@putout/plugin-apply-at": "^2.0.0",
|
|
86
87
|
"@putout/plugin-apply-destructuring": "^7.0.0",
|
|
87
88
|
"@putout/plugin-apply-dot-notation": "^2.0.0",
|
|
@@ -130,7 +131,7 @@
|
|
|
130
131
|
"@putout/plugin-npmignore": "^4.0.0",
|
|
131
132
|
"@putout/plugin-package-json": "^7.0.0",
|
|
132
133
|
"@putout/plugin-promises": "^14.0.0",
|
|
133
|
-
"@putout/plugin-putout": "^
|
|
134
|
+
"@putout/plugin-putout": "^19.0.0",
|
|
134
135
|
"@putout/plugin-putout-config": "^5.0.0",
|
|
135
136
|
"@putout/plugin-regexp": "^8.0.0",
|
|
136
137
|
"@putout/plugin-remove-console": "^6.0.0",
|
|
@@ -219,7 +220,7 @@
|
|
|
219
220
|
"c8": "^9.0.0",
|
|
220
221
|
"currify": "^4.0.0",
|
|
221
222
|
"eslint": "^9.0.0",
|
|
222
|
-
"eslint-plugin-n": "^17.0.0
|
|
223
|
+
"eslint-plugin-n": "^17.0.0",
|
|
223
224
|
"eslint-plugin-putout": "^22.0.0",
|
|
224
225
|
"just-camel-case": "^4.0.2",
|
|
225
226
|
"lerna": "^6.0.1",
|
package/putout.json
CHANGED
|
@@ -40,7 +40,9 @@
|
|
|
40
40
|
"package-json/find-file": "on",
|
|
41
41
|
"typescript/find-file": "on",
|
|
42
42
|
"typescript/cts-file": "on",
|
|
43
|
-
"typescript/mts-file": "on"
|
|
43
|
+
"typescript/mts-file": "on",
|
|
44
|
+
"typescript/rename-file-cts-to-ts": "on",
|
|
45
|
+
"typescript/rename-file-mts-to-ts": "on"
|
|
44
46
|
},
|
|
45
47
|
"*.md": {
|
|
46
48
|
"conditions/apply-consistent-blocks": "off",
|