putout 25.0.3 → 25.0.4

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 +20 -0
  2. package/package.json +4 -4
  3. package/putout.json +2 -1
package/ChangeLog CHANGED
@@ -1,3 +1,23 @@
1
+ 2022.02.24, v25.0.4
2
+
3
+ fix:
4
+ - (@putout/plugin-nodejs) declare: process: rm env
5
+ - (@putout/plugin-nodejs) declare: process: rm version
6
+
7
+
8
+ feature:
9
+ - (package) eslint-plugin-putout v14.0.0
10
+ - (eslint-plugin-putout) drop support of putout < 25
11
+ - (eslint-plugin-putout) evaluate: add support of @putout/plugin-nodejs
12
+ - (package) @putout/plugin-declare-undefined-variables v7.0.0
13
+ - (package) @putout/plugin-nodejs v4.0.0
14
+ - (@putout/plugin-nodejs) drop support of putout < 25
15
+ - (@putout/plugin-nodejs) declare: add from @putout/plugin-declare-undefined-variables
16
+ - (@putout/plugin-declare-undefined-variables) drop support of putout < 25
17
+ - (@putout/plugin-declare-undefined-variables) try-catch: move to @putout/plugin-apply-try-catch
18
+ - (@putout/plugin-apply-try-catch) declare: add
19
+
20
+
1
21
  2022.02.23, v25.0.3
2
22
 
3
23
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "25.0.3",
3
+ "version": "25.0.4",
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",
@@ -102,7 +102,7 @@
102
102
  "@putout/plugin-convert-template-to-string": "^1.0.0",
103
103
  "@putout/plugin-convert-to-arrow-function": "^3.0.0",
104
104
  "@putout/plugin-convert-typeof-to-is-type": "^2.0.0",
105
- "@putout/plugin-declare-undefined-variables": "^6.0.0",
105
+ "@putout/plugin-declare-undefined-variables": "^7.0.0",
106
106
  "@putout/plugin-eslint": "^2.0.0",
107
107
  "@putout/plugin-extract-object-properties": "^7.0.0",
108
108
  "@putout/plugin-extract-sequence-expressions": "^2.0.0",
@@ -112,7 +112,7 @@
112
112
  "@putout/plugin-merge-destructuring-properties": "^6.0.0",
113
113
  "@putout/plugin-merge-duplicate-imports": "^5.0.0",
114
114
  "@putout/plugin-merge-if-statements": "^3.0.0",
115
- "@putout/plugin-nodejs": "^3.2.0",
115
+ "@putout/plugin-nodejs": "^4.0.0",
116
116
  "@putout/plugin-npmignore": "^2.0.0",
117
117
  "@putout/plugin-package-json": "^3.0.0",
118
118
  "@putout/plugin-promises": "^7.0.0",
@@ -213,7 +213,7 @@
213
213
  "escover": "^1.2.1",
214
214
  "eslint": "^8.0.1",
215
215
  "eslint-plugin-node": "^11.0.0",
216
- "eslint-plugin-putout": "^13.0.0",
216
+ "eslint-plugin-putout": "^14.0.0",
217
217
  "just-camel-case": "^4.0.2",
218
218
  "lerna": "^4.0.0",
219
219
  "madrun": "^9.0.0",
package/putout.json CHANGED
@@ -38,7 +38,8 @@
38
38
  "remove-constant-conditions": "off",
39
39
  "remove-console": "off",
40
40
  "remove-unreachable-code": "off",
41
- "declare-undefined-variables": "off"
41
+ "declare-undefined-variables": "off",
42
+ "nodejs/declare": "off"
42
43
  },
43
44
  "{*rc,*.{json,yml}}": {
44
45
  "convert-quotes-to-backticks": "off",