putout 35.7.2 → 35.7.4
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 +19 -0
- package/package.json +4 -4
- package/putout.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
2024.03.15, v35.7.4
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 7b1733e28 putout: @putout/plugin-gitignore v5.0.0
|
|
5
|
+
- a2ff4823e putout: @putout/plugin-npmignore v4.0.0
|
|
6
|
+
- 45f4c4de3 @putout/plugin-npmignore: drop support of 🐊 < 35
|
|
7
|
+
- a0c5408d5 @putout/plugin-gitignore: drop support of 🐊 < 35
|
|
8
|
+
|
|
9
|
+
2024.03.12, v35.7.3
|
|
10
|
+
|
|
11
|
+
fix:
|
|
12
|
+
- 0d2d08e1e @putout/plugin-github: convert to ESM
|
|
13
|
+
|
|
14
|
+
feature:
|
|
15
|
+
- 6d01fd68b putout: @putout/plugin-eslint v8.0.0
|
|
16
|
+
- a88fc7c00 @putout/plugin-eslint: drop support of 🐊 < 35
|
|
17
|
+
- 2cc0587ec @putout/plugin-eslint: convert to ESM
|
|
18
|
+
- fcf32dee7 @putout/plugin-github: fast-deep-equal -> isDeepStrictEqual
|
|
19
|
+
|
|
1
20
|
2024.03.11, v35.7.2
|
|
2
21
|
|
|
3
22
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "35.7.
|
|
3
|
+
"version": "35.7.4",
|
|
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,13 +110,13 @@
|
|
|
110
110
|
"@putout/plugin-declare": "^3.0.0",
|
|
111
111
|
"@putout/plugin-declare-before-reference": "^3.0.0",
|
|
112
112
|
"@putout/plugin-declare-imports-first": "^2.0.0",
|
|
113
|
-
"@putout/plugin-eslint": "^
|
|
113
|
+
"@putout/plugin-eslint": "^8.0.0",
|
|
114
114
|
"@putout/plugin-extract-object-properties": "^9.0.0",
|
|
115
115
|
"@putout/plugin-extract-sequence-expressions": "^3.0.0",
|
|
116
116
|
"@putout/plugin-filesystem": "^4.0.0",
|
|
117
117
|
"@putout/plugin-for-of": "^4.0.0",
|
|
118
118
|
"@putout/plugin-github": "^12.0.0",
|
|
119
|
-
"@putout/plugin-gitignore": "^
|
|
119
|
+
"@putout/plugin-gitignore": "^5.0.0",
|
|
120
120
|
"@putout/plugin-logical-expressions": "^5.0.0",
|
|
121
121
|
"@putout/plugin-madrun": "^18.0.0",
|
|
122
122
|
"@putout/plugin-math": "^2.0.0",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"@putout/plugin-montag": "^2.0.0",
|
|
128
128
|
"@putout/plugin-new": "^3.0.1",
|
|
129
129
|
"@putout/plugin-nodejs": "^11.0.0",
|
|
130
|
-
"@putout/plugin-npmignore": "^
|
|
130
|
+
"@putout/plugin-npmignore": "^4.0.0",
|
|
131
131
|
"@putout/plugin-package-json": "^7.0.0",
|
|
132
132
|
"@putout/plugin-promises": "^14.0.0",
|
|
133
133
|
"@putout/plugin-putout": "^18.0.0",
|
package/putout.json
CHANGED
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
".browserlistrc": "on"
|
|
95
95
|
},
|
|
96
96
|
".eslintrc{*,.json}": {
|
|
97
|
-
"eslint
|
|
97
|
+
"eslint": "on",
|
|
98
98
|
"eslint/convert-require-to-import": "off"
|
|
99
99
|
},
|
|
100
100
|
"package.json": {
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"nodejs/convert-top-level-return": "off",
|
|
152
152
|
"putout": "off",
|
|
153
153
|
"putout-config": "off",
|
|
154
|
-
"eslint
|
|
154
|
+
"eslint": "off",
|
|
155
155
|
"package-json": "off",
|
|
156
156
|
"madrun": "off",
|
|
157
157
|
"webpack": "off",
|