putout 35.7.0 → 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 +17 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,20 @@
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
+
11
+ 2024.03.07, v35.7.1
12
+
13
+ feature:
14
+ - fdcf08f49 putout: @putout/plugin-remove-empty v12.0.0
15
+ - e993d6246 @putout/plugin-remove-empty: drop support of node < 18
16
+ - 8525c285a @putout/plugin-remove-empty: argument: add support of AssignmentPattern
17
+
1
18
  2024.03.06, v35.7.0
2
19
 
3
20
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.7.0",
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",
@@ -138,7 +138,7 @@
138
138
  "@putout/plugin-remove-debugger": "^7.0.0",
139
139
  "@putout/plugin-remove-duplicate-case": "^3.0.0",
140
140
  "@putout/plugin-remove-duplicate-keys": "^5.0.0",
141
- "@putout/plugin-remove-empty": "^11.0.0",
141
+ "@putout/plugin-remove-empty": "^12.0.0",
142
142
  "@putout/plugin-remove-iife": "^4.0.0",
143
143
  "@putout/plugin-remove-nested-blocks": "^6.0.0",
144
144
  "@putout/plugin-remove-unreachable-code": "^1.0.0",