putout 29.6.0 → 29.7.1

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 +16 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,19 @@
1
+ 2023.05.12, v29.7.1
2
+
3
+ feature:
4
+ - 55956b4f3 package: @putout/plugin-remove-useless-return v5.0.0
5
+ - 1cbf50a95 @putout/plugin-remove-useless-return: drop support of 🐊 < 29
6
+ - ed064bcb5 @putout/plugin-remove-useless-return: drop support of node < 16
7
+ - b8c4473bb @putout/plugin-remove-useless-return: report
8
+
9
+ 2023.05.12, v29.7.0
10
+
11
+ feature:
12
+ - cf3b7a3dc package: @putout/engine-loader v9.0.0
13
+ - 3362cacf8 @putout/engine-loader: add support of globally installed modules (coderaiser/minify#96)
14
+ - 9947bd2f8 package: @putout/engine-parser v6.1.0
15
+ - e71b5a9d4 @putout/plugin-remove-unused-variables: add support of computed ObjectProperty inside Function params ObjectPattern
16
+
1
17
  2023.05.11, v29.6.0
2
18
 
3
19
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.6.0",
3
+ "version": "29.7.1",
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",
@@ -52,7 +52,7 @@
52
52
  "@putout/cli-ruler": "^2.0.0",
53
53
  "@putout/cli-validate-args": "^1.0.0",
54
54
  "@putout/compare": "^9.0.0",
55
- "@putout/engine-loader": "^8.0.0",
55
+ "@putout/engine-loader": "^9.0.0",
56
56
  "@putout/engine-parser": "^6.0.0",
57
57
  "@putout/engine-processor": "^7.0.0",
58
58
  "@putout/engine-runner": "^16.0.0",
@@ -146,7 +146,7 @@
146
146
  "@putout/plugin-remove-useless-map": "^1.0.0",
147
147
  "@putout/plugin-remove-useless-operand": "^2.0.0",
148
148
  "@putout/plugin-remove-useless-replace": "^1.0.1",
149
- "@putout/plugin-remove-useless-return": "^4.0.0",
149
+ "@putout/plugin-remove-useless-return": "^5.0.0",
150
150
  "@putout/plugin-remove-useless-spread": "^6.0.0",
151
151
  "@putout/plugin-remove-useless-template-expressions": "^1.0.0",
152
152
  "@putout/plugin-remove-useless-variables": "^8.0.0",