putout 39.0.8 → 39.0.10

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 +22 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,25 @@
1
+ 2025.03.22, v39.0.10
2
+
3
+ fix:
4
+ - 9305eaa57 @putout/plugin-putout: apply-exports-to-rename-files: matchFiles -> renameFiles
5
+ - ac77f5dac @putout/plugin-putout: declare: get-rule
6
+
7
+ feature:
8
+ - 281ad0520 putout: @putout/plugin-nodejs v15.0.0
9
+ - 5ffd7d4a2 @putout/plugin-nodejs: convert to ESM
10
+ - 9f8bd3660 @putout/plugin-putout: apply-exports-to-rename-files: add
11
+ - a5e022be5 @putout/plugin-putout: apply-exports-to-match-files: add
12
+ - 5a21a7dba @putout/plugin-putout: convert-report-to-function: esm
13
+ - 8ea2fe3c6 eslint-plugin-putout: no-unresolved: ".", ".."
14
+ - f162ed7b4 @putout/engine-runner: @putout/plugin-filesystem v9.0.0
15
+
16
+ 2025.03.22, v39.0.9
17
+
18
+ feature:
19
+ - 094000e9d putout: @putout/plugin-filesystem v9.0.0
20
+ - 67f5a80b1 @putout/plugin-filesystem: @putout/operator-filesystem v7.0.0
21
+ - e5d78d941 @putout/plugin-filesystem: drop support of 🐊 < 39
22
+
1
23
  2025.03.22, v39.0.8
2
24
 
3
25
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "39.0.8",
3
+ "version": "39.0.10",
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",
@@ -121,7 +121,7 @@
121
121
  "@putout/plugin-extract-keywords-from-variables": "^2.0.0",
122
122
  "@putout/plugin-extract-object-properties": "^9.0.0",
123
123
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
124
- "@putout/plugin-filesystem": "^8.0.0",
124
+ "@putout/plugin-filesystem": "^9.0.0",
125
125
  "@putout/plugin-for-of": "^8.0.0",
126
126
  "@putout/plugin-generators": "^1.0.0",
127
127
  "@putout/plugin-github": "^15.0.0",
@@ -135,7 +135,7 @@
135
135
  "@putout/plugin-merge-duplicate-functions": "^2.0.0",
136
136
  "@putout/plugin-montag": "^4.0.0",
137
137
  "@putout/plugin-new": "^3.0.1",
138
- "@putout/plugin-nodejs": "^14.0.0",
138
+ "@putout/plugin-nodejs": "^15.0.0",
139
139
  "@putout/plugin-npmignore": "^5.0.0",
140
140
  "@putout/plugin-optional-chaining": "^1.0.1",
141
141
  "@putout/plugin-package-json": "^9.0.0",