putout 35.20.0 → 35.20.1

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 +10 -0
  2. package/package.json +1 -1
  3. package/putout.json +2 -1
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2024.05.06, v35.20.1
2
+
3
+ fix:
4
+ - 44635b9f3 putout: config: eslint/apply-match-to-flat: disable for .eslintrc.js
5
+
6
+ feature:
7
+ - 4d75b9c9f putout: @putout/plugin-for-of v5.0.0
8
+ - b1b9aa23b @putout/plugin-for-of: drop support of 🐊 < 35
9
+ - dd29a5a0b @putout/plugin-for-of: for-each: exclude ConditionalExpression (coderaiser/minify#122)
10
+
1
11
  2024.05.05, v35.20.0
2
12
 
3
13
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.20.0",
3
+ "version": "35.20.1",
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",
package/putout.json CHANGED
@@ -102,7 +102,8 @@
102
102
  },
103
103
  ".eslintrc{*,.json}": {
104
104
  "eslint": "on",
105
- "eslint/convert-require-to-import": "off"
105
+ "eslint/convert-require-to-import": "off",
106
+ "eslint/apply-match-to-flat": "off"
106
107
  },
107
108
  "eslint.config.*": {
108
109
  "eslint": "on"