putout 29.2.5 → 29.4.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 +39 -0
  2. package/package.json +5 -5
package/ChangeLog CHANGED
@@ -1,3 +1,42 @@
1
+ 2023.04.28, v29.4.0
2
+
3
+ fix:
4
+ - 3b614c780 @putout/engine-runner: do not recreate missing 'node' in 'path' because it used to determine existense of path in AST
5
+
6
+ feature:
7
+ - 092c82fb3 package: @putout/engine-runner v16.0.0
8
+ - 8a82eec71 package: @putout/engine-parser v6.0.0
9
+ - 47cb1135d @putout/printer: apply-linebreak: add support of 'indent()', 'write.indent()'
10
+ - 57f285618 @putout/printer: apply-breakline: add support of 'indent()', 'write.indent()'
11
+ - cfb86c9f6 @putout/plugin-react-hooks: remove-react: add
12
+ - 398d0a694 @putout/plugin-putout: improve support of replace-test-message: value -> value, raw
13
+ - 06d07106f @putout/processor-html: use @putout/printer
14
+ - 01888d82d @putout/processor-html: drop support of 🐊 < 29
15
+ - faa704f38 package: @putout/processor-css v7.0.0
16
+ - be7d5da48 @putout/plugin-remove-unused-variables: use @putout/printer
17
+ - a9864ff23 @putout/plugin-remove-unused-variables: improve support of RestElement in ObjectPattern of AssignmentPattern
18
+
19
+ 2023.04.25, v29.3.0
20
+
21
+ feature:
22
+ - b2af4c19b package: @putout/plugin-merge-duplicate-imports v9.0.0
23
+ - 380d7a771 @putout/plugin-merge-duplicate-imports: drop support of 🐊 < 29
24
+ - 8ab240af7 @putout/plugin-merge-duplicate-imports: use @putout/printer
25
+ - 0397f2768 package: @eslint/eslintrc v2.0.2
26
+ - 6371b6c1d package: typescript v5.0.4
27
+ - 4f12e8014 package: @putout/engine-parser v6.0.0
28
+ - 82b651f6a package: @putout/engine-processor v7.0.0
29
+ - a20a5fc94 package: @putout/engine-loader v8.1.0
30
+ - 8506675e8 package: @putout/processor-css v7.0.0
31
+ - ef9019178 @putout/processor-css: drop support of 🐊 < 29
32
+ - ddda321f6 package: stylelint-config-standard v33.0.0
33
+ - 712736d07 package: stylelint v15.6.0
34
+ - a09971b90 @putout/processor-css: use @putout/printer
35
+ - ef4ea8d86 package: yaml v2.2.2 (https://security.snyk.io/vuln/SNYK-JS-YAML-5458867)
36
+ - 2821594aa @putout/plugin-printer: add
37
+ - 1096958c5 @putout/plugin-remove-iife: simplify
38
+ - f78c2dd3b @putout/engine-runner: add ability to handle case where Statement put in place of Expression
39
+
1
40
  2023.04.21, v29.2.5
2
41
 
3
42
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.2.5",
3
+ "version": "29.4.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",
@@ -54,8 +54,8 @@
54
54
  "@putout/compare": "^9.0.0",
55
55
  "@putout/engine-loader": "^8.0.0",
56
56
  "@putout/engine-parser": "^6.0.0",
57
- "@putout/engine-processor": "^6.0.0",
58
- "@putout/engine-runner": "^15.0.0",
57
+ "@putout/engine-processor": "^7.0.0",
58
+ "@putout/engine-runner": "^16.0.0",
59
59
  "@putout/eslint": "^2.0.0",
60
60
  "@putout/formatter-codeframe": "^4.0.0",
61
61
  "@putout/formatter-dump": "^4.0.0",
@@ -109,7 +109,7 @@
109
109
  "@putout/plugin-maybe": "^1.0.0",
110
110
  "@putout/plugin-merge-destructuring-properties": "^7.0.0",
111
111
  "@putout/plugin-merge-duplicate-functions": "^1.0.0",
112
- "@putout/plugin-merge-duplicate-imports": "^8.0.0",
112
+ "@putout/plugin-merge-duplicate-imports": "^9.0.0",
113
113
  "@putout/plugin-merge-if-statements": "^3.0.0",
114
114
  "@putout/plugin-montag": "^2.0.0",
115
115
  "@putout/plugin-new": "^1.0.0",
@@ -161,7 +161,7 @@
161
161
  "@putout/plugin-types": "^1.1.0",
162
162
  "@putout/plugin-typescript": "^3.0.0",
163
163
  "@putout/plugin-webpack": "^2.0.0",
164
- "@putout/processor-css": "^6.0.0",
164
+ "@putout/processor-css": "^7.0.0",
165
165
  "@putout/processor-ignore": "^4.0.0",
166
166
  "@putout/processor-javascript": "^4.0.0",
167
167
  "@putout/processor-json": "^6.0.0",