putout 35.36.0 → 35.36.2
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 +14 -0
- package/lib/putout.js +3 -1
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
2024.07.01, v35.36.2
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- ee7386ff2 putout: picomatch v4.0.2
|
|
5
|
+
- 419d1cea6 @putout/engine-processor: picomatch v4.0.2
|
|
6
|
+
- 7e4f47aa7 @putout/processor-typescript: ts-morph v23.0.0
|
|
7
|
+
|
|
8
|
+
2024.06.26, v35.36.1
|
|
9
|
+
|
|
10
|
+
feature:
|
|
11
|
+
- 7b4c9730b putout: @putout/plugin-remove-unused-expressions v9.0.0
|
|
12
|
+
- 269a89512 @putout/plugin-remove-unused-expressions: drop support of 🐊 < 35
|
|
13
|
+
- cb3b14671 @putout/plugin-remove-unused-expressions: use client: exclude (#211)
|
|
14
|
+
|
|
1
15
|
2024.06.25, v35.36.0
|
|
2
16
|
|
|
3
17
|
feature:
|
package/lib/putout.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "35.36.
|
|
3
|
+
"version": "35.36.2",
|
|
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",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"@putout/plugin-remove-nested-blocks": "^6.0.0",
|
|
151
151
|
"@putout/plugin-remove-unreachable-code": "^1.0.0",
|
|
152
152
|
"@putout/plugin-remove-unreferenced-variables": "^4.0.0",
|
|
153
|
-
"@putout/plugin-remove-unused-expressions": "^
|
|
153
|
+
"@putout/plugin-remove-unused-expressions": "^9.0.0",
|
|
154
154
|
"@putout/plugin-remove-unused-for-of-variables": "^3.0.0",
|
|
155
155
|
"@putout/plugin-remove-unused-private-fields": "^2.0.0",
|
|
156
156
|
"@putout/plugin-remove-unused-variables": "^9.0.0",
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"is-relative": "^1.0.0",
|
|
205
205
|
"nano-memoize": "^3.0.11",
|
|
206
206
|
"once": "^1.4.0",
|
|
207
|
-
"picomatch": "^4.0.
|
|
207
|
+
"picomatch": "^4.0.2",
|
|
208
208
|
"samadhi": "^2.10.0",
|
|
209
209
|
"try-catch": "^3.0.0",
|
|
210
210
|
"try-to-catch": "^3.0.0",
|