putout 42.9.1 → 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 +25 -0
  2. package/package.json +2 -1
  3. package/putout.json +1 -0
package/ChangeLog CHANGED
@@ -1,3 +1,28 @@
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
+
1
26
  2026.07.13, v42.9.1
2
27
 
3
28
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.9.1",
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",
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",