putout 36.14.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 (3) hide show
  1. package/ChangeLog +20 -0
  2. package/package.json +4 -3
  3. package/putout.json +1 -0
package/ChangeLog CHANGED
@@ -1,3 +1,23 @@
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
+
13
+ 2024.12.02, v36.15.0
14
+
15
+ feature:
16
+ - e4e166626 putout: @putout/plugin-montag v3.0.0
17
+ - d91e1b6c2 @putout/plugin-montag: drop support of 🐊 < 36
18
+ - 54655bb2a @putout/plugin-add-missing-parens: add
19
+ - be091a186 @putout/plugin-apply-shorthand-properties: ImportSpecifier: <StringLiteral>imported.value === <Identifier>local.name'
20
+
1
21
  2024.11.27, v36.14.0
2
22
 
3
23
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.14.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",
@@ -83,6 +83,7 @@
83
83
  "@putout/operator-match-files": "^5.0.0",
84
84
  "@putout/operator-regexp": "^1.0.0",
85
85
  "@putout/operator-rename-files": "^2.0.0",
86
+ "@putout/plugin-add-missing-parens": "^1.0.0",
86
87
  "@putout/plugin-apply-at": "^2.0.0",
87
88
  "@putout/plugin-apply-destructuring": "^7.0.0",
88
89
  "@putout/plugin-apply-dot-notation": "^2.0.0",
@@ -131,7 +132,7 @@
131
132
  "@putout/plugin-merge-destructuring-properties": "^10.0.0",
132
133
  "@putout/plugin-merge-duplicate-functions": "^2.0.0",
133
134
  "@putout/plugin-merge-duplicate-imports": "^11.0.0",
134
- "@putout/plugin-montag": "^2.0.0",
135
+ "@putout/plugin-montag": "^3.0.0",
135
136
  "@putout/plugin-new": "^3.0.1",
136
137
  "@putout/plugin-nodejs": "^12.0.0",
137
138
  "@putout/plugin-npmignore": "^5.0.0",
@@ -185,7 +186,7 @@
185
186
  "@putout/plugin-tape": "^15.0.0",
186
187
  "@putout/plugin-try-catch": "^4.0.0",
187
188
  "@putout/plugin-types": "^5.0.0",
188
- "@putout/plugin-typescript": "^8.0.0",
189
+ "@putout/plugin-typescript": "^9.0.0",
189
190
  "@putout/plugin-webpack": "^3.0.0",
190
191
  "@putout/processor-css": "^9.0.0",
191
192
  "@putout/processor-filesystem": "^5.0.0",
package/putout.json CHANGED
@@ -190,6 +190,7 @@
190
190
  "filesystem": "off"
191
191
  },
192
192
  "plugins": [
193
+ "add-missing-parens",
193
194
  "apply-at",
194
195
  "apply-dot-notation",
195
196
  "apply-early-return",