putout 41.6.0 → 41.6.2

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 +15 -0
  2. package/package.json +2 -2
  3. package/putout.json +1 -0
package/ChangeLog CHANGED
@@ -1,3 +1,18 @@
1
+ 2026.01.07, v41.6.2
2
+
3
+ feature:
4
+ - 1dcd44d2d @putout/engine-parser: estree-to-babel v12.0.0
5
+ - ce9f9a096 @putout/plugin-esm: shorten-imported-file: add
6
+ - 3c69da2d3 @putout/compare: migrate to ESM
7
+ - 2cb91ce75 @putout/operate: migrate to ESM
8
+
9
+ 2026.01.06, v41.6.1
10
+
11
+ feature:
12
+ - d429e1758 putout: @putout/traverse v16.0.0
13
+ - 38964f8a1 @putout/traverse: migrate to ESM
14
+ - a2158ea02 eslint-plugin-putout: toml
15
+
1
16
  2026.01.05, v41.6.0
2
17
 
3
18
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.6.0",
3
+ "version": "41.6.2",
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",
@@ -180,7 +180,7 @@
180
180
  "@putout/processor-markdown": "^13.0.0",
181
181
  "@putout/processor-toml": "^1.0.0",
182
182
  "@putout/processor-yaml": "^10.0.0",
183
- "@putout/traverse": "^15.0.0",
183
+ "@putout/traverse": "^16.0.0",
184
184
  "ajv": "^8.8.2",
185
185
  "ci-info": "^4.0.0",
186
186
  "deepmerge": "^4.0.0",
package/putout.json CHANGED
@@ -47,6 +47,7 @@
47
47
  "typescript/rename-file-mts-to-ts": "on",
48
48
  "putout-config/remove-empty-file": "on",
49
49
  "esm/resolve-imported-file": "on",
50
+ "esm/shorten-imported-file": "on",
50
51
  "esm/apply-namespace-import-to-file": "on"
51
52
  },
52
53
  "*.md": {