putout 35.11.0 → 35.13.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 +20 -0
- package/package.json +2 -2
- package/putout.json +3 -0
package/ChangeLog
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
2024.04.10, v35.13.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- e79864d67 eslint-plugin-putout: ts: plugins
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- eb0e9cb9c putout: match: add support of ESLint FlatConfig
|
|
8
|
+
- 4ff66674b @putout/plugin-eslint: convert-files-to-array: add support of FlatConfig
|
|
9
|
+
- 809df0ec7 @putout/plugin-eslint: convert-files-to-array: add
|
|
10
|
+
- 83c56c805 putout: migrate to ESLint FlatConfig
|
|
11
|
+
- e61697166 @putout/plugin-eslint: remove-useless-slice: add
|
|
12
|
+
- 8114b3429 @putout/plugin-npmignore: add "*.config.*"
|
|
13
|
+
|
|
14
|
+
2024.04.09, v35.12.0
|
|
15
|
+
|
|
16
|
+
feature:
|
|
17
|
+
- 6a0c0b3ba @putout/engine-runner: @putout/plugin-filesystem v5.0.0
|
|
18
|
+
- 415104d73 putout: @putout/plugin-filesystem v5.0.0
|
|
19
|
+
- b12b3e2f5 @putout/plugin-filesystem: bundle-css -> bundle
|
|
20
|
+
|
|
1
21
|
2024.04.08, v35.11.0
|
|
2
22
|
|
|
3
23
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "35.
|
|
3
|
+
"version": "35.13.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",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"@putout/plugin-eslint": "^8.0.0",
|
|
115
115
|
"@putout/plugin-extract-object-properties": "^9.0.0",
|
|
116
116
|
"@putout/plugin-extract-sequence-expressions": "^3.0.0",
|
|
117
|
-
"@putout/plugin-filesystem": "^
|
|
117
|
+
"@putout/plugin-filesystem": "^5.0.0",
|
|
118
118
|
"@putout/plugin-for-of": "^4.0.0",
|
|
119
119
|
"@putout/plugin-github": "^12.0.0",
|
|
120
120
|
"@putout/plugin-gitignore": "^5.0.0",
|