putout 36.18.0 → 37.0.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 +13 -0
- package/package.json +3 -4
- package/putout.json +1 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2024.12.13, v37.0.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 613097b2f @putout/plugin-optional-chaining: convert-assign-to-optional: template.ast -> template.ast.fresh
|
|
5
|
+
- e1395217b @putout/plugin-optional-chaining: typo
|
|
6
|
+
- 7a4fac13a @putout/plugin-putout-config: apply-optional-chaining
|
|
7
|
+
|
|
8
|
+
feature:
|
|
9
|
+
- 3fe8ef81c putout: @putout/plugin-putout-config v7.0.1
|
|
10
|
+
- 1fe97b15f putout: @putout/plugin-optional-chaining v1.0.1
|
|
11
|
+
- 55c3eeff3 @putout/plugin-putout-config: optional-chaining
|
|
12
|
+
- a89e949aa @putout/plugin-optional-chaining: apply-optional-chaining + convert-optional-to-logical
|
|
13
|
+
|
|
1
14
|
2024.12.13, v36.18.0
|
|
2
15
|
|
|
3
16
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "37.0.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",
|
|
@@ -89,7 +89,6 @@
|
|
|
89
89
|
"@putout/plugin-apply-dot-notation": "^2.0.0",
|
|
90
90
|
"@putout/plugin-apply-early-return": "^3.0.0",
|
|
91
91
|
"@putout/plugin-apply-flat-map": "^2.0.0",
|
|
92
|
-
"@putout/plugin-apply-optional-chaining": "^6.0.0",
|
|
93
92
|
"@putout/plugin-apply-overrides": "^2.0.0",
|
|
94
93
|
"@putout/plugin-apply-shorthand-properties": "^6.0.0",
|
|
95
94
|
"@putout/plugin-apply-starts-with": "^1.0.0",
|
|
@@ -107,7 +106,6 @@
|
|
|
107
106
|
"@putout/plugin-convert-index-of-to-includes": "^2.0.0",
|
|
108
107
|
"@putout/plugin-convert-object-assign-to-merge-spread": "^6.0.0",
|
|
109
108
|
"@putout/plugin-convert-object-entries-to-array-entries": "^3.0.0",
|
|
110
|
-
"@putout/plugin-convert-optional-to-logical": "^5.0.0",
|
|
111
109
|
"@putout/plugin-convert-quotes-to-backticks": "^3.0.0",
|
|
112
110
|
"@putout/plugin-convert-template-to-string": "^2.0.0",
|
|
113
111
|
"@putout/plugin-convert-to-arrow-function": "^4.0.0",
|
|
@@ -136,10 +134,11 @@
|
|
|
136
134
|
"@putout/plugin-new": "^3.0.1",
|
|
137
135
|
"@putout/plugin-nodejs": "^12.0.0",
|
|
138
136
|
"@putout/plugin-npmignore": "^5.0.0",
|
|
137
|
+
"@putout/plugin-optional-chaining": "^1.0.1",
|
|
139
138
|
"@putout/plugin-package-json": "^8.0.0",
|
|
140
139
|
"@putout/plugin-promises": "^15.0.0",
|
|
141
140
|
"@putout/plugin-putout": "^21.0.0",
|
|
142
|
-
"@putout/plugin-putout-config": "^
|
|
141
|
+
"@putout/plugin-putout-config": "^7.0.1",
|
|
143
142
|
"@putout/plugin-regexp": "^9.0.0",
|
|
144
143
|
"@putout/plugin-remove-console": "^6.0.0",
|
|
145
144
|
"@putout/plugin-remove-constant-conditions": "^4.0.0",
|
package/putout.json
CHANGED
|
@@ -195,7 +195,6 @@
|
|
|
195
195
|
"apply-early-return",
|
|
196
196
|
"apply-flat-map",
|
|
197
197
|
"apply-destructuring",
|
|
198
|
-
"apply-optional-chaining",
|
|
199
198
|
"apply-shorthand-properties",
|
|
200
199
|
"apply-starts-with",
|
|
201
200
|
"apply-template-literals",
|
|
@@ -207,6 +206,7 @@
|
|
|
207
206
|
"maybe",
|
|
208
207
|
"webpack",
|
|
209
208
|
"eslint",
|
|
209
|
+
"optional-chaining",
|
|
210
210
|
"package-json",
|
|
211
211
|
"remove-debugger",
|
|
212
212
|
"remove-iife",
|
|
@@ -253,7 +253,6 @@
|
|
|
253
253
|
"convert-concat-to-flat",
|
|
254
254
|
"convert-arguments-to-rest",
|
|
255
255
|
"convert-object-assign-to-merge-spread",
|
|
256
|
-
"convert-optional-to-logical",
|
|
257
256
|
"convert-to-arrow-function",
|
|
258
257
|
"convert-array-copy-to-slice",
|
|
259
258
|
"convert-template-to-string",
|