putout 40.9.0 → 40.10.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 +20 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
2025.10.09, v40.10.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- eb371068f @putout/engine-loader: typo
|
|
5
|
+
- 4ce369fb0 @putout/operator-jsx: removeClassName: middle
|
|
6
|
+
- 3bd8dd428 @putout/operator-jsx: removeClassName: space
|
|
7
|
+
|
|
8
|
+
feature:
|
|
9
|
+
- 13f36e88b putout: @putout/plugin-convert-object-assign-to-merge-spread v7.0.0
|
|
10
|
+
- 6b9b30bb8 @putout/plugin-convert-object-assign-to-merge-spread: drop support of 🐊 < 40
|
|
11
|
+
- cdbed49da @putout/plugin-convert-object-assign-to-merge-spread: spead -> spread
|
|
12
|
+
- 038df3bc5 @putout/eslint-flat: @eslint/config-helpers v0.4.0
|
|
13
|
+
- 2a15e9f31 @putout/plugin-nodejs: declare: timers: add
|
|
14
|
+
- 195a5d295 @putout/plugin-nodejs: declare: prefix node
|
|
15
|
+
- 1b3073b21 @putout/plugin-tape: convert-called-with-no-args-to-called-with: second arg object
|
|
16
|
+
- 0445129a1 @putout/engine-reporter: @putout/cli-choose-formatter v5.0.1
|
|
17
|
+
- 6849754ae @putout/processor-typescript: ts-morph v27.0.0
|
|
18
|
+
- b10b7459c @putout/plugin-putout: declare: addAttribute: add
|
|
19
|
+
- e913c1e73 @putout/operator-jsx: addAttribute
|
|
20
|
+
|
|
1
21
|
2025.09.18, v40.9.0
|
|
2
22
|
|
|
3
23
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.
|
|
3
|
+
"version": "40.10.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",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"@putout/plugin-convert-const-to-let": "^5.0.0",
|
|
108
108
|
"@putout/plugin-convert-expression-to-params": "^1.0.0",
|
|
109
109
|
"@putout/plugin-convert-index-of-to-includes": "^2.0.0",
|
|
110
|
-
"@putout/plugin-convert-object-assign-to-merge-spread": "^
|
|
110
|
+
"@putout/plugin-convert-object-assign-to-merge-spread": "^7.0.0",
|
|
111
111
|
"@putout/plugin-convert-object-entries-to-array-entries": "^3.0.0",
|
|
112
112
|
"@putout/plugin-convert-object-entries-to-object-keys": "^1.0.0",
|
|
113
113
|
"@putout/plugin-convert-object-keys-to-object-entries": "^1.0.0",
|