putout 30.1.1 → 30.2.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.
- package/ChangeLog +12 -0
- package/package.json +4 -4
package/ChangeLog
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
2023.07.08, v30.2.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 2989df2d6 package: @putout/plugin-strict-mode v7.0.0
|
|
5
|
+
- 1fa43e078 package: @putout/plugin-putout v13.0.0
|
|
6
|
+
- ca3aac450 package: @putout/plugin-remove-unused-expressions v7.0.0
|
|
7
|
+
- f5fbabe8c @putout/plugin-remove-unused-expressions: drop support of 🐊 < 30
|
|
8
|
+
- d28a985ce @putout/engine-parser: use directives for @putout/printer
|
|
9
|
+
- 3e98931c4 @putout/plugin-putout: drop support of 🐊 < 30
|
|
10
|
+
- 3b6348134 @putout/plugin-strict-mode: drop support of 🐊 < 30
|
|
11
|
+
- 6ae6ec300 @putout/plugin-strict-mode: add support of directives
|
|
12
|
+
|
|
1
13
|
2023.07.07, v30.1.1
|
|
2
14
|
|
|
3
15
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "30.
|
|
3
|
+
"version": "30.2.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",
|
|
@@ -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": "^
|
|
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": "^
|
|
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",
|
|
@@ -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": "^
|
|
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",
|