putout 37.21.1 → 37.22.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.
package/ChangeLog CHANGED
@@ -1,3 +1,12 @@
1
+ 2025.01.29, v37.22.0
2
+
3
+ fix:
4
+ - 147dce894 @putout/test: eslint: UPDATE
5
+
6
+ feature:
7
+ - f3c660348 @putout/plugin-convert-break-to-return: add
8
+ - 5717ab6ff @putout/operator-keyword: break
9
+
1
10
  2025.01.28, v37.21.1
2
11
 
3
12
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "37.21.1",
3
+ "version": "37.22.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",
@@ -102,6 +102,7 @@
102
102
  "@putout/plugin-convert-assignment-to-arrow-function": "^1.0.0",
103
103
  "@putout/plugin-convert-assignment-to-comparison": "^2.0.0",
104
104
  "@putout/plugin-convert-assignment-to-declaration": "^2.0.0",
105
+ "@putout/plugin-convert-break-to-return": "^1.0.0",
105
106
  "@putout/plugin-convert-concat-to-flat": "^1.0.0",
106
107
  "@putout/plugin-convert-const-to-let": "^4.0.0",
107
108
  "@putout/plugin-convert-expression-to-params": "^1.0.0",
package/putout.json CHANGED
@@ -251,6 +251,7 @@
251
251
  "convert-expression-to-params",
252
252
  "convert-assignment-to-declaration",
253
253
  "convert-apply-to-spread",
254
+ "convert-break-to-return",
254
255
  "convert-concat-to-flat",
255
256
  "convert-arguments-to-rest",
256
257
  "convert-object-assign-to-merge-spread",