putout 35.7.1 → 35.7.3

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 +21 -0
  2. package/package.json +3 -3
  3. package/putout.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,24 @@
1
+ 2024.03.12, v35.7.3
2
+
3
+ fix:
4
+ - 0d2d08e1e @putout/plugin-github: convert to ESM
5
+
6
+ feature:
7
+ - 6d01fd68b putout: @putout/plugin-eslint v8.0.0
8
+ - a88fc7c00 @putout/plugin-eslint: drop support of 🐊 < 35
9
+ - 2cc0587ec @putout/plugin-eslint: convert to ESM
10
+ - fcf32dee7 @putout/plugin-github: fast-deep-equal -> isDeepStrictEqual
11
+
12
+ 2024.03.11, v35.7.2
13
+
14
+ feature:
15
+ - 08537160e putout: @putout/plugin-github v12.0.0
16
+ - 85a304409 @putout/plugin-github: update-actions: actions/cache: 3 -> 4
17
+ - 5fb9aff95 @putout/plugin-github: drop support of 🐊 < 35
18
+ - abcaee206 @putout/processor-typescript: drop support of 🐊 < 35
19
+ - bf5745894 @putout/processor-typescript: ts-morph v22.0.0
20
+ - 90acc7820 @putout/plugin-remove-empty: argument: AssignmentPattern: ArrayExpression
21
+
1
22
  2024.03.07, v35.7.1
2
23
 
3
24
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.7.1",
3
+ "version": "35.7.3",
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",
@@ -110,12 +110,12 @@
110
110
  "@putout/plugin-declare": "^3.0.0",
111
111
  "@putout/plugin-declare-before-reference": "^3.0.0",
112
112
  "@putout/plugin-declare-imports-first": "^2.0.0",
113
- "@putout/plugin-eslint": "^7.0.0",
113
+ "@putout/plugin-eslint": "^8.0.0",
114
114
  "@putout/plugin-extract-object-properties": "^9.0.0",
115
115
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
116
116
  "@putout/plugin-filesystem": "^4.0.0",
117
117
  "@putout/plugin-for-of": "^4.0.0",
118
- "@putout/plugin-github": "^11.0.0",
118
+ "@putout/plugin-github": "^12.0.0",
119
119
  "@putout/plugin-gitignore": "^4.0.0",
120
120
  "@putout/plugin-logical-expressions": "^5.0.0",
121
121
  "@putout/plugin-madrun": "^18.0.0",
package/putout.json CHANGED
@@ -94,7 +94,7 @@
94
94
  ".browserlistrc": "on"
95
95
  },
96
96
  ".eslintrc{*,.json}": {
97
- "eslint/": "on",
97
+ "eslint": "on",
98
98
  "eslint/convert-require-to-import": "off"
99
99
  },
100
100
  "package.json": {
@@ -151,7 +151,7 @@
151
151
  "nodejs/convert-top-level-return": "off",
152
152
  "putout": "off",
153
153
  "putout-config": "off",
154
- "eslint/": "off",
154
+ "eslint": "off",
155
155
  "package-json": "off",
156
156
  "madrun": "off",
157
157
  "webpack": "off",