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.
Files changed (3) hide show
  1. package/ChangeLog +20 -0
  2. package/package.json +2 -2
  3. 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.11.0",
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": "^4.0.0",
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",
package/putout.json CHANGED
@@ -101,6 +101,9 @@
101
101
  "eslint": "on",
102
102
  "eslint/convert-require-to-import": "off"
103
103
  },
104
+ "eslint.config.*": {
105
+ "eslint": "on"
106
+ },
104
107
  "package.json": {
105
108
  "package-json": "on"
106
109
  },