putout 40.4.1 → 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 (3) hide show
  1. package/ChangeLog +26 -0
  2. package/package.json +2 -2
  3. package/putout.json +1 -1
package/ChangeLog CHANGED
@@ -1,3 +1,29 @@
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
+
21
+ 2025.07.23, v40.4.2
22
+
23
+ feature:
24
+ - d9035f6d6 putout: spec: match ts
25
+ - b66d1b1c8 @putout/plugin-remove-unused-variables: TSModuleBlock
26
+
1
27
  2025.07.22, v40.4.1
2
28
 
3
29
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.4.1",
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",
package/putout.json CHANGED
@@ -129,7 +129,7 @@
129
129
  "remove-console": "off",
130
130
  "esm/remove-empty-import": "off"
131
131
  },
132
- "{test,*.spec.{js,mjs,cjs}}": {
132
+ "{test,*.spec.{js,mjs,cjs,ts}}": {
133
133
  "tape": "on"
134
134
  },
135
135
  "*.mjs": {