putout 32.5.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 +19 -0
- package/lib/putout.mjs +0 -1
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
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
|
+
|
|
1
20
|
2023.10.23, v32.5.0
|
|
2
21
|
|
|
3
22
|
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",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"@putout/plugin-promises": "^13.0.0",
|
|
121
121
|
"@putout/plugin-putout": "^15.0.0",
|
|
122
122
|
"@putout/plugin-putout-config": "^3.0.0",
|
|
123
|
-
"@putout/plugin-regexp": "^
|
|
123
|
+
"@putout/plugin-regexp": "^8.0.0",
|
|
124
124
|
"@putout/plugin-remove-console": "^6.0.0",
|
|
125
125
|
"@putout/plugin-remove-constant-conditions": "^4.0.0",
|
|
126
126
|
"@putout/plugin-remove-debugger": "^5.0.0",
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
"escover": "^3.2.2",
|
|
208
208
|
"eslint": "^8.0.1",
|
|
209
209
|
"eslint-plugin-n": "^16.0.0",
|
|
210
|
-
"eslint-plugin-putout": "^
|
|
210
|
+
"eslint-plugin-putout": "^21.0.0",
|
|
211
211
|
"just-camel-case": "^4.0.2",
|
|
212
212
|
"lerna": "^6.0.1",
|
|
213
213
|
"madrun": "^9.0.0",
|