putout 41.21.1 → 41.22.0
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 +19 -0
- package/package.json +6 -6
package/ChangeLog
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
2026.02.13, v41.22.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 01f953aca putout: @putout/plugin-gitignore v7.0.0
|
|
5
|
+
- e52061c92 @putout/plugin-gitignore: drop support of 🐊 < 41
|
|
6
|
+
- 138113a58 putout: @putout/plugin-npmignore v7.0.0
|
|
7
|
+
- da43ad199 putout: @putout/plugin-coverage v2.0.0
|
|
8
|
+
- 022512285 putout: @putout/operator-ignore v6.0.0
|
|
9
|
+
- edd653024 @putout/plugin-converage: drop support of 🐊 < 41
|
|
10
|
+
- 156c2edf4 @putout/operator-ignore: type
|
|
11
|
+
- e6b311ea0 @putout/plugin-simplify-ternary: isFn
|
|
12
|
+
|
|
13
|
+
2026.02.13, v41.21.2
|
|
14
|
+
|
|
15
|
+
feature:
|
|
16
|
+
- a34269c6a putout: @putout/operator-keyword v5.0.0
|
|
17
|
+
- 886192afa @putout/operator-keyword: assert: isKeyword -> isLegacyKeyword
|
|
18
|
+
- cedb0aa6d @putout/plugin-socket-io: add
|
|
19
|
+
|
|
1
20
|
2026.02.13, v41.21.1
|
|
2
21
|
|
|
3
22
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.
|
|
3
|
+
"version": "41.22.0",
|
|
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",
|
|
@@ -78,10 +78,10 @@
|
|
|
78
78
|
"@putout/operator-declare": "^16.0.0",
|
|
79
79
|
"@putout/operator-filesystem": "^11.0.0",
|
|
80
80
|
"@putout/operator-find-file-up": "^2.0.0",
|
|
81
|
-
"@putout/operator-ignore": "^
|
|
81
|
+
"@putout/operator-ignore": "^6.0.0",
|
|
82
82
|
"@putout/operator-json": "^3.0.0",
|
|
83
83
|
"@putout/operator-jsx": "^3.0.0",
|
|
84
|
-
"@putout/operator-keyword": "^
|
|
84
|
+
"@putout/operator-keyword": "^5.0.0",
|
|
85
85
|
"@putout/operator-match-files": "^11.0.0",
|
|
86
86
|
"@putout/operator-parens": "^4.0.0",
|
|
87
87
|
"@putout/operator-regexp": "^4.0.0",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"@putout/plugin-convert-quotes-to-backticks": "^5.0.0",
|
|
108
108
|
"@putout/plugin-convert-template-to-string": "^3.0.0",
|
|
109
109
|
"@putout/plugin-convert-to-arrow-function": "^5.0.0",
|
|
110
|
-
"@putout/plugin-coverage": "^
|
|
110
|
+
"@putout/plugin-coverage": "^2.0.0",
|
|
111
111
|
"@putout/plugin-declare": "^7.0.1",
|
|
112
112
|
"@putout/plugin-declare-before-reference": "^9.0.0",
|
|
113
113
|
"@putout/plugin-destructuring": "^1.0.0",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"@putout/plugin-for-of": "^11.0.0",
|
|
119
119
|
"@putout/plugin-generators": "^2.0.0",
|
|
120
120
|
"@putout/plugin-github": "^18.0.0",
|
|
121
|
-
"@putout/plugin-gitignore": "^
|
|
121
|
+
"@putout/plugin-gitignore": "^7.0.0",
|
|
122
122
|
"@putout/plugin-labels": "^3.0.0",
|
|
123
123
|
"@putout/plugin-logical-expressions": "^8.0.0",
|
|
124
124
|
"@putout/plugin-madrun": "^23.0.0",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"@putout/plugin-montag": "^4.0.0",
|
|
129
129
|
"@putout/plugin-new": "^5.0.0",
|
|
130
130
|
"@putout/plugin-nodejs": "^20.0.0",
|
|
131
|
-
"@putout/plugin-npmignore": "^
|
|
131
|
+
"@putout/plugin-npmignore": "^7.0.0",
|
|
132
132
|
"@putout/plugin-optional-chaining": "^2.0.0",
|
|
133
133
|
"@putout/plugin-package-json": "^10.0.0",
|
|
134
134
|
"@putout/plugin-parens": "^5.0.0",
|