putout 35.10.0 → 35.12.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 +17 -0
  2. package/package.json +3 -3
  3. package/putout.json +3 -1
package/ChangeLog CHANGED
@@ -1,3 +1,20 @@
1
+ 2024.04.09, v35.12.0
2
+
3
+ feature:
4
+ - 6a0c0b3ba @putout/engine-runner: @putout/plugin-filesystem v5.0.0
5
+ - 415104d73 putout: @putout/plugin-filesystem v5.0.0
6
+ - b12b3e2f5 @putout/plugin-filesystem: bundle-css -> bundle
7
+
8
+ 2024.04.08, v35.11.0
9
+
10
+ feature:
11
+ - 3f5724549 putout: filesystem: rename-file-cts-to-ts, rename-file-mts-to-ts: add
12
+ - d90272d96 @putout/plugin-typescript: rename-file-mts-to-ts: add
13
+ - 542ac08d5 root: eslint-plugin-n v17.0.0
14
+ - 1eb14539f @putout/engine-runner: scanner: use __filesystem_name
15
+ - 3bccecf7a putout: @putout/plugin-putout v19.0.0
16
+ - 9d4e34f5c putout: @putout/operator-rename-files: add
17
+
1
18
  2024.04.07, v35.10.0
2
19
 
3
20
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.10.0",
3
+ "version": "35.12.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",
@@ -114,7 +114,7 @@
114
114
  "@putout/plugin-eslint": "^8.0.0",
115
115
  "@putout/plugin-extract-object-properties": "^9.0.0",
116
116
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
117
- "@putout/plugin-filesystem": "^4.0.0",
117
+ "@putout/plugin-filesystem": "^5.0.0",
118
118
  "@putout/plugin-for-of": "^4.0.0",
119
119
  "@putout/plugin-github": "^12.0.0",
120
120
  "@putout/plugin-gitignore": "^5.0.0",
@@ -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",