putout 38.5.3 → 38.5.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 +42 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,45 @@
|
|
|
1
|
+
2025.03.15, v38.5.5
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 783b883d9 putout: @putout/plugin-tape v17.0.0
|
|
5
|
+
- 2abe1fae3 @putout/plugin-conditions: merge-if-with-else
|
|
6
|
+
- 70b56daee @putout/plugin-tape: drop support of 🐊 < 38
|
|
7
|
+
- 819116c10 @putout/plugin-tape: convert-called-with-args: add spread
|
|
8
|
+
- 9d3893e2a @putout/engine-runner: replace: couple: run fix only after match
|
|
9
|
+
- 08ce83bd7 @putout/plugin-for-of: add-missing-declaration: add support-of ArrayPattern, ObjectPattern
|
|
10
|
+
- 769c220e2 @putout/engine-runner: rm comment
|
|
11
|
+
- 86af22bfa @putout/operator-filesystem: createNestedDirectory: add
|
|
12
|
+
- 5fa44bdbd @putout/plugin-conditions: remove-useless-loop-condition
|
|
13
|
+
- b8dcb0016 @putout/plugin-putout: convert-node-to-path-in-get-template-values: exclude parentPath
|
|
14
|
+
- 698ad755e eslint-plugin-putout: json: .filesystem.json: putout/objects-braces-inside-array: disable
|
|
15
|
+
- d4ababf00 @putout/processor-filesystem: lint simple filesystem
|
|
16
|
+
- 40c6a3b5b @putout/plugin-putout: declare: readDirectory: add
|
|
17
|
+
- d6c60679f @putout/operator-filesystem: readDirectory: add
|
|
18
|
+
- 7b16cf80b @putout/plugin-operator-declare: nodejs/convert-esm-to-commonjs: improve support
|
|
19
|
+
- 67fb7675d @putout/plugin-putout: replace-test-message: transform with plugins
|
|
20
|
+
- d8574395d @putout/plugin-putout: add-traverse-args: convert-traverse-to-scan
|
|
21
|
+
- 7dfac1641 @putout/plugin-putout: convert-traverse-to-scan: ESM
|
|
22
|
+
- c0f811234 @putout/plugin-filesystem: remove-travis-yml-file: add
|
|
23
|
+
|
|
24
|
+
2025.03.10, v38.5.4
|
|
25
|
+
|
|
26
|
+
fix:
|
|
27
|
+
- 7d2db2ff5 @putout/plugin-reuse-duplicate-init: overlap
|
|
28
|
+
- c311d1b43 eslint-plugin-putout: rules
|
|
29
|
+
- 9fe97183d eslint-plugin-putout: exports: rules
|
|
30
|
+
|
|
31
|
+
feature:
|
|
32
|
+
- 1af5645a6 putout: @putout/plugin-reuse-duplicate-init v7.0.0
|
|
33
|
+
- ad76550ff @putout/plugin-reuse-duplicate-init: drop support of 🐊 < 38
|
|
34
|
+
- 2d49645c5 @putout/plugin-filesystem: remove-nyc-output-files: add
|
|
35
|
+
- be3cbcdcb @putout/plugin-putout: add-traverse-args: options
|
|
36
|
+
- 0dcc70fef @putout/plugin-eslint: apply-define-config: add (https://eslint.org/blog/2025/03/flat-config-extends-define-config-global-ignores/)
|
|
37
|
+
- 1aaeac6d4 @putout/plugin-putout: check-declare: add
|
|
38
|
+
- 2de7fd42f @putout/plugin-eslint: declare: defineConfig, globalIgnores
|
|
39
|
+
- c0efe51d1 remove-unused-variables: ExportNamedDeclaraiton: ObjectPattern
|
|
40
|
+
- 72c932ea9 @putout/eslint-flat: createESLintConfig: alias to defineConfig
|
|
41
|
+
- 95c59f7f4 eslint-plugin-putout: export plugin (#232)
|
|
42
|
+
|
|
1
43
|
2025.03.07, v38.5.3
|
|
2
44
|
|
|
3
45
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "38.5.
|
|
3
|
+
"version": "38.5.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",
|
|
@@ -177,14 +177,14 @@
|
|
|
177
177
|
"@putout/plugin-remove-useless-template-expressions": "^2.0.0",
|
|
178
178
|
"@putout/plugin-remove-useless-variables": "^12.0.0",
|
|
179
179
|
"@putout/plugin-return": "^1.0.0",
|
|
180
|
-
"@putout/plugin-reuse-duplicate-init": "^
|
|
180
|
+
"@putout/plugin-reuse-duplicate-init": "^7.0.0",
|
|
181
181
|
"@putout/plugin-simplify-assignment": "^3.0.0",
|
|
182
182
|
"@putout/plugin-simplify-ternary": "^7.0.0",
|
|
183
183
|
"@putout/plugin-split-assignment-expressions": "^2.0.0",
|
|
184
184
|
"@putout/plugin-split-call-with-destructuring": "^1.0.0",
|
|
185
185
|
"@putout/plugin-split-nested-destructuring": "^3.0.0",
|
|
186
186
|
"@putout/plugin-split-variable-declarations": "^4.0.0",
|
|
187
|
-
"@putout/plugin-tape": "^
|
|
187
|
+
"@putout/plugin-tape": "^17.0.0",
|
|
188
188
|
"@putout/plugin-try-catch": "^4.0.0",
|
|
189
189
|
"@putout/plugin-types": "^7.0.0",
|
|
190
190
|
"@putout/plugin-typescript": "^11.0.0",
|