putout 41.0.3 → 41.0.5
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 +15 -1
- package/package.json +4 -4
package/ChangeLog
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
2025.12.14, v41.0.5
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- e22f1c96f putout: @putout/plugin-putout v28.0.0
|
|
5
|
+
- 5d2ba9985 @putout/plugin-putout: drop support of 🐊 < 41
|
|
6
|
+
- 82ea38148 @putout/plugin-putout: apply-fixture-name-to-message: plus
|
|
7
|
+
|
|
8
|
+
2025.12.10, v41.0.4
|
|
9
|
+
|
|
10
|
+
feature:
|
|
11
|
+
- dc3e62e3e putout: @putout/plugin-github v18.0.0
|
|
12
|
+
- a11d6c468 @putout/plugin-github: drop support of 🐊 < 41
|
|
13
|
+
- 2731be802 @putout/plugin-github: set-node-versions: exclude not array
|
|
14
|
+
|
|
1
15
|
2025.12.10, v41.0.3
|
|
2
16
|
|
|
3
17
|
fix:
|
|
@@ -185,7 +199,7 @@ feature:
|
|
|
185
199
|
- 70a0d257a @putout/plugin-apply-shorthand-properties: spread
|
|
186
200
|
- 7dc73dcec @putout/compare: debug -> odebug
|
|
187
201
|
- 6e7a44cdb @putout/plugin-apply-shorthand-properties: computed
|
|
188
|
-
- 4c643415e root: eslint
|
|
202
|
+
- 4c643415e root: eslint ^10.0.0-alpha.0 (https://eslint.org/blog/2025/11/eslint-^10.0.0-alpha.0-released)
|
|
189
203
|
- 18f4ddd69 @putout/plugin-logical-expressions: simplify: JSXContainerExpression: exclude
|
|
190
204
|
- 41c8458aa @putout/plugin-eslint-plugin: drop support of 🐊 < 40
|
|
191
205
|
- 97bb82778 @putout/plugin-eslint-plugin: remove-errors-type: add
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.0.
|
|
3
|
+
"version": "41.0.5",
|
|
4
4
|
"type": "commonjs",
|
|
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",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"@putout/plugin-filesystem": "^12.0.0",
|
|
120
120
|
"@putout/plugin-for-of": "^10.0.0",
|
|
121
121
|
"@putout/plugin-generators": "^2.0.0",
|
|
122
|
-
"@putout/plugin-github": "^
|
|
122
|
+
"@putout/plugin-github": "^18.0.0",
|
|
123
123
|
"@putout/plugin-gitignore": "^6.0.0",
|
|
124
124
|
"@putout/plugin-labels": "^2.0.0",
|
|
125
125
|
"@putout/plugin-logical-expressions": "^8.0.0",
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"@putout/plugin-package-json": "^9.0.0",
|
|
136
136
|
"@putout/plugin-parens": "^4.0.0",
|
|
137
137
|
"@putout/plugin-promises": "^18.0.0",
|
|
138
|
-
"@putout/plugin-putout": "^
|
|
138
|
+
"@putout/plugin-putout": "^28.0.0",
|
|
139
139
|
"@putout/plugin-putout-config": "^11.0.0",
|
|
140
140
|
"@putout/plugin-regexp": "^13.0.0",
|
|
141
141
|
"@putout/plugin-remove-console": "^6.0.0",
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"@putout/plugin-apply-entries": "^2.0.0",
|
|
217
217
|
"c8": "^10.0.0",
|
|
218
218
|
"currify": "^4.0.0",
|
|
219
|
-
"eslint": "
|
|
219
|
+
"eslint": "^10.0.0-alpha.0",
|
|
220
220
|
"eslint-plugin-n": "^17.0.0",
|
|
221
221
|
"eslint-plugin-putout": "^29.0.0",
|
|
222
222
|
"just-camel-case": "^6.2.0",
|