putout 42.0.12 → 42.0.14

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 (3) hide show
  1. package/ChangeLog +31 -0
  2. package/package.json +4 -4
  3. package/putout.json +0 -1
package/ChangeLog CHANGED
@@ -1,3 +1,34 @@
1
+ 2026.02.23, v42.0.14
2
+
3
+ feature:
4
+ - 7a091e539 putout: @putout/plugin-destructuring v2.0.0
5
+ - 79d8ac156 @putout/plugin-destructuring: drop support of 🐊 < 42
6
+ - 0913317ea @putout/plugin-destructuring: merge-properties: exclude renaming
7
+
8
+ 2026.02.22, v42.0.13
9
+
10
+ fix:
11
+ - 8bf592166 @putout/engine-runner: fix: simplify
12
+ - b0c8ece5e @putout/engine-runner: filter: options
13
+ - 77188b275 @putout/plugin-remove-duplicate-keys: addQuote -> addQuotes
14
+
15
+ feature:
16
+ - 8e44eb66d putout: @putout/plugin-declare-before-reference v10.0.0
17
+ - 837d89424 @putout/plugin-declare-before-reference: drop support of 🐊 < 42
18
+ - b768360b3 @putout/plugin-declare-before-reference: same scope difference functions
19
+ - 3a630b1c4 @putout/plugin-declare: addQuotes: add
20
+ - 5f8673d85 @putout/engine-loader: rule name not string
21
+ - 593e1acec @putout/engine-runner: includer: report: add ability to receive options
22
+ - 9d135f859 @putout/plugin-remove-duplicate-keys: report: MemberExpression
23
+ - 4b7e06b35 @putout/plugin-remove-duplicate-keys: report: SpreadElement
24
+ - b1263f331 @putout/plugin-esm: resolve-imported-file, shorten-imported-file, apply-privately-imported-file: export from
25
+ - 74105a1d6 @putout/plugin-esm: content: remove useless
26
+ - 808d36565 @putout/plugin-filesystem: remove-files: *.lock: add
27
+ - 6b4750f33 putout: ignore: exclude lock
28
+ - 7aecafdb4 putout: @putout/plugin-tape v21.0.0
29
+ - 2aa1c1275 @putout/plugin-tape: convert-equal-to-deep-equal: date
30
+ - e7c22bf68 @putout/plugin-putout: apply-name-to-is-identifier: add
31
+
1
32
  2026.02.20, v42.0.12
2
33
 
3
34
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.0.12",
3
+ "version": "42.0.14",
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",
@@ -113,8 +113,8 @@
113
113
  "@putout/plugin-convert-to-arrow-function": "^5.0.0",
114
114
  "@putout/plugin-coverage": "^3.0.0",
115
115
  "@putout/plugin-declare": "^8.0.0",
116
- "@putout/plugin-declare-before-reference": "^9.0.0",
117
- "@putout/plugin-destructuring": "^1.0.0",
116
+ "@putout/plugin-declare-before-reference": "^10.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",
@@ -168,7 +168,7 @@
168
168
  "@putout/plugin-return": "^3.0.0",
169
169
  "@putout/plugin-simplify-ternary": "^9.0.0",
170
170
  "@putout/plugin-spread": "^3.0.0",
171
- "@putout/plugin-tape": "^20.0.0",
171
+ "@putout/plugin-tape": "^21.0.0",
172
172
  "@putout/plugin-try-catch": "^7.0.0",
173
173
  "@putout/plugin-types": "^10.0.0",
174
174
  "@putout/plugin-typescript": "^13.0.0",
package/putout.json CHANGED
@@ -162,7 +162,6 @@
162
162
  }
163
163
  },
164
164
  "ignore": [
165
- "**/*.lock",
166
165
  "**/*.log",
167
166
  "**/.nyc_output/*",
168
167
  "**/.yarn",