putout 40.8.2 → 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.
Files changed (2) hide show
  1. package/ChangeLog +36 -0
  2. package/package.json +5 -5
package/ChangeLog CHANGED
@@ -1,3 +1,39 @@
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
+
21
+ 2025.09.18, v40.9.0
22
+
23
+ feature:
24
+ - bf43aac64 @putout/cli-choose-formatter: find-up v8.0.0
25
+ - a4d1eb257 putout: find-up v8.0.0
26
+ - c748bbb19 putout: @putout/plugin-madrun v22.0.0
27
+ - e377dbae6 putout: @putout/cli-choose-formatter v5.0.0
28
+ - fcfd87195 @putout/cli-choose-formater: drop support of 🐊< 40
29
+ - 905230faa @putout/operator-declare: record: rm useless return
30
+ - 095747c08 @putout/plugin-madrun: drop support of 🐊 < 40
31
+ - 7674dbef2 @putout/plugin-madrun: rename-eslint-to-putout: report
32
+ - 9f795f45d @putout/plugin-conditions: apply-equal: add
33
+ - ab025e1a5 @putout/test: add ability to extend with operators
34
+ - 7f3818b22 @putout/plugin-putout: declare: hasAttributeValue: add
35
+ - 5fb4415c4 @putout/operator-jsx: hasAttribute: add
36
+
1
37
  2025.09.17, v40.8.2
2
38
 
3
39
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.8.2",
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",
@@ -53,7 +53,7 @@
53
53
  "dependencies": {
54
54
  "@putout/babel": "^4.0.1",
55
55
  "@putout/cli-cache": "^5.0.0",
56
- "@putout/cli-choose-formatter": "^4.0.0",
56
+ "@putout/cli-choose-formatter": "^5.0.0",
57
57
  "@putout/cli-keypress": "^3.0.0",
58
58
  "@putout/cli-match": "^2.0.0",
59
59
  "@putout/cli-process-file": "^4.0.0",
@@ -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": "^6.0.0",
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",
@@ -129,7 +129,7 @@
129
129
  "@putout/plugin-gitignore": "^6.0.0",
130
130
  "@putout/plugin-labels": "^2.0.0",
131
131
  "@putout/plugin-logical-expressions": "^8.0.0",
132
- "@putout/plugin-madrun": "^21.0.0",
132
+ "@putout/plugin-madrun": "^22.0.0",
133
133
  "@putout/plugin-math": "^4.0.0",
134
134
  "@putout/plugin-maybe": "^4.0.0",
135
135
  "@putout/plugin-merge-destructuring-properties": "^12.0.0",
@@ -202,7 +202,7 @@
202
202
  "deepmerge": "^4.0.0",
203
203
  "escalade": "^3.1.1",
204
204
  "fast-glob": "^3.2.2",
205
- "find-up": "^7.0.0",
205
+ "find-up": "^8.0.0",
206
206
  "fullstore": "^3.0.0",
207
207
  "ignore": "^7.0.0",
208
208
  "is-relative": "^1.0.0",