putout 42.8.0 → 42.9.1

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 +48 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,51 @@
1
+ 2026.07.13, v42.9.1
2
+
3
+ fix:
4
+ - 82748741b @putout/plugin-github: convert-npm-to-bun: run not StringLiteral
5
+ - 971fcd37d @putout/plugin-variables: TSParameterType: decorators
6
+
7
+ feature:
8
+ - 187fd5f28 putout: @putout/plugin-logical-expressions v9.0.0
9
+ - 38b8664ef @putout/plugin-logical-expressions: drop support of 🐊 < 42
10
+ - 560393b65 @putout/plugin-logical-expressions: simplify: __a && __a !== null -> __a
11
+ - 09af4b4ac @putout/plugin-nestjs: add
12
+ - a5319556b @putout/plugin-madrun: convert-nyc-to-c8: not fn: exclude
13
+
14
+ 2026.07.12, v42.9.0
15
+
16
+ fix:
17
+ - 7a52aef58 @putout/eslint-flat: types
18
+ - 80620d6f3 eslint-plugin-putout: types
19
+ - a661a6517 @putout/plugin-for-of: report: ... -> ..
20
+ - 55b4d9268 @putout/plugin-for-of: map: chain: assign: exclude
21
+ - a2d346a80 @putout/plugin-for-of: map: chain: exclude
22
+ - 6d6cbbf3a @putout/plugin-wasm: remove-unused: __wasm
23
+ - afba09017 @putout/plugin-wasm: remove-unused: report
24
+
25
+ feature:
26
+ - 453cb7db6 putout: @putout/operator-declare v18.0.0
27
+ - 99624faa7 @putout/engine-runner: @putout/operator-declare v18.0.0
28
+ - b005180b2 @putout/operator-declare: Includer -> Traverser
29
+ - 69ca12194 @putout/plugin-esm: merge-duplicate-imports: join: importKind: type
30
+ - 6538f7185 @putout/plugin-esm: remove-imports-with-duplicate-source: importKind: type: exclude
31
+ - dd1b0dd39 @putout/eslint-flat: types
32
+ - 5b49fc27f eslint-plugin-putout: types
33
+ - b773edf53 @putout/compare: VariableDeclaration without init
34
+ - b039bb9d4 @putout/engine-parser: template: errorRecovery
35
+ - a6d35ef92 @putout/plugin-madrun: insert-test-dts: SpreadElement: exclude
36
+ - 7630c450a @putout/plugin-variables: remove-unused: Decorator inside TSParameterProperty
37
+ - be125348e @putout/plugin-variables: remove-unused: TSNonNullExpression
38
+ - 66f0abe6b eslint-plugin-putout: function-declaration-paren-newline: exclude decorators
39
+ - dbc3c24b6 @putout/plugin-for-of: map: BlockStatement
40
+ - de3ef6776 @putout/plugin-for-of: remove-useless-map
41
+ - 6dc264c91 @putout/plugin-for-of: map: MemberExpression
42
+ - 0977e74d1 @putout/plugin-printer: apply-printer-declarations: traverse: add
43
+ - 2a9f5abcf @putout/plugin-printer: declare-nearby: add
44
+ - e9c2118f5 @putout/operator-declare: nearby: add
45
+ - bccb29824 @putout/plugin-printer: apply-printer-declarations
46
+ - e6591c683 @putout/processor-wasm: remove-useless-args -> arguments/remove-useless
47
+ - 9f65b281a @putout/plugin-wasm: remove-unused
48
+
1
49
  2026.07.06, v42.8.0
2
50
 
3
51
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.8.0",
3
+ "version": "42.9.1",
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",
@@ -76,13 +76,12 @@
76
76
  "@putout/formatter-time": "^5.0.0",
77
77
  "@putout/operate": "^15.0.0",
78
78
  "@putout/operator-add-args": "^15.0.0",
79
- "@putout/operator-declare": "^17.0.0",
79
+ "@putout/operator-declare": "^18.0.0",
80
80
  "@putout/operator-filesystem": "^11.0.0",
81
81
  "@putout/operator-find-file-up": "^3.0.0",
82
82
  "@putout/operator-ignore": "^6.0.0",
83
83
  "@putout/operator-json": "^3.0.0",
84
84
  "@putout/operator-jsx": "^3.0.0",
85
- "@putout/operator-wasm": "^1.0.0",
86
85
  "@putout/operator-keyword": "^5.0.0",
87
86
  "@putout/operator-match-files": "^12.0.0",
88
87
  "@putout/operator-parens": "^4.0.0",
@@ -92,6 +91,7 @@
92
91
  "@putout/operator-rename-properties": "^1.0.0",
93
92
  "@putout/operator-sort-ignore": "^2.0.0",
94
93
  "@putout/operator-type-checker": "^1.0.0",
94
+ "@putout/operator-wasm": "^1.0.0",
95
95
  "@putout/plugin-apply-arrow": "^3.0.0",
96
96
  "@putout/plugin-apply-at": "^3.0.0",
97
97
  "@putout/plugin-apply-dot-notation": "^3.0.0",
@@ -127,7 +127,7 @@
127
127
  "@putout/plugin-github": "^20.0.0",
128
128
  "@putout/plugin-gitignore": "^7.0.0",
129
129
  "@putout/plugin-labels": "^3.0.0",
130
- "@putout/plugin-logical-expressions": "^8.0.0",
130
+ "@putout/plugin-logical-expressions": "^9.0.0",
131
131
  "@putout/plugin-madrun": "^24.0.0",
132
132
  "@putout/plugin-markdown": "^1.0.0",
133
133
  "@putout/plugin-math": "^5.0.0",