putout 41.2.1 → 41.2.3

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 +23 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,26 @@
1
+ 2025.12.31, v41.2.3
2
+
3
+ fix:
4
+ - d2aa2f4aa @putout/plugin-destructuring: rm unused redput
5
+
6
+ feature:
7
+ - 94480a1b5 putout: @putout/cli-match v3.0.0
8
+ - 32e119cfc @putout/cli-cache: try-catch v4.0.2
9
+ - a0a3efec6 putout: @putout/cli-match v2.2.1
10
+ - 05436e29c @putout/cli-match: try-catch v4.0.2
11
+
12
+ 2025.12.31, v41.2.2
13
+
14
+ fix:
15
+ - 56b4b89e1 @putout/plugin-new: dependencies
16
+
17
+ feature:
18
+ - 899e44a02 putout: @putout/plugin-new v5.0.0
19
+ - 97dac3b12 putout: @putout/processor-yaml v9.0.0
20
+ - 526487186 @putout/plugin-new: drop support of 🐊 < 41
21
+ - ac2d31538 @putout/processor-yaml: drop support of node < 20
22
+ - 87da431e4 @putout/processor-wasm: drop support of 🐊 < 41
23
+
1
24
  2025.12.30, v41.2.1
2
25
 
3
26
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.2.1",
3
+ "version": "41.2.3",
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",
@@ -56,7 +56,7 @@
56
56
  "@putout/cli-cache": "^6.0.0",
57
57
  "@putout/cli-choose-formatter": "^5.0.0",
58
58
  "@putout/cli-keypress": "^3.0.0",
59
- "@putout/cli-match": "^2.0.0",
59
+ "@putout/cli-match": "^3.0.0",
60
60
  "@putout/cli-process-file": "^5.0.0",
61
61
  "@putout/cli-ruler": "^4.0.0",
62
62
  "@putout/cli-staged": "^2.0.0",
@@ -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",