putout 41.5.5 → 41.5.7

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 +16 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,19 @@
1
+ 2026.01.05, v41.5.7
2
+
3
+ fix:
4
+ - 392ee99af @putout/processor-filesystem: drop support of node < 22
5
+
6
+ feature:
7
+ - 53d5fb3d5 putout: @putout/operator-add-args v14.0.0
8
+ - ba0aacb34 @putout/operator-add-args: drop support of node < 22
9
+ - 948479351 @putout/processor-filesystem: migrate to ESM
10
+
11
+ 2026.01.05, v41.5.6
12
+
13
+ feature:
14
+ - 8b9e332e6 putout: @putout/operator-match-files v11.0.0
15
+ - 9d7adaead @putout/operator-match-files: migrate to ESM
16
+
1
17
  2026.01.05, v41.5.5
2
18
 
3
19
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.5.5",
3
+ "version": "41.5.7",
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",
@@ -78,14 +78,14 @@
78
78
  "@putout/formatter-stream": "^6.0.0",
79
79
  "@putout/formatter-time": "^4.0.0",
80
80
  "@putout/operate": "^15.0.0",
81
- "@putout/operator-add-args": "^13.0.0",
81
+ "@putout/operator-add-args": "^14.0.0",
82
82
  "@putout/operator-declare": "^16.0.0",
83
83
  "@putout/operator-filesystem": "^10.0.0",
84
84
  "@putout/operator-ignore": "^5.0.0",
85
85
  "@putout/operator-json": "^2.0.0",
86
86
  "@putout/operator-jsx": "^3.0.0",
87
87
  "@putout/operator-keyword": "^4.0.0",
88
- "@putout/operator-match-files": "^10.0.0",
88
+ "@putout/operator-match-files": "^11.0.0",
89
89
  "@putout/operator-parens": "^4.0.0",
90
90
  "@putout/operator-regexp": "^4.0.0",
91
91
  "@putout/operator-rename-files": "^6.0.0",