putout 40.14.0 → 40.15.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 +17 -0
- package/package.json +2 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
2025.11.24, v40.15.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 4ea622ea5 putout: rm useless debug
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- 71234600f @putout/engine-runner: debug -> obug
|
|
8
|
+
- 70a0d257a @putout/plugin-apply-shorthand-properties: spread
|
|
9
|
+
- 7dc73dcec @putout/compare: debug -> odebug
|
|
10
|
+
- 6e7a44cdb @putout/plugin-apply-shorthand-properties: computed
|
|
11
|
+
- 4c643415e root: eslint v10.0.0-alpha.0 (https://eslint.org/blog/2025/11/eslint-v10.0.0-alpha.0-released)
|
|
12
|
+
- 18f4ddd69 @putout/plugin-logical-expressions: simplify: JSXContainerExpression: exclude
|
|
13
|
+
- 41c8458aa @putout/plugin-eslint-plugin: drop support of 🐊 < 40
|
|
14
|
+
- 97bb82778 @putout/plugin-eslint-plugin: remove-errors-type: add
|
|
15
|
+
- ea07075a5 @putout/plugin-for-of: reduce: inside ExportNamedDeclaration
|
|
16
|
+
- 2f6f665b4 @putout/plugin-nodejs: convert-esm-to-commonjs: destructuring
|
|
17
|
+
|
|
1
18
|
2025.11.14, v40.14.0
|
|
2
19
|
|
|
3
20
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.
|
|
3
|
+
"version": "40.15.0",
|
|
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",
|
|
@@ -198,7 +198,6 @@
|
|
|
198
198
|
"@putout/traverse": "^14.0.0",
|
|
199
199
|
"ajv": "^8.8.2",
|
|
200
200
|
"ci-info": "^4.0.0",
|
|
201
|
-
"debug": "^4.1.1",
|
|
202
201
|
"deepmerge": "^4.0.0",
|
|
203
202
|
"escalade": "^3.1.1",
|
|
204
203
|
"fast-glob": "^3.2.2",
|
|
@@ -231,7 +230,7 @@
|
|
|
231
230
|
"@putout/plugin-apply-entries": "^2.0.0",
|
|
232
231
|
"c8": "^10.0.0",
|
|
233
232
|
"currify": "^4.0.0",
|
|
234
|
-
"eslint": "
|
|
233
|
+
"eslint": "v10.0.0-alpha.0",
|
|
235
234
|
"eslint-plugin-n": "^17.0.0",
|
|
236
235
|
"eslint-plugin-putout": "^28.0.0",
|
|
237
236
|
"just-camel-case": "^6.2.0",
|