putout 38.1.4 → 38.1.5
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 +12 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
2025.02.13, v38.1.5
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 9f2fbb1c7 @putout/plugin-remove-useless-arguments: method: exclude: ClassPrivateProperty
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- ef3e07c75 putout: @putout/plugin-remove-useless-arguments v11.0.0
|
|
8
|
+
- ae33022ae @putout/plugin-remove-useless-arguments: drop support of 🐊 < 38
|
|
9
|
+
- 2ff56b573 putout: @putout/plugin-convert-quotes-to-backticks v4.0.1
|
|
10
|
+
- fa0fb1db8 @putout/plugin-convert-quot-to-backticks: drop support of 🐊 < 38
|
|
11
|
+
- b055d874a @putout/plugin-convert-quotes-to-backticks: exclude ObjectProperty
|
|
12
|
+
|
|
1
13
|
2025.02.13, v38.1.4
|
|
2
14
|
|
|
3
15
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "38.1.
|
|
3
|
+
"version": "38.1.5",
|
|
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",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"@putout/plugin-remove-unused-labels": "^1.0.1",
|
|
161
161
|
"@putout/plugin-remove-unused-private-fields": "^2.0.0",
|
|
162
162
|
"@putout/plugin-remove-unused-variables": "^12.0.0",
|
|
163
|
-
"@putout/plugin-remove-useless-arguments": "^
|
|
163
|
+
"@putout/plugin-remove-useless-arguments": "^11.0.0",
|
|
164
164
|
"@putout/plugin-remove-useless-array": "^1.0.0",
|
|
165
165
|
"@putout/plugin-remove-useless-array-constructor": "^2.0.0",
|
|
166
166
|
"@putout/plugin-remove-useless-array-entries": "^1.0.0",
|