putout 42.1.1 → 42.2.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.
package/ChangeLog CHANGED
@@ -1,3 +1,29 @@
1
+ 2026.03.13, v42.2.1
2
+
3
+ feature:
4
+ - e34eb22bc putout: @putout/plugin-github v19.0.0
5
+ - 9d2060c08 @putout/plugin-github: drop support of 🐊 < 42
6
+ - 98502d496 @putout/plugin-github: update-actions: actions/cache@5 (https://github.com/actions/cache/releases/v5.0.0)
7
+ - bcaf4ccaf @putout/plugin-printer: add-missing-colon-to-type-checker: add
8
+ - a63103e37 @putout/test: whenTestsEnds
9
+
10
+ 2026.03.13, v42.2.0
11
+
12
+ feature:
13
+ - 70a9d8e4a putout: @putout/operator-regexp v5.0.0
14
+ - d39500807 @putout/operator-regexp: drop support of 🐊 < 42
15
+ - 2ffb97675 @putout/operator-type-checker: env
16
+ - 29d39c0f6 putout: @putout/operator-type-checker: add
17
+ - 87476775b @putout/plugin-putout: declare: createTypeChecker
18
+ - 183d8f559 @putout/operator-regexp: rm unused eslint-plugin-n
19
+ - ef6010320 @putout/operator-type-checker: add
20
+ - c0c3d3d71 @putout/plugin-spread: remove-useless-array: exclude querySelectoAll (putoutjs/minify#30)
21
+ - f61d5d3a7 @putout/test: add type-checker
22
+ - bcd6dc5e3 @putout/plugin-printer: merge-tuples-of-type-checkers
23
+ - 4761ef6c4 @putout/processor-toml: oxfmt v0.40.0
24
+ - ad991a73e @putout/opreate: replace-with: maybe-body: simplify
25
+ - b479e3381 @putout/operate: replaceWith: isExpressionStatement: simplify
26
+
1
27
  2026.03.12, v42.1.1
2
28
 
3
29
  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.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",
@@ -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",
@@ -121,7 +122,7 @@
121
122
  "@putout/plugin-filesystem": "^13.0.0",
122
123
  "@putout/plugin-for-of": "^12.0.0",
123
124
  "@putout/plugin-generators": "^2.0.0",
124
- "@putout/plugin-github": "^18.0.0",
125
+ "@putout/plugin-github": "^19.0.0",
125
126
  "@putout/plugin-gitignore": "^7.0.0",
126
127
  "@putout/plugin-labels": "^3.0.0",
127
128
  "@putout/plugin-logical-expressions": "^8.0.0",