putout 42.2.0 → 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.
Files changed (2) hide show
  1. package/ChangeLog +9 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,12 @@
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
+
1
10
  2026.03.13, v42.2.0
2
11
 
3
12
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.2.0",
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",
@@ -122,7 +122,7 @@
122
122
  "@putout/plugin-filesystem": "^13.0.0",
123
123
  "@putout/plugin-for-of": "^12.0.0",
124
124
  "@putout/plugin-generators": "^2.0.0",
125
- "@putout/plugin-github": "^18.0.0",
125
+ "@putout/plugin-github": "^19.0.0",
126
126
  "@putout/plugin-gitignore": "^7.0.0",
127
127
  "@putout/plugin-labels": "^3.0.0",
128
128
  "@putout/plugin-logical-expressions": "^8.0.0",