putout 29.0.6 → 29.0.8

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 +19 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,22 @@
1
+ 2023.03.10, v29.0.8
2
+
3
+ fix:
4
+ - 919290247 @putout/operator-declare: report
5
+
6
+ feature:
7
+ - 16db04f0b package: @putout/plugin-remove-iife v4.0.0
8
+ - e0b3f0e61 @putout/plugin-remove-iife: exclude VariableDeclarator (#133)
9
+
10
+ 2023.03.10, v29.0.7
11
+
12
+ fix:
13
+ - 39a973e5c @putout/plugin-declare-before-reference: exclude ExportNamedDeclaration (#134)
14
+
15
+ feature:
16
+ - 9eca8816c package: @putout/plugin-declare-before-reference v2.0.0
17
+ - aff993608 @putout/plugin-declare-before-reference: drop support of 🐊 < 29
18
+ - d1743b555 @putout/plugin-declare-before-reference: drop support of node < 16
19
+
1
20
  2023.03.10, v29.0.6
2
21
 
3
22
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.0.6",
3
+ "version": "29.0.8",
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",
@@ -104,7 +104,7 @@
104
104
  "@putout/plugin-convert-to-arrow-function": "^3.0.0",
105
105
  "@putout/plugin-convert-typeof-to-is-type": "^2.0.0",
106
106
  "@putout/plugin-declare": "^1.0.1",
107
- "@putout/plugin-declare-before-reference": "^1.0.0",
107
+ "@putout/plugin-declare-before-reference": "^2.0.0",
108
108
  "@putout/plugin-declare-imports-first": "^2.0.0",
109
109
  "@putout/plugin-eslint": "^4.2.0",
110
110
  "@putout/plugin-extract-object-properties": "^8.0.0",
@@ -134,7 +134,7 @@
134
134
  "@putout/plugin-remove-duplicate-case": "^2.0.0",
135
135
  "@putout/plugin-remove-duplicate-keys": "^3.0.0",
136
136
  "@putout/plugin-remove-empty": "^9.0.0",
137
- "@putout/plugin-remove-iife": "^3.0.0",
137
+ "@putout/plugin-remove-iife": "^4.0.0",
138
138
  "@putout/plugin-remove-nested-blocks": "^6.0.0",
139
139
  "@putout/plugin-remove-unreachable-code": "^1.0.0",
140
140
  "@putout/plugin-remove-unreferenced-variables": "^2.0.0",