putout 40.13.0 → 40.14.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 +15 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
2025.11.14, v40.14.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- a9f96b87c putout: @putout/plugin-apply-shorthand-properties v7.0.0
|
|
5
|
+
- d8228f3f7 @putout/plugin-apply-shorthand-properties: computed: exclude
|
|
6
|
+
- ecee7cba4 @putout/plugin-apply-shorthand-properties: drop support of 🐊 < 40
|
|
7
|
+
- bf128ff63 @putout/plugin-apply-destructuring: convert-object-to-array: add
|
|
8
|
+
- 40be918da @putout/plugin-conditions: apply-consistent-blocks: empty
|
|
9
|
+
- 0d52dd72f eslint-plugin-putout: long-properties-destructuring: NumericLiteral
|
|
10
|
+
- 0a0856f22 @putout/plugin-declare-before-reference: exclude TSTypeAliasDeclaration
|
|
11
|
+
- 07e59f135 @putout/plugin-remove-iife: exclude JSXExpressionContainer
|
|
12
|
+
- 3eb8065b0 @putout/plugin/remove-useless-arguments: arguments: traverse: Identifier -> ReferencedIdentifier
|
|
13
|
+
- 788edc362 @putout/plugin-remove-useless-arguments: arguments: crawl
|
|
14
|
+
- 4d54d9a49 @putout/plugin-promises: apply-to-level-await: useEffect: exclude
|
|
15
|
+
|
|
1
16
|
2025.11.11, v40.13.0
|
|
2
17
|
|
|
3
18
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.
|
|
3
|
+
"version": "40.14.0",
|
|
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",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"@putout/plugin-apply-dot-notation": "^3.0.0",
|
|
95
95
|
"@putout/plugin-apply-flat-map": "^3.0.0",
|
|
96
96
|
"@putout/plugin-apply-overrides": "^3.0.0",
|
|
97
|
-
"@putout/plugin-apply-shorthand-properties": "^
|
|
97
|
+
"@putout/plugin-apply-shorthand-properties": "^7.0.0",
|
|
98
98
|
"@putout/plugin-apply-starts-with": "^1.0.0",
|
|
99
99
|
"@putout/plugin-apply-template-literals": "^4.0.0",
|
|
100
100
|
"@putout/plugin-assignment": "^2.0.0",
|