putout 42.0.13 → 42.0.15

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 +14 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,17 @@
1
+ 2026.02.23, v42.0.15
2
+
3
+ feature:
4
+ - 7ebf44893 putout: @putout/plugin-remove-useless-delete v3.0.0
5
+ - 796ed9121 @putout/plugin-remove-useless-delete: drop support of 🐊 < 42
6
+ - 62e6d64b5 @putout/plugin-remove-useless-delete: OptionalMemberExpression: exclude
7
+
8
+ 2026.02.23, v42.0.14
9
+
10
+ feature:
11
+ - 7a091e539 putout: @putout/plugin-destructuring v2.0.0
12
+ - 79d8ac156 @putout/plugin-destructuring: drop support of 🐊 < 42
13
+ - 0913317ea @putout/plugin-destructuring: merge-properties: exclude renaming
14
+
1
15
  2026.02.22, v42.0.13
2
16
 
3
17
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.0.13",
3
+ "version": "42.0.15",
4
4
  "type": "module",
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",
@@ -114,7 +114,7 @@
114
114
  "@putout/plugin-coverage": "^3.0.0",
115
115
  "@putout/plugin-declare": "^8.0.0",
116
116
  "@putout/plugin-declare-before-reference": "^10.0.0",
117
- "@putout/plugin-destructuring": "^1.0.0",
117
+ "@putout/plugin-destructuring": "^2.0.0",
118
118
  "@putout/plugin-eslint": "^15.0.0",
119
119
  "@putout/plugin-esm": "^10.0.0",
120
120
  "@putout/plugin-extract-sequence-expressions": "^4.0.0",
@@ -156,7 +156,7 @@
156
156
  "@putout/plugin-remove-useless-assign": "^2.0.0",
157
157
  "@putout/plugin-remove-useless-constructor": "^3.0.0",
158
158
  "@putout/plugin-remove-useless-continue": "^3.0.0",
159
- "@putout/plugin-remove-useless-delete": "^2.0.0",
159
+ "@putout/plugin-remove-useless-delete": "^3.0.0",
160
160
  "@putout/plugin-remove-useless-escape": "^9.0.0",
161
161
  "@putout/plugin-remove-useless-functions": "^5.0.0",
162
162
  "@putout/plugin-remove-useless-map": "^3.0.0",