putout 35.34.0 → 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.
Files changed (2) hide show
  1. package/ChangeLog +25 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,28 @@
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
+
19
+ 2024.06.10, v35.34.1
20
+
21
+ feature:
22
+ - 30ed1aded putout: @putout/plugin-remove-unreferenced-variables v4.0.0
23
+ - 7b52e4f1f @putout/plugin-remove-unreferenced-varialbes: drop support of 🐊 < 35
24
+ - 41bcb0e76 @putout/plugin-remove-unreferenced-variables: exclude when parentPath is ConditionalExpression (putoutjs/minify#23)
25
+
1
26
  2024.06.10, v35.34.0
2
27
 
3
28
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.34.0",
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": "^1.0.0",
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",
@@ -147,7 +147,7 @@
147
147
  "@putout/plugin-remove-iife": "^4.0.0",
148
148
  "@putout/plugin-remove-nested-blocks": "^6.0.0",
149
149
  "@putout/plugin-remove-unreachable-code": "^1.0.0",
150
- "@putout/plugin-remove-unreferenced-variables": "^3.0.0",
150
+ "@putout/plugin-remove-unreferenced-variables": "^4.0.0",
151
151
  "@putout/plugin-remove-unused-expressions": "^8.0.0",
152
152
  "@putout/plugin-remove-unused-for-of-variables": "^3.0.0",
153
153
  "@putout/plugin-remove-unused-private-fields": "^2.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": "^9.0.0",
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",