putout 39.0.13 → 39.1.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 +28 -0
- package/package.json +4 -4
- package/putout.json +2 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
2025.03.26, v39.1.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 78591b068 @putout/plugin-filesystem: convert to ESM
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- f639fc14e putout: @putout/cli-ruler v4.0.0
|
|
8
|
+
- a73365e22 @putout/cli-ruler: drop support of node < 20
|
|
9
|
+
- 526801988 @putout/cli-ruler: move out stringify
|
|
10
|
+
- 581eee976 @putout/plugin-putout: add-index-to-import: cjs
|
|
11
|
+
- 419b65277 @putout/plugin-filesystem: rename-test-to-spec: simplify
|
|
12
|
+
- 8da42e75b @putout/plugin-vitest: drop support of 🐊 < 39
|
|
13
|
+
|
|
14
|
+
2025.03.25, v39.0.14
|
|
15
|
+
|
|
16
|
+
fix:
|
|
17
|
+
- 16e21ad1d @putout/plugin-madrun: convert-cut-env-to-run: report
|
|
18
|
+
- 5bf53b94e @putout/plugin-putout-config: comparisson -> comparison
|
|
19
|
+
|
|
20
|
+
feature:
|
|
21
|
+
- fdc7bad66 putout: @putout/plugin-eslint v13.0.0
|
|
22
|
+
- ce8bab41d @putout/plugin-eslint: remove-useless-define-config: add
|
|
23
|
+
- e71ea95e9 @putout/plugin-eslint: convert to ESM
|
|
24
|
+
- f420043c4 putout: @putout/plugin-regexp v11.0.0
|
|
25
|
+
- bb86eb8a8 @putout/plugin-regexp: drop support of 🐊 < 39
|
|
26
|
+
- 7c97b5734 @putout/plugin-putout: apply-namespace-specifier: parent directory
|
|
27
|
+
- ef569b43d @putout/plugin-nodejs: convert-commonjs-to-esm-require: do not add extension
|
|
28
|
+
|
|
1
29
|
2025.03.25, v39.0.13
|
|
2
30
|
|
|
3
31
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "39.0
|
|
3
|
+
"version": "39.1.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",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@putout/cli-keypress": "^2.0.0",
|
|
58
58
|
"@putout/cli-match": "^2.0.0",
|
|
59
59
|
"@putout/cli-process-file": "^2.0.0",
|
|
60
|
-
"@putout/cli-ruler": "^
|
|
60
|
+
"@putout/cli-ruler": "^4.0.0",
|
|
61
61
|
"@putout/cli-staged": "^1.0.0",
|
|
62
62
|
"@putout/cli-validate-args": "^2.0.0",
|
|
63
63
|
"@putout/compare": "^17.0.0",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"@putout/plugin-coverage": "^1.0.0",
|
|
115
115
|
"@putout/plugin-declare": "^5.0.0",
|
|
116
116
|
"@putout/plugin-declare-before-reference": "^6.0.0",
|
|
117
|
-
"@putout/plugin-eslint": "^
|
|
117
|
+
"@putout/plugin-eslint": "^13.0.0",
|
|
118
118
|
"@putout/plugin-esm": "^2.0.0",
|
|
119
119
|
"@putout/plugin-extract-keywords-from-variables": "^2.0.0",
|
|
120
120
|
"@putout/plugin-extract-object-properties": "^9.0.0",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"@putout/plugin-promises": "^16.0.0",
|
|
142
142
|
"@putout/plugin-putout": "^24.0.0",
|
|
143
143
|
"@putout/plugin-putout-config": "^9.0.0",
|
|
144
|
-
"@putout/plugin-regexp": "^
|
|
144
|
+
"@putout/plugin-regexp": "^11.0.0",
|
|
145
145
|
"@putout/plugin-remove-console": "^6.0.0",
|
|
146
146
|
"@putout/plugin-remove-constant-conditions": "^4.0.0",
|
|
147
147
|
"@putout/plugin-remove-debugger": "^7.0.0",
|
package/putout.json
CHANGED
|
@@ -68,7 +68,8 @@
|
|
|
68
68
|
"declare": "off",
|
|
69
69
|
"nodejs/declare": "off",
|
|
70
70
|
"typescript/remove-unused-types": "off",
|
|
71
|
-
"remove-nested-blocks": "off"
|
|
71
|
+
"remove-nested-blocks": "off",
|
|
72
|
+
"putout/apply-namespace-specifier": "off"
|
|
72
73
|
},
|
|
73
74
|
"*.svelte": {
|
|
74
75
|
"remove-unused-variables": "off"
|