putout 41.5.3 → 41.5.5

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 +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,19 @@
1
+ 2026.01.05, v41.5.5
2
+
3
+ feature:
4
+ - c25c41421 putout: @putout/plugin-simplify-ternary v9.0.0
5
+ - 5e525ece7 @putout/operator-rename-files: migrate to ESM
6
+ - e4c37e099 @putout/plugin-simplify-ternary: drop support of 🐊 < 41
7
+ - b2b414036 @putout/plugin-simplify-ternary: value: isUndefined
8
+
9
+ 2026.01.04, v41.5.4
10
+
11
+ feature:
12
+ - 2da471e53 @putout/engine-runner: @putout/operator-declare v16.0.0
13
+ - 2fe8e9a77 putout: @putout/operator-declare v16.0.0
14
+ - caa53bf86 @putout/operator-declare: migrate to ESM
15
+ - f959d33aa root: supertape v12.0.0
16
+
1
17
  2026.01.04, v41.5.3
2
18
 
3
19
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.5.3",
3
+ "version": "41.5.5",
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",
@@ -79,7 +79,7 @@
79
79
  "@putout/formatter-time": "^4.0.0",
80
80
  "@putout/operate": "^15.0.0",
81
81
  "@putout/operator-add-args": "^13.0.0",
82
- "@putout/operator-declare": "^15.0.0",
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",
@@ -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",
@@ -221,7 +221,7 @@
221
221
  "madrun": "^12.0.0",
222
222
  "montag": "^1.2.1",
223
223
  "nodemon": "^3.0.1",
224
- "supertape": "^11.0.3"
224
+ "supertape": "^12.0.0"
225
225
  },
226
226
  "license": "MIT",
227
227
  "engines": {