putout 41.0.10 → 41.0.11

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.
Files changed (2) hide show
  1. package/ChangeLog +16 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,19 @@
1
+ 2025.12.27, v41.0.11
2
+
3
+ fix:
4
+ - 20bd39f5e @putout/cli-staged: rm unused once
5
+
6
+ feature:
7
+ - cdcc97e93 eslint-plugin-putout: @putout/eslint v5.0.0
8
+ - 07d8299d8 putout: @putout/cli-process-file v5.0.0
9
+ - 000ee519c @putout/test: @putout/eslint v5.0.0
10
+ - b32a4c2ad @putout/cli-process-file: @putout/eslint v5.0.0
11
+ - 558d2db2a @putout/cli-process-file: drop support of 🐊 < 41
12
+ - 97c712254 @putout/eslint: migrate to ESM
13
+ - 628e3761d @putout/eslint: drop support of node < 20
14
+ - 80b0031e1 @putout/eslint: default export -> eslint
15
+ - 30c14a876 @putout/plugin-declare-before-reference: simplify
16
+
1
17
  2025.12.27, v41.0.10
2
18
 
3
19
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.0.10",
3
+ "version": "41.0.11",
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",
@@ -56,7 +56,7 @@
56
56
  "@putout/cli-choose-formatter": "^5.0.0",
57
57
  "@putout/cli-keypress": "^3.0.0",
58
58
  "@putout/cli-match": "^2.0.0",
59
- "@putout/cli-process-file": "^4.0.0",
59
+ "@putout/cli-process-file": "^5.0.0",
60
60
  "@putout/cli-ruler": "^4.0.0",
61
61
  "@putout/cli-staged": "^2.0.0",
62
62
  "@putout/cli-validate-args": "^2.0.0",