putout 36.0.7 → 36.0.9

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 +15 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,18 @@
1
+ 2024.08.23, v36.0.9
2
+
3
+ feature:
4
+ - 450a9d74e putout: @putout/plugin-convert-optional-to-logical v4.0.0
5
+ - 11ee1dd53 @putout/plugin-convert-optional-to-logical: drop support of 🐊 < 36
6
+ - e9a653a2c @putout/plugin-convert-optional-chaining: assign: exclude right
7
+ - 1efb34869 @putout/plugin-apply-overrides: ReturnStatement
8
+ - 638722707 @putout/plugin-remove-useless-variables: declaration: exclude module.exports
9
+
10
+ 2024.08.22, v36.0.8
11
+
12
+ feature:
13
+ - b6b594adc putout: @putout/plugin-apply-overrides v2.0.0
14
+ - c1a3b1d45 @putout/plugin-apply-overrides: drop support of 🐊 < 36
15
+
1
16
  2024.08.22, v36.0.7
2
17
 
3
18
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.0.7",
3
+ "version": "36.0.9",
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",
@@ -108,7 +108,7 @@
108
108
  "@putout/plugin-convert-label-to-object": "^1.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
- "@putout/plugin-convert-optional-to-logical": "^3.0.0",
111
+ "@putout/plugin-convert-optional-to-logical": "^4.0.0",
112
112
  "@putout/plugin-convert-quotes-to-backticks": "^3.0.0",
113
113
  "@putout/plugin-convert-template-to-string": "^2.0.0",
114
114
  "@putout/plugin-convert-to-arrow-function": "^4.0.0",