putout 40.4.2 → 40.5.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.
- package/ChangeLog +31 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,34 @@
|
|
|
1
|
+
2025.08.05, v40.5.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- c003cda1e putout: @putout/plugin-apply-dot-notation v3.0.0
|
|
5
|
+
- f8767e134 @putout/plugin-apply-dot-notation: migrate to ESM
|
|
6
|
+
- 433056da8 @putout/eslint-config: disable dot-notation, use apply-dot-notation instead
|
|
7
|
+
- bd11ed8e3 eslint-plugin-putout: eslint-plugin-eslint-plugin v7.0.0
|
|
8
|
+
- ef397446e @putout/engine-parser: babel: discardBinding
|
|
9
|
+
- 33d4613f7 @putout/engine-parser: hermes-parser v0.31.0
|
|
10
|
+
- ee73209b7 @putout/processor-css: stylelint-config-standard v39.0.0
|
|
11
|
+
|
|
12
|
+
2025.07.29, v40.4.3
|
|
13
|
+
|
|
14
|
+
fix:
|
|
15
|
+
- 580c401f7 @putout/plugin-esm: merge-declaration-with-export: report
|
|
16
|
+
|
|
17
|
+
feature:
|
|
18
|
+
- 04ce26932 putout: @putout/plugin-esm v5.0.0
|
|
19
|
+
- 9518677c2 @putout/plugin-esm: merge-declaration-with-export: improve support of remove-useless-export-specifiers
|
|
20
|
+
- a63047f53 @putout/plugin-esm: merge inline-export with merge-declaration-with-export
|
|
21
|
+
- d59390080 @putout/plugin-esm: inline-export: rename (#234)
|
|
22
|
+
- de4f98147 @putout/plugin-esm: merge-declaration-with-export: exclude rename (#234)
|
|
23
|
+
- e5ff0d0b2 @putout/plugin-typescript: convert-namespace-to-global: Traverser -> Replacer
|
|
24
|
+
- 171fc1113 @putout/compare: __body: TSModuleBlock
|
|
25
|
+
- eac352dd8 @putout/plugin-putout: replace-test-message: transform-with-options: no transform with options
|
|
26
|
+
- e27ce7cb4 eslint-plugin-putout: ts: no-namespace -> @putout/plugin-typescript: convert-namespace-to-global
|
|
27
|
+
- 82d64dec0 @putout/plugin-typescript: convert-namespace-to-global: add
|
|
28
|
+
- e54649e37 @putout/plugin-putout: replace-test-message: noTransformWithOptions: add
|
|
29
|
+
- 5e63172a7 @putout/engine-parser: hermes-parser v0.30.0
|
|
30
|
+
- a55c25afb @putout/processor-css: @stylistic/stylelint-plugin v4.0.0
|
|
31
|
+
|
|
1
32
|
2025.07.23, v40.4.2
|
|
2
33
|
|
|
3
34
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.
|
|
3
|
+
"version": "40.5.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",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"@putout/plugin-apply-arrow": "^3.0.0",
|
|
91
91
|
"@putout/plugin-apply-at": "^2.0.0",
|
|
92
92
|
"@putout/plugin-apply-destructuring": "^9.0.0",
|
|
93
|
-
"@putout/plugin-apply-dot-notation": "^
|
|
93
|
+
"@putout/plugin-apply-dot-notation": "^3.0.0",
|
|
94
94
|
"@putout/plugin-apply-flat-map": "^3.0.0",
|
|
95
95
|
"@putout/plugin-apply-overrides": "^3.0.0",
|
|
96
96
|
"@putout/plugin-apply-shorthand-properties": "^6.0.0",
|
|
@@ -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": "^
|
|
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",
|