putout 40.0.20 → 40.0.21

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 +9 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,12 @@
1
+ 2025.05.04, v40.0.21
2
+
3
+ feature:
4
+ - 5071f4626 putout: @putout/plugin-declare-before-reference v8.0.0
5
+ - 6dd259ef3 @putout/plugin-declare-before-reference: drop support of 🐊 < 40
6
+ - 414c42643 @putout/plugin-declare-before-reference: improve support of @putout/plugin-tape
7
+ - 137d93177 @putout/plugin-putout: apply-report: exclude noReport: plugins
8
+ - 4ec4fb8e6 @putout/test: noReport: plugins
9
+
1
10
  2025.05.04, v40.0.20
2
11
 
3
12
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.0.20",
3
+ "version": "40.0.21",
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": "^7.0.0",
116
+ "@putout/plugin-declare-before-reference": "^8.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",