putout 36.0.3 → 36.0.5
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 +14 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
2024.08.17, v36.0.5
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- b00a865b9 putout: @putout/plugin-tape v15.0.0
|
|
5
|
+
- df77d4cc6 @putout/plugin-tape: drop support of 🐊 < 36
|
|
6
|
+
- b8d7d75e8 @putout/plugin-tape: add-node-prefix-to-mock-require
|
|
7
|
+
|
|
8
|
+
2024.08.16, v36.0.4
|
|
9
|
+
|
|
10
|
+
feature:
|
|
11
|
+
- 935c62d3c putout: @putout/plugin-eslint v9.0.0
|
|
12
|
+
- 6af8373a3 @putout/plugin-eslint: drop support of 🐊 < 36
|
|
13
|
+
- d7265d182 @putout/plugin-eslint: remove-useless-properties: add
|
|
14
|
+
|
|
1
15
|
2024.07.19, v36.0.3
|
|
2
16
|
|
|
3
17
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "36.0.
|
|
3
|
+
"version": "36.0.5",
|
|
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",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"@putout/plugin-declare": "^4.0.0",
|
|
117
117
|
"@putout/plugin-declare-before-reference": "^4.0.0",
|
|
118
118
|
"@putout/plugin-declare-imports-first": "^2.0.0",
|
|
119
|
-
"@putout/plugin-eslint": "^
|
|
119
|
+
"@putout/plugin-eslint": "^9.0.0",
|
|
120
120
|
"@putout/plugin-extract-object-properties": "^9.0.0",
|
|
121
121
|
"@putout/plugin-extract-sequence-expressions": "^3.0.0",
|
|
122
122
|
"@putout/plugin-filesystem": "^5.0.0",
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"@putout/plugin-split-assignment-expressions": "^1.0.0",
|
|
181
181
|
"@putout/plugin-split-nested-destructuring": "^3.0.0",
|
|
182
182
|
"@putout/plugin-split-variable-declarations": "^3.0.0",
|
|
183
|
-
"@putout/plugin-tape": "^
|
|
183
|
+
"@putout/plugin-tape": "^15.0.0",
|
|
184
184
|
"@putout/plugin-try-catch": "^3.0.0",
|
|
185
185
|
"@putout/plugin-types": "^4.0.0",
|
|
186
186
|
"@putout/plugin-typescript": "^7.0.0",
|