putout 38.5.7 → 39.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 +45 -0
- package/package.json +6 -6
- package/putout.json +0 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,48 @@
|
|
|
1
|
+
2025.03.21, v39.0.1
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 83da6f393 eslint-plugin-putout: rm synkit
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- 5881498cc @putout/plugin-printer: convert to ESM
|
|
8
|
+
- 8fb6762bb @putout/plugin-apply-exports-to-add-args: add
|
|
9
|
+
- b3cd69a90 @putout/plugin-putout: convert to ESM
|
|
10
|
+
- 91f44cc12 @putout/plugin-putout: drop support of node < 20
|
|
11
|
+
- 28ab74ed8 @putout/operator-parens: putout v39.0.0
|
|
12
|
+
- d91505ce0 root: @putout/eslint-flat v3.0.0
|
|
13
|
+
- 9bdb8921d @putout/eslint-flat: drop support of node < 20
|
|
14
|
+
- db06f0fa2 @putout/eslint-flat: @eslint/config-helpers v0.2.0
|
|
15
|
+
- 1ecc6b65e eslint-plugin-putout: typescript v5.8.2
|
|
16
|
+
- d0f92b682 eslint-plugin-putout: @putout/eslint-config v11.0.0
|
|
17
|
+
- ef072c248 root: eslint-plugin-putout v26.0.0
|
|
18
|
+
|
|
19
|
+
2025.03.21, v39.0.0
|
|
20
|
+
|
|
21
|
+
fix:
|
|
22
|
+
- be67064de @putout/plugin-madrun: add-function: report
|
|
23
|
+
- 6ba9abfc8 @putout/operator-filesystem: removeEmptyDirectory: root
|
|
24
|
+
- d98797154 @putout/plugin-putout: apply-report: template
|
|
25
|
+
|
|
26
|
+
feature:
|
|
27
|
+
- 16f2974e9 putout: @putout/plugin-montag v4.0.0
|
|
28
|
+
- dca9ff3d7 putout: @putout/plugin-github v15.0.0
|
|
29
|
+
- 953e1f062 @putout/plugin-github: set-node-versions: report
|
|
30
|
+
- 465424b6e putout: drop support of node < 20
|
|
31
|
+
- 87b73ceeb @putout/eslint-config: drop support of node < 20
|
|
32
|
+
- be11baee1 @putout/eslint-config: object-shorthand: dissable, use apply-shorthand-properties instead
|
|
33
|
+
- b0f280911 eslint-plugin-putout: drop support of node < 20
|
|
34
|
+
- b75f4714a @putout/plugin-github: convert to ESM
|
|
35
|
+
- 2477c3f51 @putout/plugin-github: drop support of node < 20
|
|
36
|
+
- ef38ba0c0 @putout/plugin-montag: convert to ESM
|
|
37
|
+
- fb6b83776 eslint-plugin-putout: get rid of esm preset
|
|
38
|
+
- fae128672 @putout/engine-loader: rules: parse-rules: get rid of condition
|
|
39
|
+
- 2238f289d @putout/engine-loader: add ability to disable all rules except couple enabled
|
|
40
|
+
- 33d1f137f @putout/plugin-filesystem: remove-empty-directory: add
|
|
41
|
+
- 9b0fa1ea6 @putout/engine-runner: replace: initialize match once
|
|
42
|
+
- 44a831012 @putout/plugin-putout: declare: removeEmptyDirectory
|
|
43
|
+
- 9975fe8d1 @putout/operator-filesystem: property: move out
|
|
44
|
+
- 78c27f37e @putout/operator-filesystem: removeEmptyDirectory: add
|
|
45
|
+
|
|
1
46
|
2025.03.17, v38.5.7
|
|
2
47
|
|
|
3
48
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "39.0.1",
|
|
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",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"@putout/plugin-filesystem": "^8.0.0",
|
|
125
125
|
"@putout/plugin-for-of": "^8.0.0",
|
|
126
126
|
"@putout/plugin-generators": "^1.0.0",
|
|
127
|
-
"@putout/plugin-github": "^
|
|
127
|
+
"@putout/plugin-github": "^15.0.0",
|
|
128
128
|
"@putout/plugin-gitignore": "^6.0.0",
|
|
129
129
|
"@putout/plugin-labels": "^1.0.0",
|
|
130
130
|
"@putout/plugin-logical-expressions": "^7.0.0",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"@putout/plugin-maybe": "^3.0.0",
|
|
134
134
|
"@putout/plugin-merge-destructuring-properties": "^10.0.0",
|
|
135
135
|
"@putout/plugin-merge-duplicate-functions": "^2.0.0",
|
|
136
|
-
"@putout/plugin-montag": "^
|
|
136
|
+
"@putout/plugin-montag": "^4.0.0",
|
|
137
137
|
"@putout/plugin-new": "^3.0.1",
|
|
138
138
|
"@putout/plugin-nodejs": "^14.0.0",
|
|
139
139
|
"@putout/plugin-npmignore": "^5.0.0",
|
|
@@ -229,13 +229,13 @@
|
|
|
229
229
|
"unused"
|
|
230
230
|
],
|
|
231
231
|
"devDependencies": {
|
|
232
|
-
"@putout/eslint-flat": "^
|
|
232
|
+
"@putout/eslint-flat": "^3.0.0",
|
|
233
233
|
"@putout/plugin-apply-entries": "^2.0.0",
|
|
234
234
|
"c8": "^10.0.0",
|
|
235
235
|
"currify": "^4.0.0",
|
|
236
236
|
"eslint": "^9.0.0",
|
|
237
237
|
"eslint-plugin-n": "^17.0.0",
|
|
238
|
-
"eslint-plugin-putout": "^
|
|
238
|
+
"eslint-plugin-putout": "^26.0.0",
|
|
239
239
|
"just-camel-case": "^6.2.0",
|
|
240
240
|
"madrun": "^10.0.0",
|
|
241
241
|
"mock-require": "^3.0.2",
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
},
|
|
247
247
|
"license": "MIT",
|
|
248
248
|
"engines": {
|
|
249
|
-
"node": ">=
|
|
249
|
+
"node": ">=20"
|
|
250
250
|
},
|
|
251
251
|
"publishConfig": {
|
|
252
252
|
"access": "public"
|