putout 35.14.0 → 35.15.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.
Files changed (3) hide show
  1. package/ChangeLog +25 -0
  2. package/package.json +4 -3
  3. package/putout.json +5 -0
package/ChangeLog CHANGED
@@ -1,3 +1,28 @@
1
+ 2024.04.13, v35.15.0
2
+
3
+ fix:
4
+ - 9e5cc8f10 @putout/operator-ignore: __json: property
5
+ - 0b32f4415 @putout/plugin-putout: remove-unused-get-properties-argument: exclude not StringLiteral
6
+ - 0855fa787 @putout/plugin-npmignore: message
7
+
8
+ feature:
9
+ - 09ae16147 putout: add @putout/plugin-coverage
10
+ - 228414483 @putout/plugin-coverage: add
11
+ - a961d86ce putout: @putout/plugin-gitignore v6.0.0
12
+ - fea9d47f9 putout: @putout/plugin-npmignore v5.0.0
13
+ - 95af1575f @putout/plugin-gitignore: use ignore
14
+ - 59361fac9 @putout/plugin-putout: declare: ignore: add
15
+ - 0e78b78b3 @putout/operator-ignore: add
16
+ - 3eb9a5b45 @putout/operator-json: fromJS: no newline
17
+
18
+ 2024.04.12, v35.14.1
19
+
20
+ feature:
21
+ - d9c1cf78f putout: @putout/plugin-gitignore v6.0.0
22
+ - 8f360cfd3 putout: @putout/plugin-npmignore v5.0.0
23
+ - 314190495 @putout/plugin-gitignore: use ignore
24
+ - 577a53f79 @putout/plugin-putout: declare: ignore: add
25
+
1
26
  2024.04.12, v35.14.0
2
27
 
3
28
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.14.0",
3
+ "version": "35.15.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",
@@ -109,6 +109,7 @@
109
109
  "@putout/plugin-convert-quotes-to-backticks": "^3.0.0",
110
110
  "@putout/plugin-convert-template-to-string": "^2.0.0",
111
111
  "@putout/plugin-convert-to-arrow-function": "^4.0.0",
112
+ "@putout/plugin-coverage": "^1.0.0",
112
113
  "@putout/plugin-declare": "^3.0.0",
113
114
  "@putout/plugin-declare-before-reference": "^3.0.0",
114
115
  "@putout/plugin-declare-imports-first": "^2.0.0",
@@ -118,7 +119,7 @@
118
119
  "@putout/plugin-filesystem": "^5.0.0",
119
120
  "@putout/plugin-for-of": "^4.0.0",
120
121
  "@putout/plugin-github": "^12.0.0",
121
- "@putout/plugin-gitignore": "^5.0.0",
122
+ "@putout/plugin-gitignore": "^6.0.0",
122
123
  "@putout/plugin-logical-expressions": "^5.0.0",
123
124
  "@putout/plugin-madrun": "^18.0.0",
124
125
  "@putout/plugin-math": "^2.0.0",
@@ -129,7 +130,7 @@
129
130
  "@putout/plugin-montag": "^2.0.0",
130
131
  "@putout/plugin-new": "^3.0.1",
131
132
  "@putout/plugin-nodejs": "^11.0.0",
132
- "@putout/plugin-npmignore": "^4.0.0",
133
+ "@putout/plugin-npmignore": "^5.0.0",
133
134
  "@putout/plugin-package-json": "^7.0.0",
134
135
  "@putout/plugin-promises": "^14.0.0",
135
136
  "@putout/plugin-putout": "^19.0.0",
package/putout.json CHANGED
@@ -88,6 +88,9 @@
88
88
  ".npmignore": {
89
89
  "npmignore": "on"
90
90
  },
91
+ ".{nyc,c8}rc.json": {
92
+ "coverage": "on"
93
+ },
91
94
  ".*ignore": {
92
95
  "convert-quotes-to-backticks": "off"
93
96
  },
@@ -156,6 +159,7 @@
156
159
  "**/.git"
157
160
  ],
158
161
  "rules": {
162
+ "coverage": "off",
159
163
  "typescript": "off",
160
164
  "nodejs/convert-esm-to-commonjs": "off",
161
165
  "nodejs/convert-commonjs-to-esm": "off",
@@ -254,6 +258,7 @@
254
258
  "putout-config",
255
259
  "promises",
256
260
  "typescript",
261
+ "coverage",
257
262
  "gitignore",
258
263
  "npmignore",
259
264
  "browserlist",