putout 37.13.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 +41 -0
- package/package.json +9 -8
- package/putout.json +1 -0
package/ChangeLog
CHANGED
|
@@ -1,3 +1,44 @@
|
|
|
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
|
+
|
|
23
|
+
2025.01.12, v37.14.0
|
|
24
|
+
|
|
25
|
+
feature:
|
|
26
|
+
- cb9fa5a7c @putout/engine-runner: @putout/plugin-filesystem v7.0.0
|
|
27
|
+
- 56b19dc72 putout: @putout/plugin-filesystem v7.0.0
|
|
28
|
+
- bd27d3b9a @putout/plugin-filesystem: drop support of 🐊 < 37
|
|
29
|
+
- 903010628 putout: @putout/formatter-codeframe v8.0.0
|
|
30
|
+
- a5834ffdd @putout/formatter-codeframe: drop support of 🐊 < 37
|
|
31
|
+
- 47282eb41 putout: @putout/plugin-github v14.0.0
|
|
32
|
+
- 5aad75ba4 @putout/engine-parser: @putout/printer v12.0.0
|
|
33
|
+
- 4235ad19d @putout/compare: vars: Identifier inside TSTypeParameter
|
|
34
|
+
- bed86b079 @putout/operator/filesystem: getParentDirectory: no parentPath
|
|
35
|
+
- 81bd7b188 @putout/plugin-github: drop support of 🐊 < 37
|
|
36
|
+
- 0256b88c4 @putout/operate: remove: add ability to have no scope
|
|
37
|
+
- 01107d757 @putout/operate: replaceWith: allow path
|
|
38
|
+
- aab65a133 @putout/traverse: @putout/babel v3.0.0
|
|
39
|
+
- 559cdf23e @putout/plugin-apply-arrow: exclude nodes with comments
|
|
40
|
+
- 2724c45b4 @putout/plugin-conditions: remove-unudefined: add
|
|
41
|
+
|
|
1
42
|
2025.01.09, v37.13.0
|
|
2
43
|
|
|
3
44
|
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",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"report": "madrun report"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@putout/babel": "^
|
|
52
|
+
"@putout/babel": "^3.0.0",
|
|
53
53
|
"@putout/cli-cache": "^4.0.0",
|
|
54
54
|
"@putout/cli-choose-formatter": "^4.0.0",
|
|
55
55
|
"@putout/cli-keypress": "^2.0.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@putout/engine-reporter": "^3.0.0",
|
|
65
65
|
"@putout/engine-runner": "^22.0.0",
|
|
66
66
|
"@putout/eslint": "^3.0.0",
|
|
67
|
-
"@putout/formatter-codeframe": "^
|
|
67
|
+
"@putout/formatter-codeframe": "^8.0.0",
|
|
68
68
|
"@putout/formatter-dump": "^5.0.0",
|
|
69
69
|
"@putout/formatter-frame": "^6.0.0",
|
|
70
70
|
"@putout/formatter-json": "^2.0.0",
|
|
@@ -117,10 +117,10 @@
|
|
|
117
117
|
"@putout/plugin-esm": "^1.0.0",
|
|
118
118
|
"@putout/plugin-extract-object-properties": "^9.0.0",
|
|
119
119
|
"@putout/plugin-extract-sequence-expressions": "^3.0.0",
|
|
120
|
-
"@putout/plugin-filesystem": "^
|
|
120
|
+
"@putout/plugin-filesystem": "^7.0.0",
|
|
121
121
|
"@putout/plugin-for-of": "^7.0.0",
|
|
122
122
|
"@putout/plugin-generators": "^1.0.0",
|
|
123
|
-
"@putout/plugin-github": "^
|
|
123
|
+
"@putout/plugin-github": "^14.0.0",
|
|
124
124
|
"@putout/plugin-gitignore": "^6.0.0",
|
|
125
125
|
"@putout/plugin-labels": "^1.0.0",
|
|
126
126
|
"@putout/plugin-logical-expressions": "^7.0.0",
|
|
@@ -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",
|