putout 41.12.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.
- package/ChangeLog +27 -0
- package/package.json +2 -3
- package/putout.json +0 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
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
|
+
|
|
1
28
|
2026.01.23, v41.12.0
|
|
2
29
|
|
|
3
30
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.
|
|
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",
|
|
@@ -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": "^
|
|
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",
|