putout 41.0.4 → 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 +8 -1
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
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
|
+
|
|
1
8
|
2025.12.10, v41.0.4
|
|
2
9
|
|
|
3
10
|
feature:
|
|
@@ -192,7 +199,7 @@ feature:
|
|
|
192
199
|
- 70a0d257a @putout/plugin-apply-shorthand-properties: spread
|
|
193
200
|
- 7dc73dcec @putout/compare: debug -> odebug
|
|
194
201
|
- 6e7a44cdb @putout/plugin-apply-shorthand-properties: computed
|
|
195
|
-
- 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)
|
|
196
203
|
- 18f4ddd69 @putout/plugin-logical-expressions: simplify: JSXContainerExpression: exclude
|
|
197
204
|
- 41c8458aa @putout/plugin-eslint-plugin: drop support of 🐊 < 40
|
|
198
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",
|
|
@@ -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",
|