putout 41.25.1 → 42.0.1
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 +31 -0
- package/lib/operator.js +1 -0
- package/package.json +8 -7
- package/putout.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,34 @@
|
|
|
1
|
+
2026.02.16, v42.0.1
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- f91fbe931 putout: @putout/plugin-esm v10.0.0
|
|
5
|
+
- 382bb709d @putout/plugin-esm: drop support of 🐊 < 42
|
|
6
|
+
- e00508d45 @putout/plugin-esm: resolve-imported-file: no extension
|
|
7
|
+
|
|
8
|
+
2026.02.16, v42.0.0
|
|
9
|
+
|
|
10
|
+
feature:
|
|
11
|
+
- 6e5593b63 root: eslint-plugin-putout v31.0.0
|
|
12
|
+
- 2b07e47ff putout: @putout/engine-runner v28.0.0
|
|
13
|
+
- befa4fe2c @putout/engine-runner: @putout/plugin-filesystem v13.0.0
|
|
14
|
+
- 489ba89af eslint-plugin-putout: @putout/eslint-config v14.0.0
|
|
15
|
+
- b9c7dfff3 eslint-plugin-putout: drop support of 🐊 < 42
|
|
16
|
+
- c645ea2f3 putout: @putout/plugin-putout v29.0.0
|
|
17
|
+
- 04562f1db @putout/plugin-putout: drop support of 🐊 < 42
|
|
18
|
+
- 440467291 putout: @putout/plugin-putout-config v12.0.0
|
|
19
|
+
- fe7d380b6 putout: @putout/plugin-filesystem v13.0.0
|
|
20
|
+
- c65d94911 @putout/eslint-config: drop support of eslint < 10
|
|
21
|
+
- cc19c8d82 @putout/eslint-config: no-dupe-keys -> remove-duplicate-keys
|
|
22
|
+
- 0a3ddfe37 @putout/plugin-filesystem: drop support of 🐊 < 42
|
|
23
|
+
- fac5e2ef3 @putout/plugin-putout-config: drop support of 🐊 < 42
|
|
24
|
+
- b0add92af @putout/plugin-apply-filesystem: add
|
|
25
|
+
- 874547f7d putout: config: ignore: coverage -> coverage/*
|
|
26
|
+
- 427d4be5d @putout/plugin-filesystem: remove-files: merge
|
|
27
|
+
- 0a8182a16 @putout/operator-remove-files: add dismiss
|
|
28
|
+
- 2b92e54b4 @putout/operator-filesystem: findFile: array -> avoid duplications
|
|
29
|
+
- 56caf895f @putout/operator-remove-files: add
|
|
30
|
+
- 5cfbfaf5a eslint-plugin-putout: rm eslint-v10/babel
|
|
31
|
+
|
|
1
32
|
2026.02.15, v41.25.1
|
|
2
33
|
|
|
3
34
|
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.1",
|
|
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",
|
|
@@ -113,9 +114,9 @@
|
|
|
113
114
|
"@putout/plugin-declare-before-reference": "^9.0.0",
|
|
114
115
|
"@putout/plugin-destructuring": "^1.0.0",
|
|
115
116
|
"@putout/plugin-eslint": "^15.0.0",
|
|
116
|
-
"@putout/plugin-esm": "^
|
|
117
|
+
"@putout/plugin-esm": "^10.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
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"ignore": [
|
|
164
164
|
"**/*.lock",
|
|
165
165
|
"**/*.log",
|
|
166
|
-
"**/.nyc_output",
|
|
166
|
+
"**/.nyc_output/*",
|
|
167
167
|
"**/.yarn",
|
|
168
168
|
"**/.pnp.*",
|
|
169
169
|
"**/.idea",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"**/package-lock.json",
|
|
172
172
|
"**/node_modules",
|
|
173
173
|
"**/fixture",
|
|
174
|
-
"**/coverage",
|
|
174
|
+
"**/coverage/*",
|
|
175
175
|
"**/dist",
|
|
176
176
|
"**/dist-dev",
|
|
177
177
|
"**/build"
|