putout 38.0.2 → 38.0.4

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 +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,18 @@
1
+ 2025.02.02, v38.0.4
2
+
3
+ feature:
4
+ - bdd6ae17a putout: @putout/plugin-esm v2.0.0
5
+ - 9b4ea5c24 @putout/plugin-esm: drop support of 🐊 < 38
6
+ - 7017b762e @putout/plugin-esm: declare-imports-first: exclude not ESM
7
+
8
+ 2025.02.02, v38.0.3
9
+
10
+ feature:
11
+ - 363d44b68 putout: @putout/plugin-putout v23.0.0
12
+ - 483be8117 @putout/plugin-putout: drop support of 🐊 < 38
13
+ - 53c545ea0 @putout/plugin-putout: apply-fixture-name-to-message: options
14
+ - ff7238a73 @putout/operate: replaceWith: improve ExpressionStatement check
15
+
1
16
  2025.02.01, v38.0.2
2
17
 
3
18
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.0.2",
3
+ "version": "38.0.4",
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",
@@ -114,7 +114,7 @@
114
114
  "@putout/plugin-declare": "^4.0.0",
115
115
  "@putout/plugin-declare-before-reference": "^5.0.0",
116
116
  "@putout/plugin-eslint": "^10.0.0",
117
- "@putout/plugin-esm": "^1.0.0",
117
+ "@putout/plugin-esm": "^2.0.0",
118
118
  "@putout/plugin-extract-keywords-from-variables": "^2.0.0",
119
119
  "@putout/plugin-extract-object-properties": "^9.0.0",
120
120
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
@@ -138,7 +138,7 @@
138
138
  "@putout/plugin-package-json": "^9.0.0",
139
139
  "@putout/plugin-parens": "^1.0.0",
140
140
  "@putout/plugin-promises": "^16.0.0",
141
- "@putout/plugin-putout": "^22.0.0",
141
+ "@putout/plugin-putout": "^23.0.0",
142
142
  "@putout/plugin-putout-config": "^7.0.1",
143
143
  "@putout/plugin-regexp": "^9.0.0",
144
144
  "@putout/plugin-remove-console": "^6.0.0",