putout 40.4.2 → 40.4.3

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 +20 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,23 @@
1
+ 2025.07.29, v40.4.3
2
+
3
+ fix:
4
+ - 580c401f7 @putout/plugin-esm: merge-declaration-with-export: report
5
+
6
+ feature:
7
+ - 04ce26932 putout: @putout/plugin-esm v5.0.0
8
+ - 9518677c2 @putout/plugin-esm: merge-declaration-with-export: improve support of remove-useless-export-specifiers
9
+ - a63047f53 @putout/plugin-esm: merge inline-export with merge-declaration-with-export
10
+ - d59390080 @putout/plugin-esm: inline-export: rename (#234)
11
+ - de4f98147 @putout/plugin-esm: merge-declaration-with-export: exclude rename (#234)
12
+ - e5ff0d0b2 @putout/plugin-typescript: convert-namespace-to-global: Traverser -> Replacer
13
+ - 171fc1113 @putout/compare: __body: TSModuleBlock
14
+ - eac352dd8 @putout/plugin-putout: replace-test-message: transform-with-options: no transform with options
15
+ - e27ce7cb4 eslint-plugin-putout: ts: no-namespace -> @putout/plugin-typescript: convert-namespace-to-global
16
+ - 82d64dec0 @putout/plugin-typescript: convert-namespace-to-global: add
17
+ - e54649e37 @putout/plugin-putout: replace-test-message: noTransformWithOptions: add
18
+ - 5e63172a7 @putout/engine-parser: hermes-parser v0.30.0
19
+ - a55c25afb @putout/processor-css: @stylistic/stylelint-plugin v4.0.0
20
+
1
21
  2025.07.23, v40.4.2
2
22
 
3
23
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.4.2",
3
+ "version": "40.4.3",
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",
@@ -115,7 +115,7 @@
115
115
  "@putout/plugin-declare": "^5.0.0",
116
116
  "@putout/plugin-declare-before-reference": "^8.0.0",
117
117
  "@putout/plugin-eslint": "^14.0.0",
118
- "@putout/plugin-esm": "^4.0.0",
118
+ "@putout/plugin-esm": "^5.0.0",
119
119
  "@putout/plugin-extract-keywords-from-variables": "^3.0.0",
120
120
  "@putout/plugin-extract-object-properties": "^10.0.0",
121
121
  "@putout/plugin-extract-sequence-expressions": "^4.0.0",