putout 33.4.1 → 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 CHANGED
@@ -1,3 +1,51 @@
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
+
34
+ 2023.11.14, v33.5.0
35
+
36
+ feature:
37
+ - 17555f4cd @putout/declare: operator-json: toJS, fromJS, __json, __filesystem
38
+ - d0e7670bf putout: @putout/processor-filesystem v2.0.0
39
+ - 616286ce9 @putout/processor-filesystem: @putout/operator-filesystem v2.0.0
40
+ - a9a39c1b5 putout: @putout/processor-json v8.0.0
41
+ - 39cc05358 putout: @putout/processor-markdown v11.0.0
42
+ - 4f9483162 putout: @putout/operator-filesystem v2.0.0
43
+ - ed4b5db53 @putout/operator-filesystem: drop support of 🐊 < 33
44
+ - d88b24cd6 @putout/operator-json: add
45
+ - 77a0c1bd4 @putout/processor-ignore: simplify
46
+ - 95143f13a @putout/procesor-filesystem: simplify
47
+ - 438fefa7d @putout/processor-json: simplify
48
+
1
49
  2023.11.14, v33.4.1
2
50
 
3
51
  feature:
package/lib/putout.js CHANGED
@@ -231,6 +231,7 @@ module.exports.operator = {
231
231
  ...require('@putout/operate'),
232
232
  ...require('@putout/compare'),
233
233
  ...require('@putout/traverse'),
234
+ ...require('@putout/operator-json'),
234
235
  ...require('@putout/operator-declare'),
235
236
  ...require('@putout/operator-regexp'),
236
237
  ...require('@putout/operator-add-args'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "33.4.1",
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",
@@ -71,7 +71,8 @@
71
71
  "@putout/operate": "^11.0.0",
72
72
  "@putout/operator-add-args": "^7.0.0",
73
73
  "@putout/operator-declare": "^8.0.0",
74
- "@putout/operator-filesystem": "^1.0.1",
74
+ "@putout/operator-filesystem": "^2.0.0",
75
+ "@putout/operator-json": "^1.0.1",
75
76
  "@putout/operator-regexp": "^1.0.0",
76
77
  "@putout/plugin-apply-at": "^2.0.0",
77
78
  "@putout/plugin-apply-destructuring": "^7.0.0",
@@ -81,7 +82,7 @@
81
82
  "@putout/plugin-apply-optional-chaining": "^5.0.0",
82
83
  "@putout/plugin-apply-starts-with": "^1.0.0",
83
84
  "@putout/plugin-apply-template-literals": "^2.0.0",
84
- "@putout/plugin-browserlist": "^1.0.0",
85
+ "@putout/plugin-browserlist": "^2.0.0",
85
86
  "@putout/plugin-conditions": "^4.0.0",
86
87
  "@putout/plugin-convert-apply-to-spread": "^4.0.0",
87
88
  "@putout/plugin-convert-arguments-to-rest": "^2.0.0",
@@ -105,8 +106,8 @@
105
106
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
106
107
  "@putout/plugin-filesystem": "^1.0.0",
107
108
  "@putout/plugin-for-of": "^3.0.0",
108
- "@putout/plugin-github": "^9.0.0",
109
- "@putout/plugin-gitignore": "^3.0.0",
109
+ "@putout/plugin-github": "^10.0.0",
110
+ "@putout/plugin-gitignore": "^4.0.0",
110
111
  "@putout/plugin-logical-expressions": "^5.0.0",
111
112
  "@putout/plugin-madrun": "^17.0.0",
112
113
  "@putout/plugin-math": "^2.0.0",
@@ -117,7 +118,7 @@
117
118
  "@putout/plugin-montag": "^2.0.0",
118
119
  "@putout/plugin-new": "^3.0.1",
119
120
  "@putout/plugin-nodejs": "^9.0.0",
120
- "@putout/plugin-npmignore": "^2.0.0",
121
+ "@putout/plugin-npmignore": "^3.0.0",
121
122
  "@putout/plugin-package-json": "^5.0.0",
122
123
  "@putout/plugin-promises": "^13.0.0",
123
124
  "@putout/plugin-putout": "^16.0.0",
@@ -165,12 +166,12 @@
165
166
  "@putout/plugin-typescript": "^5.0.0",
166
167
  "@putout/plugin-webpack": "^3.0.0",
167
168
  "@putout/processor-css": "^7.0.0",
168
- "@putout/processor-filesystem": "^1.0.0",
169
- "@putout/processor-ignore": "^4.0.0",
169
+ "@putout/processor-filesystem": "^2.0.0",
170
+ "@putout/processor-ignore": "^5.0.0",
170
171
  "@putout/processor-javascript": "^5.0.0",
171
- "@putout/processor-json": "^7.0.0",
172
- "@putout/processor-markdown": "^10.0.0",
173
- "@putout/processor-yaml": "^6.0.0",
172
+ "@putout/processor-json": "^8.0.0",
173
+ "@putout/processor-markdown": "^11.0.0",
174
+ "@putout/processor-yaml": "^7.0.0",
174
175
  "@putout/traverse": "^9.0.0",
175
176
  "ajv": "^8.8.2",
176
177
  "chalk": "^4.0.0",
package/putout.json CHANGED
@@ -148,7 +148,8 @@
148
148
  "github": "off",
149
149
  "tape": "off",
150
150
  "strict-mode": "off",
151
- "tape/convert-mock-require-to-mock-import": "off"
151
+ "tape/convert-mock-require-to-mock-import": "off",
152
+ "browserlist": "off"
152
153
  },
153
154
  "plugins": [
154
155
  "apply-at",