putout 31.0.5 → 31.0.7

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 +18 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,21 @@
1
+ 2023.08.12, v31.0.7
2
+
3
+ feature:
4
+ - a7ea9ceed package: @putout/plugin-logical-expressions v4.0.0
5
+ - 509b65d60 @putout/plugin-logical-expressions: drop support of 🐊
6
+
7
+ 2023.08.11, v31.0.6
8
+
9
+ fix:
10
+ - 89e0ac21f eslint-plugin-putout: babel deps
11
+
12
+ feature:
13
+ - edc1b7407 package: @putout/plugin-apply-optional-chaining v4.0.0
14
+ - e3cc9b343 @putout/plugin-apply-optional-chaining: drop support of 🐊 < 31
15
+ - 06882f62c @putout/plugin-apply-optional-chaining: __a && __a.__b.__c
16
+ - d4c233352 @putout/eslint: prepare for ESLint v9 (https://eslint.org/blog/2023/07/eslint-v8.45.0-released/#exporting-of-new-legacyeslint-class)
17
+ - 293bcbfac package: hermes-parser v0.15.1
18
+
1
19
  2023.08.09, v31.0.5
2
20
 
3
21
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "31.0.5",
3
+ "version": "31.0.7",
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/plugin-apply-destructuring": "^7.0.0",
74
74
  "@putout/plugin-apply-early-return": "^3.0.0",
75
75
  "@putout/plugin-apply-flat-map": "^2.0.0",
76
- "@putout/plugin-apply-optional-chaining": "^3.0.0",
76
+ "@putout/plugin-apply-optional-chaining": "^4.0.0",
77
77
  "@putout/plugin-apply-starts-with": "^1.0.0",
78
78
  "@putout/plugin-apply-template-literals": "^2.0.0",
79
79
  "@putout/plugin-browserlist": "^1.0.0",
@@ -103,7 +103,7 @@
103
103
  "@putout/plugin-for-of": "^2.0.0",
104
104
  "@putout/plugin-github": "^6.0.0",
105
105
  "@putout/plugin-gitignore": "^3.0.0",
106
- "@putout/plugin-logical-expressions": "^3.0.0",
106
+ "@putout/plugin-logical-expressions": "^4.0.0",
107
107
  "@putout/plugin-madrun": "^16.0.0",
108
108
  "@putout/plugin-math": "^2.0.0",
109
109
  "@putout/plugin-maybe": "^1.0.0",