putout 38.1.6 → 38.1.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 +22 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,25 @@
1
+ 2025.02.14, v38.1.8
2
+
3
+ feature:
4
+ - 3822c6326 putout: @putout/plugin-declare v5.0.0
5
+ - ea96c54c6 @putout/plugin-declare: drop support of 🐊 < 38
6
+ - d9f9409cf @putout/plugin-declare: fromEntries: add
7
+ - 6102ae452 @putout/operator-parens: addParens/removeParens: do nothingh when parens exists/absent
8
+
9
+ 2025.02.14, v38.1.7
10
+
11
+ feature:
12
+ - b163f5597 putout: @putout/plugin-remove-nested-blocks v8.0.0
13
+ - 74712f1e2 @putout/plugin-remove-nested-blocks: drop support of 🐊 < 38
14
+ - 9341d99b5 @putout/plugin-remove-nested-blocks: ExportNamedDeclaration
15
+ - 9f8c82ef7 @putout/plugin-exptract-keywrods-from-variables: ArrowFunctionExpression
16
+ - 281cd6f40 @putout/plugin-parens: remove-useless-for-parens: add
17
+ - 53b4b91a2 @putout/operator-parens: addParens/removeParens: return path
18
+ - a16d22d08 @putout/plugin-eslint: apply-create-eslint: add
19
+ - 499ff7d66 @putout/plugin-eslint: apply-ignores: off
20
+ - 96bb81494 @putout/plugin-convert-quotes-to-backticks: add support of ObjectProperty
21
+ - cf66ec5c5 @putout/plugin-putout: apply-vars: add support of CommonJS
22
+
1
23
  2025.02.13, v38.1.6
2
24
 
3
25
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.1.6",
3
+ "version": "38.1.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",
@@ -115,7 +115,7 @@
115
115
  "@putout/plugin-convert-template-to-string": "^2.0.0",
116
116
  "@putout/plugin-convert-to-arrow-function": "^4.0.0",
117
117
  "@putout/plugin-coverage": "^1.0.0",
118
- "@putout/plugin-declare": "^4.0.0",
118
+ "@putout/plugin-declare": "^5.0.0",
119
119
  "@putout/plugin-declare-before-reference": "^5.0.0",
120
120
  "@putout/plugin-eslint": "^11.0.0",
121
121
  "@putout/plugin-esm": "^2.0.0",
@@ -152,7 +152,7 @@
152
152
  "@putout/plugin-remove-duplicate-keys": "^6.0.0",
153
153
  "@putout/plugin-remove-empty": "^14.0.0",
154
154
  "@putout/plugin-remove-iife": "^4.0.0",
155
- "@putout/plugin-remove-nested-blocks": "^7.0.0",
155
+ "@putout/plugin-remove-nested-blocks": "^8.0.0",
156
156
  "@putout/plugin-remove-unreachable-code": "^2.0.0",
157
157
  "@putout/plugin-remove-unreferenced-variables": "^4.0.0",
158
158
  "@putout/plugin-remove-unused-expressions": "^11.0.0",