putout 42.0.5 → 42.0.7

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 +18 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,21 @@
1
+ 2026.02.18, v42.0.7
2
+
3
+ feature:
4
+ - 3ceea90f1 putout: @putout/plugin-maybe v5.0.0
5
+ - e30608a16 @putout/plugin-maybe: drop support of 🐊 < 42
6
+ - 313dd0ff5 @putout/plugin-maybe: declare: maybeArrayFrom: add
7
+
8
+ 2026.02.18, v42.0.6
9
+
10
+ feature:
11
+ - 9d5938c74 putout: @putout/plugin-types v10.0.0
12
+ - 028b5a33d @putout/plugin-types: drop support of 🐊 < 42
13
+ - 3d1856b1b @putout/plugin-types: declare: isSet
14
+ - 08a06b082 @putout/operator-filesystem: findFile: names: Set<string>
15
+ - 877f77041 @putout/processor-toml: oxfmt v0.33.0
16
+ - 0e4a40926 @putout/operator-sort-ignore: flatMap
17
+ - 55e04de75 @putout/operator-sort-ignore: allowed
18
+
1
19
  2026.02.17, v42.0.5
2
20
 
3
21
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.0.5",
3
+ "version": "42.0.7",
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",
@@ -125,7 +125,7 @@
125
125
  "@putout/plugin-logical-expressions": "^8.0.0",
126
126
  "@putout/plugin-madrun": "^23.0.0",
127
127
  "@putout/plugin-math": "^5.0.0",
128
- "@putout/plugin-maybe": "^4.0.0",
128
+ "@putout/plugin-maybe": "^5.0.0",
129
129
  "@putout/plugin-merge-duplicate-functions": "^4.0.0",
130
130
  "@putout/plugin-montag": "^4.0.0",
131
131
  "@putout/plugin-new": "^5.0.0",
@@ -168,7 +168,7 @@
168
168
  "@putout/plugin-spread": "^3.0.0",
169
169
  "@putout/plugin-tape": "^20.0.0",
170
170
  "@putout/plugin-try-catch": "^7.0.0",
171
- "@putout/plugin-types": "^9.0.0",
171
+ "@putout/plugin-types": "^10.0.0",
172
172
  "@putout/plugin-typescript": "^13.0.0",
173
173
  "@putout/plugin-variables": "^1.0.0",
174
174
  "@putout/plugin-webpack": "^4.0.0",