putout 39.0.9 → 39.0.11

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 +23 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,26 @@
1
+ 2025.03.23, v39.0.11
2
+
3
+ feature:
4
+ - 69c35c650 putout: @putout/plugin-for-of v9.0.0
5
+ - c6d2ca2ea @putout/plugin-for-of: drop support of node < 20
6
+ - bfb25a8c9 @putout/plugin-for-of: convert to ESM
7
+ - 702ac92ac @putout/plugin-putout: check-replace-code: exclude BlockStatement
8
+
9
+ 2025.03.22, v39.0.10
10
+
11
+ fix:
12
+ - 9305eaa57 @putout/plugin-putout: apply-exports-to-rename-files: matchFiles -> renameFiles
13
+ - ac77f5dac @putout/plugin-putout: declare: get-rule
14
+
15
+ feature:
16
+ - 281ad0520 putout: @putout/plugin-nodejs v15.0.0
17
+ - 5ffd7d4a2 @putout/plugin-nodejs: convert to ESM
18
+ - 9f8bd3660 @putout/plugin-putout: apply-exports-to-rename-files: add
19
+ - a5e022be5 @putout/plugin-putout: apply-exports-to-match-files: add
20
+ - 5a21a7dba @putout/plugin-putout: convert-report-to-function: esm
21
+ - 8ea2fe3c6 eslint-plugin-putout: no-unresolved: ".", ".."
22
+ - f162ed7b4 @putout/engine-runner: @putout/plugin-filesystem v9.0.0
23
+
1
24
  2025.03.22, v39.0.9
2
25
 
3
26
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "39.0.9",
3
+ "version": "39.0.11",
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",
@@ -122,7 +122,7 @@
122
122
  "@putout/plugin-extract-object-properties": "^9.0.0",
123
123
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
124
124
  "@putout/plugin-filesystem": "^9.0.0",
125
- "@putout/plugin-for-of": "^8.0.0",
125
+ "@putout/plugin-for-of": "^9.0.0",
126
126
  "@putout/plugin-generators": "^1.0.0",
127
127
  "@putout/plugin-github": "^15.0.0",
128
128
  "@putout/plugin-gitignore": "^6.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",