putout 28.16.0 → 28.18.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 (2) hide show
  1. package/ChangeLog +21 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,24 @@
1
+ 2023.03.02, v28.18.0
2
+
3
+ feature:
4
+ - @putout/eslint-config: add config from npm (https://eslint.org/blog/2023/02/eslint-v8.35.0-released/)
5
+ - package: @putout/plugin-tape v10.0.0
6
+ - @putout/plugin-tape: jest: add
7
+ - @putout/plugin-tape: drop support of 🐊 < 28
8
+ - @putout/plugin-apply-destructuring: drop useless match
9
+
10
+ 2023.02.23, v28.17.0
11
+
12
+ feature:
13
+ - package: @putout/plugin-apply-destructuring v6.0.0
14
+ - @putout/plugin-apply-destructuring: drop support of 🐊 < 28
15
+ - @putout/plugin-apply-destructuring: drop support of node < 16
16
+ - @putout/plugin-apply-destructuring: object: get rid off `const a = b.a || c -> const {a = c} = b` since it works only for `b.a = undefined` not for: 0, null, undefined, '', etc
17
+ - eslint-plugin-putout: add remove-empty-newline-between-declarations
18
+ - @putout/plugin-split-nested-destructuring: add support of rename
19
+ - @putout/engine-loader: is-enabled: improve handling of disabled rules of Multirule Plugin
20
+ - package: @putout/recast v1.12.1 (#129)
21
+
1
22
  2023.02.04, v28.16.0
2
23
 
3
24
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "28.16.0",
3
+ "version": "28.18.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",
@@ -73,7 +73,7 @@
73
73
  "@putout/operator-regexp": "^1.0.0",
74
74
  "@putout/plugin-apply-array-at": "^2.0.0",
75
75
  "@putout/plugin-apply-comparison-order": "^1.0.0",
76
- "@putout/plugin-apply-destructuring": "^5.0.0",
76
+ "@putout/plugin-apply-destructuring": "^6.0.0",
77
77
  "@putout/plugin-apply-early-return": "^2.0.0",
78
78
  "@putout/plugin-apply-flat-map": "^2.0.0",
79
79
  "@putout/plugin-apply-if-condition": "^1.0.0",
@@ -170,7 +170,7 @@
170
170
  "@putout/plugin-split-nested-destructuring": "^2.0.0",
171
171
  "@putout/plugin-split-variable-declarations": "^2.0.0",
172
172
  "@putout/plugin-strict-mode": "^5.0.0",
173
- "@putout/plugin-tape": "^9.0.0",
173
+ "@putout/plugin-tape": "^10.0.0",
174
174
  "@putout/plugin-try-catch": "^1.0.0",
175
175
  "@putout/plugin-typescript": "^3.0.0",
176
176
  "@putout/plugin-webpack": "^2.0.0",