putout 42.9.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 +13 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,16 @@
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
+
1
14
  2026.07.12, v42.9.0
2
15
 
3
16
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.9.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",
@@ -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",