putout 42.0.21 → 42.0.23

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 (2) hide show
  1. package/ChangeLog +27 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,30 @@
1
+ 2026.02.28, v42.0.23
2
+
3
+ feature:
4
+ - d5b3d3117 putout: @putout/plugin-try-catch v8.0.0
5
+ - b76cc9c4f @putout/plugin-try-catch: drop support of 🐊 < 42
6
+ - 67584c727 @putout/plugin-try-catch: async: multiple statements inside try-block
7
+ - 59ca4c792 putout: @putout/plugin-conditions v9.0.0
8
+ - adcefef2f putout: @putout/cli-choose-formatter v7.0.0
9
+ - d4a7f07c9 @putout/plugin-cli-choose-formatter: drop support of 🐊 < 42
10
+ - 8a41eb68b @putout/plugin-conditions: drop support of 🐊 < 42
11
+ - b725c618e @putout/plugin-condition: apply-early-return: add
12
+ - 515736059 putout: @putout/plugin-for-of v12.0.0
13
+ - 1d6a6fa37 @putout/plugin-for-of: drop support of 🐊 < 42
14
+ - e29e941d3 @putout/plugin-convert-array-copy-to-slice: drop support of 🐊 < 42
15
+ - 63f4a456a @putout/plugin-putout: apply-get-binding: add
16
+ - 34b316165 @putout/plugin-nodejs: require: resolve
17
+ - dd9edab34 @putout/operate: getBinding: no path
18
+
19
+ 2026.02.28, v42.0.22
20
+
21
+ feature:
22
+ - fac228965 putout: @putout/plugin-conditions v9.0.0
23
+ - d88df6685 putout: @putout/cli-choose-formatter v7.0.0
24
+ - eb8d22603 @putout/plugin-cli-choose-formatter: drop support of 🐊 < 42
25
+ - 064bb8096 @putout/plugin-conditions: drop support of 🐊 < 42
26
+ - 8e4fd98ec @putout/plugin-condition: apply-early-return: add
27
+
1
28
  2026.02.28, v42.0.21
2
29
 
3
30
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.0.21",
3
+ "version": "42.0.23",
4
4
  "type": "module",
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",
@@ -51,7 +51,7 @@
51
51
  "dependencies": {
52
52
  "@putout/babel": "^5.0.0",
53
53
  "@putout/cli-cache": "^6.0.0",
54
- "@putout/cli-choose-formatter": "^6.0.0",
54
+ "@putout/cli-choose-formatter": "^7.0.0",
55
55
  "@putout/cli-keypress": "^4.0.0",
56
56
  "@putout/cli-match": "^3.0.0",
57
57
  "@putout/cli-process-file": "^6.0.0",
@@ -102,7 +102,7 @@
102
102
  "@putout/plugin-arguments": "^1.0.0",
103
103
  "@putout/plugin-assignment": "^2.0.0",
104
104
  "@putout/plugin-browserlist": "^2.0.0",
105
- "@putout/plugin-conditions": "^8.0.0",
105
+ "@putout/plugin-conditions": "^9.0.0",
106
106
  "@putout/plugin-convert-concat-to-flat": "^2.0.0",
107
107
  "@putout/plugin-convert-index-of-to-includes": "^3.0.0",
108
108
  "@putout/plugin-convert-object-entries-to-array-entries": "^4.0.0",
@@ -169,7 +169,7 @@
169
169
  "@putout/plugin-simplify-ternary": "^9.0.0",
170
170
  "@putout/plugin-spread": "^3.0.0",
171
171
  "@putout/plugin-tape": "^21.0.0",
172
- "@putout/plugin-try-catch": "^7.0.0",
172
+ "@putout/plugin-try-catch": "^8.0.0",
173
173
  "@putout/plugin-types": "^10.0.0",
174
174
  "@putout/plugin-typescript": "^13.0.0",
175
175
  "@putout/plugin-variables": "^2.0.0",