putout 23.8.0 → 24.0.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.
package/ChangeLog CHANGED
@@ -1,3 +1,22 @@
1
+ 2022.01.12, v24.0.0
2
+
3
+ feature:
4
+ - (putout) eslint-plugin-putout v13
5
+ - (@putout/plugin-nodejs) drop support of putout < 24
6
+ - (eslint-plugin-putout) drop support of putout < 24
7
+ - (eslint-plugin-putout) safe: disable nodejs/remove-process-exit
8
+ - (@putout/plugin-nodejs) merge remove-process-exit
9
+ - (putout) remove from default install disabled apply-array-it
10
+ - (package) @putout/plugin-package-json v3.0.0
11
+ - (package) @putout/plugin-putout v9.0.0
12
+ - (package) @putout/plugin-madrun v13.0.0
13
+ - (package) @putout/operate v7.0.0
14
+ - (@putout/plugin-putout) drop support of putout < 24
15
+ - (@putout/plugin-package-json) drop support of putout < 24
16
+ - (@putout/plugin-madrun) drop support of putout < 24
17
+ - (@putout/operate) findProperty -> getProperty
18
+
19
+
1
20
  2022.01.11, v23.8.0
2
21
 
3
22
  feature:
package/README.md CHANGED
@@ -83,7 +83,7 @@
83
83
  - declare `undefined variables`;
84
84
  - apply `as` type assertions;
85
85
  - apply `utility types`;
86
- - apply `array.at` ([disabled](https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#2021-07-29-version-1660-current-bethgriggs));
86
+ - apply `array.at` ([not bundled](https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#2021-07-29-version-1660-current-bethgriggs));
87
87
  - apply `filter(Boolean)`;
88
88
  - apply [isArray](https://web.mit.edu/jwalden/www/isArray.html);
89
89
  - apply `if condition`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "23.8.0",
3
+ "version": "24.0.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 and babel plugins support of js, jsx typescript, flow files, markdown, yaml and json",
@@ -65,11 +65,10 @@
65
65
  "@putout/formatter-progress": "^3.0.0",
66
66
  "@putout/formatter-progress-bar": "^2.0.0",
67
67
  "@putout/formatter-stream": "^3.0.0",
68
- "@putout/operate": "^6.13.0",
68
+ "@putout/operate": "^7.0.0",
69
69
  "@putout/operator-add-args": "^1.0.0",
70
70
  "@putout/operator-declare": "^2.0.0",
71
71
  "@putout/operator-regexp": "^1.0.0",
72
- "@putout/plugin-apply-array-at": "^1.0.0",
73
72
  "@putout/plugin-apply-as-type-assertions": "^1.0.0",
74
73
  "@putout/plugin-apply-await-import": "^1.0.0",
75
74
  "@putout/plugin-apply-destructuring": "^5.0.0",
@@ -110,15 +109,15 @@
110
109
  "@putout/plugin-extract-sequence-expressions": "^2.0.0",
111
110
  "@putout/plugin-github": "^2.0.0",
112
111
  "@putout/plugin-gitignore": "^3.0.0",
113
- "@putout/plugin-madrun": "^12.0.0",
112
+ "@putout/plugin-madrun": "^13.0.0",
114
113
  "@putout/plugin-merge-destructuring-properties": "^5.0.0",
115
114
  "@putout/plugin-merge-duplicate-imports": "^4.0.0",
116
115
  "@putout/plugin-merge-if-statements": "^3.0.0",
117
116
  "@putout/plugin-nodejs": "^2.0.0",
118
117
  "@putout/plugin-npmignore": "^2.0.0",
119
- "@putout/plugin-package-json": "^2.0.0",
118
+ "@putout/plugin-package-json": "^3.0.0",
120
119
  "@putout/plugin-promises": "^6.0.0",
121
- "@putout/plugin-putout": "^8.0.0",
120
+ "@putout/plugin-putout": "^9.0.0",
122
121
  "@putout/plugin-putout-config": "^2.0.0",
123
122
  "@putout/plugin-regexp": "^4.0.0",
124
123
  "@putout/plugin-remove-boolean-from-assertions": "^1.0.0",
@@ -134,7 +133,6 @@
134
133
  "@putout/plugin-remove-empty": "^6.0.0",
135
134
  "@putout/plugin-remove-iife": "^1.0.0",
136
135
  "@putout/plugin-remove-nested-blocks": "^4.0.0",
137
- "@putout/plugin-remove-process-exit": "^3.0.0",
138
136
  "@putout/plugin-remove-unreachable-code": "^1.0.0",
139
137
  "@putout/plugin-remove-unreferenced-variables": "^1.0.0",
140
138
  "@putout/plugin-remove-unused-expressions": "^4.0.0",
@@ -222,7 +220,7 @@
222
220
  "currify": "^4.0.0",
223
221
  "eslint": "^8.0.1",
224
222
  "eslint-plugin-node": "^11.0.0",
225
- "eslint-plugin-putout": "^12.0.0",
223
+ "eslint-plugin-putout": "^13.0.0",
226
224
  "just-camel-case": "^4.0.2",
227
225
  "lerna": "^4.0.0",
228
226
  "madrun": "^8.6.0",
package/putout.json CHANGED
@@ -68,7 +68,7 @@
68
68
  "package-json": "on"
69
69
  },
70
70
  "bin": {
71
- "remove-process-exit": "off",
71
+ "nodejs/remove-process-exit": "off",
72
72
  "remove-console": "off",
73
73
  "convert-top-level-return": "on",
74
74
  "remove-empty/import": "off"
@@ -111,7 +111,6 @@
111
111
  "**/package-lock.json"
112
112
  ],
113
113
  "rules": {
114
- "apply-array-at": "off",
115
114
  "apply-as-type-assertions": "off",
116
115
  "apply-utility-types": "off",
117
116
  "convert-esm-to-commonjs": "off",
@@ -139,7 +138,6 @@
139
138
  "remove-duplicate-interface-keys": "off"
140
139
  },
141
140
  "plugins": [
142
- "apply-array-at",
143
141
  "apply-await-import",
144
142
  "apply-is-array",
145
143
  "apply-destructuring",
@@ -156,7 +154,6 @@
156
154
  "package-json",
157
155
  "remove-debugger",
158
156
  "remove-iife",
159
- "remove-process-exit",
160
157
  "remove-console",
161
158
  "remove-empty",
162
159
  "remove-unreferenced-variables",