putout 37.14.0 → 37.15.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 (3) hide show
  1. package/ChangeLog +29 -0
  2. package/package.json +6 -5
  3. package/putout.json +1 -0
package/ChangeLog CHANGED
@@ -1,3 +1,32 @@
1
+ 2025.01.15, v37.15.1
2
+
3
+ feature:
4
+ - b51d57ab7 putout: @putout/formatter-frame v7.0.0
5
+ - 78fdd9f50 @putout/formatter-frame: drop support of 🐊 < 37
6
+ - a212f3071 @putout/formatter-frame: @putout/formatter-codeframe v8.0.0
7
+
8
+ 2025.01.14, v37.15.0
9
+
10
+ feature:
11
+ - b63ba46e6 @putout/processor-css: stylelint-config-standard v37.0.0
12
+ - bdefe4298 putout: @putout/plugin-remove-nested-blocks v7.0.0
13
+ - c29efca99 putout: @putout/plugin-remove-unreachable-code v2.0.0
14
+ - 415250dc9 putout: @putout/plugin-remove-unused-expressions v10.0.0
15
+ - 9202702ae @putout/plugin-labels: remove-unused: exclude when previous ReturnStatement without args
16
+ - 8f8efd153 @putout/labels: drop support of 🐊 < 37
17
+ - bdcf9e2a8 @putout/plugin-remove-unreachable-code: drop support of 🐊 < 37
18
+ - ba5440107 @putout/plugin-remove-unreachable-code: exclude ReturnStatement wihout arg
19
+ - a4e6777ae @putout/plugin-remove-nested-blocks: drop support of 🐊 < 37
20
+ - 0b6709223 @putout/plugin-remove-nested-blocks: exclude ReturnStatement
21
+ - 278c48b71 @putout/plugin-remove-unused-expressions: return block
22
+ - ae26c57a0 @putout/plugin-remove-unused-expressions: drop support of 🐊 < 37
23
+ - 0cd79a7b0 @putout/plugin-remove-unused-expressions: exclude return without argument with next sibling
24
+ - c5d32f76b @putout/plugin-merge-return-with-next-sibling: add
25
+ - 4b9619a50 @putout/plugin-react-router: v7-split-multi-segment-route: object (#221)
26
+ - 1c5b7c2c7 @putout/plugin-react-router: drop support of 🐊 < 37
27
+ - 8af6d2250 @putotu/plugin-react-router: v7-split-multi-segment-route: add (#221)
28
+ - 36b8c05c6 @putout/plugin-apply-arrow: exclude LogicalExpression
29
+
1
30
  2025.01.12, v37.14.0
2
31
 
3
32
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "37.14.0",
3
+ "version": "37.15.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",
@@ -66,7 +66,7 @@
66
66
  "@putout/eslint": "^3.0.0",
67
67
  "@putout/formatter-codeframe": "^8.0.0",
68
68
  "@putout/formatter-dump": "^5.0.0",
69
- "@putout/formatter-frame": "^6.0.0",
69
+ "@putout/formatter-frame": "^7.0.0",
70
70
  "@putout/formatter-json": "^2.0.0",
71
71
  "@putout/formatter-json-lines": "^3.0.0",
72
72
  "@putout/formatter-memory": "^4.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": "^6.0.0",
151
- "@putout/plugin-remove-unreachable-code": "^1.0.0",
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": "^9.0.0",
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",
package/putout.json CHANGED
@@ -264,6 +264,7 @@
264
264
  "esm",
265
265
  "merge-destructuring-properties",
266
266
  "merge-duplicate-functions",
267
+ "merge-return-with-next-sibling",
267
268
  "declare-before-reference",
268
269
  "declare",
269
270
  "labels",