putout 38.3.1 → 38.4.1

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 +34 -0
  2. package/package.json +3 -4
package/ChangeLog CHANGED
@@ -1,3 +1,37 @@
1
+ 2025.02.21, v38.4.1
2
+
3
+ feature:
4
+ - 79ca0645c putout: @putout/plugin-eslint v12.0.0
5
+
6
+ 2025.02.21, v38.4.0
7
+
8
+ feature:
9
+ - 5e784a86d @putout/test: @putout/eslint v4.0.0
10
+ - 3c3082de1 @putout/cli-process-file: @putout/eslint v4.0.0
11
+ - 94406e20b putout: @putout/test v12.0.0
12
+ - 7438f34ef root: eslint-plugin-putout v25.0.1
13
+ - 5c9d37329 putout: @putout/eslint v4.0.0
14
+ - 5b739c41c eslint-plugin-putout: @putout/eslint v4.0.0
15
+ - 950d5ab5c eslint-plugin-putout: @putout/eslint-config v10.0.0
16
+ - 064e59bb5 putout: migrate to FlatConfig
17
+ - 480bee08e @putout/test: improve support of FlatConfig
18
+ - 5c9a692d7 @putout/eslint: improve support of FlatConfig
19
+ - 888b338e9 @putout/eslint-config: migrate to ESM
20
+ - 1710fb0e2 eslint-plugin-putout: migrate to FlatConfig
21
+ - f0abc9b18 @putout/plugin-eslint: remove-suffix-config: add
22
+ - bd50bf939 @putout/plugin-eslint: remove-parser-options: exclude when has parser property
23
+ - 8d957e176 @putout/plugin-eslint: remove-parser-options: exclude typescript options
24
+ - daed489ee @putout/plugin-eslint: apply-create-eslint-config: exclude when no SpreadElement
25
+ - 5f35b70d2 @putout/operator-keyword: default: add
26
+ - 37f664458 putout: @putout/plugin-declare-before-reference v6.0.0
27
+ - 9cdf816d5 @putout/plugin-declare-before-reference: drop support of 🐊 < 38
28
+ - f871b6fd3 @putout/declare-before-reference: exclude require
29
+ - 7dbf1415a @putout/plugin-eslint: remove-spread-from-create-eslint-config: add
30
+ - 43afe6b55 @putout/plugin-eslint: remove-parser-options: add
31
+ - 48374759c @putout/plugin: add-path-to-arg-fix: no body
32
+ - 9a873a604 @putout/plugin-commonjs: require: add support of ArrayPattern
33
+ - b1ddce88b @putout/processor-css: use @stylistic instead of prettier
34
+
1
35
  2025.02.19, v38.3.1
2
36
 
3
37
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.3.1",
3
+ "version": "38.4.1",
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",
@@ -117,7 +116,7 @@
117
116
  "@putout/plugin-coverage": "^1.0.0",
118
117
  "@putout/plugin-declare": "^5.0.0",
119
118
  "@putout/plugin-declare-before-reference": "^6.0.0",
120
- "@putout/plugin-eslint": "^11.0.0",
119
+ "@putout/plugin-eslint": "^12.0.0",
121
120
  "@putout/plugin-esm": "^2.0.0",
122
121
  "@putout/plugin-extract-keywords-from-variables": "^2.0.0",
123
122
  "@putout/plugin-extract-object-properties": "^9.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",