putout 42.0.1 → 42.0.3
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 +16 -0
- package/package.json +4 -4
package/ChangeLog
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
2026.02.17, v42.0.3
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- ca696758d putout: @putout/operator-sort-ignore v2.0.0
|
|
5
|
+
- 404278ced @putout/operator-sort-ignore: add support of globs at the begining
|
|
6
|
+
- 5c76aed78 @putout/operator-sort-ignore: drop support of 🐊 < 42
|
|
7
|
+
|
|
8
|
+
2026.02.17, v42.0.2
|
|
9
|
+
|
|
10
|
+
feature:
|
|
11
|
+
- 0bfbbbb84 putout: @putout/plugin-spread v3.0.0
|
|
12
|
+
- 2017f4068 @putout/plugin-spread: drop support of 🐊 < 42
|
|
13
|
+
- a6d9d2aa9 @putout/plugin-typescript: drop support of 🐊 < 42
|
|
14
|
+
- a5abe1d7a root: redlint v6.0.0
|
|
15
|
+
- f1d47cfff root: madrun v13.0.0
|
|
16
|
+
|
|
1
17
|
2026.02.16, v42.0.1
|
|
2
18
|
|
|
3
19
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "42.0.
|
|
3
|
+
"version": "42.0.3",
|
|
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",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@putout/operator-regexp": "^4.0.0",
|
|
88
88
|
"@putout/operator-remove-files": "^1.0.0",
|
|
89
89
|
"@putout/operator-rename-files": "^6.0.0",
|
|
90
|
-
"@putout/operator-sort-ignore": "^
|
|
90
|
+
"@putout/operator-sort-ignore": "^2.0.0",
|
|
91
91
|
"@putout/plugin-apply-arrow": "^3.0.0",
|
|
92
92
|
"@putout/plugin-apply-at": "^3.0.0",
|
|
93
93
|
"@putout/plugin-apply-dot-notation": "^3.0.0",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"@putout/plugin-remove-useless-template-expressions": "^3.0.0",
|
|
166
166
|
"@putout/plugin-return": "^3.0.0",
|
|
167
167
|
"@putout/plugin-simplify-ternary": "^9.0.0",
|
|
168
|
-
"@putout/plugin-spread": "^
|
|
168
|
+
"@putout/plugin-spread": "^3.0.0",
|
|
169
169
|
"@putout/plugin-tape": "^20.0.0",
|
|
170
170
|
"@putout/plugin-try-catch": "^7.0.0",
|
|
171
171
|
"@putout/plugin-types": "^9.0.0",
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"eslint-plugin-n": "^17.0.0",
|
|
221
221
|
"eslint-plugin-putout": "^31.0.0",
|
|
222
222
|
"just-camel-case": "^6.2.0",
|
|
223
|
-
"madrun": "^
|
|
223
|
+
"madrun": "^13.0.0",
|
|
224
224
|
"montag": "^1.2.1",
|
|
225
225
|
"nodemon": "^3.0.1",
|
|
226
226
|
"supertape": "^12.0.0"
|