putout 35.10.0 → 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.
Files changed (3) hide show
  1. package/ChangeLog +10 -0
  2. package/package.json +2 -2
  3. package/putout.json +3 -1
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
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
+
1
11
  2024.04.07, v35.10.0
2
12
 
3
13
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.10.0",
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",
@@ -220,7 +220,7 @@
220
220
  "c8": "^9.0.0",
221
221
  "currify": "^4.0.0",
222
222
  "eslint": "^9.0.0",
223
- "eslint-plugin-n": "^17.0.0-0",
223
+ "eslint-plugin-n": "^17.0.0",
224
224
  "eslint-plugin-putout": "^22.0.0",
225
225
  "just-camel-case": "^4.0.2",
226
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",