putout 40.0.13 → 40.0.15

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 +17 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,20 @@
1
+ 2025.04.28, v40.0.15
2
+
3
+ feature:
4
+ - d4ae50367 putout: @putout/plugin-declare-before-reference v7.0.0
5
+ - 54bb36538 @putout/plugin-declare-before-reference: migtrate to ESM
6
+ - 610b43b47 @putout/plugin-declare-before-reference: cross-references
7
+
8
+ 2025.04.25, v40.0.14
9
+
10
+ fix:
11
+ - 3abef1518 @putout/plugin-eslint: report
12
+
13
+ feature:
14
+ - 5d06e9a63 putout: @putout/plugin-nodejs v16.0.0
15
+ - e72073916 @putout/plugin-nodejs: drop support of 🐊 < 40
16
+ - ddae66cc0 @putout/plugin-nodejs: convert-commonjs-to-esm: exclude logical
17
+
1
18
  2025.04.24, v40.0.13
2
19
 
3
20
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.0.13",
3
+ "version": "40.0.15",
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",
@@ -113,7 +113,7 @@
113
113
  "@putout/plugin-convert-to-arrow-function": "^4.0.0",
114
114
  "@putout/plugin-coverage": "^1.0.0",
115
115
  "@putout/plugin-declare": "^5.0.0",
116
- "@putout/plugin-declare-before-reference": "^6.0.0",
116
+ "@putout/plugin-declare-before-reference": "^7.0.0",
117
117
  "@putout/plugin-eslint": "^14.0.0",
118
118
  "@putout/plugin-esm": "^4.0.0",
119
119
  "@putout/plugin-extract-keywords-from-variables": "^2.0.0",
@@ -133,7 +133,7 @@
133
133
  "@putout/plugin-merge-duplicate-functions": "^3.0.0",
134
134
  "@putout/plugin-montag": "^4.0.0",
135
135
  "@putout/plugin-new": "^4.0.0",
136
- "@putout/plugin-nodejs": "^15.0.0",
136
+ "@putout/plugin-nodejs": "^16.0.0",
137
137
  "@putout/plugin-npmignore": "^5.0.0",
138
138
  "@putout/plugin-optional-chaining": "^2.0.0",
139
139
  "@putout/plugin-package-json": "^9.0.0",