putout 34.6.0 → 34.7.1
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 +34 -0
- package/package.json +5 -5
package/ChangeLog
CHANGED
|
@@ -1,3 +1,37 @@
|
|
|
1
|
+
2024.01.08, v34.7.1
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- d7f98af0f putout: @putout/plugin-for-of v4.0.0
|
|
5
|
+
- f1bfc6fe7 @putout/plugin-for-of: drop support of node < 18
|
|
6
|
+
- 7f6663f46 @putout/plugin-for-of: for-each: exclude SequenceExpressions (#196)
|
|
7
|
+
- 5e29fba1b @putout/plugin-putout: check-replace-code: VariableDeclarator
|
|
8
|
+
- ab01a71c3 @putout/plugin-filesystem: convert-js-to-json: add
|
|
9
|
+
- ae9418107 @putout/plugin-putout: check-replace-code: __json on the left
|
|
10
|
+
- 610a2ddcf @putout/plugin-putout: check-replace-code: add support of __json
|
|
11
|
+
- 8ada02c25 @putout/test: report: add check for message
|
|
12
|
+
- cd144553a @putout/plugin-filesystem: convert-json-to-js: add
|
|
13
|
+
- b3a580827 @putout/operator-match-files: matchers
|
|
14
|
+
- a182931cc root: c8 v9.0.0
|
|
15
|
+
- de6095769 eslint-plugin-putout: synckit v0.9.0
|
|
16
|
+
- 12c3b439e @putout/plugin-eslint: convert-rc-to-flat: add support of rules, parser
|
|
17
|
+
|
|
18
|
+
2024.01.03, v34.7.0
|
|
19
|
+
|
|
20
|
+
feature:
|
|
21
|
+
- 9d1a9829d putout: @putout/plugin-eslint v7.0.0
|
|
22
|
+
- 05c4ea635 @putout/plugin-eslint: drop support of node < 18
|
|
23
|
+
- f6b256120 @putout/plugin-eslint: convert-rc-to-flat: add
|
|
24
|
+
- c6a6c525e @putout/operator-match-files: add ability to save to other file
|
|
25
|
+
- 76ba68031 @putout/plugin-filesystem: convert-simple-filesystem-to-filesystem: add aditional check of filename
|
|
26
|
+
- c97fdd009 @putout/eslint: createPlugin: add support of ESLint v9
|
|
27
|
+
- 9f18cc9f4 @putout/plugin-eslint-plugin: drop support of node < 18
|
|
28
|
+
- d81fe5444 @putout/plugin-eslint-plugin: turn-off-schema: add
|
|
29
|
+
- f5f7b1375 eslint-plugin-putout: add support of ESLint v9
|
|
30
|
+
- 22b13700a @putout/plugin-eslint-plugin: convert-require-resolve-to-require: add
|
|
31
|
+
- a0e5c520b @putout/plugin-eslint-plugin: apply-flat-config-to-rule-tester: add
|
|
32
|
+
- d9608d60d eslint-plugin-putout: typescript: disable redeclere: ESLint v9 (typescript-eslint/typescript-eslint#8171)
|
|
33
|
+
- d2783df9f root: eslint v9.0.0-alpha.0
|
|
34
|
+
|
|
1
35
|
2023.12.29, v34.6.0
|
|
2
36
|
|
|
3
37
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "34.
|
|
3
|
+
"version": "34.7.1",
|
|
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,11 +106,11 @@
|
|
|
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",
|
|
113
|
-
"@putout/plugin-for-of": "^
|
|
113
|
+
"@putout/plugin-for-of": "^4.0.0",
|
|
114
114
|
"@putout/plugin-github": "^11.0.0",
|
|
115
115
|
"@putout/plugin-gitignore": "^4.0.0",
|
|
116
116
|
"@putout/plugin-logical-expressions": "^5.0.0",
|
|
@@ -210,9 +210,9 @@
|
|
|
210
210
|
],
|
|
211
211
|
"devDependencies": {
|
|
212
212
|
"@putout/plugin-apply-entries": "^2.0.0",
|
|
213
|
-
"c8": "^
|
|
213
|
+
"c8": "^9.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",
|