putout 34.5.1 → 34.6.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 +22 -0
- package/package.json +2 -2
- package/putout.json +2 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
2023.12.29, v34.6.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- dbc793d3f putout: @putout/plugin-typescript v6.0.0
|
|
5
|
+
- dd1994388 @putout/plugin-typescript: find-file: ignore
|
|
6
|
+
- 519967dd5 @putout/operator-match-files: add ignore
|
|
7
|
+
- c33b54fd7 @putout/operator-filesystem: parse-simple-filesystem: handle case when directory has no slash at the end
|
|
8
|
+
- 219b52fd4 @putout/plugin-typescript: drop support of node < 18
|
|
9
|
+
- 5b1b22682 @putout/plugin-typescript: find-file: add
|
|
10
|
+
- 3ab3da846 @putout/operator-match-files: add TS support
|
|
11
|
+
- 8d7674458 @putout/plugin-filesystem: remove-vim-swap-file: add progress
|
|
12
|
+
- fe1ff24a0 @putout/plugin-putout: apply-for-of-to-track-file: add
|
|
13
|
+
- dbab77a47 @putout/plugin-filesystem: remove-files: add progress
|
|
14
|
+
- 3e5df8d56 @putout/test: progress: handle the case when no expected passed
|
|
15
|
+
- 87302a420 @putout/plugin-putout: add-await-to-progress: exclude other then tests useages
|
|
16
|
+
- 98c863783 @putout/plugin-nodejs: rename-file-cjs-to-js, rename-file-mjs-to-js: add progress
|
|
17
|
+
- be9586eac @putout/plugin-putout: add-await-to-progress: tape
|
|
18
|
+
- 12ccbf3ad @putout/plugin-tape: add putout test
|
|
19
|
+
- 1ae10e0dc @putout/plugin-tape: add-t-end: do not add when there is async operator
|
|
20
|
+
- aa245567d @putout/plugin-putout: add-await-to-progress: add
|
|
21
|
+
- f4aa0f96e @putout/plugin-putout: add-args: add progress()
|
|
22
|
+
|
|
1
23
|
2023.12.28, v34.5.1
|
|
2
24
|
|
|
3
25
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "34.
|
|
3
|
+
"version": "34.6.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",
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"@putout/plugin-tape": "^13.0.0",
|
|
168
168
|
"@putout/plugin-try-catch": "^3.0.0",
|
|
169
169
|
"@putout/plugin-types": "^3.0.0",
|
|
170
|
-
"@putout/plugin-typescript": "^
|
|
170
|
+
"@putout/plugin-typescript": "^6.0.0",
|
|
171
171
|
"@putout/plugin-webpack": "^3.0.0",
|
|
172
172
|
"@putout/processor-css": "^8.0.0",
|
|
173
173
|
"@putout/processor-filesystem": "^3.0.0",
|
package/putout.json
CHANGED
|
@@ -37,7 +37,8 @@
|
|
|
37
37
|
"nodejs/mjs-file": "on",
|
|
38
38
|
"nodejs/rename-file-cjs-to-js": "on",
|
|
39
39
|
"nodejs/rename-file-mjs-to-js": "on",
|
|
40
|
-
"package-json/find-file": "on"
|
|
40
|
+
"package-json/find-file": "on",
|
|
41
|
+
"typescript/find-file": "on"
|
|
41
42
|
},
|
|
42
43
|
"*.md": {
|
|
43
44
|
"conditions/apply-consistent-blocks": "off",
|