putout 39.0.12 → 39.0.13

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 +13 -0
  2. package/package.json +2 -2
  3. package/putout.json +1 -0
package/ChangeLog CHANGED
@@ -1,3 +1,16 @@
1
+ 2025.03.25, v39.0.13
2
+
3
+ fix:
4
+ - a4a02f14a @putout/plugin-nodejs: declare: json -> esm
5
+
6
+ feature:
7
+ - 165818035 putout: @putout/plugin-putout-config v9.0.0
8
+ - 6df798018 @putout/plugin-putout-config: apply-assignment: add
9
+ - 2f86e89b1 @putout/plugin-putout-config: drop support of 🐊 < 39
10
+ - c948d5f1c @putout/plugin-putout: apply-exports: add
11
+ - 52e17b11a @putout/plugin-nodejs: convert-exports-to-module-exports: declared
12
+ - 3e10bd2e5 @putout/plugin-putout: check-replace-code: commonjs
13
+
1
14
  2025.03.24, v39.0.12
2
15
 
3
16
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "39.0.12",
3
+ "version": "39.0.13",
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",
@@ -140,7 +140,7 @@
140
140
  "@putout/plugin-parens": "^2.0.0",
141
141
  "@putout/plugin-promises": "^16.0.0",
142
142
  "@putout/plugin-putout": "^24.0.0",
143
- "@putout/plugin-putout-config": "^8.0.0",
143
+ "@putout/plugin-putout-config": "^9.0.0",
144
144
  "@putout/plugin-regexp": "^10.0.0",
145
145
  "@putout/plugin-remove-console": "^6.0.0",
146
146
  "@putout/plugin-remove-constant-conditions": "^4.0.0",
package/putout.json CHANGED
@@ -48,6 +48,7 @@
48
48
  },
49
49
  "*.md": {
50
50
  "apply-arrow": "off",
51
+ "assignment/convert-to-declaration": "off",
51
52
  "conditions/apply-consistent-blocks": "off",
52
53
  "conditions/convert-comparison-to-boolean": "off",
53
54
  "conditions/remove-constant": "off",