putout 39.0.0 → 39.0.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 +18 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,21 @@
1
+ 2025.03.21, v39.0.1
2
+
3
+ fix:
4
+ - 83da6f393 eslint-plugin-putout: rm synkit
5
+
6
+ feature:
7
+ - 5881498cc @putout/plugin-printer: convert to ESM
8
+ - 8fb6762bb @putout/plugin-apply-exports-to-add-args: add
9
+ - b3cd69a90 @putout/plugin-putout: convert to ESM
10
+ - 91f44cc12 @putout/plugin-putout: drop support of node < 20
11
+ - 28ab74ed8 @putout/operator-parens: putout v39.0.0
12
+ - d91505ce0 root: @putout/eslint-flat v3.0.0
13
+ - 9bdb8921d @putout/eslint-flat: drop support of node < 20
14
+ - db06f0fa2 @putout/eslint-flat: @eslint/config-helpers v0.2.0
15
+ - 1ecc6b65e eslint-plugin-putout: typescript v5.8.2
16
+ - d0f92b682 eslint-plugin-putout: @putout/eslint-config v11.0.0
17
+ - ef072c248 root: eslint-plugin-putout v26.0.0
18
+
1
19
  2025.03.21, v39.0.0
2
20
 
3
21
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "39.0.0",
3
+ "version": "39.0.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",
@@ -229,13 +229,13 @@
229
229
  "unused"
230
230
  ],
231
231
  "devDependencies": {
232
- "@putout/eslint-flat": "^2.0.0",
232
+ "@putout/eslint-flat": "^3.0.0",
233
233
  "@putout/plugin-apply-entries": "^2.0.0",
234
234
  "c8": "^10.0.0",
235
235
  "currify": "^4.0.0",
236
236
  "eslint": "^9.0.0",
237
237
  "eslint-plugin-n": "^17.0.0",
238
- "eslint-plugin-putout": "^25.0.1",
238
+ "eslint-plugin-putout": "^26.0.0",
239
239
  "just-camel-case": "^6.2.0",
240
240
  "madrun": "^10.0.0",
241
241
  "mock-require": "^3.0.2",