putout 37.12.0 → 37.14.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 +30 -0
  2. package/package.json +6 -6
package/ChangeLog CHANGED
@@ -1,3 +1,33 @@
1
+ 2025.01.12, v37.14.0
2
+
3
+ feature:
4
+ - cb9fa5a7c @putout/engine-runner: @putout/plugin-filesystem v7.0.0
5
+ - 56b19dc72 putout: @putout/plugin-filesystem v7.0.0
6
+ - bd27d3b9a @putout/plugin-filesystem: drop support of 🐊 < 37
7
+ - 903010628 putout: @putout/formatter-codeframe v8.0.0
8
+ - a5834ffdd @putout/formatter-codeframe: drop support of 🐊 < 37
9
+ - 47282eb41 putout: @putout/plugin-github v14.0.0
10
+ - 5aad75ba4 @putout/engine-parser: @putout/printer v12.0.0
11
+ - 4235ad19d @putout/compare: vars: Identifier inside TSTypeParameter
12
+ - bed86b079 @putout/operator/filesystem: getParentDirectory: no parentPath
13
+ - 81bd7b188 @putout/plugin-github: drop support of 🐊 < 37
14
+ - 0256b88c4 @putout/operate: remove: add ability to have no scope
15
+ - 01107d757 @putout/operate: replaceWith: allow path
16
+ - aab65a133 @putout/traverse: @putout/babel v3.0.0
17
+ - 559cdf23e @putout/plugin-apply-arrow: exclude nodes with comments
18
+ - 2724c45b4 @putout/plugin-conditions: remove-unudefined: add
19
+
20
+ 2025.01.09, v37.13.0
21
+
22
+ feature:
23
+ - bb648a364 putout: @putout/plugin-remove-useless-functions v4.0.0
24
+ - 2b6495d04 @putout/plugin-remove-useless-functions: drop support of node < 18
25
+ - 054cc07a5 @putout/plugin-remove-useless-functions: undefined
26
+ - afab717af @putout/plugin-types: convert-typeof-to-is-type: instanceof: Array, Object
27
+ - 614fb22da @putout/processor-typescript: ts-morph v25.0.0
28
+ - ea39a1ef7 eslint-plugin-putout: safe: merge-duplicate-functions
29
+ - 02e4cb8e9 @putout/plugin-remove-useless-argruments: json-parse: add
30
+
1
31
  2025.01.05, v37.12.0
2
32
 
3
33
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "37.12.0",
3
+ "version": "37.14.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",
@@ -49,7 +49,7 @@
49
49
  "report": "madrun report"
50
50
  },
51
51
  "dependencies": {
52
- "@putout/babel": "^2.0.0",
52
+ "@putout/babel": "^3.0.0",
53
53
  "@putout/cli-cache": "^4.0.0",
54
54
  "@putout/cli-choose-formatter": "^4.0.0",
55
55
  "@putout/cli-keypress": "^2.0.0",
@@ -64,7 +64,7 @@
64
64
  "@putout/engine-reporter": "^3.0.0",
65
65
  "@putout/engine-runner": "^22.0.0",
66
66
  "@putout/eslint": "^3.0.0",
67
- "@putout/formatter-codeframe": "^7.0.0",
67
+ "@putout/formatter-codeframe": "^8.0.0",
68
68
  "@putout/formatter-dump": "^5.0.0",
69
69
  "@putout/formatter-frame": "^6.0.0",
70
70
  "@putout/formatter-json": "^2.0.0",
@@ -117,10 +117,10 @@
117
117
  "@putout/plugin-esm": "^1.0.0",
118
118
  "@putout/plugin-extract-object-properties": "^9.0.0",
119
119
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
120
- "@putout/plugin-filesystem": "^6.0.0",
120
+ "@putout/plugin-filesystem": "^7.0.0",
121
121
  "@putout/plugin-for-of": "^7.0.0",
122
122
  "@putout/plugin-generators": "^1.0.0",
123
- "@putout/plugin-github": "^13.0.0",
123
+ "@putout/plugin-github": "^14.0.0",
124
124
  "@putout/plugin-gitignore": "^6.0.0",
125
125
  "@putout/plugin-labels": "^1.0.0",
126
126
  "@putout/plugin-logical-expressions": "^7.0.0",
@@ -164,7 +164,7 @@
164
164
  "@putout/plugin-remove-useless-continue": "^2.0.0",
165
165
  "@putout/plugin-remove-useless-delete": "^1.0.1",
166
166
  "@putout/plugin-remove-useless-escape": "^6.0.0",
167
- "@putout/plugin-remove-useless-functions": "^3.0.0",
167
+ "@putout/plugin-remove-useless-functions": "^4.0.0",
168
168
  "@putout/plugin-remove-useless-map": "^1.0.0",
169
169
  "@putout/plugin-remove-useless-operand": "^2.0.0",
170
170
  "@putout/plugin-remove-useless-push": "^1.0.0",