putout 40.8.1 → 40.9.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 +26 -0
- package/package.json +5 -5
package/ChangeLog
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
2025.09.18, v40.9.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- bf43aac64 @putout/cli-choose-formatter: find-up v8.0.0
|
|
5
|
+
- a4d1eb257 putout: find-up v8.0.0
|
|
6
|
+
- c748bbb19 putout: @putout/plugin-madrun v22.0.0
|
|
7
|
+
- e377dbae6 putout: @putout/cli-choose-formatter v5.0.0
|
|
8
|
+
- fcfd87195 @putout/cli-choose-formater: drop support of 🐊< 40
|
|
9
|
+
- 905230faa @putout/operator-declare: record: rm useless return
|
|
10
|
+
- 095747c08 @putout/plugin-madrun: drop support of 🐊 < 40
|
|
11
|
+
- 7674dbef2 @putout/plugin-madrun: rename-eslint-to-putout: report
|
|
12
|
+
- 9f795f45d @putout/plugin-conditions: apply-equal: add
|
|
13
|
+
- ab025e1a5 @putout/test: add ability to extend with operators
|
|
14
|
+
- 7f3818b22 @putout/plugin-putout: declare: hasAttributeValue: add
|
|
15
|
+
- 5fb4415c4 @putout/operator-jsx: hasAttribute: add
|
|
16
|
+
|
|
17
|
+
2025.09.17, v40.8.2
|
|
18
|
+
|
|
19
|
+
feature:
|
|
20
|
+
- d89296032 putout: @putout/plugin-apply-destructuring v10.0.0
|
|
21
|
+
- b2d864e3a @putout/plugin-apply-destructuring: drop support of 🐊 < 40
|
|
22
|
+
- dffcc06e1 @putout/plugin-apply-destructuring: array: second
|
|
23
|
+
- 64af1a557 @putout/plugin-nodejs: declare: isArray: rm: deprecated
|
|
24
|
+
- 634b43e1e @putout/plugin-putout: convert-push-object-to-push-path: single
|
|
25
|
+
- 0dc30a8ab @putout/plugin-putout: convert-push-object-to-push-path: multiple fix
|
|
26
|
+
|
|
1
27
|
2025.09.14, v40.8.1
|
|
2
28
|
|
|
3
29
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.
|
|
3
|
+
"version": "40.9.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": "^
|
|
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",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"@putout/operator-rename-files": "^5.0.0",
|
|
91
91
|
"@putout/plugin-apply-arrow": "^3.0.0",
|
|
92
92
|
"@putout/plugin-apply-at": "^2.0.0",
|
|
93
|
-
"@putout/plugin-apply-destructuring": "^
|
|
93
|
+
"@putout/plugin-apply-destructuring": "^10.0.0",
|
|
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",
|
|
@@ -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": "^
|
|
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": "^
|
|
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",
|