putout 36.15.0 → 36.16.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 +12 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ 2024.12.10, v36.16.0
2
+
3
+ feature:
4
+ - e42148397 putout: @putout/plugin-typescript v9.0.0
5
+ - 03f26ffd5 @putout/engine-parser: @putout/printer v11.0.0
6
+ - 4bac48c0b @putout/plugin-typescript: typeParameters -> typeArguments
7
+ - 7e1132149 @putout/plugin-putout: declare: isTSClassImplements: add
8
+ - 564692fff scripts: set-engines: 16 -> 18
9
+ - 2be18621d @putout/operator-match-files: exclude
10
+ - ce81fba24 @putout/operator-filesystem: findFile: exclude
11
+ - f7d55e327 @putout/plugin-putout: convert-include-to-traverse: add
12
+
1
13
  2024.12.02, v36.15.0
2
14
 
3
15
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.15.0",
3
+ "version": "36.16.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",
@@ -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",