putout 40.3.0 → 40.3.1

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 +17 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,20 @@
1
+ 2025.06.11, v40.3.1
2
+
3
+ feature:
4
+ - b4417d187 putout: @putout/plugin-extract-object-properties v10.0.0
5
+ - d98aca738 @putout/plugin-extract-object-properties: migrate to ESM
6
+ - 6c78d14ac @putout/plugin-putout: apply-lowercase-to-node-builders: exclude not types
7
+ - f97aa7649 @putout/plugin-putout: apply-lowercase-to-node-builders: exclude require
8
+ - f2ce71aed @putout/plugin-conditions: apply-consistent-blocks: exclude empty consequent body
9
+ - 082597010 @putout/plugin-condition: remove-useless-else: empty-body
10
+ - d6dd9cc00 @putout/plugin-putout: apply-lowercase-to-node-builders: exclude ImportDeclaration
11
+ - f97b7c3cb @putout/operate: rename-specifier
12
+ - 1abe47971 @putout/plugin-putout: apply-fixture-name-to-message: undefined
13
+ - ae0d48984 @putout/plugin-putout: apply-fixture-to-message: exclude brace
14
+ - d806a1ca6 @putout/plugin-react-hooks: drop support of 🐊 < 40
15
+ - 695be7172 @putout/plugin-react-hooks: lowercase
16
+ - f47e43428 @putout/plugin-putout: apply-lowercase-to-node-builders: JSX
17
+
1
18
  2025.06.02, v40.3.0
2
19
 
3
20
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.3.0",
3
+ "version": "40.3.1",
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",
@@ -117,7 +117,7 @@
117
117
  "@putout/plugin-eslint": "^14.0.0",
118
118
  "@putout/plugin-esm": "^4.0.0",
119
119
  "@putout/plugin-extract-keywords-from-variables": "^3.0.0",
120
- "@putout/plugin-extract-object-properties": "^9.0.0",
120
+ "@putout/plugin-extract-object-properties": "^10.0.0",
121
121
  "@putout/plugin-extract-sequence-expressions": "^4.0.0",
122
122
  "@putout/plugin-filesystem": "^11.0.0",
123
123
  "@putout/plugin-for-of": "^9.0.0",