putout 36.17.0 → 36.18.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/putout.json +0 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2024.12.13, v36.18.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- a89783a7d putout: @putout/plugin-convert-optional-to-logical v5.0.0
|
|
5
|
+
- 4181da995 @putout/plugin-convert-optional-to-logical: call - disabled by default
|
|
6
|
+
- 034b715d0 putout: syntax errors: export without const
|
|
7
|
+
- f2bb12644 eslint-plugin-putout: mocha v11.0.1
|
|
8
|
+
- 9d5d45e74 @putout/eslint: change the way of config search
|
|
9
|
+
- 948f1a279 eslint-plugin-putout: add-newline-between-types: improve
|
|
10
|
+
- 310441006 @putout/compare: improve support of __jsx_atributes, jsx identifiers (__a)
|
|
11
|
+
- 00713f19c @putout/operate: add support of JSXIdentifier
|
|
12
|
+
- bd4ca28a5 @putout/compare: vars: JSXText: improve support
|
|
13
|
+
|
|
1
14
|
2024.12.10, v36.17.0
|
|
2
15
|
|
|
3
16
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "36.
|
|
3
|
+
"version": "36.18.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",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@putout/babel": "^2.0.0",
|
|
53
|
-
"@putout/cli-cache": "^
|
|
53
|
+
"@putout/cli-cache": "^4.0.0",
|
|
54
54
|
"@putout/cli-choose-formatter": "^4.0.0",
|
|
55
55
|
"@putout/cli-keypress": "^2.0.0",
|
|
56
56
|
"@putout/cli-match": "^2.0.0",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"@putout/plugin-convert-index-of-to-includes": "^2.0.0",
|
|
108
108
|
"@putout/plugin-convert-object-assign-to-merge-spread": "^6.0.0",
|
|
109
109
|
"@putout/plugin-convert-object-entries-to-array-entries": "^3.0.0",
|
|
110
|
-
"@putout/plugin-convert-optional-to-logical": "^
|
|
110
|
+
"@putout/plugin-convert-optional-to-logical": "^5.0.0",
|
|
111
111
|
"@putout/plugin-convert-quotes-to-backticks": "^3.0.0",
|
|
112
112
|
"@putout/plugin-convert-template-to-string": "^2.0.0",
|
|
113
113
|
"@putout/plugin-convert-to-arrow-function": "^4.0.0",
|
package/putout.json
CHANGED
|
@@ -172,7 +172,6 @@
|
|
|
172
172
|
"typescript": "off",
|
|
173
173
|
"nodejs/convert-esm-to-commonjs": "off",
|
|
174
174
|
"nodejs/convert-commonjs-to-esm": "off",
|
|
175
|
-
"convert-optional-to-logical/call": "off",
|
|
176
175
|
"nodejs/convert-top-level-return": "off",
|
|
177
176
|
"putout": "off",
|
|
178
177
|
"putout-config": "off",
|