putout 38.3.1 → 38.4.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 +29 -0
  2. package/package.json +2 -3
package/ChangeLog CHANGED
@@ -1,3 +1,32 @@
1
+ 2025.02.21, v38.4.0
2
+
3
+ feature:
4
+ - 5e784a86d @putout/test: @putout/eslint v4.0.0
5
+ - 3c3082de1 @putout/cli-process-file: @putout/eslint v4.0.0
6
+ - 94406e20b putout: @putout/test v12.0.0
7
+ - 7438f34ef root: eslint-plugin-putout v25.0.1
8
+ - 5c9d37329 putout: @putout/eslint v4.0.0
9
+ - 5b739c41c eslint-plugin-putout: @putout/eslint v4.0.0
10
+ - 950d5ab5c eslint-plugin-putout: @putout/eslint-config v10.0.0
11
+ - 064e59bb5 putout: migrate to FlatConfig
12
+ - 480bee08e @putout/test: improve support of FlatConfig
13
+ - 5c9a692d7 @putout/eslint: improve support of FlatConfig
14
+ - 888b338e9 @putout/eslint-config: migrate to ESM
15
+ - 1710fb0e2 eslint-plugin-putout: migrate to FlatConfig
16
+ - f0abc9b18 @putout/plugin-eslint: remove-suffix-config: add
17
+ - bd50bf939 @putout/plugin-eslint: remove-parser-options: exclude when has parser property
18
+ - 8d957e176 @putout/plugin-eslint: remove-parser-options: exclude typescript options
19
+ - daed489ee @putout/plugin-eslint: apply-create-eslint-config: exclude when no SpreadElement
20
+ - 5f35b70d2 @putout/operator-keyword: default: add
21
+ - 37f664458 putout: @putout/plugin-declare-before-reference v6.0.0
22
+ - 9cdf816d5 @putout/plugin-declare-before-reference: drop support of 🐊 < 38
23
+ - f871b6fd3 @putout/declare-before-reference: exclude require
24
+ - 7dbf1415a @putout/plugin-eslint: remove-spread-from-create-eslint-config: add
25
+ - 43afe6b55 @putout/plugin-eslint: remove-parser-options: add
26
+ - 48374759c @putout/plugin: add-path-to-arg-fix: no body
27
+ - 9a873a604 @putout/plugin-commonjs: require: add support of ArrayPattern
28
+ - b1ddce88b @putout/processor-css: use @stylistic instead of prettier
29
+
1
30
  2025.02.19, v38.3.1
2
31
 
3
32
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.3.1",
3
+ "version": "38.4.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",
@@ -66,7 +66,6 @@
66
66
  "@putout/engine-processor": "^13.0.0",
67
67
  "@putout/engine-reporter": "^3.0.0",
68
68
  "@putout/engine-runner": "^23.0.1",
69
- "@putout/eslint": "^3.0.0",
70
69
  "@putout/formatter-codeframe": "^8.0.0",
71
70
  "@putout/formatter-dump": "^5.0.0",
72
71
  "@putout/formatter-frame": "^7.0.0",
@@ -235,7 +234,7 @@
235
234
  "currify": "^4.0.0",
236
235
  "eslint": "^9.0.0",
237
236
  "eslint-plugin-n": "^17.0.0",
238
- "eslint-plugin-putout": "^24.0.0",
237
+ "eslint-plugin-putout": "^25.0.1",
239
238
  "just-camel-case": "^6.2.0",
240
239
  "madrun": "^10.0.0",
241
240
  "mock-require": "^3.0.2",