putout 41.2.0 → 41.2.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 (2) hide show
  1. package/ChangeLog +18 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,21 @@
1
+ 2025.12.31, v41.2.2
2
+
3
+ fix:
4
+ - 56b4b89e1 @putout/plugin-new: dependencies
5
+
6
+ feature:
7
+ - 899e44a02 putout: @putout/plugin-new v5.0.0
8
+ - 97dac3b12 putout: @putout/processor-yaml v9.0.0
9
+ - 526487186 @putout/plugin-new: drop support of 🐊 < 41
10
+ - ac2d31538 @putout/processor-yaml: drop support of node < 20
11
+ - 87da431e4 @putout/processor-wasm: drop support of 🐊 < 41
12
+
13
+ 2025.12.30, v41.2.1
14
+
15
+ feature:
16
+ - 86e2caeab putout: try-catch v4.0.0
17
+ - c18dfa043 @putout/plugin-nodejs: convert-commonjs-to-esm: exports: StringLiterals inside ObjectExpression
18
+
1
19
  2025.12.30, v41.2.0
2
20
 
3
21
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.2.0",
3
+ "version": "41.2.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",
@@ -129,7 +129,7 @@
129
129
  "@putout/plugin-maybe": "^4.0.0",
130
130
  "@putout/plugin-merge-duplicate-functions": "^4.0.0",
131
131
  "@putout/plugin-montag": "^4.0.0",
132
- "@putout/plugin-new": "^4.0.0",
132
+ "@putout/plugin-new": "^5.0.0",
133
133
  "@putout/plugin-nodejs": "^18.0.0",
134
134
  "@putout/plugin-npmignore": "^5.0.0",
135
135
  "@putout/plugin-optional-chaining": "^2.0.0",
@@ -178,7 +178,7 @@
178
178
  "@putout/processor-javascript": "^5.0.0",
179
179
  "@putout/processor-json": "^9.0.0",
180
180
  "@putout/processor-markdown": "^12.0.0",
181
- "@putout/processor-yaml": "^8.0.0",
181
+ "@putout/processor-yaml": "^9.0.0",
182
182
  "@putout/traverse": "^15.0.0",
183
183
  "ajv": "^8.8.2",
184
184
  "ci-info": "^4.0.0",
@@ -192,7 +192,7 @@
192
192
  "nano-memoize": "^3.0.11",
193
193
  "once": "^1.4.0",
194
194
  "picomatch": "^4.0.2",
195
- "try-catch": "^3.0.0",
195
+ "try-catch": "^4.0.0",
196
196
  "try-to-catch": "^3.0.0",
197
197
  "wraptile": "^3.0.0",
198
198
  "yargs-parser": "^22.0.0"