putout 38.5.4 → 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.
Files changed (2) hide show
  1. package/ChangeLog +23 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,26 @@
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
+
1
24
  2025.03.10, v38.5.4
2
25
 
3
26
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.5.4",
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",
@@ -184,7 +184,7 @@
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": "^16.0.0",
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",