putout 34.7.0 → 34.7.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 +17 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,20 @@
1
+ 2024.01.08, v34.7.1
2
+
3
+ feature:
4
+ - d7f98af0f putout: @putout/plugin-for-of v4.0.0
5
+ - f1bfc6fe7 @putout/plugin-for-of: drop support of node < 18
6
+ - 7f6663f46 @putout/plugin-for-of: for-each: exclude SequenceExpressions (#196)
7
+ - 5e29fba1b @putout/plugin-putout: check-replace-code: VariableDeclarator
8
+ - ab01a71c3 @putout/plugin-filesystem: convert-js-to-json: add
9
+ - ae9418107 @putout/plugin-putout: check-replace-code: __json on the left
10
+ - 610a2ddcf @putout/plugin-putout: check-replace-code: add support of __json
11
+ - 8ada02c25 @putout/test: report: add check for message
12
+ - cd144553a @putout/plugin-filesystem: convert-json-to-js: add
13
+ - b3a580827 @putout/operator-match-files: matchers
14
+ - a182931cc root: c8 v9.0.0
15
+ - de6095769 eslint-plugin-putout: synckit v0.9.0
16
+ - 12c3b439e @putout/plugin-eslint: convert-rc-to-flat: add support of rules, parser
17
+
1
18
  2024.01.03, v34.7.0
2
19
 
3
20
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "34.7.0",
3
+ "version": "34.7.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",
@@ -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",
@@ -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",