putout 36.8.0 → 36.10.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 +27 -0
  2. package/package.json +4 -3
  3. package/putout.json +5 -1
package/ChangeLog CHANGED
@@ -1,3 +1,30 @@
1
+ 2024.10.18, v36.10.0
2
+
3
+ feature:
4
+ - eb0955cec putout: @putout/plugin-group-imports-by-source v2.0.0
5
+ - 42ff53856 @putout/plugin-typescript: drop support of 🐊 < 36
6
+ - 255ad02bb @putout/processor-typescript: ts-morph v24.0.0
7
+ - c6468651b @putout/plugin-group-imports-by-source: drop support of 🐊 < 36
8
+ - 6cbd80795 putout: @putout/plugin-github v13.0.0
9
+ - a54241435 @putout/plugin-github: drop sut of 🐊 < 36
10
+ - b631448d4 @putout/plugin-github: set-node-version: v23 (https://nodejs.org/en/blog/release/v23.0.0)
11
+ - fbf87aaf6 @putout/plugin-package-json: remove-exports-with-missing-files: nested
12
+ - e2bca80d6 @putout/plugin-package-json: remove-exports-with-missing-files: options
13
+ - d4fc84e38 @putout/plugin-package-json: remove-exports-with-missing-files: exclude nested
14
+
15
+ 2024.10.02, v36.9.0
16
+
17
+ fix:
18
+ - d24950965 @putout/plugin-package-json: remove-exports-with-missing-files: indent: 4 -> 2
19
+ - 037f06789 @putout/plugin-nodejs: remove-illigal-strict-mode -> remove-illegal-strict-mode
20
+
21
+ feature:
22
+ - 9340f32a9 @putout/plugin-remove-useless-push: add
23
+ - 8883e2e8f @putout/plugin-package-json: remove-exports-with-missing-files: add
24
+ - ca4ecd296 @putout/plugin-putout: add-path-arg-to-fix: exclude empty body
25
+ - 587da10e6 @putout/plugin-putout: add-track-file: one arg
26
+ - cf3f4c49a @putout/plugin-convert-arguments-to-rest: exclude "strict mode"
27
+
1
28
  2024.09.27, v36.8.0
2
29
 
3
30
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.8.0",
3
+ "version": "36.10.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",
@@ -119,9 +119,9 @@
119
119
  "@putout/plugin-filesystem": "^5.0.0",
120
120
  "@putout/plugin-for-of": "^6.0.0",
121
121
  "@putout/plugin-generators": "^1.0.0",
122
- "@putout/plugin-github": "^12.0.0",
122
+ "@putout/plugin-github": "^13.0.0",
123
123
  "@putout/plugin-gitignore": "^6.0.0",
124
- "@putout/plugin-group-imports-by-source": "^1.0.0",
124
+ "@putout/plugin-group-imports-by-source": "^2.0.0",
125
125
  "@putout/plugin-labels": "^1.0.0",
126
126
  "@putout/plugin-logical-expressions": "^6.0.0",
127
127
  "@putout/plugin-madrun": "^19.0.0",
@@ -167,6 +167,7 @@
167
167
  "@putout/plugin-remove-useless-functions": "^3.0.0",
168
168
  "@putout/plugin-remove-useless-map": "^1.0.0",
169
169
  "@putout/plugin-remove-useless-operand": "^2.0.0",
170
+ "@putout/plugin-remove-useless-push": "^1.0.0",
170
171
  "@putout/plugin-remove-useless-replace": "^1.0.1",
171
172
  "@putout/plugin-remove-useless-return": "^7.0.0",
172
173
  "@putout/plugin-remove-useless-spread": "^11.0.0",
package/putout.json CHANGED
@@ -38,6 +38,7 @@
38
38
  "nodejs/rename-file-cjs-to-js": "on",
39
39
  "nodejs/rename-file-mjs-to-js": "on",
40
40
  "package-json/find-file": "on",
41
+ "package-json/remove-exports-with-missing-files": "on",
41
42
  "typescript/find-file": "on",
42
43
  "typescript/cts-file": "on",
43
44
  "typescript/mts-file": "on",
@@ -57,6 +58,7 @@
57
58
  "labels/remove-unused": "off",
58
59
  "remove-useless-escape": "off",
59
60
  "remove-useless-variables": "off",
61
+ "remove-useless-push": "off",
60
62
  "remove-useless-return": "off",
61
63
  "remove-empty": "off",
62
64
  "for-of/remove-unused-variables": "off",
@@ -81,7 +83,8 @@
81
83
  "versions": [
82
84
  "18.x",
83
85
  "20.x",
84
- "22.x"
86
+ "22.x",
87
+ "23.x"
85
88
  ]
86
89
  }],
87
90
  "remove-useless-escape": "off"
@@ -215,6 +218,7 @@
215
218
  "remove-useless-assign",
216
219
  "remove-useless-replace",
217
220
  "remove-useless-variables",
221
+ "remove-useless-push",
218
222
  "remove-useless-map",
219
223
  "remove-useless-constructor",
220
224
  "remove-useless-array",