putout 41.5.4 → 41.5.6

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 +14 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,17 @@
1
+ 2026.01.05, v41.5.6
2
+
3
+ feature:
4
+ - 8b9e332e6 putout: @putout/operator-match-files v11.0.0
5
+ - 9d7adaead @putout/operator-match-files: migrate to ESM
6
+
7
+ 2026.01.05, v41.5.5
8
+
9
+ feature:
10
+ - c25c41421 putout: @putout/plugin-simplify-ternary v9.0.0
11
+ - 5e525ece7 @putout/operator-rename-files: migrate to ESM
12
+ - e4c37e099 @putout/plugin-simplify-ternary: drop support of 🐊 < 41
13
+ - b2b414036 @putout/plugin-simplify-ternary: value: isUndefined
14
+
1
15
  2026.01.04, v41.5.4
2
16
 
3
17
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.5.4",
3
+ "version": "41.5.6",
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",
@@ -85,7 +85,7 @@
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",
@@ -164,7 +164,7 @@
164
164
  "@putout/plugin-remove-useless-replace": "^2.0.0",
165
165
  "@putout/plugin-remove-useless-template-expressions": "^3.0.0",
166
166
  "@putout/plugin-return": "^3.0.0",
167
- "@putout/plugin-simplify-ternary": "^8.0.0",
167
+ "@putout/plugin-simplify-ternary": "^9.0.0",
168
168
  "@putout/plugin-spread": "^1.0.0",
169
169
  "@putout/plugin-tape": "^19.0.0",
170
170
  "@putout/plugin-try-catch": "^7.0.0",