putout 38.0.0 → 38.0.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.
- package/ChangeLog +13 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2025.01.31, v38.0.1
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 003699b56 @putout/plugin-return: remove-useless
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- 151732a11 putout: @putout/plugin-extract-keywords-from-variables v2.0.0
|
|
8
|
+
- ad89e159f @putout/plugin-extract-keywords-from-variables: drop support of 🐊 < 38
|
|
9
|
+
- 7c314f9d6 @putout/plugin-extract-keywords-from-variables: add support of Identifier used as init
|
|
10
|
+
- d3bd4516f @putout/plugin-putout-config: drop support of 🐊 < 38
|
|
11
|
+
- 281827db0 @putout/plugin-putout-config: add apply-return
|
|
12
|
+
- ab0804f65 root: eslint-plugin-putout v24.0.0
|
|
13
|
+
|
|
1
14
|
2025.01.29, v38.0.0
|
|
2
15
|
|
|
3
16
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "38.0.
|
|
3
|
+
"version": "38.0.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",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"@putout/plugin-declare-before-reference": "^5.0.0",
|
|
116
116
|
"@putout/plugin-eslint": "^10.0.0",
|
|
117
117
|
"@putout/plugin-esm": "^1.0.0",
|
|
118
|
-
"@putout/plugin-extract-keywords-from-variables": "^
|
|
118
|
+
"@putout/plugin-extract-keywords-from-variables": "^2.0.0",
|
|
119
119
|
"@putout/plugin-extract-object-properties": "^9.0.0",
|
|
120
120
|
"@putout/plugin-extract-sequence-expressions": "^3.0.0",
|
|
121
121
|
"@putout/plugin-filesystem": "^7.0.0",
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
"currify": "^4.0.0",
|
|
233
233
|
"eslint": "^9.0.0",
|
|
234
234
|
"eslint-plugin-n": "^17.0.0",
|
|
235
|
-
"eslint-plugin-putout": "^
|
|
235
|
+
"eslint-plugin-putout": "^24.0.0",
|
|
236
236
|
"just-camel-case": "^6.2.0",
|
|
237
237
|
"lerna": "^6.0.1",
|
|
238
238
|
"madrun": "^10.0.0",
|