putout 40.5.1 → 40.5.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 +16 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
2025.08.13, v40.5.2
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 12afb0c4c @putout/processor-html: className -> class
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- 4d48fe596 putout: @putout/plugin-regexp v12.0.0
|
|
8
|
+
- 77b50073d @putout/plugin-regexp: drop support of 🐊 < 40
|
|
9
|
+
- c533146ab @putout/plugin-regexp: apply-global-regexp-to-replace-all
|
|
10
|
+
- c24961870 @putout/plugin-putout: replace-test-message: transformWithOptions -> noReport
|
|
11
|
+
- 8ac6f70fe @putout/processor-html: renamed to svelte
|
|
12
|
+
- 8c3986b64 @putout/processor-html: svelte -> jsx
|
|
13
|
+
- 8b7c9aa9e @putout/cli-process-file: @putout/formatter-eslint: rm unused
|
|
14
|
+
- f7d9ab69f @putout/plugin-promise: remove-useless-async: await using couple
|
|
15
|
+
- 8181b990e @putout/formattet-dump: 1 files -> 1 file
|
|
16
|
+
|
|
1
17
|
2025.08.07, v40.5.1
|
|
2
18
|
|
|
3
19
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.5.
|
|
3
|
+
"version": "40.5.2",
|
|
4
4
|
"type": "commonjs",
|
|
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",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"@putout/plugin-promises": "^18.0.0",
|
|
142
142
|
"@putout/plugin-putout": "^26.0.0",
|
|
143
143
|
"@putout/plugin-putout-config": "^10.0.0",
|
|
144
|
-
"@putout/plugin-regexp": "^
|
|
144
|
+
"@putout/plugin-regexp": "^12.0.0",
|
|
145
145
|
"@putout/plugin-remove-console": "^6.0.0",
|
|
146
146
|
"@putout/plugin-remove-constant-conditions": "^4.0.0",
|
|
147
147
|
"@putout/plugin-remove-debugger": "^7.0.0",
|