putout 35.7.6 → 35.8.1

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 +23 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,26 @@
1
+ 2024.04.06, v35.8.1
2
+
3
+ feature:
4
+ - bcaec6bcb putout: @putout/plugin-convert-template-to-string v2.0.0
5
+ - 199832c0a @putout/operate: setLiteralValue: improve generate of raw
6
+ - 99fe7082a @putout/plugin-convert-template-to-string: drop support of node < 18
7
+ - 189245f9d @putout/plugin-convert-template-to-string: exclude: TaggedTemplateExpression
8
+ - 028f7c93c @putout/engine-parser: template: extractExpression: add support of TSExternalModuleReference
9
+ - d84c40b94 @putout/plugin-typescript: convert-esm-to-commonjs: add
10
+
11
+ 2024.04.06, v35.8.0
12
+
13
+ feature:
14
+ - eb897c63c putout: @putout/plugin-typescript v7.0.0
15
+ - 015a0635b root: eslint v9.0.0
16
+ - c50ec7743 @putout/compare: @putout/engine-parser v10.3.0
17
+ - 23390f25e @putout/compare: use extractExpression from @putout/engine-runner
18
+ - b83ffa8ad @putout/engine-parser: template: add extractExpression
19
+ - a757b015c @putout/plugin-typescript: convert-commonjs-to-esm: add
20
+ - d355c4bdc @putout/plugin-typescript: drop support of 🐊 < 35
21
+ - 4f43d943a @putout/engine-parser: template: add support of TSExportAssignment
22
+ - 705238354 @putout/plugin-nodejs: convert-commonjs-to-esm: exports: exclude import/export
23
+
1
24
  2024.03.29, v35.7.6
2
25
 
3
26
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.7.6",
3
+ "version": "35.8.1",
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",
@@ -105,7 +105,7 @@
105
105
  "@putout/plugin-convert-object-entries-to-array-entries": "^3.0.0",
106
106
  "@putout/plugin-convert-optional-to-logical": "^3.0.0",
107
107
  "@putout/plugin-convert-quotes-to-backticks": "^3.0.0",
108
- "@putout/plugin-convert-template-to-string": "^1.0.0",
108
+ "@putout/plugin-convert-template-to-string": "^2.0.0",
109
109
  "@putout/plugin-convert-to-arrow-function": "^4.0.0",
110
110
  "@putout/plugin-declare": "^3.0.0",
111
111
  "@putout/plugin-declare-before-reference": "^3.0.0",
@@ -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": "^6.0.0",
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-alpha.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",