putout 35.7.6 → 35.8.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 +13 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2024.04.06, v35.8.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- eb897c63c putout: @putout/plugin-typescript v7.0.0
|
|
5
|
+
- 015a0635b root: eslint v9.0.0
|
|
6
|
+
- c50ec7743 @putout/compare: @putout/engine-parser v10.3.0
|
|
7
|
+
- 23390f25e @putout/compare: use extractExpression from @putout/engine-runner
|
|
8
|
+
- b83ffa8ad @putout/engine-parser: template: add extractExpression
|
|
9
|
+
- a757b015c @putout/plugin-typescript: convert-commonjs-to-esm: add
|
|
10
|
+
- d355c4bdc @putout/plugin-typescript: drop support of 🐊 < 35
|
|
11
|
+
- 4f43d943a @putout/engine-parser: template: add support of TSExportAssignment
|
|
12
|
+
- 705238354 @putout/plugin-nodejs: convert-commonjs-to-esm: exports: exclude import/export
|
|
13
|
+
|
|
1
14
|
2024.03.29, v35.7.6
|
|
2
15
|
|
|
3
16
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "35.
|
|
3
|
+
"version": "35.8.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",
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"@putout/plugin-tape": "^14.0.0",
|
|
174
174
|
"@putout/plugin-try-catch": "^3.0.0",
|
|
175
175
|
"@putout/plugin-types": "^3.0.0",
|
|
176
|
-
"@putout/plugin-typescript": "^
|
|
176
|
+
"@putout/plugin-typescript": "^7.0.0",
|
|
177
177
|
"@putout/plugin-webpack": "^3.0.0",
|
|
178
178
|
"@putout/processor-css": "^9.0.0",
|
|
179
179
|
"@putout/processor-filesystem": "^4.0.0",
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"@putout/plugin-apply-entries": "^2.0.0",
|
|
219
219
|
"c8": "^9.0.0",
|
|
220
220
|
"currify": "^4.0.0",
|
|
221
|
-
"eslint": "^9.0.0
|
|
221
|
+
"eslint": "^9.0.0",
|
|
222
222
|
"eslint-plugin-n": "^17.0.0-0",
|
|
223
223
|
"eslint-plugin-putout": "^22.0.0",
|
|
224
224
|
"just-camel-case": "^4.0.2",
|