putout 42.0.12 → 42.0.13
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.
- package/ChangeLog +24 -0
- package/package.json +3 -3
- package/putout.json +0 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
2026.02.22, v42.0.13
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 8bf592166 @putout/engine-runner: fix: simplify
|
|
5
|
+
- b0c8ece5e @putout/engine-runner: filter: options
|
|
6
|
+
- 77188b275 @putout/plugin-remove-duplicate-keys: addQuote -> addQuotes
|
|
7
|
+
|
|
8
|
+
feature:
|
|
9
|
+
- 8e44eb66d putout: @putout/plugin-declare-before-reference v10.0.0
|
|
10
|
+
- 837d89424 @putout/plugin-declare-before-reference: drop support of 🐊 < 42
|
|
11
|
+
- b768360b3 @putout/plugin-declare-before-reference: same scope difference functions
|
|
12
|
+
- 3a630b1c4 @putout/plugin-declare: addQuotes: add
|
|
13
|
+
- 5f8673d85 @putout/engine-loader: rule name not string
|
|
14
|
+
- 593e1acec @putout/engine-runner: includer: report: add ability to receive options
|
|
15
|
+
- 9d135f859 @putout/plugin-remove-duplicate-keys: report: MemberExpression
|
|
16
|
+
- 4b7e06b35 @putout/plugin-remove-duplicate-keys: report: SpreadElement
|
|
17
|
+
- b1263f331 @putout/plugin-esm: resolve-imported-file, shorten-imported-file, apply-privately-imported-file: export from
|
|
18
|
+
- 74105a1d6 @putout/plugin-esm: content: remove useless
|
|
19
|
+
- 808d36565 @putout/plugin-filesystem: remove-files: *.lock: add
|
|
20
|
+
- 6b4750f33 putout: ignore: exclude lock
|
|
21
|
+
- 7aecafdb4 putout: @putout/plugin-tape v21.0.0
|
|
22
|
+
- 2aa1c1275 @putout/plugin-tape: convert-equal-to-deep-equal: date
|
|
23
|
+
- e7c22bf68 @putout/plugin-putout: apply-name-to-is-identifier: add
|
|
24
|
+
|
|
1
25
|
2026.02.20, v42.0.12
|
|
2
26
|
|
|
3
27
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "42.0.
|
|
3
|
+
"version": "42.0.13",
|
|
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,7 +113,7 @@
|
|
|
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": "^
|
|
116
|
+
"@putout/plugin-declare-before-reference": "^10.0.0",
|
|
117
117
|
"@putout/plugin-destructuring": "^1.0.0",
|
|
118
118
|
"@putout/plugin-eslint": "^15.0.0",
|
|
119
119
|
"@putout/plugin-esm": "^10.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": "^
|
|
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",
|