putout 35.35.1 → 35.35.3

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 +16 -0
  2. package/package.json +3 -2
  3. package/putout.json +1 -0
package/ChangeLog CHANGED
@@ -1,3 +1,19 @@
1
+ 2024.06.19, v35.35.3
2
+
3
+ feature:
4
+ - e48b9e5fd putout: @putout/plugin-merge-destructuring-properties v9.0.0
5
+ - 01426a7cd @putout/plugin-merge-destructuring-properties: drop support of 🐊 < 35
6
+ - cae55119f @putout/plugin-merge-destructuring-properties: exclude remove parentPath
7
+ - 98e715041 @putout/plugin-minify: merge-variables: exclude when first
8
+
9
+ 2024.06.18, v35.35.2
10
+
11
+ feature:
12
+ - 1ef73c58b @putout/plugin-group-imports-by-source: add
13
+ - 929ef6089 @putout/plugin-putout: add-traverse-args: listStore
14
+ - 3c530d7ce @putout/plugin-promises: remove-useless-await: exclude TaggedTemplateExpression
15
+ - 9d2090f74 @putout/engine-parser: hermes-parser v0.22.0
16
+
1
17
  2024.06.17, v35.35.1
2
18
 
3
19
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.35.1",
3
+ "version": "35.35.3",
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",
@@ -123,11 +123,12 @@
123
123
  "@putout/plugin-generators": "^1.0.0",
124
124
  "@putout/plugin-github": "^12.0.0",
125
125
  "@putout/plugin-gitignore": "^6.0.0",
126
+ "@putout/plugin-group-imports-by-source": "^1.0.0",
126
127
  "@putout/plugin-logical-expressions": "^6.0.0",
127
128
  "@putout/plugin-madrun": "^18.0.0",
128
129
  "@putout/plugin-math": "^2.0.0",
129
130
  "@putout/plugin-maybe": "^2.0.0",
130
- "@putout/plugin-merge-destructuring-properties": "^8.0.0",
131
+ "@putout/plugin-merge-destructuring-properties": "^9.0.0",
131
132
  "@putout/plugin-merge-duplicate-functions": "^2.0.0",
132
133
  "@putout/plugin-merge-duplicate-imports": "^11.0.0",
133
134
  "@putout/plugin-montag": "^2.0.0",
package/putout.json CHANGED
@@ -195,6 +195,7 @@
195
195
  "apply-overrides",
196
196
  "extract-object-properties",
197
197
  "extract-sequence-expressions",
198
+ "group-imports-by-source",
198
199
  "madrun",
199
200
  "maybe",
200
201
  "webpack",