putout 36.17.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.
Files changed (3) hide show
  1. package/ChangeLog +26 -0
  2. package/package.json +3 -4
  3. package/putout.json +1 -3
package/ChangeLog CHANGED
@@ -1,3 +1,29 @@
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
+
14
+ 2024.12.13, v36.18.0
15
+
16
+ feature:
17
+ - a89783a7d putout: @putout/plugin-convert-optional-to-logical v5.0.0
18
+ - 4181da995 @putout/plugin-convert-optional-to-logical: call - disabled by default
19
+ - 034b715d0 putout: syntax errors: export without const
20
+ - f2bb12644 eslint-plugin-putout: mocha v11.0.1
21
+ - 9d5d45e74 @putout/eslint: change the way of config search
22
+ - 948f1a279 eslint-plugin-putout: add-newline-between-types: improve
23
+ - 310441006 @putout/compare: improve support of __jsx_atributes, jsx identifiers (__a)
24
+ - 00713f19c @putout/operate: add support of JSXIdentifier
25
+ - bd4ca28a5 @putout/compare: vars: JSXText: improve support
26
+
1
27
  2024.12.10, v36.17.0
2
28
 
3
29
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.17.0",
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": "^4.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": "^6.0.0",
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
@@ -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",
@@ -196,7 +195,6 @@
196
195
  "apply-early-return",
197
196
  "apply-flat-map",
198
197
  "apply-destructuring",
199
- "apply-optional-chaining",
200
198
  "apply-shorthand-properties",
201
199
  "apply-starts-with",
202
200
  "apply-template-literals",
@@ -208,6 +206,7 @@
208
206
  "maybe",
209
207
  "webpack",
210
208
  "eslint",
209
+ "optional-chaining",
211
210
  "package-json",
212
211
  "remove-debugger",
213
212
  "remove-iife",
@@ -254,7 +253,6 @@
254
253
  "convert-concat-to-flat",
255
254
  "convert-arguments-to-rest",
256
255
  "convert-object-assign-to-merge-spread",
257
- "convert-optional-to-logical",
258
256
  "convert-to-arrow-function",
259
257
  "convert-array-copy-to-slice",
260
258
  "convert-template-to-string",