putout 42.8.0 → 42.9.0

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 +35 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,38 @@
1
+ 2026.07.12, v42.9.0
2
+
3
+ fix:
4
+ - 7a52aef58 @putout/eslint-flat: types
5
+ - 80620d6f3 eslint-plugin-putout: types
6
+ - a661a6517 @putout/plugin-for-of: report: ... -> ..
7
+ - 55b4d9268 @putout/plugin-for-of: map: chain: assign: exclude
8
+ - a2d346a80 @putout/plugin-for-of: map: chain: exclude
9
+ - 6d6cbbf3a @putout/plugin-wasm: remove-unused: __wasm
10
+ - afba09017 @putout/plugin-wasm: remove-unused: report
11
+
12
+ feature:
13
+ - 453cb7db6 putout: @putout/operator-declare v18.0.0
14
+ - 99624faa7 @putout/engine-runner: @putout/operator-declare v18.0.0
15
+ - b005180b2 @putout/operator-declare: Includer -> Traverser
16
+ - 69ca12194 @putout/plugin-esm: merge-duplicate-imports: join: importKind: type
17
+ - 6538f7185 @putout/plugin-esm: remove-imports-with-duplicate-source: importKind: type: exclude
18
+ - dd1b0dd39 @putout/eslint-flat: types
19
+ - 5b49fc27f eslint-plugin-putout: types
20
+ - b773edf53 @putout/compare: VariableDeclaration without init
21
+ - b039bb9d4 @putout/engine-parser: template: errorRecovery
22
+ - a6d35ef92 @putout/plugin-madrun: insert-test-dts: SpreadElement: exclude
23
+ - 7630c450a @putout/plugin-variables: remove-unused: Decorator inside TSParameterProperty
24
+ - be125348e @putout/plugin-variables: remove-unused: TSNonNullExpression
25
+ - 66f0abe6b eslint-plugin-putout: function-declaration-paren-newline: exclude decorators
26
+ - dbc3c24b6 @putout/plugin-for-of: map: BlockStatement
27
+ - de3ef6776 @putout/plugin-for-of: remove-useless-map
28
+ - 6dc264c91 @putout/plugin-for-of: map: MemberExpression
29
+ - 0977e74d1 @putout/plugin-printer: apply-printer-declarations: traverse: add
30
+ - 2a9f5abcf @putout/plugin-printer: declare-nearby: add
31
+ - e9c2118f5 @putout/operator-declare: nearby: add
32
+ - bccb29824 @putout/plugin-printer: apply-printer-declarations
33
+ - e6591c683 @putout/processor-wasm: remove-useless-args -> arguments/remove-useless
34
+ - 9f65b281a @putout/plugin-wasm: remove-unused
35
+
1
36
  2026.07.06, v42.8.0
2
37
 
3
38
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.8.0",
3
+ "version": "42.9.0",
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",