putout 41.7.0 → 41.7.1

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 +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,21 @@
1
+ 2026.01.13, v41.7.1
2
+
3
+ fix:
4
+ - df6cf03c7 @putout/plugin-nodejs: convert-commonjs-to-esm: commons: report
5
+ - 28cae316e @putout/plugin-nodejs: convert-commonjs-to-esm: report
6
+
7
+ feature:
8
+ - f6374d67c putout: @putout/plugin-tape v20.0.0
9
+ - 1a48e5ea5 @putout/plugin-tape: get rid of mock-require/mock-import
10
+ - 33f3aadbe @putout/plugin-tape: drop support of 🐊 < 41
11
+ - 1a17d4b06 @putout/plugin-nodejs: convert-commonjs-to-esm: require: top level
12
+ - 7038a9db4 @putout/plugin-nodejs: convert-commonjs-to-esm: exports: used
13
+ - 0d65118b2 @putout/plugin-new: remove-useless: simplify
14
+ - 94f1de79f @putout/engine-reporter: @putout/cli-keypress v4.0.0
15
+ - b9b13b2a5 eslint-plugin-putout: migrate to ESM
16
+ - 0f0f04386 @putout/processor-filesystem: @putout/cli-filesystem v3.0.0
17
+ - e68a00f33 @putout/cli-filesystem: drop support of node < 22
18
+
1
19
  2026.01.11, v41.7.0
2
20
 
3
21
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.7.0",
3
+ "version": "41.7.1",
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",
@@ -166,7 +166,7 @@
166
166
  "@putout/plugin-return": "^3.0.0",
167
167
  "@putout/plugin-simplify-ternary": "^9.0.0",
168
168
  "@putout/plugin-spread": "^1.0.0",
169
- "@putout/plugin-tape": "^19.0.0",
169
+ "@putout/plugin-tape": "^20.0.0",
170
170
  "@putout/plugin-try-catch": "^7.0.0",
171
171
  "@putout/plugin-types": "^8.0.0",
172
172
  "@putout/plugin-typescript": "^13.0.0",