putout 32.3.0 → 32.5.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 (3) hide show
  1. package/ChangeLog +19 -0
  2. package/package.json +3 -2
  3. package/putout.json +1 -0
package/ChangeLog CHANGED
@@ -1,3 +1,22 @@
1
+ 2023.10.23, v32.5.0
2
+
3
+ feature:
4
+ - fb1dc3bd1 @putout/plugin-apply-dot-notation: check for valid identifier
5
+ - 6bd28ffe5 @putout/plugin-apply-dot-notation: add
6
+ - f85c08671 @putout/plugin-promises: remove-useless-await: exclude MemberExpression
7
+ - a2fa4a265 @putout/plugin-madrun: set-lint-dot: report
8
+ - f49a2cc40 @putout/plugin-madrun: convert-to-async: report
9
+ - d87133ddf @putout/plugin-madrun: convert-nyc-to-c8: report
10
+ - 85069c288 @putout/plugin-minify: mangle: nested-overlap (putoutjs/minify#5)
11
+ - 693246921 @putout/plugin-madrun: convert-args-to-scripts: false positive
12
+
13
+ 2023.10.18, v32.4.0
14
+
15
+ feature:
16
+ - 1d7370062 package: @putout/plugin-madrun v17.0.0
17
+ - c992e627d @putout/plugin-madrun: convert-args-to-scripts: add
18
+ - c6051f5c6 @putout/plugin-madrun: drop support of 🐊 < 32
19
+
1
20
  2023.10.18, v32.3.0
2
21
 
3
22
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "32.3.0",
3
+ "version": "32.5.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",
@@ -71,6 +71,7 @@
71
71
  "@putout/operator-regexp": "^1.0.0",
72
72
  "@putout/plugin-apply-at": "^2.0.0",
73
73
  "@putout/plugin-apply-destructuring": "^7.0.0",
74
+ "@putout/plugin-apply-dot-notation": "^1.0.0",
74
75
  "@putout/plugin-apply-early-return": "^3.0.0",
75
76
  "@putout/plugin-apply-flat-map": "^2.0.0",
76
77
  "@putout/plugin-apply-optional-chaining": "^5.0.0",
@@ -105,7 +106,7 @@
105
106
  "@putout/plugin-github": "^9.0.0",
106
107
  "@putout/plugin-gitignore": "^3.0.0",
107
108
  "@putout/plugin-logical-expressions": "^4.0.0",
108
- "@putout/plugin-madrun": "^16.0.0",
109
+ "@putout/plugin-madrun": "^17.0.0",
109
110
  "@putout/plugin-math": "^2.0.0",
110
111
  "@putout/plugin-maybe": "^1.0.0",
111
112
  "@putout/plugin-merge-destructuring-properties": "^8.0.0",
package/putout.json CHANGED
@@ -150,6 +150,7 @@
150
150
  },
151
151
  "plugins": [
152
152
  "apply-at",
153
+ "apply-dot-notation",
153
154
  "apply-early-return",
154
155
  "apply-flat-map",
155
156
  "apply-destructuring",