putout 29.1.7 → 29.1.9
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 +20 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
2023.03.29, v29.1.9
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- c6688e2cd package: @putout/plugin-eslint v5.0.0
|
|
5
|
+
- 79cccc6e6 @putout/plugin-eslint: report
|
|
6
|
+
- 890555573 @putout/plugin-eslint: drop supprot of 🐊 < 29
|
|
7
|
+
- 05f8d86a2 @putout/plugin-eslint: improve support of @putout/printer
|
|
8
|
+
- ac59d191f eslint-plugin-putout: markdown: eol-last: off -> never
|
|
9
|
+
|
|
10
|
+
2023.03.29, v29.1.8
|
|
11
|
+
|
|
12
|
+
feature:
|
|
13
|
+
- 933b6e140 package: @putout/plugin-apply-optional-chaining v3.0.0
|
|
14
|
+
- 2c0c05716 @putout/plugin-apply-optional-chaining: improve support of OptionalCallExpression
|
|
15
|
+
- 9e32bcb26 @putout/plugin-apply-optional-chaining: drop support of node < 16
|
|
16
|
+
- 59c9e093c @putout/plugin-apply-optional-chaining: drop support of 🐊 < 29
|
|
17
|
+
- d00e74d0e @putout/plugin-apply-optional-chaining: report
|
|
18
|
+
- e29d8acf6 @putout/plugin-types: add isEmptyString
|
|
19
|
+
- 9242889dc @putout/plugin-for-of: map: print() -> path.toString()
|
|
20
|
+
|
|
1
21
|
2023.03.27, v29.1.7
|
|
2
22
|
|
|
3
23
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "29.1.
|
|
3
|
+
"version": "29.1.9",
|
|
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",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@putout/plugin-apply-destructuring": "^6.0.0",
|
|
75
75
|
"@putout/plugin-apply-early-return": "^2.0.0",
|
|
76
76
|
"@putout/plugin-apply-flat-map": "^2.0.0",
|
|
77
|
-
"@putout/plugin-apply-optional-chaining": "^
|
|
77
|
+
"@putout/plugin-apply-optional-chaining": "^3.0.0",
|
|
78
78
|
"@putout/plugin-apply-template-literals": "^1.0.0",
|
|
79
79
|
"@putout/plugin-browserlist": "^1.0.0",
|
|
80
80
|
"@putout/plugin-conditions": "^1.0.0",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"@putout/plugin-declare": "^1.0.1",
|
|
97
97
|
"@putout/plugin-declare-before-reference": "^2.0.0",
|
|
98
98
|
"@putout/plugin-declare-imports-first": "^2.0.0",
|
|
99
|
-
"@putout/plugin-eslint": "^
|
|
99
|
+
"@putout/plugin-eslint": "^5.0.0",
|
|
100
100
|
"@putout/plugin-extract-object-properties": "^8.0.0",
|
|
101
101
|
"@putout/plugin-extract-sequence-expressions": "^3.0.0",
|
|
102
102
|
"@putout/plugin-for-of": "^1.0.0",
|