putout 37.8.2 → 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.
- package/ChangeLog +20 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
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
|
+
|
|
1
21
|
2024.12.29, v37.8.2
|
|
2
22
|
|
|
3
23
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "37.
|
|
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",
|
|
@@ -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": "^
|
|
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",
|