putout 42.0.5 → 42.0.6

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 +11 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,14 @@
1
+ 2026.02.18, v42.0.6
2
+
3
+ feature:
4
+ - 9d5938c74 putout: @putout/plugin-types v10.0.0
5
+ - 028b5a33d @putout/plugin-types: drop support of 🐊 < 42
6
+ - 3d1856b1b @putout/plugin-types: declare: isSet
7
+ - 08a06b082 @putout/operator-filesystem: findFile: names: Set<string>
8
+ - 877f77041 @putout/processor-toml: oxfmt v0.33.0
9
+ - 0e4a40926 @putout/operator-sort-ignore: flatMap
10
+ - 55e04de75 @putout/operator-sort-ignore: allowed
11
+
1
12
  2026.02.17, v42.0.5
2
13
 
3
14
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.0.5",
3
+ "version": "42.0.6",
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",
@@ -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",