putout 40.13.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.
Files changed (2) hide show
  1. package/ChangeLog +32 -0
  2. package/package.json +3 -4
package/ChangeLog CHANGED
@@ -1,3 +1,35 @@
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
+
18
+ 2025.11.14, v40.14.0
19
+
20
+ feature:
21
+ - a9f96b87c putout: @putout/plugin-apply-shorthand-properties v7.0.0
22
+ - d8228f3f7 @putout/plugin-apply-shorthand-properties: computed: exclude
23
+ - ecee7cba4 @putout/plugin-apply-shorthand-properties: drop support of 🐊 < 40
24
+ - bf128ff63 @putout/plugin-apply-destructuring: convert-object-to-array: add
25
+ - 40be918da @putout/plugin-conditions: apply-consistent-blocks: empty
26
+ - 0d52dd72f eslint-plugin-putout: long-properties-destructuring: NumericLiteral
27
+ - 0a0856f22 @putout/plugin-declare-before-reference: exclude TSTypeAliasDeclaration
28
+ - 07e59f135 @putout/plugin-remove-iife: exclude JSXExpressionContainer
29
+ - 3eb8065b0 @putout/plugin/remove-useless-arguments: arguments: traverse: Identifier -> ReferencedIdentifier
30
+ - 788edc362 @putout/plugin-remove-useless-arguments: arguments: crawl
31
+ - 4d54d9a49 @putout/plugin-promises: apply-to-level-await: useEffect: exclude
32
+
1
33
  2025.11.11, v40.13.0
2
34
 
3
35
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.13.0",
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",
@@ -94,7 +94,7 @@
94
94
  "@putout/plugin-apply-dot-notation": "^3.0.0",
95
95
  "@putout/plugin-apply-flat-map": "^3.0.0",
96
96
  "@putout/plugin-apply-overrides": "^3.0.0",
97
- "@putout/plugin-apply-shorthand-properties": "^6.0.0",
97
+ "@putout/plugin-apply-shorthand-properties": "^7.0.0",
98
98
  "@putout/plugin-apply-starts-with": "^1.0.0",
99
99
  "@putout/plugin-apply-template-literals": "^4.0.0",
100
100
  "@putout/plugin-assignment": "^2.0.0",
@@ -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": "^9.0.0",
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",