putout 32.4.0 → 32.6.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 +31 -0
- package/lib/putout.mjs +0 -1
- package/package.json +4 -3
- package/putout.json +1 -0
package/ChangeLog
CHANGED
|
@@ -1,3 +1,34 @@
|
|
|
1
|
+
2023.10.28, v32.6.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 87b010708 @putou/eslint-config: drop @stylistic
|
|
5
|
+
- fa74ea3af @putout/eslint-config: @stylistic
|
|
6
|
+
- 6683113da @putout/test: format with UPDATE: wrong options
|
|
7
|
+
|
|
8
|
+
feature:
|
|
9
|
+
- 1d4d5a7a0 package: @putout/plugin-regexp v8.0.0
|
|
10
|
+
- 715060684 @putout/plugin-regexp: drop support of 🐊 < 32
|
|
11
|
+
- f804763dc package: @putout/printer v6.0.0
|
|
12
|
+
- e8a190841 package: @stylistic/eslint-plugin-jsx v0.1.1
|
|
13
|
+
- 295e2b0b0 package: eslint-plugin-putout v21.0.0
|
|
14
|
+
- 52f114390 eslint-plugin-putout: @putout/eslint-config v8
|
|
15
|
+
- fc0e9d6cf @putout/eslint-config: use @stylistic (https://eslint.org/blog/2023/10/deprecating-formatting-rules/)
|
|
16
|
+
- 0ed5144c1 package: hermes-parser v0.17.0
|
|
17
|
+
- 15a88dfaf package: hermes-parser v0.17.0
|
|
18
|
+
- 160b5341e @putout/plugin-printer: remove-args: maybe.write.breakline()
|
|
19
|
+
|
|
20
|
+
2023.10.23, v32.5.0
|
|
21
|
+
|
|
22
|
+
feature:
|
|
23
|
+
- fb1dc3bd1 @putout/plugin-apply-dot-notation: check for valid identifier
|
|
24
|
+
- 6bd28ffe5 @putout/plugin-apply-dot-notation: add
|
|
25
|
+
- f85c08671 @putout/plugin-promises: remove-useless-await: exclude MemberExpression
|
|
26
|
+
- a2fa4a265 @putout/plugin-madrun: set-lint-dot: report
|
|
27
|
+
- f49a2cc40 @putout/plugin-madrun: convert-to-async: report
|
|
28
|
+
- d87133ddf @putout/plugin-madrun: convert-nyc-to-c8: report
|
|
29
|
+
- 85069c288 @putout/plugin-minify: mangle: nested-overlap (putoutjs/minify#5)
|
|
30
|
+
- 693246921 @putout/plugin-madrun: convert-args-to-scripts: false positive
|
|
31
|
+
|
|
1
32
|
2023.10.18, v32.4.0
|
|
2
33
|
|
|
3
34
|
feature:
|
package/lib/putout.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "32.
|
|
3
|
+
"version": "32.6.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",
|
|
@@ -71,6 +71,7 @@
|
|
|
71
71
|
"@putout/operator-regexp": "^1.0.0",
|
|
72
72
|
"@putout/plugin-apply-at": "^2.0.0",
|
|
73
73
|
"@putout/plugin-apply-destructuring": "^7.0.0",
|
|
74
|
+
"@putout/plugin-apply-dot-notation": "^1.0.0",
|
|
74
75
|
"@putout/plugin-apply-early-return": "^3.0.0",
|
|
75
76
|
"@putout/plugin-apply-flat-map": "^2.0.0",
|
|
76
77
|
"@putout/plugin-apply-optional-chaining": "^5.0.0",
|
|
@@ -119,7 +120,7 @@
|
|
|
119
120
|
"@putout/plugin-promises": "^13.0.0",
|
|
120
121
|
"@putout/plugin-putout": "^15.0.0",
|
|
121
122
|
"@putout/plugin-putout-config": "^3.0.0",
|
|
122
|
-
"@putout/plugin-regexp": "^
|
|
123
|
+
"@putout/plugin-regexp": "^8.0.0",
|
|
123
124
|
"@putout/plugin-remove-console": "^6.0.0",
|
|
124
125
|
"@putout/plugin-remove-constant-conditions": "^4.0.0",
|
|
125
126
|
"@putout/plugin-remove-debugger": "^5.0.0",
|
|
@@ -206,7 +207,7 @@
|
|
|
206
207
|
"escover": "^3.2.2",
|
|
207
208
|
"eslint": "^8.0.1",
|
|
208
209
|
"eslint-plugin-n": "^16.0.0",
|
|
209
|
-
"eslint-plugin-putout": "^
|
|
210
|
+
"eslint-plugin-putout": "^21.0.0",
|
|
210
211
|
"just-camel-case": "^4.0.2",
|
|
211
212
|
"lerna": "^6.0.1",
|
|
212
213
|
"madrun": "^9.0.0",
|