putout 33.5.0 → 33.6.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.
- package/ChangeLog +33 -0
- package/package.json +7 -7
- package/putout.json +2 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,36 @@
|
|
|
1
|
+
2023.11.15, v33.6.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 6333cf383 @putout/operator-json: drop peer dependency
|
|
5
|
+
- f8ca7ae14 @putout/processor-filesystem: drop export isJSON
|
|
6
|
+
|
|
7
|
+
feature:
|
|
8
|
+
- 13a176492 putout: @putout/plugin-browserlist v2.0.0
|
|
9
|
+
- e0d08155d @putout/plugin-browserlist: drop support of node < 16
|
|
10
|
+
- 2f1caac15 putout: disable browserlist for all files except .browserlistrc
|
|
11
|
+
- 73575facd putout: @putout/plugin-npmignore v3.0.0
|
|
12
|
+
- 2652f7c12 @putout/plugin-npmignore: drop support of node < 16
|
|
13
|
+
- 2489f243f @putotu/plugin-npmignore: use __array
|
|
14
|
+
- 32402a01e @putout/plugin-travis: drop support of 🐊 < 33
|
|
15
|
+
- 82d76f506 @putout/plugin-travis: use __yaml
|
|
16
|
+
- 6f3ac9782 putout: @putout/processor-yaml v7.0.0
|
|
17
|
+
- 36121ad89 putout: @putout/plugin-github v10.0.0
|
|
18
|
+
- 31bdcb37f @putout/plugin-github: use __yaml
|
|
19
|
+
- ecf96039c @putout/plugin-github: drop support of a🐊 < 33
|
|
20
|
+
- 7fcd972d5 @putout/processor-yaml: json -> yaml
|
|
21
|
+
- 51d293601 @putout/plugin-gitub: json -> yaml
|
|
22
|
+
- 8179fd083 @putout/processor-json: is-json
|
|
23
|
+
- 3bb33ecdf @putout/operator-json: export names
|
|
24
|
+
- bf21d1bea @putout/operator-json: add isJSON
|
|
25
|
+
- 3335cb91e putout: @putout/processor-ignore v5.0.0
|
|
26
|
+
- 6c7cf6091 @putout/processor-ignore: use @putout/operator-json
|
|
27
|
+
- e44e0e92c @putout/operator-json: __yaml, __ignore
|
|
28
|
+
- 1d176923a putout: @putout/plugin-gitignore v4.0.0
|
|
29
|
+
- 58b913421 @putout/plugin-gitignore: drop support of node < 16
|
|
30
|
+
- 718439571 @putout/plugin-gitignore: use __ignore
|
|
31
|
+
- c83b663a1 @putout/plugin-putout: declare: __ignore
|
|
32
|
+
- bfcf68252 @putout/plugin-putout: declare: __yaml
|
|
33
|
+
|
|
1
34
|
2023.11.14, v33.5.0
|
|
2
35
|
|
|
3
36
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "33.
|
|
3
|
+
"version": "33.6.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",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"@putout/plugin-apply-optional-chaining": "^5.0.0",
|
|
83
83
|
"@putout/plugin-apply-starts-with": "^1.0.0",
|
|
84
84
|
"@putout/plugin-apply-template-literals": "^2.0.0",
|
|
85
|
-
"@putout/plugin-browserlist": "^
|
|
85
|
+
"@putout/plugin-browserlist": "^2.0.0",
|
|
86
86
|
"@putout/plugin-conditions": "^4.0.0",
|
|
87
87
|
"@putout/plugin-convert-apply-to-spread": "^4.0.0",
|
|
88
88
|
"@putout/plugin-convert-arguments-to-rest": "^2.0.0",
|
|
@@ -106,8 +106,8 @@
|
|
|
106
106
|
"@putout/plugin-extract-sequence-expressions": "^3.0.0",
|
|
107
107
|
"@putout/plugin-filesystem": "^1.0.0",
|
|
108
108
|
"@putout/plugin-for-of": "^3.0.0",
|
|
109
|
-
"@putout/plugin-github": "^
|
|
110
|
-
"@putout/plugin-gitignore": "^
|
|
109
|
+
"@putout/plugin-github": "^10.0.0",
|
|
110
|
+
"@putout/plugin-gitignore": "^4.0.0",
|
|
111
111
|
"@putout/plugin-logical-expressions": "^5.0.0",
|
|
112
112
|
"@putout/plugin-madrun": "^17.0.0",
|
|
113
113
|
"@putout/plugin-math": "^2.0.0",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"@putout/plugin-montag": "^2.0.0",
|
|
119
119
|
"@putout/plugin-new": "^3.0.1",
|
|
120
120
|
"@putout/plugin-nodejs": "^9.0.0",
|
|
121
|
-
"@putout/plugin-npmignore": "^
|
|
121
|
+
"@putout/plugin-npmignore": "^3.0.0",
|
|
122
122
|
"@putout/plugin-package-json": "^5.0.0",
|
|
123
123
|
"@putout/plugin-promises": "^13.0.0",
|
|
124
124
|
"@putout/plugin-putout": "^16.0.0",
|
|
@@ -167,11 +167,11 @@
|
|
|
167
167
|
"@putout/plugin-webpack": "^3.0.0",
|
|
168
168
|
"@putout/processor-css": "^7.0.0",
|
|
169
169
|
"@putout/processor-filesystem": "^2.0.0",
|
|
170
|
-
"@putout/processor-ignore": "^
|
|
170
|
+
"@putout/processor-ignore": "^5.0.0",
|
|
171
171
|
"@putout/processor-javascript": "^5.0.0",
|
|
172
172
|
"@putout/processor-json": "^8.0.0",
|
|
173
173
|
"@putout/processor-markdown": "^11.0.0",
|
|
174
|
-
"@putout/processor-yaml": "^
|
|
174
|
+
"@putout/processor-yaml": "^7.0.0",
|
|
175
175
|
"@putout/traverse": "^9.0.0",
|
|
176
176
|
"ajv": "^8.8.2",
|
|
177
177
|
"chalk": "^4.0.0",
|
package/putout.json
CHANGED