putout 28.19.2 → 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.
Files changed (3) hide show
  1. package/ChangeLog +17 -0
  2. package/package.json +4 -4
  3. package/putout.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,20 @@
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
+
9
+ 2023.03.06, v29.0.0
10
+
11
+ feature:
12
+ - package: @putout/plugin-merge-destructuring-properties v7.0.0
13
+ - @putout/plugin-merge-destructuring-properties: drop support of 🐊 < 28
14
+ - @putout/plugin-merge-destructuring-properties: drop support of node < 16
15
+ - @putout/plugin-merge-destructuring-properties: exclude ObjectPattern with RestElement
16
+ - @putout/plugin-math: apply-numeric-separators: exclude float
17
+
1
18
  2023.03.06, v28.19.2
2
19
 
3
20
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "28.19.2",
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",
@@ -116,7 +116,7 @@
116
116
  "@putout/plugin-logical-expressions": "^1.0.0",
117
117
  "@putout/plugin-madrun": "^14.0.0",
118
118
  "@putout/plugin-math": "^1.0.0",
119
- "@putout/plugin-merge-destructuring-properties": "^6.0.0",
119
+ "@putout/plugin-merge-destructuring-properties": "^7.0.0",
120
120
  "@putout/plugin-merge-duplicate-imports": "^8.0.0",
121
121
  "@putout/plugin-merge-if-statements": "^3.0.0",
122
122
  "@putout/plugin-montag": "^1.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": "^11.0.0",
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-undefined-variables": "off",
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-undefined-variables": "off"
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-undefined-variables",
226
+ "declare",
227
227
  "strict-mode",
228
228
  "math",
229
229
  "putout",