putout 37.7.1 β 37.8.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 +18 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
2024.12.28, v37.8.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 9610ca481 @putout/plugin-putout-config: apply-esm: convert-assert-to-with
|
|
5
|
+
- 93cd1c4d9 @putout/plugin-esm: merge convert-assert-to-with
|
|
6
|
+
- 15fbf4b80 putout: @putout/plugin-math v2.1.0
|
|
7
|
+
- 3257753d2 @putout/plugin-putout: remove-useless-printer-option: add
|
|
8
|
+
- bda76d72c @putout/plugin-math: remove-unchanged-zero-declaration: exclude exported
|
|
9
|
+
- ef9aa4e43 @putout/plugin-math: drop support of π < 37
|
|
10
|
+
- f543239ca @putout/plugin-math: remove-unchanged-zero-declarations: add
|
|
11
|
+
- 4c1bcf1dd @putout/test: add ability to use other linter instead of πPutout
|
|
12
|
+
|
|
13
|
+
2024.12.26, v37.7.2
|
|
14
|
+
|
|
15
|
+
feature:
|
|
16
|
+
- 211ac1166 @putout/engine-parser: hermes-parser v0.26.0
|
|
17
|
+
- 723dd6e67 putout: ignore v7.0.0
|
|
18
|
+
|
|
1
19
|
2024.12.25, v37.7.1
|
|
2
20
|
|
|
3
21
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "37.
|
|
3
|
+
"version": "37.8.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",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"@putout/plugin-labels": "^1.0.0",
|
|
125
125
|
"@putout/plugin-logical-expressions": "^7.0.0",
|
|
126
126
|
"@putout/plugin-madrun": "^19.0.0",
|
|
127
|
-
"@putout/plugin-math": "^2.
|
|
127
|
+
"@putout/plugin-math": "^2.1.0",
|
|
128
128
|
"@putout/plugin-maybe": "^2.0.0",
|
|
129
129
|
"@putout/plugin-merge-destructuring-properties": "^10.0.0",
|
|
130
130
|
"@putout/plugin-merge-duplicate-functions": "^2.0.0",
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"fast-glob": "^3.2.2",
|
|
202
202
|
"find-up": "^7.0.0",
|
|
203
203
|
"fullstore": "^3.0.0",
|
|
204
|
-
"ignore": "^
|
|
204
|
+
"ignore": "^7.0.0",
|
|
205
205
|
"is-relative": "^1.0.0",
|
|
206
206
|
"nano-memoize": "^3.0.11",
|
|
207
207
|
"once": "^1.4.0",
|