putout 35.28.0 → 35.29.0

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 +11 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,14 @@
1
+ 2024.05.25, v35.29.0
2
+
3
+ feature:
4
+ - 10f1f8d39 package: @putout/plugin-declare-before-reference v4.0.0
5
+ - a29e8de29 @putout/plugin-declare-before-reference: use getPathAfterRequires
6
+ - c9bfe433b @putout/plugin-declare-before-reference: drop support of 🐊 < 35
7
+ - ac311c393 @putout/plugin-putout: convert-get-rule-to-require: use getPathAfterRequires
8
+ - 8dc811a53 @putout/plugin-putout: declare: operator: getPathAfterRequires
9
+ - 19f7b5351 @putout/operate: getPathAfterRequires: add
10
+ - 8ecff1259 @putout/plugin-for-of: add-missing-declaration: add
11
+
1
12
  2024.05.23, v35.28.0
2
13
 
3
14
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.28.0",
3
+ "version": "35.29.0",
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",
@@ -112,7 +112,7 @@
112
112
  "@putout/plugin-convert-to-arrow-function": "^4.0.0",
113
113
  "@putout/plugin-coverage": "^1.0.0",
114
114
  "@putout/plugin-declare": "^4.0.0",
115
- "@putout/plugin-declare-before-reference": "^3.0.0",
115
+ "@putout/plugin-declare-before-reference": "^4.0.0",
116
116
  "@putout/plugin-declare-imports-first": "^2.0.0",
117
117
  "@putout/plugin-eslint": "^8.0.0",
118
118
  "@putout/plugin-extract-object-properties": "^9.0.0",