putout 37.8.1 → 37.9.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 +29 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,32 @@
1
+ 2025.01.04, v37.9.0
2
+
3
+ feature:
4
+ - e48a95145 @putout/plugin-tape: remove-only: exclude not Identifier
5
+ - 03f7a3701 putout: @putout/plugin-package-json v9.0.0
6
+ - 3c7c632d2 @putout/plugin-package-json: drop support of 🐊 < 37
7
+ - d00da6ede @putout/plugin-package-json: remove-exports-with-missing-files: node
8
+ - 45a2f5a79 @putout/plugin-conditions: reverse-condition: and: add
9
+ - 70db84bf2 @putout/operate:
10
+ - 29f9f2206 @putout/plugin-math: remove-unchanged-zero-declaration: exclude assertions
11
+ - 374ae6466 @putout/plugin-math: remove-unchanged-zero-declaration: exclude not referenced
12
+ - f9dc5980d @putout/eslint: eslint: when output is empty string return it, instead of source
13
+ - 222d5c20c @putout/test: eslint: UPDATE: generate fixture when absent
14
+ - 60c7e3661 @putout/plugin-conditions: wrap-with-block: add
15
+ - 5744fc4b7 @putout/plugin-conditions: apply-consistent-blocks: exclude statement-inside-if
16
+ - 58436d2f5 @putout/plugin-putout: add-path-arg-to-visitors: add
17
+ - 4bc086ff4 @putout/plugin-for-of: to-for-n: add
18
+ - a7421908b @putout/plugin-esm: sort-imports-by-specifiers: hash
19
+ - 0f37689c8 @putout/plugin-math: remove-unchanged-zero-declarations: BinaryExpressions: only
20
+
21
+ 2024.12.29, v37.8.2
22
+
23
+ feature:
24
+ - 4a111530f putout: @putout/plugin-for-of v7.0.0
25
+ - b55c6f122 @putout/plugin-for-of: drop support of 🐊 < 37
26
+ - 34cce1055 @putout/plugin-for-of: for-entries-n: i changed inside loop: exclude
27
+ - d563d3431 @putout/plugin-conditions: reverse: add
28
+ - 3d7d816da @putout/plugin-math: remove-unchanged-zero-declarations: exclude reference parents: CallExpression, ObjectProperty
29
+
1
30
  2024.12.28, v37.8.1
2
31
 
3
32
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "37.8.1",
3
+ "version": "37.9.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",
@@ -117,7 +117,7 @@
117
117
  "@putout/plugin-extract-object-properties": "^9.0.0",
118
118
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
119
119
  "@putout/plugin-filesystem": "^6.0.0",
120
- "@putout/plugin-for-of": "^6.0.0",
120
+ "@putout/plugin-for-of": "^7.0.0",
121
121
  "@putout/plugin-generators": "^1.0.0",
122
122
  "@putout/plugin-github": "^13.0.0",
123
123
  "@putout/plugin-gitignore": "^6.0.0",
@@ -133,7 +133,7 @@
133
133
  "@putout/plugin-nodejs": "^13.0.0",
134
134
  "@putout/plugin-npmignore": "^5.0.0",
135
135
  "@putout/plugin-optional-chaining": "^1.0.1",
136
- "@putout/plugin-package-json": "^8.0.0",
136
+ "@putout/plugin-package-json": "^9.0.0",
137
137
  "@putout/plugin-parens": "^1.0.0",
138
138
  "@putout/plugin-promises": "^16.0.0",
139
139
  "@putout/plugin-putout": "^22.0.0",