putout 36.5.1 → 36.6.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 (2) hide show
  1. package/ChangeLog +18 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,21 @@
1
+ 2024.09.25, v36.6.1
2
+
3
+ feature:
4
+ - 00f1be349 putout: @putout/plugin-madrun v19.0.0
5
+ - bd50cf196 @putout/plugin-madrun: drop support of 🐊 < 36
6
+ - 2837459aa @putout/plugin-madrun: convert-run-to-cut-env: exclude different envs
7
+
8
+ 2024.09.23, v36.6.0
9
+
10
+ fix:
11
+ - 6c3eb4f40 @putout/compare: __type_params
12
+
13
+ feature:
14
+ - dc92ef92a putout: @putout/plugin-remove-useless-constructor v2.0.0
15
+ - eb8ef6197 @putout/plugin-remove-useless-constructor: change
16
+ - 044fd02e8 @putout/plugin-typres: remove-useless-constructor: merge
17
+ - f5de7f09d @putout/plugin-putout: add-path-arg-to-fix: add
18
+
1
19
  2024.09.11, v36.5.1
2
20
 
3
21
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.5.1",
3
+ "version": "36.6.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",
@@ -126,7 +126,7 @@
126
126
  "@putout/plugin-group-imports-by-source": "^1.0.0",
127
127
  "@putout/plugin-labels": "^1.0.0",
128
128
  "@putout/plugin-logical-expressions": "^6.0.0",
129
- "@putout/plugin-madrun": "^18.0.0",
129
+ "@putout/plugin-madrun": "^19.0.0",
130
130
  "@putout/plugin-math": "^2.0.0",
131
131
  "@putout/plugin-maybe": "^2.0.0",
132
132
  "@putout/plugin-merge-destructuring-properties": "^9.0.0",
@@ -162,7 +162,7 @@
162
162
  "@putout/plugin-remove-useless-array-constructor": "^2.0.0",
163
163
  "@putout/plugin-remove-useless-array-entries": "^1.0.0",
164
164
  "@putout/plugin-remove-useless-assign": "^1.0.0",
165
- "@putout/plugin-remove-useless-constructor": "^1.0.0",
165
+ "@putout/plugin-remove-useless-constructor": "^2.0.0",
166
166
  "@putout/plugin-remove-useless-continue": "^2.0.0",
167
167
  "@putout/plugin-remove-useless-delete": "^1.0.1",
168
168
  "@putout/plugin-remove-useless-escape": "^6.0.0",