putout 36.0.6 → 36.0.8

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 +13 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,16 @@
1
+ 2024.08.22, v36.0.8
2
+
3
+ feature:
4
+ - b6b594adc putout: @putout/plugin-apply-overrides v2.0.0
5
+ - c1a3b1d45 @putout/plugin-apply-overrides: drop support of 🐊 < 36
6
+
7
+ 2024.08.22, v36.0.7
8
+
9
+ feature:
10
+ - a136020c9 putout: @putout/plugin-convert-const-to-let v3.0.0
11
+ - 6d2cae860 @putout/plugin-convert-const-to-let: drop support of 🐊 < 36
12
+ - 26695a9bc @putout/plugin-remove-useless-variables: declaration: different scopes
13
+
1
14
  2024.08.21, v36.0.6
2
15
 
3
16
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.0.6",
3
+ "version": "36.0.8",
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",
@@ -91,7 +91,7 @@
91
91
  "@putout/plugin-apply-early-return": "^3.0.0",
92
92
  "@putout/plugin-apply-flat-map": "^2.0.0",
93
93
  "@putout/plugin-apply-optional-chaining": "^6.0.0",
94
- "@putout/plugin-apply-overrides": "^1.0.0",
94
+ "@putout/plugin-apply-overrides": "^2.0.0",
95
95
  "@putout/plugin-apply-starts-with": "^1.0.0",
96
96
  "@putout/plugin-apply-template-literals": "^3.0.0",
97
97
  "@putout/plugin-browserlist": "^2.0.0",
@@ -103,7 +103,7 @@
103
103
  "@putout/plugin-convert-assignment-to-comparison": "^2.0.0",
104
104
  "@putout/plugin-convert-assignment-to-declaration": "^1.0.0",
105
105
  "@putout/plugin-convert-concat-to-flat": "^1.0.0",
106
- "@putout/plugin-convert-const-to-let": "^2.0.0",
106
+ "@putout/plugin-convert-const-to-let": "^3.0.0",
107
107
  "@putout/plugin-convert-index-of-to-includes": "^2.0.0",
108
108
  "@putout/plugin-convert-label-to-object": "^1.0.0",
109
109
  "@putout/plugin-convert-object-assign-to-merge-spread": "^6.0.0",