putout 30.1.1 → 30.2.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 +21 -0
  2. package/package.json +5 -5
package/ChangeLog CHANGED
@@ -1,3 +1,24 @@
1
+ 2023.07.10, v30.2.1
2
+
3
+ feature:
4
+ - e5edb5389 package: @putout/plugin-remove-useless-functions v3.0.0
5
+ - f1c7edb07 @putout/plugin-remove-useless-functions: report
6
+ - 9f4667994 @putout/plugin-promises: convert-new-promise-to-async: different scopes
7
+ - a1ea8101b package: estree-to-babel v6.0.0
8
+ - 6f1f0a97a @putout/operator-add-args: improve support of more then two params
9
+
10
+ 2023.07.08, v30.2.0
11
+
12
+ feature:
13
+ - 2989df2d6 package: @putout/plugin-strict-mode v7.0.0
14
+ - 1fa43e078 package: @putout/plugin-putout v13.0.0
15
+ - ca3aac450 package: @putout/plugin-remove-unused-expressions v7.0.0
16
+ - f5fbabe8c @putout/plugin-remove-unused-expressions: drop support of 🐊 < 30
17
+ - d28a985ce @putout/engine-parser: use directives for @putout/printer
18
+ - 3e98931c4 @putout/plugin-putout: drop support of 🐊 < 30
19
+ - 3b6348134 @putout/plugin-strict-mode: drop support of 🐊 < 30
20
+ - 6ae6ec300 @putout/plugin-strict-mode: add support of directives
21
+
1
22
  2023.07.07, v30.1.1
2
23
 
3
24
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "30.1.1",
3
+ "version": "30.2.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",
@@ -118,7 +118,7 @@
118
118
  "@putout/plugin-npmignore": "^2.0.0",
119
119
  "@putout/plugin-package-json": "^5.0.0",
120
120
  "@putout/plugin-promises": "^11.0.0",
121
- "@putout/plugin-putout": "^12.0.0",
121
+ "@putout/plugin-putout": "^13.0.0",
122
122
  "@putout/plugin-putout-config": "^3.0.0",
123
123
  "@putout/plugin-regexp": "^7.0.0",
124
124
  "@putout/plugin-remove-console": "^6.0.0",
@@ -131,7 +131,7 @@
131
131
  "@putout/plugin-remove-nested-blocks": "^6.0.0",
132
132
  "@putout/plugin-remove-unreachable-code": "^1.0.0",
133
133
  "@putout/plugin-remove-unreferenced-variables": "^2.0.0",
134
- "@putout/plugin-remove-unused-expressions": "^6.0.0",
134
+ "@putout/plugin-remove-unused-expressions": "^7.0.0",
135
135
  "@putout/plugin-remove-unused-for-of-variables": "^3.0.0",
136
136
  "@putout/plugin-remove-unused-private-fields": "^2.0.0",
137
137
  "@putout/plugin-remove-unused-variables": "^5.0.0",
@@ -143,7 +143,7 @@
143
143
  "@putout/plugin-remove-useless-continue": "^2.0.0",
144
144
  "@putout/plugin-remove-useless-else": "^2.0.0",
145
145
  "@putout/plugin-remove-useless-escape": "^3.0.0",
146
- "@putout/plugin-remove-useless-functions": "^2.0.0",
146
+ "@putout/plugin-remove-useless-functions": "^3.0.0",
147
147
  "@putout/plugin-remove-useless-map": "^1.0.0",
148
148
  "@putout/plugin-remove-useless-operand": "^2.0.0",
149
149
  "@putout/plugin-remove-useless-replace": "^1.0.1",
@@ -157,7 +157,7 @@
157
157
  "@putout/plugin-simplify-ternary": "^5.0.1",
158
158
  "@putout/plugin-split-nested-destructuring": "^3.0.0",
159
159
  "@putout/plugin-split-variable-declarations": "^3.0.0",
160
- "@putout/plugin-strict-mode": "^6.0.0",
160
+ "@putout/plugin-strict-mode": "^7.0.0",
161
161
  "@putout/plugin-tape": "^11.0.0",
162
162
  "@putout/plugin-try-catch": "^2.0.0",
163
163
  "@putout/plugin-types": "^1.1.0",