putout 38.3.0 → 38.3.1

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 +15 -0
  2. package/package.json +2 -3
package/ChangeLog CHANGED
@@ -1,3 +1,18 @@
1
+ 2025.02.19, v38.3.1
2
+
3
+ feature:
4
+ - b0ac42adf putout: @putout/plugin-declare-before-reference v6.0.0
5
+ - ec1b1aa4d @putout/plugin-declare-before-reference: drop support of 🐊 < 38
6
+ - aa139735a @putout/declare-before-reference: exclude require
7
+ - 1ede44548 @putout/plugin-eslint: remove-spread-from-create-eslint-config: add
8
+ - f6ae23714 @putout/plugin-eslint: remove-parser-options: add
9
+ - 2584e601f @putout/plugin: add-path-to-arg-fix: no body
10
+ - f9b2209e9 @putout/plugin-commonjs: require: add support of ArrayPattern
11
+ - d680da029 @putout/processor-css: use @stylistic instead of prettier
12
+ - 49140f0ce root: lerna: drop
13
+ - 3ae38614e putout: @putout/cli-cache v5.0.0
14
+ - cb993e6bf @putout/cli-cache: convert to ESM
15
+
1
16
  2025.02.18, v38.3.0
2
17
 
3
18
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.3.0",
3
+ "version": "38.3.1",
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",
@@ -116,7 +116,7 @@
116
116
  "@putout/plugin-convert-to-arrow-function": "^4.0.0",
117
117
  "@putout/plugin-coverage": "^1.0.0",
118
118
  "@putout/plugin-declare": "^5.0.0",
119
- "@putout/plugin-declare-before-reference": "^5.0.0",
119
+ "@putout/plugin-declare-before-reference": "^6.0.0",
120
120
  "@putout/plugin-eslint": "^11.0.0",
121
121
  "@putout/plugin-esm": "^2.0.0",
122
122
  "@putout/plugin-extract-keywords-from-variables": "^2.0.0",
@@ -237,7 +237,6 @@
237
237
  "eslint-plugin-n": "^17.0.0",
238
238
  "eslint-plugin-putout": "^24.0.0",
239
239
  "just-camel-case": "^6.2.0",
240
- "lerna": "^6.0.1",
241
240
  "madrun": "^10.0.0",
242
241
  "mock-require": "^3.0.2",
243
242
  "montag": "^1.2.1",