putout 35.18.0 → 35.19.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 CHANGED
@@ -1,3 +1,12 @@
1
+ 2024.05.03, v35.19.0
2
+
3
+ fix:
4
+ - b47fc0082 eslint-plugin-putout: long-properties-destructuring: ImportDeclaration: no imported
5
+
6
+ feature:
7
+ - 06c23903c putout: @putout/plugin-apply-overrides v1.0.0
8
+ - 78a37907a eslint-plugin-putout: long-properties-destructuring: add support of ImportDeclaration (align with @putout/printer maxPropertiesLengthInOneLine)
9
+
1
10
  2024.04.29, v35.18.0
2
11
 
3
12
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.18.0",
3
+ "version": "35.19.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",
@@ -90,6 +90,7 @@
90
90
  "@putout/plugin-apply-early-return": "^3.0.0",
91
91
  "@putout/plugin-apply-flat-map": "^2.0.0",
92
92
  "@putout/plugin-apply-optional-chaining": "^5.0.0",
93
+ "@putout/plugin-apply-overrides": "^1.0.0",
93
94
  "@putout/plugin-apply-starts-with": "^1.0.0",
94
95
  "@putout/plugin-apply-template-literals": "^3.0.0",
95
96
  "@putout/plugin-browserlist": "^2.0.0",
package/putout.json CHANGED
@@ -190,6 +190,7 @@
190
190
  "apply-optional-chaining",
191
191
  "apply-starts-with",
192
192
  "apply-template-literals",
193
+ "apply-overrides",
193
194
  "extract-object-properties",
194
195
  "extract-sequence-expressions",
195
196
  "madrun",