putout 35.7.2 → 35.7.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.
- package/ChangeLog +11 -0
- package/package.json +2 -2
- package/putout.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
2024.03.12, v35.7.3
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 0d2d08e1e @putout/plugin-github: convert to ESM
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- 6d01fd68b putout: @putout/plugin-eslint v8.0.0
|
|
8
|
+
- a88fc7c00 @putout/plugin-eslint: drop support of 🐊 < 35
|
|
9
|
+
- 2cc0587ec @putout/plugin-eslint: convert to ESM
|
|
10
|
+
- fcf32dee7 @putout/plugin-github: fast-deep-equal -> isDeepStrictEqual
|
|
11
|
+
|
|
1
12
|
2024.03.11, v35.7.2
|
|
2
13
|
|
|
3
14
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "35.7.
|
|
3
|
+
"version": "35.7.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",
|
|
@@ -110,7 +110,7 @@
|
|
|
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",
|
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",
|