putout 36.4.2 → 36.5.1

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 +27 -0
  2. package/package.json +3 -3
  3. package/putout.json +4 -2
package/ChangeLog CHANGED
@@ -1,3 +1,30 @@
1
+ 2024.09.11, v36.5.1
2
+
3
+ fix:
4
+ - d05335945 @putout/compare: vars: getTemplateValues: __type_params
5
+
6
+ feature:
7
+ - 2ea2f3ff9 putout: @putout/plugin-remove-useless-arguments v9.0.0
8
+ - 06b9951b8 @putout/plugin-remove-useless-arguments: drop support of 🐊 < 36
9
+ - f91eea293 @putout/plugin-remove-useless-arguments: destructuring: dashes
10
+ - 24d82bdf2 @putout/compare: __type_params: add
11
+ - 93a380f5f @putout/compare: vars: add support of TSTypeParameter
12
+ - 9a228f501 @putout/operate: extract: TSTypeParameter
13
+ - 0958850c7 @putout/operate: replaceWithMultiple: leadingComments
14
+ - c62defe91 @putout/operate: move out replaceWithMultiple
15
+ - aa58622f8 @putout/plugin-putout-config: remove-empty-file: trackFile
16
+ - 304edc325 @putout/plugin-putout-config: remove-empty-file: newline
17
+
18
+ 2024.09.10, v36.5.0
19
+
20
+ feature:
21
+ - e260e49df @putout/plugin-putout-config: remove-empty-file: add
22
+ - b90c88e45 putout: @putout/plugin-putout v21.0.0
23
+ - 74fa773ed @putout/plugin-putout: drop support of 🐊 < 36
24
+ - cc27c27f8 @putout/plugin-putout: convert-traverse-to-include: check all methods
25
+ - 58eea7073 @putout/engine-runner: improve plugins validation (#218)
26
+ - c2ab8cb25 @putout/eslint: handle case when file is ignored
27
+
1
28
  2024.09.02, v36.4.2
2
29
 
3
30
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.4.2",
3
+ "version": "36.5.1",
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",
@@ -138,7 +138,7 @@
138
138
  "@putout/plugin-npmignore": "^5.0.0",
139
139
  "@putout/plugin-package-json": "^7.0.0",
140
140
  "@putout/plugin-promises": "^15.0.0",
141
- "@putout/plugin-putout": "^20.0.0",
141
+ "@putout/plugin-putout": "^21.0.0",
142
142
  "@putout/plugin-putout-config": "^6.0.0",
143
143
  "@putout/plugin-regexp": "^9.0.0",
144
144
  "@putout/plugin-remove-console": "^6.0.0",
@@ -157,7 +157,7 @@
157
157
  "@putout/plugin-remove-unused-labels": "^1.0.1",
158
158
  "@putout/plugin-remove-unused-private-fields": "^2.0.0",
159
159
  "@putout/plugin-remove-unused-variables": "^9.0.0",
160
- "@putout/plugin-remove-useless-arguments": "^8.0.0",
160
+ "@putout/plugin-remove-useless-arguments": "^9.0.0",
161
161
  "@putout/plugin-remove-useless-array": "^1.0.0",
162
162
  "@putout/plugin-remove-useless-array-constructor": "^2.0.0",
163
163
  "@putout/plugin-remove-useless-array-entries": "^1.0.0",
package/putout.json CHANGED
@@ -42,7 +42,8 @@
42
42
  "typescript/cts-file": "on",
43
43
  "typescript/mts-file": "on",
44
44
  "typescript/rename-file-cts-to-ts": "on",
45
- "typescript/rename-file-mts-to-ts": "on"
45
+ "typescript/rename-file-mts-to-ts": "on",
46
+ "putout-config/remove-empty-file": "on"
46
47
  },
47
48
  "*.md": {
48
49
  "convert-assignment-to-declaration": "off",
@@ -63,7 +64,8 @@
63
64
  "remove-unreachable-code": "off",
64
65
  "declare": "off",
65
66
  "nodejs/declare": "off",
66
- "typescript/remove-unused-types": "off"
67
+ "typescript/remove-unused-types": "off",
68
+ "remove-nested-blocks": "off"
67
69
  },
68
70
  "*.svelte": {
69
71
  "remove-unused-variables": "off"