putout 41.6.4 → 41.7.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 +24 -0
- package/bin/is-stop.js +1 -1
- package/lib/cli/index.js +1 -1
- package/lib/cli/supported-files.js +1 -1
- package/package.json +5 -5
- package/putout.json +3 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
2026.01.11, v41.7.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- b27db6567 @putout/plugin-esm: apply-privately-imported-file: add
|
|
5
|
+
- 61f935823 @putout/compare: nessy v6.0.0
|
|
6
|
+
- ab9ff09e5 @putout/engine-runner: get rid of unused nessy
|
|
7
|
+
- 605f55917 @putout/plugin-declare: nessy
|
|
8
|
+
- ccf39b353 @putout/compare: jessy v5.0.0
|
|
9
|
+
- a75efddd0 @putout/engine-runner: rm unused jessy
|
|
10
|
+
|
|
11
|
+
2026.01.11, v41.6.5
|
|
12
|
+
|
|
13
|
+
feature:
|
|
14
|
+
- 0e3b19d1d putout: @putout/plugin-declare v7.0.1
|
|
15
|
+
- 0d406beb5 @putout/plugin-putout: convert-replace-with: fullstore -> store
|
|
16
|
+
- 44dea16d0 putout: @putout/cli-staged v3.0.0
|
|
17
|
+
- 9c78410f9 @putout/cli-staged: drop support of node < 22
|
|
18
|
+
- 330fff93a putout: @putout/cli-keypress v4.0.0
|
|
19
|
+
- 0cfd9fe01 @putout/cli-keypress: drop support of node < 22
|
|
20
|
+
- 78a9bd8cb @putout/plugin-declare: get rid of simport
|
|
21
|
+
- 04b30d362 @putout/plugin-declare: drop support of 🐊 < 41
|
|
22
|
+
- 1f34dea23 @putout/plugin-declare: fullstore -> {fullstore}
|
|
23
|
+
- 2004e73ac putout: fullstore v4.0.0
|
|
24
|
+
|
|
1
25
|
2026.01.11, v41.6.4
|
|
2
26
|
|
|
3
27
|
feature:
|
package/bin/is-stop.js
CHANGED
package/lib/cli/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import {tryToCatch} from 'try-to-catch';
|
|
|
4
4
|
import {isCI as _isCI} from 'ci-info';
|
|
5
5
|
import {tryCatch} from 'try-catch';
|
|
6
6
|
import wraptile from 'wraptile';
|
|
7
|
-
import fullstore from 'fullstore';
|
|
7
|
+
import {fullstore} from 'fullstore';
|
|
8
8
|
import nano from 'nano-memoize';
|
|
9
9
|
import * as _cliStaged from '@putout/cli-staged';
|
|
10
10
|
import {initReport as _initReport} from '@putout/engine-reporter/report';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.
|
|
3
|
+
"version": "41.7.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",
|
|
@@ -55,11 +55,11 @@
|
|
|
55
55
|
"@putout/babel": "^5.0.0",
|
|
56
56
|
"@putout/cli-cache": "^6.0.0",
|
|
57
57
|
"@putout/cli-choose-formatter": "^5.0.0",
|
|
58
|
-
"@putout/cli-keypress": "^
|
|
58
|
+
"@putout/cli-keypress": "^4.0.0",
|
|
59
59
|
"@putout/cli-match": "^3.0.0",
|
|
60
60
|
"@putout/cli-process-file": "^6.0.0",
|
|
61
61
|
"@putout/cli-ruler": "^4.0.0",
|
|
62
|
-
"@putout/cli-staged": "^
|
|
62
|
+
"@putout/cli-staged": "^3.0.0",
|
|
63
63
|
"@putout/cli-validate-args": "^2.0.0",
|
|
64
64
|
"@putout/compare": "^19.0.0",
|
|
65
65
|
"@putout/engine-loader": "^17.0.0",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"@putout/plugin-convert-template-to-string": "^3.0.0",
|
|
112
112
|
"@putout/plugin-convert-to-arrow-function": "^4.0.0",
|
|
113
113
|
"@putout/plugin-coverage": "^1.0.0",
|
|
114
|
-
"@putout/plugin-declare": "^
|
|
114
|
+
"@putout/plugin-declare": "^7.0.1",
|
|
115
115
|
"@putout/plugin-declare-before-reference": "^9.0.0",
|
|
116
116
|
"@putout/plugin-destructuring": "^1.0.0",
|
|
117
117
|
"@putout/plugin-eslint": "^15.0.0",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"escalade": "^3.1.1",
|
|
188
188
|
"fast-glob": "^3.2.2",
|
|
189
189
|
"find-up": "^8.0.0",
|
|
190
|
-
"fullstore": "^
|
|
190
|
+
"fullstore": "^4.0.0",
|
|
191
191
|
"ignore": "^7.0.0",
|
|
192
192
|
"is-relative": "^1.0.0",
|
|
193
193
|
"nano-memoize": "^3.0.11",
|
package/putout.json
CHANGED
|
@@ -46,9 +46,10 @@
|
|
|
46
46
|
"typescript/rename-file-cts-to-ts": "on",
|
|
47
47
|
"typescript/rename-file-mts-to-ts": "on",
|
|
48
48
|
"putout-config/remove-empty-file": "on",
|
|
49
|
+
"esm/apply-namespace-import-to-file": "on",
|
|
50
|
+
"esm/apply-privately-imported-file": "on",
|
|
49
51
|
"esm/resolve-imported-file": "on",
|
|
50
|
-
"esm/shorten-imported-file": "on"
|
|
51
|
-
"esm/apply-namespace-import-to-file": "on"
|
|
52
|
+
"esm/shorten-imported-file": "on"
|
|
52
53
|
},
|
|
53
54
|
"*.md": {
|
|
54
55
|
"apply-arrow": "off",
|