putout 29.2.1 → 29.2.3

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 +22 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,25 @@
1
+ 2023.04.07, v29.2.3
2
+
3
+ feature:
4
+ - c771cd99a package: @putout/processor-yaml v5.0.0
5
+ - 575f41e09 @putout/processor-yaml: drop support of 🐊 < 29
6
+
7
+ 2023.04.07, v29.2.2
8
+
9
+ fix:
10
+ - d5cb1718d @putout/plugin-putout: create-test: add: array of tuples
11
+ - 85b44a414 @putout/test: noTransform: update source fixtures
12
+
13
+ feature:
14
+ - 69324e88f package: @putout/processor-ignore v4.0.0
15
+ - ad4ef3be2 package: @putout/processor-json v6.0.0
16
+ - a4abdc2ac eslint-plugin-putout: json: \n eof, markdown: never \n eof
17
+ - e9b093570 @putout/processor-json: drop support of 🐊 < 29
18
+ - 74889c2a7 @putout/processor-ignore: add \n at eof
19
+ - 892fb2a66 @putout/processor-json: add \n at eof
20
+ - 4f4042b31 @putout/printer: create-test: add
21
+ - df545f3dc @putout/operator-add-args: report quotes
22
+
1
23
  2023.04.06, v29.2.1
2
24
 
3
25
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.2.1",
3
+ "version": "29.2.3",
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",
@@ -162,11 +162,11 @@
162
162
  "@putout/plugin-typescript": "^3.0.0",
163
163
  "@putout/plugin-webpack": "^2.0.0",
164
164
  "@putout/processor-css": "^6.0.0",
165
- "@putout/processor-ignore": "^3.0.0",
165
+ "@putout/processor-ignore": "^4.0.0",
166
166
  "@putout/processor-javascript": "^4.0.0",
167
- "@putout/processor-json": "^5.0.0",
167
+ "@putout/processor-json": "^6.0.0",
168
168
  "@putout/processor-markdown": "^8.0.0",
169
- "@putout/processor-yaml": "^4.0.0",
169
+ "@putout/processor-yaml": "^5.0.0",
170
170
  "@putout/traverse": "^5.0.0",
171
171
  "ajv": "^8.8.2",
172
172
  "chalk": "^4.0.0",