putout 39.3.0 → 39.5.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 +23 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,26 @@
1
+ 2025.03.29, v39.5.0
2
+
3
+ feature:
4
+ - 531478f73 putout: @putout/plugin-tape v18.0.0
5
+ - 8c24505e1 @putout/plugin-tape: convert to ESM
6
+ - 0ec1b47f0 @putout/plugin-nextjs: convert to ESM
7
+ - 72dea8119 @putout/engine-runner: scanner: condition -> shouldConvert
8
+ - a43e4084c @putout/engine-runner: get rid of mock-require
9
+ - 8cdfb8ff8 @putout/plugin-nodejs: declare: process: env
10
+ - 56feadc53 @putout/engine-runner: add directories
11
+
12
+ 2025.03.28, v39.4.0
13
+
14
+ feature:
15
+ - b3c0a7b37 putout: @putout/plugin-merge-destructuring-properties v11.0.0
16
+ - a4c99901c @putout/plugin-merge-destructuring-properties: AssignmentExpression
17
+ - 3078ca324 @putout/plugin-merge-destructuring-properties: assignment
18
+ - 67a6096e9 @putout/plugin-merge-destructuring-properties: report
19
+ - 881fc650a @putout/plugin-merge-destructuring-properties: migrate to ESM
20
+ - be1a24f36 @putout/test: @putout/cli-process-file v3.0.0
21
+ - 02d3ad659 @putout/plugin-react-router: convert to ESM
22
+ - 0febc6c13 @putout/plugin-postcss: convert tot ESM
23
+
1
24
  2025.03.27, v39.3.0
2
25
 
3
26
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "39.3.0",
3
+ "version": "39.5.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",
@@ -129,7 +129,7 @@
129
129
  "@putout/plugin-madrun": "^21.0.0",
130
130
  "@putout/plugin-math": "^3.0.0",
131
131
  "@putout/plugin-maybe": "^3.0.0",
132
- "@putout/plugin-merge-destructuring-properties": "^10.0.0",
132
+ "@putout/plugin-merge-destructuring-properties": "^11.0.0",
133
133
  "@putout/plugin-merge-duplicate-functions": "^2.0.0",
134
134
  "@putout/plugin-montag": "^4.0.0",
135
135
  "@putout/plugin-new": "^3.0.1",
@@ -180,7 +180,7 @@
180
180
  "@putout/plugin-split-call-with-destructuring": "^1.0.0",
181
181
  "@putout/plugin-split-nested-destructuring": "^3.0.0",
182
182
  "@putout/plugin-split-variable-declarations": "^4.0.0",
183
- "@putout/plugin-tape": "^17.0.0",
183
+ "@putout/plugin-tape": "^18.0.0",
184
184
  "@putout/plugin-try-catch": "^5.0.0",
185
185
  "@putout/plugin-types": "^7.0.0",
186
186
  "@putout/plugin-typescript": "^11.0.0",