putout 41.3.2 → 41.3.3

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,22 @@
1
+ 2025.12.31, v41.3.3
2
+
3
+ fix:
4
+ - e97d7ef24 putout: package: node v22.12 (https://nodejs.org/ko/blog/release/v22.12.0)
5
+ - 0b84e6492 @putout/eslint: node version
6
+ - f681bc069 eslint-plugin-putout: node version
7
+ - c2cbf3a0a @putout/engine-reporter: node version
8
+ - 4b2faa5ed @putout/engine-processor: node version
9
+ - 849f3d19e @putout/engine-runner: node version
10
+ - 8d093148f @putout/engine-parser: node-version
11
+ - 8f6e0448d @putout/engine-loader: node version
12
+
13
+ feature:
14
+ - 7c9ebfb0e putout: @putout/cli-process-file v6.0.0
15
+ - 143ac443a @putout/cli-process-file: migrate to ESM
16
+ - e16428684 @putout/cli-process-file: drop support of node < 22
17
+ - a98e710de @putout/cli-process-file: samadhi v3.0.6
18
+ - 13d8735c6 root: redlint v5.0.0
19
+
1
20
  2025.12.31, v41.3.2
2
21
 
3
22
  fix:
@@ -1,4 +1,4 @@
1
- import _initProcessFile from '@putout/cli-process-file';
1
+ import {initProcessFile as _initProcessFile} from '@putout/cli-process-file';
2
2
  import {runWriter} from './writer.js';
3
3
 
4
4
  export const run = async (overrides) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.3.2",
3
+ "version": "41.3.3",
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",
@@ -57,7 +57,7 @@
57
57
  "@putout/cli-choose-formatter": "^5.0.0",
58
58
  "@putout/cli-keypress": "^3.0.0",
59
59
  "@putout/cli-match": "^3.0.0",
60
- "@putout/cli-process-file": "^5.0.0",
60
+ "@putout/cli-process-file": "^6.0.0",
61
61
  "@putout/cli-ruler": "^4.0.0",
62
62
  "@putout/cli-staged": "^2.0.0",
63
63
  "@putout/cli-validate-args": "^2.0.0",
@@ -225,7 +225,7 @@
225
225
  },
226
226
  "license": "MIT",
227
227
  "engines": {
228
- "node": ">=22"
228
+ "node": ">=22.12"
229
229
  },
230
230
  "publishConfig": {
231
231
  "access": "public"