putout 36.15.0 → 36.17.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.
Files changed (2) hide show
  1. package/ChangeLog +21 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,24 @@
1
+ 2024.12.10, v36.17.0
2
+
3
+ feature:
4
+ - 0785b644e putout: @putout/plugin-logical-expressions v7.0.0
5
+ - 812e2f0c3 @putout/plugin-minify: drop support of 🐊 < 36
6
+ - 1ae03f265 @putout/plugin-minify: convert-if-to-logical: improve
7
+ - 81f775e90 @putout/compare: add plain compare
8
+ - d81a9d0de @putout/plugin-logical-expressions: drop support of 🐊 < 36
9
+
10
+ 2024.12.10, v36.16.0
11
+
12
+ feature:
13
+ - e42148397 putout: @putout/plugin-typescript v9.0.0
14
+ - 03f26ffd5 @putout/engine-parser: @putout/printer v11.0.0
15
+ - 4bac48c0b @putout/plugin-typescript: typeParameters -> typeArguments
16
+ - 7e1132149 @putout/plugin-putout: declare: isTSClassImplements: add
17
+ - 564692fff scripts: set-engines: 16 -> 18
18
+ - 2be18621d @putout/operator-match-files: exclude
19
+ - ce81fba24 @putout/operator-filesystem: findFile: exclude
20
+ - f7d55e327 @putout/plugin-putout: convert-include-to-traverse: add
21
+
1
22
  2024.12.02, v36.15.0
2
23
 
3
24
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.15.0",
3
+ "version": "36.17.0",
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",
@@ -125,7 +125,7 @@
125
125
  "@putout/plugin-gitignore": "^6.0.0",
126
126
  "@putout/plugin-group-imports-by-source": "^2.0.0",
127
127
  "@putout/plugin-labels": "^1.0.0",
128
- "@putout/plugin-logical-expressions": "^6.0.0",
128
+ "@putout/plugin-logical-expressions": "^7.0.0",
129
129
  "@putout/plugin-madrun": "^19.0.0",
130
130
  "@putout/plugin-math": "^2.0.0",
131
131
  "@putout/plugin-maybe": "^2.0.0",
@@ -186,7 +186,7 @@
186
186
  "@putout/plugin-tape": "^15.0.0",
187
187
  "@putout/plugin-try-catch": "^4.0.0",
188
188
  "@putout/plugin-types": "^5.0.0",
189
- "@putout/plugin-typescript": "^8.0.0",
189
+ "@putout/plugin-typescript": "^9.0.0",
190
190
  "@putout/plugin-webpack": "^3.0.0",
191
191
  "@putout/processor-css": "^9.0.0",
192
192
  "@putout/processor-filesystem": "^5.0.0",