putout 35.22.4 → 35.23.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 +17 -0
- package/package.json +4 -3
- package/putout.json +1 -0
package/ChangeLog
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
2024.05.10, v35.23.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- fa79b359c @putout/plugin-eslint: apply-dir-to-flat: report
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- 60f3215aa putout: @putout/plugin-for-of v6.0.0
|
|
8
|
+
- 360f0cc9d @putout/plugin-generators: add
|
|
9
|
+
- e674127aa @putout/plugin-for-of: add-missing-star: move out to generators
|
|
10
|
+
- 06937ee22 @putout/plugin-filesystem: convert-simple-filesystem-to-filesystem: improve check of parent directory
|
|
11
|
+
- 358fa9655 @putout/plugin-putout: convert-node-to-path-in-get-template-values: exclude parentPath
|
|
12
|
+
- c0f246225 @putout/plugin-apply-overrides: exclude nested
|
|
13
|
+
- 6d61ac19a @putout/plugin-eslint: apply-dir-to-flat
|
|
14
|
+
- 195ed1a66 root: @putout/eslint-flat v2.0.0
|
|
15
|
+
- 2787a7c5a @putout/eslint: ignore await/yield
|
|
16
|
+
- aef0bfe36 @putout/eslint-flat: add __dirname/import.meta.url
|
|
17
|
+
|
|
1
18
|
2024.05.09, v35.22.4
|
|
2
19
|
|
|
3
20
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "35.
|
|
3
|
+
"version": "35.23.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",
|
|
@@ -118,7 +118,8 @@
|
|
|
118
118
|
"@putout/plugin-extract-object-properties": "^9.0.0",
|
|
119
119
|
"@putout/plugin-extract-sequence-expressions": "^3.0.0",
|
|
120
120
|
"@putout/plugin-filesystem": "^5.0.0",
|
|
121
|
-
"@putout/plugin-for-of": "^
|
|
121
|
+
"@putout/plugin-for-of": "^6.0.0",
|
|
122
|
+
"@putout/plugin-generators": "^1.0.0",
|
|
122
123
|
"@putout/plugin-github": "^12.0.0",
|
|
123
124
|
"@putout/plugin-gitignore": "^6.0.0",
|
|
124
125
|
"@putout/plugin-logical-expressions": "^5.0.0",
|
|
@@ -221,7 +222,7 @@
|
|
|
221
222
|
"unused"
|
|
222
223
|
],
|
|
223
224
|
"devDependencies": {
|
|
224
|
-
"@putout/eslint-flat": "^
|
|
225
|
+
"@putout/eslint-flat": "^2.0.0",
|
|
225
226
|
"@putout/plugin-apply-entries": "^2.0.0",
|
|
226
227
|
"c8": "^9.0.0",
|
|
227
228
|
"currify": "^4.0.0",
|