putout 29.0.0 → 29.0.1
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 +8 -0
- package/package.json +3 -3
- package/putout.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
2023.03.06, v29.0.1
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- eslint-plugin-putout: single-property-destructuring: exclude AssignmentPattern used as value of ObjectPatterns Property
|
|
5
|
+
- package: @putout/plugin-putout v12.0.0
|
|
6
|
+
- @putout/plugin-putout: drop support of 🐊 < 29
|
|
7
|
+
- @putout/plugin-declare: renamed from @putout/plugin-declare-undefined-variables
|
|
8
|
+
|
|
1
9
|
2023.03.06, v29.0.0
|
|
2
10
|
|
|
3
11
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "29.0.
|
|
3
|
+
"version": "29.0.1",
|
|
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",
|
|
@@ -105,9 +105,9 @@
|
|
|
105
105
|
"@putout/plugin-convert-template-to-string": "^1.0.0",
|
|
106
106
|
"@putout/plugin-convert-to-arrow-function": "^3.0.0",
|
|
107
107
|
"@putout/plugin-convert-typeof-to-is-type": "^2.0.0",
|
|
108
|
+
"@putout/plugin-declare": "^1.0.1",
|
|
108
109
|
"@putout/plugin-declare-before-reference": "^1.0.0",
|
|
109
110
|
"@putout/plugin-declare-imports-first": "^2.0.0",
|
|
110
|
-
"@putout/plugin-declare-undefined-variables": "^8.0.0",
|
|
111
111
|
"@putout/plugin-eslint": "^4.2.0",
|
|
112
112
|
"@putout/plugin-extract-object-properties": "^8.0.0",
|
|
113
113
|
"@putout/plugin-extract-sequence-expressions": "^3.0.0",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"@putout/plugin-npmignore": "^2.0.0",
|
|
126
126
|
"@putout/plugin-package-json": "^4.0.0",
|
|
127
127
|
"@putout/plugin-promises": "^9.0.0",
|
|
128
|
-
"@putout/plugin-putout": "^
|
|
128
|
+
"@putout/plugin-putout": "^12.0.0",
|
|
129
129
|
"@putout/plugin-putout-config": "^2.0.0",
|
|
130
130
|
"@putout/plugin-regexp": "^6.0.0",
|
|
131
131
|
"@putout/plugin-remove-boolean-from-assertions": "^1.0.0",
|
package/putout.json
CHANGED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"remove-constant-conditions": "off",
|
|
43
43
|
"remove-console": "off",
|
|
44
44
|
"remove-unreachable-code": "off",
|
|
45
|
-
"declare
|
|
45
|
+
"declare": "off",
|
|
46
46
|
"nodejs/declare": "off",
|
|
47
47
|
"typescript/remove-unused-types": "off"
|
|
48
48
|
},
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"typescript": "on"
|
|
98
98
|
},
|
|
99
99
|
"*.d.ts": {
|
|
100
|
-
"declare
|
|
100
|
+
"declare": "off"
|
|
101
101
|
}
|
|
102
102
|
},
|
|
103
103
|
"ignore": [
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"merge-if-statements",
|
|
224
224
|
"declare-imports-first",
|
|
225
225
|
"declare-before-reference",
|
|
226
|
-
"declare
|
|
226
|
+
"declare",
|
|
227
227
|
"strict-mode",
|
|
228
228
|
"math",
|
|
229
229
|
"putout",
|