putout 32.4.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 +12 -0
  2. package/package.json +2 -1
  3. package/putout.json +1 -0
package/ChangeLog CHANGED
@@ -1,3 +1,15 @@
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
+
1
13
  2023.10.18, v32.4.0
2
14
 
3
15
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "32.4.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",
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",