putout 42.4.0 → 42.4.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.
- package/ChangeLog +14 -0
- package/package.json +3 -3
- package/putout.json +1 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
2026.04.01, v42.4.2
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- a1463c7d4 putout: Dockerfile: remove-useless-escape: off
|
|
5
|
+
- d6550cb61 @putout/plugin-docker: convert-maintainer-to-label: report
|
|
6
|
+
|
|
7
|
+
2026.03.31, v42.4.1
|
|
8
|
+
|
|
9
|
+
feature:
|
|
10
|
+
- 16f5cd6fa putout: @putout/plugin-remove-debugger v9.0.0
|
|
11
|
+
- a6b14ca2b @putout/plugin-remove-debugger: drop support of 🐊 < 42
|
|
12
|
+
- 81ab2e1f7 @putout/plugin-remove-debugger: devDependnecies: rm unused
|
|
13
|
+
- 940ddde07 @putout/processor-toml: oxfmt v0.43.0
|
|
14
|
+
|
|
1
15
|
2026.03.31, v42.4.0
|
|
2
16
|
|
|
3
17
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "42.4.
|
|
3
|
+
"version": "42.4.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",
|
|
@@ -101,7 +101,6 @@
|
|
|
101
101
|
"@putout/plugin-apply-starts-with": "^2.0.0",
|
|
102
102
|
"@putout/plugin-apply-template-literals": "^5.0.0",
|
|
103
103
|
"@putout/plugin-arguments": "^2.0.0",
|
|
104
|
-
"@putout/plugin-docker": "^1.0.0",
|
|
105
104
|
"@putout/plugin-assignment": "^2.0.0",
|
|
106
105
|
"@putout/plugin-browserlist": "^2.0.0",
|
|
107
106
|
"@putout/plugin-conditions": "^9.0.0",
|
|
@@ -117,6 +116,7 @@
|
|
|
117
116
|
"@putout/plugin-declare": "^8.0.0",
|
|
118
117
|
"@putout/plugin-declare-before-reference": "^10.0.0",
|
|
119
118
|
"@putout/plugin-destructuring": "^2.0.0",
|
|
119
|
+
"@putout/plugin-docker": "^1.0.0",
|
|
120
120
|
"@putout/plugin-eslint": "^15.0.0",
|
|
121
121
|
"@putout/plugin-esm": "^10.0.0",
|
|
122
122
|
"@putout/plugin-extract-sequence-expressions": "^4.0.0",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"@putout/plugin-putout-config": "^12.0.0",
|
|
144
144
|
"@putout/plugin-regexp": "^14.0.0",
|
|
145
145
|
"@putout/plugin-remove-console": "^7.0.0",
|
|
146
|
-
"@putout/plugin-remove-debugger": "^
|
|
146
|
+
"@putout/plugin-remove-debugger": "^9.0.0",
|
|
147
147
|
"@putout/plugin-remove-duplicate-case": "^4.0.0",
|
|
148
148
|
"@putout/plugin-remove-duplicate-elements": "^1.0.0",
|
|
149
149
|
"@putout/plugin-remove-duplicate-keys": "^9.0.0",
|
package/putout.json
CHANGED