putout 35.7.1 → 35.7.2

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 +10 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2024.03.11, v35.7.2
2
+
3
+ feature:
4
+ - 08537160e putout: @putout/plugin-github v12.0.0
5
+ - 85a304409 @putout/plugin-github: update-actions: actions/cache: 3 -> 4
6
+ - 5fb9aff95 @putout/plugin-github: drop support of 🐊 < 35
7
+ - abcaee206 @putout/processor-typescript: drop support of 🐊 < 35
8
+ - bf5745894 @putout/processor-typescript: ts-morph v22.0.0
9
+ - 90acc7820 @putout/plugin-remove-empty: argument: AssignmentPattern: ArrayExpression
10
+
1
11
  2024.03.07, v35.7.1
2
12
 
3
13
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.7.1",
3
+ "version": "35.7.2",
4
4
  "type": "commonjs",
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",
@@ -115,7 +115,7 @@
115
115
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
116
116
  "@putout/plugin-filesystem": "^4.0.0",
117
117
  "@putout/plugin-for-of": "^4.0.0",
118
- "@putout/plugin-github": "^11.0.0",
118
+ "@putout/plugin-github": "^12.0.0",
119
119
  "@putout/plugin-gitignore": "^4.0.0",
120
120
  "@putout/plugin-logical-expressions": "^5.0.0",
121
121
  "@putout/plugin-madrun": "^18.0.0",