putout 36.1.0 → 36.1.2

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 +17 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,20 @@
1
+ 2024.08.24, v36.1.2
2
+
3
+ feature:
4
+ - 6df870c25 putout: @putout/plugin-typescript v8.0.0
5
+ - 5bd7600fb @putout/plugin-typescript: drop support of 🐊 < 36
6
+ - 4017b8f28 @putout/plugin-typescript: remove-useless-non-null-expression$: add
7
+ - d7b1a3965 @putout/plugin-eslint: remove-useless-properties: after remove-overrides-with-empty-rules
8
+
9
+ 2024.08.24, v36.1.1
10
+
11
+ fix:
12
+ - 2496b126c @putout/plugin-remove-useless-delete: report: Remove -> Avoid
13
+
14
+ feature:
15
+ - cc32d29a7 package: @putout/plugin-convert-label-to-object v2.0.0
16
+ - d4792680b @putout/plugin-convert-label-to-object: drop support of 🐊 < 36
17
+
1
18
  2024.08.23, v36.1.0
2
19
 
3
20
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.1.0",
3
+ "version": "36.1.2",
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",
@@ -105,7 +105,7 @@
105
105
  "@putout/plugin-convert-concat-to-flat": "^1.0.0",
106
106
  "@putout/plugin-convert-const-to-let": "^3.0.0",
107
107
  "@putout/plugin-convert-index-of-to-includes": "^2.0.0",
108
- "@putout/plugin-convert-label-to-object": "^1.0.0",
108
+ "@putout/plugin-convert-label-to-object": "^2.0.0",
109
109
  "@putout/plugin-convert-object-assign-to-merge-spread": "^6.0.0",
110
110
  "@putout/plugin-convert-object-entries-to-array-entries": "^3.0.0",
111
111
  "@putout/plugin-convert-optional-to-logical": "^4.0.0",
@@ -184,7 +184,7 @@
184
184
  "@putout/plugin-tape": "^15.0.0",
185
185
  "@putout/plugin-try-catch": "^4.0.0",
186
186
  "@putout/plugin-types": "^4.0.0",
187
- "@putout/plugin-typescript": "^7.0.0",
187
+ "@putout/plugin-typescript": "^8.0.0",
188
188
  "@putout/plugin-webpack": "^3.0.0",
189
189
  "@putout/processor-css": "^9.0.0",
190
190
  "@putout/processor-filesystem": "^4.0.0",