putout 42.0.11 → 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 +37 -0
- package/package.json +6 -5
- package/putout.json +0 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,40 @@
|
|
|
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
|
+
|
|
25
|
+
2026.02.20, v42.0.12
|
|
26
|
+
|
|
27
|
+
fix:
|
|
28
|
+
- 92c2d9d4c @putout/plugin-putout: add-path-to-filter: name
|
|
29
|
+
|
|
30
|
+
feature:
|
|
31
|
+
- bf5127d98 putout: @putout/plugin-remove-duplicate-keys v9.0.0
|
|
32
|
+
- bfc6eebc3 @putout/plugin-remove-duplicate-keys: drop support of 🐊 < 42
|
|
33
|
+
- ff48ba2d4 @putout/plugin-remove-duplicate-keys: report: keys
|
|
34
|
+
- 37ec461bf @putout/processor-toml: oxfmt v0.34.0
|
|
35
|
+
- 63a3a5aea @putout/plugin-putout: add-path-to-filter: add
|
|
36
|
+
- 2346c28cf @putout/plugin-putout: add-path-arg-to-fix: Replacer -> Traverser: addArgs
|
|
37
|
+
|
|
1
38
|
2026.02.20, v42.0.11
|
|
2
39
|
|
|
3
40
|
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",
|
|
@@ -37,8 +37,9 @@
|
|
|
37
37
|
"test": "madrun test",
|
|
38
38
|
"test:raw": "madrun test:raw",
|
|
39
39
|
"watch:test": "madrun watch:test",
|
|
40
|
+
"scheme": "madrun scheme",
|
|
40
41
|
"lint": "madrun lint",
|
|
41
|
-
"
|
|
42
|
+
"oldlint": "madrun oldlint",
|
|
42
43
|
"fresh:lint": "madrun fresh:lint",
|
|
43
44
|
"fix:lint": "madrun fix:lint",
|
|
44
45
|
"fix:lint:fresh": "madrun fix:lint:fresh",
|
|
@@ -112,7 +113,7 @@
|
|
|
112
113
|
"@putout/plugin-convert-to-arrow-function": "^5.0.0",
|
|
113
114
|
"@putout/plugin-coverage": "^3.0.0",
|
|
114
115
|
"@putout/plugin-declare": "^8.0.0",
|
|
115
|
-
"@putout/plugin-declare-before-reference": "^
|
|
116
|
+
"@putout/plugin-declare-before-reference": "^10.0.0",
|
|
116
117
|
"@putout/plugin-destructuring": "^1.0.0",
|
|
117
118
|
"@putout/plugin-eslint": "^15.0.0",
|
|
118
119
|
"@putout/plugin-esm": "^10.0.0",
|
|
@@ -142,7 +143,7 @@
|
|
|
142
143
|
"@putout/plugin-remove-console": "^7.0.0",
|
|
143
144
|
"@putout/plugin-remove-debugger": "^8.0.0",
|
|
144
145
|
"@putout/plugin-remove-duplicate-case": "^4.0.0",
|
|
145
|
-
"@putout/plugin-remove-duplicate-keys": "^
|
|
146
|
+
"@putout/plugin-remove-duplicate-keys": "^9.0.0",
|
|
146
147
|
"@putout/plugin-remove-empty": "^15.0.0",
|
|
147
148
|
"@putout/plugin-remove-iife": "^5.0.0",
|
|
148
149
|
"@putout/plugin-remove-nested-blocks": "^9.0.0",
|
|
@@ -167,7 +168,7 @@
|
|
|
167
168
|
"@putout/plugin-return": "^3.0.0",
|
|
168
169
|
"@putout/plugin-simplify-ternary": "^9.0.0",
|
|
169
170
|
"@putout/plugin-spread": "^3.0.0",
|
|
170
|
-
"@putout/plugin-tape": "^
|
|
171
|
+
"@putout/plugin-tape": "^21.0.0",
|
|
171
172
|
"@putout/plugin-try-catch": "^7.0.0",
|
|
172
173
|
"@putout/plugin-types": "^10.0.0",
|
|
173
174
|
"@putout/plugin-typescript": "^13.0.0",
|