putout 42.0.22 → 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 +18 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,21 @@
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
+
1
19
  2026.02.28, v42.0.22
2
20
 
3
21
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.0.22",
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",
@@ -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",