putout 35.7.5 → 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.
Files changed (2) hide show
  1. package/ChangeLog +40 -0
  2. package/package.json +5 -6
package/ChangeLog CHANGED
@@ -1,3 +1,43 @@
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
+
14
+ 2024.03.29, v35.7.6
15
+
16
+ fix:
17
+ - 72a79038e @putout/plugin-eslint: get back CommonJS
18
+ - ca2115fd9 @putout/plugin-github: get back to CommonJS
19
+
20
+ feature:
21
+ - cc22a484d putout: @putout/plugin-apply-dot-notation v2.0.0
22
+ - 26168a480 putout: @putout/plugin-remove-useless-spread v11.0.0
23
+ - 63a3dab48 @putout/plugin-apply-dot-notation: drop support of node < 18
24
+ - 45d46b07d @putout/plugin-apply-dot-notation: report
25
+ - 636dd8ed0 @putout/plugin-remove-useless-spread: drop support of 🐊 < 35
26
+ - 261aa7573 @putout/plugin-remove-useless-spread: object: add support of ReturnStatement
27
+ - 67865af08 @putout/plugin-nodejs: convert-commonjs-to-esm: exports: ImportSpecifier
28
+ - 8ec8b0ba1 @putout/plugin-nodejs: convert-commonjs-to-esm: exports: not declared
29
+ - 6a095026a @putout/plugin-declare: add @iocmd/wait
30
+ - b451c12da @putout/plugin-nodejs: convert-commonjs-to-esm: exports: overlap
31
+ - 866c4e176 @putout/plugin-tape: convert-ok-to-called-with: merge apply-stub-operator
32
+ - 948aefb62 eslint-plugin-putout: add-newline-before-function-call: multiple
33
+ - 6fd415890 @putout/plugin-nodejs: convert-commonjs-to-esm: require: mjs
34
+ - c053e80a5 @putout/plugin-nodejs: remove-useless-promisify: add
35
+ - b52b03f32 @putout/plugin-github: update-actions: docker/build-push-action: v5
36
+ - 2f73bdec7 @putout/plugin-github: update-actions: docker/login-action: v3
37
+ - f1de0c82b @putout/plugin-github: update-actions: docker/setup-buildx-action: v3
38
+ - 18c79ef91 @putout/plugin-github: update-actions: docker/setup-qemu-action: v3
39
+ - 30b43ad1d @putout/plugin-tape: convert-ok-to-called-with: add support of: spread, message
40
+
1
41
  2024.03.16, v35.7.5
2
42
 
3
43
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.7.5",
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",
@@ -84,7 +84,7 @@
84
84
  "@putout/operator-regexp": "^1.0.0",
85
85
  "@putout/plugin-apply-at": "^2.0.0",
86
86
  "@putout/plugin-apply-destructuring": "^7.0.0",
87
- "@putout/plugin-apply-dot-notation": "^1.0.0",
87
+ "@putout/plugin-apply-dot-notation": "^2.0.0",
88
88
  "@putout/plugin-apply-early-return": "^3.0.0",
89
89
  "@putout/plugin-apply-flat-map": "^2.0.0",
90
90
  "@putout/plugin-apply-optional-chaining": "^5.0.0",
@@ -160,7 +160,7 @@
160
160
  "@putout/plugin-remove-useless-operand": "^2.0.0",
161
161
  "@putout/plugin-remove-useless-replace": "^1.0.1",
162
162
  "@putout/plugin-remove-useless-return": "^6.0.0",
163
- "@putout/plugin-remove-useless-spread": "^10.0.0",
163
+ "@putout/plugin-remove-useless-spread": "^11.0.0",
164
164
  "@putout/plugin-remove-useless-template-expressions": "^2.0.0",
165
165
  "@putout/plugin-remove-useless-variables": "^10.0.0",
166
166
  "@putout/plugin-reuse-duplicate-init": "^5.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",
@@ -227,7 +227,6 @@
227
227
  "mock-require": "^3.0.2",
228
228
  "montag": "^1.2.1",
229
229
  "nodemon": "^3.0.1",
230
- "pullout": "^4.0.0",
231
230
  "strip-ansi": "^7.0.0",
232
231
  "supertape": "^10.0.0"
233
232
  },