putout 42.1.1 → 42.2.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.
package/ChangeLog CHANGED
@@ -1,3 +1,20 @@
1
+ 2026.03.13, v42.2.0
2
+
3
+ feature:
4
+ - 70a9d8e4a putout: @putout/operator-regexp v5.0.0
5
+ - d39500807 @putout/operator-regexp: drop support of 🐊 < 42
6
+ - 2ffb97675 @putout/operator-type-checker: env
7
+ - 29d39c0f6 putout: @putout/operator-type-checker: add
8
+ - 87476775b @putout/plugin-putout: declare: createTypeChecker
9
+ - 183d8f559 @putout/operator-regexp: rm unused eslint-plugin-n
10
+ - ef6010320 @putout/operator-type-checker: add
11
+ - c0c3d3d71 @putout/plugin-spread: remove-useless-array: exclude querySelectoAll (putoutjs/minify#30)
12
+ - f61d5d3a7 @putout/test: add type-checker
13
+ - bcd6dc5e3 @putout/plugin-printer: merge-tuples-of-type-checkers
14
+ - 4761ef6c4 @putout/processor-toml: oxfmt v0.40.0
15
+ - ad991a73e @putout/opreate: replace-with: maybe-body: simplify
16
+ - b479e3381 @putout/operate: replaceWith: isExpressionStatement: simplify
17
+
1
18
  2026.03.12, v42.1.1
2
19
 
3
20
  fix:
package/lib/operator.js CHANGED
@@ -16,4 +16,5 @@ export * from '@putout/operator-find-file-up';
16
16
  export * from '@putout/operator-sort-ignore';
17
17
  export * from '@putout/operator-remove-files';
18
18
  export * from '@putout/operator-rename-properties';
19
+ export * from '@putout/operator-type-checker';
19
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.1.1",
3
+ "version": "42.2.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",
@@ -85,11 +85,12 @@
85
85
  "@putout/operator-keyword": "^5.0.0",
86
86
  "@putout/operator-match-files": "^12.0.0",
87
87
  "@putout/operator-parens": "^4.0.0",
88
- "@putout/operator-regexp": "^4.0.0",
88
+ "@putout/operator-regexp": "^5.0.0",
89
89
  "@putout/operator-remove-files": "^1.0.0",
90
90
  "@putout/operator-rename-files": "^6.0.0",
91
91
  "@putout/operator-rename-properties": "^1.0.0",
92
92
  "@putout/operator-sort-ignore": "^2.0.0",
93
+ "@putout/operator-type-checker": "^1.0.0",
93
94
  "@putout/plugin-apply-arrow": "^3.0.0",
94
95
  "@putout/plugin-apply-at": "^3.0.0",
95
96
  "@putout/plugin-apply-dot-notation": "^3.0.0",