putout 39.0.4 → 39.0.6

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 +29 -0
  2. package/package.json +6 -6
package/ChangeLog CHANGED
@@ -1,3 +1,32 @@
1
+ 2025.03.22, v39.0.6
2
+
3
+ feature:
4
+ - 851b52a36 putout: @putout/processor-filesystem v6.0.0
5
+ - 2308a4b0d @putout/processor-filesystem: drop support of node < 20
6
+ - 0ebf92ded @putout/processor-filesystem: @putout/operator-filesystem v7.0.0
7
+
8
+ 2025.03.22, v39.0.5
9
+
10
+ feature:
11
+ - 1a0032eb9 putout: @putout/operator-declare v12.0.0
12
+ - 3ed32a6ed @putout/operator-declare: @putout/engine-parser v13.0.1
13
+ - f0050dd42 @putout/operator-declare: @putout/compare v17.0.0
14
+ - dcec9d2b7 @putout/operator-declare: drop support of node < 20
15
+ - d7e4e9c54 @putout/operator-add-args: @putout/engine-parser v13.0.1
16
+ - 8051ac4fd @putout/operator-match-files: @putout/engine-parser v13.0.1
17
+ - 4b2b14e4b putout: @putout/traverse v13.0.0
18
+ - 0faf6eebd @putout/traverse: drop support of node < 20
19
+ - 8b4e83f6a @putout/traverse: @putout/compare v17.0.0
20
+ - a5a8b7e7b putout: @putout/operator-filesystem v7.0.0
21
+ - 41ef0eecc @putout/operator-filesystem: drop support of node < 20
22
+ - ca729724d @putout/operator-filesystem: @putout/engine-parser v13.0.1
23
+ - 9a5882f41 root: redlint v4.0.0
24
+ - f915a602d putout: @putout/operator-add-args v10.0.1
25
+ - cfeb9e50b @putout/operator-add-args: @putout/compare v17.0.0
26
+ - 8b05e3efd @putout/operator-add-args: drop support of node < 20
27
+ - a3d06ef9a @putout/engine-parser: @putout/printer v14.0.0
28
+ - d023d0e87 eslint-plugin-putout: @putout/engine-parser v13.0.0
29
+
1
30
  2025.03.22, v39.0.4
2
31
 
3
32
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "39.0.4",
3
+ "version": "39.0.6",
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",
@@ -77,9 +77,9 @@
77
77
  "@putout/formatter-stream": "^5.0.0",
78
78
  "@putout/formatter-time": "^3.0.0",
79
79
  "@putout/operate": "^13.0.0",
80
- "@putout/operator-add-args": "^10.0.0",
81
- "@putout/operator-declare": "^11.0.0",
82
- "@putout/operator-filesystem": "^6.0.0",
80
+ "@putout/operator-add-args": "^10.0.1",
81
+ "@putout/operator-declare": "^12.0.0",
82
+ "@putout/operator-filesystem": "^7.0.0",
83
83
  "@putout/operator-ignore": "^2.0.0",
84
84
  "@putout/operator-json": "^2.0.0",
85
85
  "@putout/operator-keyword": "^2.0.0",
@@ -190,13 +190,13 @@
190
190
  "@putout/plugin-typescript": "^11.0.0",
191
191
  "@putout/plugin-webpack": "^3.0.0",
192
192
  "@putout/processor-css": "^10.0.0",
193
- "@putout/processor-filesystem": "^5.0.0",
193
+ "@putout/processor-filesystem": "^6.0.0",
194
194
  "@putout/processor-ignore": "^6.0.0",
195
195
  "@putout/processor-javascript": "^5.0.0",
196
196
  "@putout/processor-json": "^9.0.0",
197
197
  "@putout/processor-markdown": "^12.0.0",
198
198
  "@putout/processor-yaml": "^8.0.0",
199
- "@putout/traverse": "^12.0.0",
199
+ "@putout/traverse": "^13.0.0",
200
200
  "ajv": "^8.8.2",
201
201
  "chalk": "^5.3.0",
202
202
  "ci-info": "^4.0.0",