putout 41.3.0 → 41.3.2

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 +13 -0
  2. package/package.json +3 -3
  3. package/putout.json +0 -1
package/ChangeLog CHANGED
@@ -1,3 +1,16 @@
1
+ 2025.12.31, v41.3.2
2
+
3
+ fix:
4
+ - f76fb4379 putout: drop support of node < 22
5
+
6
+ feature:
7
+ - c6d1bf1ac @putout/plugin-github: drop support of node < 22
8
+
9
+ 2025.12.31, v41.3.1
10
+
11
+ feature:
12
+ - 41407f059 putout: @putout/plugin-try-catch v7.0.0
13
+
1
14
  2025.12.31, v41.3.0
2
15
 
3
16
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.3.0",
3
+ "version": "41.3.2",
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",
@@ -167,7 +167,7 @@
167
167
  "@putout/plugin-simplify-ternary": "^8.0.0",
168
168
  "@putout/plugin-spread": "^1.0.0",
169
169
  "@putout/plugin-tape": "^19.0.0",
170
- "@putout/plugin-try-catch": "^6.1.0",
170
+ "@putout/plugin-try-catch": "^7.0.0",
171
171
  "@putout/plugin-types": "^8.0.0",
172
172
  "@putout/plugin-typescript": "^12.0.0",
173
173
  "@putout/plugin-variables": "^1.0.0",
@@ -225,7 +225,7 @@
225
225
  },
226
226
  "license": "MIT",
227
227
  "engines": {
228
- "node": ">=20.19"
228
+ "node": ">=22"
229
229
  },
230
230
  "publishConfig": {
231
231
  "access": "public"
package/putout.json CHANGED
@@ -88,7 +88,6 @@
88
88
  "github": "on",
89
89
  "github/set-node-versions": ["on", {
90
90
  "versions": [
91
- "20.x",
92
91
  "22.x",
93
92
  "24.x",
94
93
  "25.x"