putout 41.25.0 → 42.0.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 +35 -0
- package/lib/operator.js +1 -0
- package/package.json +7 -6
- package/putout.json +14 -14
package/ChangeLog
CHANGED
|
@@ -1,3 +1,38 @@
|
|
|
1
|
+
2026.02.16, v42.0.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 6e5593b63 root: eslint-plugin-putout v31.0.0
|
|
5
|
+
- 2b07e47ff putout: @putout/engine-runner v28.0.0
|
|
6
|
+
- befa4fe2c @putout/engine-runner: @putout/plugin-filesystem v13.0.0
|
|
7
|
+
- 489ba89af eslint-plugin-putout: @putout/eslint-config v14.0.0
|
|
8
|
+
- b9c7dfff3 eslint-plugin-putout: drop support of 🐊 < 42
|
|
9
|
+
- c645ea2f3 putout: @putout/plugin-putout v29.0.0
|
|
10
|
+
- 04562f1db @putout/plugin-putout: drop support of 🐊 < 42
|
|
11
|
+
- 440467291 putout: @putout/plugin-putout-config v12.0.0
|
|
12
|
+
- fe7d380b6 putout: @putout/plugin-filesystem v13.0.0
|
|
13
|
+
- c65d94911 @putout/eslint-config: drop support of eslint < 10
|
|
14
|
+
- cc19c8d82 @putout/eslint-config: no-dupe-keys -> remove-duplicate-keys
|
|
15
|
+
- 0a3ddfe37 @putout/plugin-filesystem: drop support of 🐊 < 42
|
|
16
|
+
- fac5e2ef3 @putout/plugin-putout-config: drop support of 🐊 < 42
|
|
17
|
+
- b0add92af @putout/plugin-apply-filesystem: add
|
|
18
|
+
- 874547f7d putout: config: ignore: coverage -> coverage/*
|
|
19
|
+
- 427d4be5d @putout/plugin-filesystem: remove-files: merge
|
|
20
|
+
- 0a8182a16 @putout/operator-remove-files: add dismiss
|
|
21
|
+
- 2b92e54b4 @putout/operator-filesystem: findFile: array -> avoid duplications
|
|
22
|
+
- 56caf895f @putout/operator-remove-files: add
|
|
23
|
+
- 5cfbfaf5a eslint-plugin-putout: rm eslint-v10/babel
|
|
24
|
+
|
|
25
|
+
2026.02.15, v41.25.1
|
|
26
|
+
|
|
27
|
+
fix:
|
|
28
|
+
- 955c9995c putout: get back ignore
|
|
29
|
+
|
|
30
|
+
feature:
|
|
31
|
+
- 086aa95bd putout: ignore: apply mask
|
|
32
|
+
- 18074252f @putout/plugin-putout-config: sort-ignore: add
|
|
33
|
+
- 0821779ac @putout/operator-sort-ignore: report when property passed
|
|
34
|
+
- dbf82a215 @putout/operator-sort-ignore: __json: no property
|
|
35
|
+
|
|
1
36
|
2026.02.15, v41.25.0
|
|
2
37
|
|
|
3
38
|
fix:
|
package/lib/operator.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "42.0.0",
|
|
4
4
|
"type": "module",
|
|
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",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@putout/engine-parser": "^15.0.1",
|
|
63
63
|
"@putout/engine-processor": "^16.0.0",
|
|
64
64
|
"@putout/engine-reporter": "^8.0.2",
|
|
65
|
-
"@putout/engine-runner": "^
|
|
65
|
+
"@putout/engine-runner": "^28.0.0",
|
|
66
66
|
"@putout/formatter-codeframe": "^10.0.0",
|
|
67
67
|
"@putout/formatter-dump": "^6.0.0",
|
|
68
68
|
"@putout/formatter-frame": "^9.0.0",
|
|
@@ -85,6 +85,7 @@
|
|
|
85
85
|
"@putout/operator-match-files": "^11.0.0",
|
|
86
86
|
"@putout/operator-parens": "^4.0.0",
|
|
87
87
|
"@putout/operator-regexp": "^4.0.0",
|
|
88
|
+
"@putout/operator-remove-files": "^1.0.0",
|
|
88
89
|
"@putout/operator-rename-files": "^6.0.0",
|
|
89
90
|
"@putout/operator-sort-ignore": "^1.0.0",
|
|
90
91
|
"@putout/plugin-apply-arrow": "^3.0.0",
|
|
@@ -115,7 +116,7 @@
|
|
|
115
116
|
"@putout/plugin-eslint": "^15.0.0",
|
|
116
117
|
"@putout/plugin-esm": "^9.0.0",
|
|
117
118
|
"@putout/plugin-extract-sequence-expressions": "^4.0.0",
|
|
118
|
-
"@putout/plugin-filesystem": "^
|
|
119
|
+
"@putout/plugin-filesystem": "^13.0.0",
|
|
119
120
|
"@putout/plugin-for-of": "^11.0.0",
|
|
120
121
|
"@putout/plugin-generators": "^2.0.0",
|
|
121
122
|
"@putout/plugin-github": "^18.0.0",
|
|
@@ -134,8 +135,8 @@
|
|
|
134
135
|
"@putout/plugin-package-json": "^10.0.0",
|
|
135
136
|
"@putout/plugin-parens": "^5.0.0",
|
|
136
137
|
"@putout/plugin-promises": "^19.0.0",
|
|
137
|
-
"@putout/plugin-putout": "^
|
|
138
|
-
"@putout/plugin-putout-config": "^
|
|
138
|
+
"@putout/plugin-putout": "^29.0.0",
|
|
139
|
+
"@putout/plugin-putout-config": "^12.0.0",
|
|
139
140
|
"@putout/plugin-regexp": "^13.0.0",
|
|
140
141
|
"@putout/plugin-remove-console": "^7.0.0",
|
|
141
142
|
"@putout/plugin-remove-debugger": "^8.0.0",
|
|
@@ -217,7 +218,7 @@
|
|
|
217
218
|
"currify": "^4.0.0",
|
|
218
219
|
"eslint": "^10.0.0",
|
|
219
220
|
"eslint-plugin-n": "^17.0.0",
|
|
220
|
-
"eslint-plugin-putout": "^
|
|
221
|
+
"eslint-plugin-putout": "^31.0.0",
|
|
221
222
|
"just-camel-case": "^6.2.0",
|
|
222
223
|
"madrun": "^12.0.0",
|
|
223
224
|
"montag": "^1.2.1",
|
package/putout.json
CHANGED
|
@@ -161,20 +161,20 @@
|
|
|
161
161
|
}
|
|
162
162
|
},
|
|
163
163
|
"ignore": [
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
"
|
|
171
|
-
"
|
|
172
|
-
"
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
"
|
|
177
|
-
"
|
|
164
|
+
"**/*.lock",
|
|
165
|
+
"**/*.log",
|
|
166
|
+
"**/.nyc_output/*",
|
|
167
|
+
"**/.yarn",
|
|
168
|
+
"**/.pnp.*",
|
|
169
|
+
"**/.idea",
|
|
170
|
+
"**/.git",
|
|
171
|
+
"**/package-lock.json",
|
|
172
|
+
"**/node_modules",
|
|
173
|
+
"**/fixture",
|
|
174
|
+
"**/coverage/*",
|
|
175
|
+
"**/dist",
|
|
176
|
+
"**/dist-dev",
|
|
177
|
+
"**/build"
|
|
178
178
|
],
|
|
179
179
|
"rules": {
|
|
180
180
|
"coverage": "off",
|