putout 34.7.0 → 34.7.2

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 +25 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,28 @@
1
+ 2024.01.08, v34.7.2
2
+
3
+ feature:
4
+ - 9ee71ef05 putout: @putout/plugin-simplify-ternary v7.0.0
5
+ - 925775466 @putout/plugin-simplify-ternary: drop support of node < 18
6
+ - 068f8acd5 @putout/plugin-minify: drop support of node < 18
7
+ - d7a80bcc6 @putout/plugin-minify: inlinde: exlucde UpdateExpression (putoutjs/minify#8)
8
+
9
+ 2024.01.08, v34.7.1
10
+
11
+ feature:
12
+ - d7f98af0f putout: @putout/plugin-for-of v4.0.0
13
+ - f1bfc6fe7 @putout/plugin-for-of: drop support of node < 18
14
+ - 7f6663f46 @putout/plugin-for-of: for-each: exclude SequenceExpressions (#196)
15
+ - 5e29fba1b @putout/plugin-putout: check-replace-code: VariableDeclarator
16
+ - ab01a71c3 @putout/plugin-filesystem: convert-js-to-json: add
17
+ - ae9418107 @putout/plugin-putout: check-replace-code: __json on the left
18
+ - 610a2ddcf @putout/plugin-putout: check-replace-code: add support of __json
19
+ - 8ada02c25 @putout/test: report: add check for message
20
+ - cd144553a @putout/plugin-filesystem: convert-json-to-js: add
21
+ - b3a580827 @putout/operator-match-files: matchers
22
+ - a182931cc root: c8 v9.0.0
23
+ - de6095769 eslint-plugin-putout: synckit v0.9.0
24
+ - 12c3b439e @putout/plugin-eslint: convert-rc-to-flat: add support of rules, parser
25
+
1
26
  2024.01.03, v34.7.0
2
27
 
3
28
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "34.7.0",
3
+ "version": "34.7.2",
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",
@@ -110,7 +110,7 @@
110
110
  "@putout/plugin-extract-object-properties": "^9.0.0",
111
111
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
112
112
  "@putout/plugin-filesystem": "^3.0.0",
113
- "@putout/plugin-for-of": "^3.0.0",
113
+ "@putout/plugin-for-of": "^4.0.0",
114
114
  "@putout/plugin-github": "^11.0.0",
115
115
  "@putout/plugin-gitignore": "^4.0.0",
116
116
  "@putout/plugin-logical-expressions": "^5.0.0",
@@ -161,7 +161,7 @@
161
161
  "@putout/plugin-reuse-duplicate-init": "^5.0.0",
162
162
  "@putout/plugin-simplify-assignment": "^3.0.0",
163
163
  "@putout/plugin-simplify-boolean-return": "^1.0.0",
164
- "@putout/plugin-simplify-ternary": "^6.0.0",
164
+ "@putout/plugin-simplify-ternary": "^7.0.0",
165
165
  "@putout/plugin-split-nested-destructuring": "^3.0.0",
166
166
  "@putout/plugin-split-variable-declarations": "^3.0.0",
167
167
  "@putout/plugin-tape": "^13.0.0",
@@ -210,7 +210,7 @@
210
210
  ],
211
211
  "devDependencies": {
212
212
  "@putout/plugin-apply-entries": "^2.0.0",
213
- "c8": "^8.0.0",
213
+ "c8": "^9.0.0",
214
214
  "currify": "^4.0.0",
215
215
  "eslint": "^9.0.0-alpha.0",
216
216
  "eslint-plugin-n": "^16.0.0",