putout 41.6.4 → 41.6.5

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 CHANGED
@@ -1,3 +1,17 @@
1
+ 2026.01.11, v41.6.5
2
+
3
+ feature:
4
+ - 0e3b19d1d putout: @putout/plugin-declare v7.0.1
5
+ - 0d406beb5 @putout/plugin-putout: convert-replace-with: fullstore -> store
6
+ - 44dea16d0 putout: @putout/cli-staged v3.0.0
7
+ - 9c78410f9 @putout/cli-staged: drop support of node < 22
8
+ - 330fff93a putout: @putout/cli-keypress v4.0.0
9
+ - 0cfd9fe01 @putout/cli-keypress: drop support of node < 22
10
+ - 78a9bd8cb @putout/plugin-declare: get rid of simport
11
+ - 04b30d362 @putout/plugin-declare: drop support of 🐊 < 41
12
+ - 1f34dea23 @putout/plugin-declare: fullstore -> {fullstore}
13
+ - 2004e73ac putout: fullstore v4.0.0
14
+
1
15
  2026.01.11, v41.6.4
2
16
 
3
17
  feature:
package/bin/is-stop.js CHANGED
@@ -1,4 +1,4 @@
1
- import fullstore from 'fullstore';
1
+ import {fullstore} from 'fullstore';
2
2
 
3
3
  const noop = () => {};
4
4
 
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';
@@ -1,6 +1,6 @@
1
1
  import {normalize} from 'node:path';
2
2
  import picomatch from 'picomatch';
3
- import fullstore from 'fullstore';
3
+ import {fullstore} from 'fullstore';
4
4
 
5
5
  const noop = () => {};
6
6
  const isMatchStore = fullstore();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.6.4",
3
+ "version": "41.6.5",
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": "^3.0.0",
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": "^2.0.0",
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": "^6.0.0",
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": "^3.0.0",
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",