putout 37.14.0 → 37.15.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 +22 -0
- package/package.json +5 -4
- package/putout.json +1 -0
package/ChangeLog
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
2025.01.14, v37.15.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- b63ba46e6 @putout/processor-css: stylelint-config-standard v37.0.0
|
|
5
|
+
- bdefe4298 putout: @putout/plugin-remove-nested-blocks v7.0.0
|
|
6
|
+
- c29efca99 putout: @putout/plugin-remove-unreachable-code v2.0.0
|
|
7
|
+
- 415250dc9 putout: @putout/plugin-remove-unused-expressions v10.0.0
|
|
8
|
+
- 9202702ae @putout/plugin-labels: remove-unused: exclude when previous ReturnStatement without args
|
|
9
|
+
- 8f8efd153 @putout/labels: drop support of 🐊 < 37
|
|
10
|
+
- bdcf9e2a8 @putout/plugin-remove-unreachable-code: drop support of 🐊 < 37
|
|
11
|
+
- ba5440107 @putout/plugin-remove-unreachable-code: exclude ReturnStatement wihout arg
|
|
12
|
+
- a4e6777ae @putout/plugin-remove-nested-blocks: drop support of 🐊 < 37
|
|
13
|
+
- 0b6709223 @putout/plugin-remove-nested-blocks: exclude ReturnStatement
|
|
14
|
+
- 278c48b71 @putout/plugin-remove-unused-expressions: return block
|
|
15
|
+
- ae26c57a0 @putout/plugin-remove-unused-expressions: drop support of 🐊 < 37
|
|
16
|
+
- 0cd79a7b0 @putout/plugin-remove-unused-expressions: exclude return without argument with next sibling
|
|
17
|
+
- c5d32f76b @putout/plugin-merge-return-with-next-sibling: add
|
|
18
|
+
- 4b9619a50 @putout/plugin-react-router: v7-split-multi-segment-route: object (#221)
|
|
19
|
+
- 1c5b7c2c7 @putout/plugin-react-router: drop support of 🐊 < 37
|
|
20
|
+
- 8af6d2250 @putotu/plugin-react-router: v7-split-multi-segment-route: add (#221)
|
|
21
|
+
- 36b8c05c6 @putout/plugin-apply-arrow: exclude LogicalExpression
|
|
22
|
+
|
|
1
23
|
2025.01.12, v37.14.0
|
|
2
24
|
|
|
3
25
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "37.
|
|
3
|
+
"version": "37.15.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",
|
|
@@ -129,6 +129,7 @@
|
|
|
129
129
|
"@putout/plugin-maybe": "^2.0.0",
|
|
130
130
|
"@putout/plugin-merge-destructuring-properties": "^10.0.0",
|
|
131
131
|
"@putout/plugin-merge-duplicate-functions": "^2.0.0",
|
|
132
|
+
"@putout/plugin-merge-return-with-next-sibling": "^1.0.0",
|
|
132
133
|
"@putout/plugin-montag": "^3.0.0",
|
|
133
134
|
"@putout/plugin-new": "^3.0.1",
|
|
134
135
|
"@putout/plugin-nodejs": "^13.0.0",
|
|
@@ -147,10 +148,10 @@
|
|
|
147
148
|
"@putout/plugin-remove-duplicate-keys": "^6.0.0",
|
|
148
149
|
"@putout/plugin-remove-empty": "^13.0.0",
|
|
149
150
|
"@putout/plugin-remove-iife": "^4.0.0",
|
|
150
|
-
"@putout/plugin-remove-nested-blocks": "^
|
|
151
|
-
"@putout/plugin-remove-unreachable-code": "^
|
|
151
|
+
"@putout/plugin-remove-nested-blocks": "^7.0.0",
|
|
152
|
+
"@putout/plugin-remove-unreachable-code": "^2.0.0",
|
|
152
153
|
"@putout/plugin-remove-unreferenced-variables": "^4.0.0",
|
|
153
|
-
"@putout/plugin-remove-unused-expressions": "^
|
|
154
|
+
"@putout/plugin-remove-unused-expressions": "^10.0.0",
|
|
154
155
|
"@putout/plugin-remove-unused-for-of-variables": "^3.0.0",
|
|
155
156
|
"@putout/plugin-remove-unused-labels": "^1.0.1",
|
|
156
157
|
"@putout/plugin-remove-unused-private-fields": "^2.0.0",
|