putout 42.4.1 → 42.4.3
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 +24 -0
- package/package.json +2 -2
- package/putout.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
2026.04.12, v42.4.3
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 35bfcd840 @putout/processor-docker: RUN: &&
|
|
5
|
+
- 2cfe6c91f @putout/processor-docker: escape
|
|
6
|
+
|
|
7
|
+
feature:
|
|
8
|
+
- 5310b9f6f putout: @putout/plugin-apply-entries v3.0.0
|
|
9
|
+
- 966b99bf9 @putout/plugin-apply-entries: drop support of 🐊 < 42
|
|
10
|
+
- a7a73d336 putout: *.md: rm remove-nested-blocks
|
|
11
|
+
- 8176bb9dd putout: *.md: conditions/evaluate: off
|
|
12
|
+
- 8cf720c33 @putout/engine-parser: hermes-parser v0.35.0
|
|
13
|
+
- fd69f2a6b @putout/processor-toml: oxfmt v0.44.0
|
|
14
|
+
- 5a68fbac0 @putout/plugin-types: declare: isRegExp: add
|
|
15
|
+
- c910c0e24 @putout/plugin-types: convert-typeof-to-is-type: RegExp: add
|
|
16
|
+
- f69d9cc6f @putout/plugin-nodejs: convert-default-export-to-default: add
|
|
17
|
+
- ca4d72796 @putout/processor-docker: ENV
|
|
18
|
+
|
|
19
|
+
2026.04.01, v42.4.2
|
|
20
|
+
|
|
21
|
+
fix:
|
|
22
|
+
- a1463c7d4 putout: Dockerfile: remove-useless-escape: off
|
|
23
|
+
- d6550cb61 @putout/plugin-docker: convert-maintainer-to-label: report
|
|
24
|
+
|
|
1
25
|
2026.03.31, v42.4.1
|
|
2
26
|
|
|
3
27
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "42.4.
|
|
3
|
+
"version": "42.4.3",
|
|
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",
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
],
|
|
219
219
|
"devDependencies": {
|
|
220
220
|
"@putout/eslint-flat": "^4.0.0",
|
|
221
|
-
"@putout/plugin-apply-entries": "^
|
|
221
|
+
"@putout/plugin-apply-entries": "^3.0.0",
|
|
222
222
|
"@putout/test": "^15.1.0",
|
|
223
223
|
"currify": "^4.0.0",
|
|
224
224
|
"eslint": "^10.0.0",
|
package/putout.json
CHANGED
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
"conditions/apply-consistent-blocks": "off",
|
|
64
64
|
"conditions/convert-comparison-to-boolean": "off",
|
|
65
65
|
"conditions/remove-constant": "off",
|
|
66
|
+
"conditions/evaluate": "off",
|
|
66
67
|
"maybe": "off",
|
|
67
68
|
"convert-quotes-to-backticks": "off",
|
|
68
69
|
"remove-unused-expressions": "off",
|
|
@@ -83,13 +84,12 @@
|
|
|
83
84
|
"declare": "off",
|
|
84
85
|
"nodejs/declare": "off",
|
|
85
86
|
"typescript/remove-unused-types": "off",
|
|
86
|
-
"remove-nested-blocks": "off",
|
|
87
87
|
"putout/apply-namespace-specifier": "off"
|
|
88
88
|
},
|
|
89
89
|
"*.svelte": {
|
|
90
90
|
"variables/remove-unused": "off"
|
|
91
91
|
},
|
|
92
|
-
"{
|
|
92
|
+
"{Dockerfile*,*rc,*.{json,yml}}": {
|
|
93
93
|
"convert-quotes-to-backticks": "off",
|
|
94
94
|
"remove-useless-escape": "off",
|
|
95
95
|
"math/apply-numeric-separators": "off"
|