putout 41.11.0 → 41.13.0

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 +38 -0
  2. package/package.json +5 -6
  3. package/putout.json +0 -1
package/ChangeLog CHANGED
@@ -1,3 +1,41 @@
1
+ 2026.01.28, v41.13.0
2
+
3
+ fix:
4
+ - fedbaee2f @putout/engine-loader: load-plugins-async: ERROR_INTERNAL_ASSERTION
5
+ - 49042fdcc @putout/processor-markdown: split-link-with-title: exclude linkReference
6
+ - 7234242c4 @putout/processor-markdown: split-npm-link -> split-link-with-title
7
+
8
+ feature:
9
+ - c2a0661a9 @putout/plugin-putout-config: apply-arguments: convert-expression-to-params: add
10
+ - a110b091d @putout/plugin-arguments: merge convert-expression-to-params
11
+ - 942862e2c @putout/plugin-convert-throw: migrate to ESM
12
+ - 1deccef7e @putout/plugin-jest: migrate to ESM
13
+ - 8e8daf86c putout: @putout/plugin-apply-at v3.0.0
14
+ - 76400a4d0 @putout/plugin-apply-at: migrate to ESM
15
+ - 654c493a5 @putout/operator-filesystem: content: base64: for emoji: escape -> encodeURIComponent (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent)
16
+ - 5e5b62f31 @putout/plugin-declare: string: fromCharCode
17
+ - b5ba5f26e @putout/plugin-shorten-imported-file: report: file name
18
+ - fdd4e3235 @putout/plugin-regexp: create-regexp
19
+ - b3eb78a99 @putout/plugin-regexp: apply-character-class: apply types
20
+ - c6fc7622c @putout/plugin-apply-character-class: couple
21
+ - 92bfcff39 @putout/processor-markdown: madcut v3.0.0
22
+ - 3231d25d3 @putout/processor-markdown: split-npm-link: add
23
+ - 56c283125 eslint-plugin-putout: safe: variables -> variables/remove-{unused,useless,unreferenced}: off
24
+ - b2544be83 @putout/plugin-putout: convert-get-file-conteont-to-read-file-content: add
25
+ - 35bb84750 @putout/plugin-putout: declare: getFileContent: add
26
+ - 48109161f @putout/plugin-arguments: remove-duplicate: add
27
+
28
+ 2026.01.23, v41.12.0
29
+
30
+ feature:
31
+ - e38ad2918 putout: @putout/plugin-nodejs v20.0.0
32
+ - 615579316 putout: @putout/plugin-esm v8.0.0
33
+ - 593deed2b putout: @putout/operator-find-file-up v2.0.0
34
+ - d66406fc6 @putout/operator-find-file-up: result: tuple -> single
35
+ - 7a9875901 @putout/plugin-putout: declare: getFile: add
36
+ - 10ae903eb @putout/operator-filesystem: getFile: add
37
+ - b1c60cff5 @putout/operator-filesystem: createDirectory: exists
38
+
1
39
  2026.01.23, v41.11.0
2
40
 
3
41
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.11.0",
3
+ "version": "41.13.0",
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",
@@ -84,7 +84,7 @@
84
84
  "@putout/operator-add-args": "^14.0.0",
85
85
  "@putout/operator-declare": "^16.0.0",
86
86
  "@putout/operator-filesystem": "^10.0.0",
87
- "@putout/operator-find-file-up": "^1.0.0",
87
+ "@putout/operator-find-file-up": "^2.0.0",
88
88
  "@putout/operator-ignore": "^5.0.0",
89
89
  "@putout/operator-json": "^3.0.0",
90
90
  "@putout/operator-jsx": "^3.0.0",
@@ -94,7 +94,7 @@
94
94
  "@putout/operator-regexp": "^4.0.0",
95
95
  "@putout/operator-rename-files": "^6.0.0",
96
96
  "@putout/plugin-apply-arrow": "^3.0.0",
97
- "@putout/plugin-apply-at": "^2.0.0",
97
+ "@putout/plugin-apply-at": "^3.0.0",
98
98
  "@putout/plugin-apply-dot-notation": "^3.0.0",
99
99
  "@putout/plugin-apply-flat-map": "^3.0.0",
100
100
  "@putout/plugin-apply-global-this": "^1.0.0",
@@ -107,7 +107,6 @@
107
107
  "@putout/plugin-browserlist": "^2.0.0",
108
108
  "@putout/plugin-conditions": "^8.0.0",
109
109
  "@putout/plugin-convert-concat-to-flat": "^1.0.0",
110
- "@putout/plugin-convert-expression-to-params": "^1.0.0",
111
110
  "@putout/plugin-convert-index-of-to-includes": "^2.0.0",
112
111
  "@putout/plugin-convert-object-entries-to-array-entries": "^3.0.0",
113
112
  "@putout/plugin-convert-object-entries-to-object-keys": "^1.0.0",
@@ -120,7 +119,7 @@
120
119
  "@putout/plugin-declare-before-reference": "^9.0.0",
121
120
  "@putout/plugin-destructuring": "^1.0.0",
122
121
  "@putout/plugin-eslint": "^15.0.0",
123
- "@putout/plugin-esm": "^7.0.0",
122
+ "@putout/plugin-esm": "^8.0.0",
124
123
  "@putout/plugin-extract-sequence-expressions": "^4.0.0",
125
124
  "@putout/plugin-filesystem": "^12.0.0",
126
125
  "@putout/plugin-for-of": "^11.0.0",
@@ -135,7 +134,7 @@
135
134
  "@putout/plugin-merge-duplicate-functions": "^4.0.0",
136
135
  "@putout/plugin-montag": "^4.0.0",
137
136
  "@putout/plugin-new": "^5.0.0",
138
- "@putout/plugin-nodejs": "^19.0.0",
137
+ "@putout/plugin-nodejs": "^20.0.0",
139
138
  "@putout/plugin-npmignore": "^5.0.0",
140
139
  "@putout/plugin-optional-chaining": "^2.0.0",
141
140
  "@putout/plugin-package-json": "^10.0.0",
package/putout.json CHANGED
@@ -245,7 +245,6 @@
245
245
  "return",
246
246
  "spread",
247
247
  "simplify-ternary",
248
- "convert-expression-to-params",
249
248
  "convert-concat-to-flat",
250
249
  "convert-object-entries-to-object-keys",
251
250
  "convert-object-keys-to-object-entries",