putout 42.9.0 → 42.10.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 (3) hide show
  1. package/ChangeLog +38 -0
  2. package/package.json +3 -2
  3. package/putout.json +1 -0
package/ChangeLog CHANGED
@@ -1,3 +1,41 @@
1
+ 2026.07.19, v42.10.0
2
+
3
+ fix:
4
+ - 00f32d2d3 @putout/plugin-github: remove-empty-needs: string: exclude
5
+ - f50fa128c @putout/plugin-github: add-madrun-init: exclude when exists
6
+ - 494ae63b4 @putout/plugin-tape: apply-assetions-order: no t.__(__args) before
7
+ - e8c359733 @putout/plugin-tape: apply-assertions-order: no prev: exclude
8
+
9
+ feature:
10
+ - b6ea0aa49 @putout/plugin-apply-push: add
11
+ - c4e80d572 @putout/plugin-tape: apply-stub: no-var: include
12
+ - 567bcd8fa @putout/plugin-minify: merge-assignment-expressions: array: exclude (coderaiser/minify#147)
13
+ - a7f483856 @putout/plugin-github: set-message-of-commit-fixes: deploy: exclude
14
+ - 4ddd09cfb @putout/plugin-tape: apply-stringify: add
15
+ - 139801c66 @putout/plugin-declare: object: defineProperty: top (putoutjs/minify#32)
16
+ - 9a5c7cef4 @putout/operator-declare: top (putoutjs/minify#32)
17
+ - 847093045 @putout/plugin-github: remove-empty-needs
18
+ - 09d2adeb3 @putout/plugin-github: convert-typos-to-typos-ai: parse-step: move out
19
+ - 63d5a33bb @putout/engine-parser: hermes-parser v0.37.0
20
+ - fe4a2574f @putout/plugin-tape: move-out-expected-from-assertion: improve¬
21
+ - 1e6be891c @putout/plugin-tape: move-out-result-from-assertion
22
+ - 6de924c9d @putout/plugin-tape: apply-assertions-order
23
+ - ea8f50c74 @putout/plugin-putout: add-path-arg-to-fix: not-member
24
+ - d272ef2f6 @putout/plugin-nextjs: drop support of 🐊 < 42
25
+
26
+ 2026.07.13, v42.9.1
27
+
28
+ fix:
29
+ - 82748741b @putout/plugin-github: convert-npm-to-bun: run not StringLiteral
30
+ - 971fcd37d @putout/plugin-variables: TSParameterType: decorators
31
+
32
+ feature:
33
+ - 187fd5f28 putout: @putout/plugin-logical-expressions v9.0.0
34
+ - 38b8664ef @putout/plugin-logical-expressions: drop support of 🐊 < 42
35
+ - 560393b65 @putout/plugin-logical-expressions: simplify: __a && __a !== null -> __a
36
+ - 09af4b4ac @putout/plugin-nestjs: add
37
+ - a5319556b @putout/plugin-madrun: convert-nyc-to-c8: not fn: exclude
38
+
1
39
  2026.07.12, v42.9.0
2
40
 
3
41
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.9.0",
3
+ "version": "42.10.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",
@@ -98,6 +98,7 @@
98
98
  "@putout/plugin-apply-flat-map": "^3.0.0",
99
99
  "@putout/plugin-apply-global-this": "^2.0.0",
100
100
  "@putout/plugin-apply-overrides": "^3.0.0",
101
+ "@putout/plugin-apply-push": "^1.0.0",
101
102
  "@putout/plugin-apply-shorthand-properties": "^7.0.0",
102
103
  "@putout/plugin-apply-starts-with": "^2.0.0",
103
104
  "@putout/plugin-apply-template-literals": "^5.0.0",
@@ -127,7 +128,7 @@
127
128
  "@putout/plugin-github": "^20.0.0",
128
129
  "@putout/plugin-gitignore": "^7.0.0",
129
130
  "@putout/plugin-labels": "^3.0.0",
130
- "@putout/plugin-logical-expressions": "^8.0.0",
131
+ "@putout/plugin-logical-expressions": "^9.0.0",
131
132
  "@putout/plugin-madrun": "^24.0.0",
132
133
  "@putout/plugin-markdown": "^1.0.0",
133
134
  "@putout/plugin-math": "^5.0.0",
package/putout.json CHANGED
@@ -216,6 +216,7 @@
216
216
  "apply-dot-notation",
217
217
  "apply-flat-map",
218
218
  "apply-global-this",
219
+ "apply-push",
219
220
  "apply-shorthand-properties",
220
221
  "apply-starts-with",
221
222
  "apply-template-literals",