putout 34.5.1 → 34.7.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 +39 -0
- package/package.json +4 -4
- package/putout.json +2 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,42 @@
|
|
|
1
|
+
2024.01.03, v34.7.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 9d1a9829d putout: @putout/plugin-eslint v7.0.0
|
|
5
|
+
- 05c4ea635 @putout/plugin-eslint: drop support of node < 18
|
|
6
|
+
- f6b256120 @putout/plugin-eslint: convert-rc-to-flat: add
|
|
7
|
+
- c6a6c525e @putout/operator-match-files: add ability to save to other file
|
|
8
|
+
- 76ba68031 @putout/plugin-filesystem: convert-simple-filesystem-to-filesystem: add aditional check of filename
|
|
9
|
+
- c97fdd009 @putout/eslint: createPlugin: add support of ESLint v9
|
|
10
|
+
- 9f18cc9f4 @putout/plugin-eslint-plugin: drop support of node < 18
|
|
11
|
+
- d81fe5444 @putout/plugin-eslint-plugin: turn-off-schema: add
|
|
12
|
+
- f5f7b1375 eslint-plugin-putout: add support of ESLint v9
|
|
13
|
+
- 22b13700a @putout/plugin-eslint-plugin: convert-require-resolve-to-require: add
|
|
14
|
+
- a0e5c520b @putout/plugin-eslint-plugin: apply-flat-config-to-rule-tester: add
|
|
15
|
+
- d9608d60d eslint-plugin-putout: typescript: disable redeclere: ESLint v9 (typescript-eslint/typescript-eslint#8171)
|
|
16
|
+
- d2783df9f root: eslint v9.0.0-alpha.0
|
|
17
|
+
|
|
18
|
+
2023.12.29, v34.6.0
|
|
19
|
+
|
|
20
|
+
feature:
|
|
21
|
+
- dbc793d3f putout: @putout/plugin-typescript v6.0.0
|
|
22
|
+
- dd1994388 @putout/plugin-typescript: find-file: ignore
|
|
23
|
+
- 519967dd5 @putout/operator-match-files: add ignore
|
|
24
|
+
- c33b54fd7 @putout/operator-filesystem: parse-simple-filesystem: handle case when directory has no slash at the end
|
|
25
|
+
- 219b52fd4 @putout/plugin-typescript: drop support of node < 18
|
|
26
|
+
- 5b1b22682 @putout/plugin-typescript: find-file: add
|
|
27
|
+
- 3ab3da846 @putout/operator-match-files: add TS support
|
|
28
|
+
- 8d7674458 @putout/plugin-filesystem: remove-vim-swap-file: add progress
|
|
29
|
+
- fe1ff24a0 @putout/plugin-putout: apply-for-of-to-track-file: add
|
|
30
|
+
- dbab77a47 @putout/plugin-filesystem: remove-files: add progress
|
|
31
|
+
- 3e5df8d56 @putout/test: progress: handle the case when no expected passed
|
|
32
|
+
- 87302a420 @putout/plugin-putout: add-await-to-progress: exclude other then tests useages
|
|
33
|
+
- 98c863783 @putout/plugin-nodejs: rename-file-cjs-to-js, rename-file-mjs-to-js: add progress
|
|
34
|
+
- be9586eac @putout/plugin-putout: add-await-to-progress: tape
|
|
35
|
+
- 12ccbf3ad @putout/plugin-tape: add putout test
|
|
36
|
+
- 1ae10e0dc @putout/plugin-tape: add-t-end: do not add when there is async operator
|
|
37
|
+
- aa245567d @putout/plugin-putout: add-await-to-progress: add
|
|
38
|
+
- f4aa0f96e @putout/plugin-putout: add-args: add progress()
|
|
39
|
+
|
|
1
40
|
2023.12.28, v34.5.1
|
|
2
41
|
|
|
3
42
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "34.
|
|
3
|
+
"version": "34.7.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",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"@putout/plugin-declare": "^2.0.0",
|
|
107
107
|
"@putout/plugin-declare-before-reference": "^3.0.0",
|
|
108
108
|
"@putout/plugin-declare-imports-first": "^2.0.0",
|
|
109
|
-
"@putout/plugin-eslint": "^
|
|
109
|
+
"@putout/plugin-eslint": "^7.0.0",
|
|
110
110
|
"@putout/plugin-extract-object-properties": "^9.0.0",
|
|
111
111
|
"@putout/plugin-extract-sequence-expressions": "^3.0.0",
|
|
112
112
|
"@putout/plugin-filesystem": "^3.0.0",
|
|
@@ -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",
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"@putout/plugin-apply-entries": "^2.0.0",
|
|
213
213
|
"c8": "^8.0.0",
|
|
214
214
|
"currify": "^4.0.0",
|
|
215
|
-
"eslint": "^
|
|
215
|
+
"eslint": "^9.0.0-alpha.0",
|
|
216
216
|
"eslint-plugin-n": "^16.0.0",
|
|
217
217
|
"eslint-plugin-putout": "^22.0.0",
|
|
218
218
|
"just-camel-case": "^4.0.2",
|
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",
|