putout 35.34.1 → 35.35.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 +18 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
2024.06.13, v35.35.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 288584b98 @putout/plugin-convert-const-to-let: add support of FunctionDeclaration
|
|
5
|
+
- 25d9ab194 putout: @putout/plugin-convert-const-to-let v2.0.0
|
|
6
|
+
- 25239610b @putout/plugin-convert-const-to-let: drop support of 🐊 < 35
|
|
7
|
+
- 92ffc3ad2 @putout/plugin-convert-const-to-let: for-of, for-in
|
|
8
|
+
- 66d06887c @putout/plugin-minify: merge-variables: for-of
|
|
9
|
+
- 8ac6ec73a @putout/compare: vars: Literal -> StringLiteral
|
|
10
|
+
- 7d870d9a1 @putout/plugin-minify: mangle-names: exclude export
|
|
11
|
+
- ecca64aab @putout/plugin-minify: merge-variables: duplicate declaration
|
|
12
|
+
- 82952059e @putout/plugin-minify: merge-variables: check previous of each var (putoutjs/minify#18)
|
|
13
|
+
- 015e801f3 @putout/plugin-minify: merge-variables: check that previous node is var
|
|
14
|
+
- 6237e2741 root: c8 v10.0.0
|
|
15
|
+
- a3ae58d50 eslint-plugin-putout: add-newline-before-return: exclude ReturnStatement that is first element of BlackStatement
|
|
16
|
+
- 7cdb80133 @putout/plugin-minify: convert-const-to-var: exclude ForStatement (putoutjs/minify#20)
|
|
17
|
+
- bba017fc8 @putout/plugin-remove-unused-variables: add support of ArrayPattern inside ExportNamedDeclaration (putoutjs/minify#22)
|
|
18
|
+
|
|
1
19
|
2024.06.10, v35.34.1
|
|
2
20
|
|
|
3
21
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "35.
|
|
3
|
+
"version": "35.35.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",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"@putout/plugin-convert-assignment-to-arrow-function": "^1.0.0",
|
|
102
102
|
"@putout/plugin-convert-assignment-to-comparison": "^2.0.0",
|
|
103
103
|
"@putout/plugin-convert-concat-to-flat": "^1.0.0",
|
|
104
|
-
"@putout/plugin-convert-const-to-let": "^
|
|
104
|
+
"@putout/plugin-convert-const-to-let": "^2.0.0",
|
|
105
105
|
"@putout/plugin-convert-index-of-to-includes": "^2.0.0",
|
|
106
106
|
"@putout/plugin-convert-label-to-object": "^1.0.0",
|
|
107
107
|
"@putout/plugin-convert-object-assign-to-merge-spread": "^6.0.0",
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
"devDependencies": {
|
|
225
225
|
"@putout/eslint-flat": "^2.0.0",
|
|
226
226
|
"@putout/plugin-apply-entries": "^2.0.0",
|
|
227
|
-
"c8": "^
|
|
227
|
+
"c8": "^10.0.0",
|
|
228
228
|
"currify": "^4.0.0",
|
|
229
229
|
"eslint": "^9.0.0",
|
|
230
230
|
"eslint-plugin-n": "^17.0.0",
|