putout 37.13.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.
- package/ChangeLog +19 -0
- package/package.json +5 -5
package/ChangeLog
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
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
|
+
|
|
1
20
|
2025.01.09, v37.13.0
|
|
2
21
|
|
|
3
22
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "37.
|
|
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": "^
|
|
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": "^
|
|
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": "^
|
|
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": "^
|
|
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",
|