putout 41.6.5 → 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 (3) hide show
  1. package/ChangeLog +28 -0
  2. package/package.json +2 -2
  3. package/putout.json +3 -2
package/ChangeLog CHANGED
@@ -1,3 +1,31 @@
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
+
19
+ 2026.01.11, v41.7.0
20
+
21
+ feature:
22
+ - b27db6567 @putout/plugin-esm: apply-privately-imported-file: add
23
+ - 61f935823 @putout/compare: nessy v6.0.0
24
+ - ab9ff09e5 @putout/engine-runner: get rid of unused nessy
25
+ - 605f55917 @putout/plugin-declare: nessy
26
+ - ccf39b353 @putout/compare: jessy v5.0.0
27
+ - a75efddd0 @putout/engine-runner: rm unused jessy
28
+
1
29
  2026.01.11, v41.6.5
2
30
 
3
31
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.6.5",
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",
package/putout.json CHANGED
@@ -46,9 +46,10 @@
46
46
  "typescript/rename-file-cts-to-ts": "on",
47
47
  "typescript/rename-file-mts-to-ts": "on",
48
48
  "putout-config/remove-empty-file": "on",
49
+ "esm/apply-namespace-import-to-file": "on",
50
+ "esm/apply-privately-imported-file": "on",
49
51
  "esm/resolve-imported-file": "on",
50
- "esm/shorten-imported-file": "on",
51
- "esm/apply-namespace-import-to-file": "on"
52
+ "esm/shorten-imported-file": "on"
52
53
  },
53
54
  "*.md": {
54
55
  "apply-arrow": "off",