putout 26.25.1 → 27.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.
Files changed (2) hide show
  1. package/ChangeLog +6 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 2022.07.20, v27.0.0
2
+
3
+ feature:
4
+ - (putout) add a bility to convert eslint-plugin-node to eslint-plugin-n
5
+
6
+
1
7
  2022.07.20, v26.25.1
2
8
 
3
9
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "26.25.1",
3
+ "version": "27.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, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
@@ -109,7 +109,7 @@
109
109
  "@putout/plugin-declare-before-reference": "^1.0.0",
110
110
  "@putout/plugin-declare-imports-first": "^1.0.0",
111
111
  "@putout/plugin-declare-undefined-variables": "^7.0.0",
112
- "@putout/plugin-eslint": "4.1.0",
112
+ "@putout/plugin-eslint": "^4.2.0",
113
113
  "@putout/plugin-extract-object-properties": "^8.0.0",
114
114
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
115
115
  "@putout/plugin-github": "^3.0.0",