putout 42.0.10 → 42.0.12

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 +27 -0
  2. package/package.json +5 -4
package/ChangeLog CHANGED
@@ -1,3 +1,30 @@
1
+ 2026.02.20, v42.0.12
2
+
3
+ fix:
4
+ - 92c2d9d4c @putout/plugin-putout: add-path-to-filter: name
5
+
6
+ feature:
7
+ - bf5127d98 putout: @putout/plugin-remove-duplicate-keys v9.0.0
8
+ - bfc6eebc3 @putout/plugin-remove-duplicate-keys: drop support of 🐊 < 42
9
+ - ff48ba2d4 @putout/plugin-remove-duplicate-keys: report: keys
10
+ - 37ec461bf @putout/processor-toml: oxfmt v0.34.0
11
+ - 63a3a5aea @putout/plugin-putout: add-path-to-filter: add
12
+ - 2346c28cf @putout/plugin-putout: add-path-arg-to-fix: Replacer -> Traverser: addArgs
13
+
14
+ 2026.02.20, v42.0.11
15
+
16
+ fix:
17
+ - 9ef96fa12 @putout/engine-runner: validate: returns -> does not return
18
+
19
+ feature:
20
+ - 262c69cb1 putout: @putout/operator-add-args v15.0.0
21
+ - fa6e0f1c7 @putout/operator-add-args: drop support of 🐊 < 42
22
+ - bf961e9ef @putout/plugin-operator-add-args: config: add
23
+ - 3dfa8fce8 @putout/plugin-putout: add-path-arg-to-match: filter: exclude
24
+ - 9933c6e4e @putout/plugin-putotu-config: remove-empty: match support
25
+ - 7d6b6c75e @putout/engine-runner: include: returns: not array
26
+ - c1d9dd533 @putout/plugin-putout: remove-useless-source-argument: transformAsync
27
+
1
28
  2026.02.19, v42.0.10
2
29
 
3
30
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.0.10",
3
+ "version": "42.0.12",
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",
@@ -37,8 +37,9 @@
37
37
  "test": "madrun test",
38
38
  "test:raw": "madrun test:raw",
39
39
  "watch:test": "madrun watch:test",
40
+ "scheme": "madrun scheme",
40
41
  "lint": "madrun lint",
41
- "trace": "madrun trace",
42
+ "oldlint": "madrun oldlint",
42
43
  "fresh:lint": "madrun fresh:lint",
43
44
  "fix:lint": "madrun fix:lint",
44
45
  "fix:lint:fresh": "madrun fix:lint:fresh",
@@ -74,7 +75,7 @@
74
75
  "@putout/formatter-stream": "^6.0.0",
75
76
  "@putout/formatter-time": "^4.0.0",
76
77
  "@putout/operate": "^15.0.0",
77
- "@putout/operator-add-args": "^14.0.0",
78
+ "@putout/operator-add-args": "^15.0.0",
78
79
  "@putout/operator-declare": "^16.0.0",
79
80
  "@putout/operator-filesystem": "^11.0.0",
80
81
  "@putout/operator-find-file-up": "^2.0.0",
@@ -142,7 +143,7 @@
142
143
  "@putout/plugin-remove-console": "^7.0.0",
143
144
  "@putout/plugin-remove-debugger": "^8.0.0",
144
145
  "@putout/plugin-remove-duplicate-case": "^4.0.0",
145
- "@putout/plugin-remove-duplicate-keys": "^8.0.0",
146
+ "@putout/plugin-remove-duplicate-keys": "^9.0.0",
146
147
  "@putout/plugin-remove-empty": "^15.0.0",
147
148
  "@putout/plugin-remove-iife": "^5.0.0",
148
149
  "@putout/plugin-remove-nested-blocks": "^9.0.0",