putout 41.9.2 → 41.10.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.
- package/ChangeLog +14 -0
- package/package.json +3 -3
- package/putout.json +1 -0
package/ChangeLog
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
2026.01.19, v41.10.1
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 1e759d01d putout: @putout/plugin-math v5.0.0
|
|
5
|
+
- fed6904d1 @putout/plugin-math: drop support of 🐊 < 41
|
|
6
|
+
- 0b9e410f7 @putout/plugin-math: remove-unchanged-zero-declarations: destructuring
|
|
7
|
+
|
|
8
|
+
2026.01.19, v41.10.0
|
|
9
|
+
|
|
10
|
+
feature:
|
|
11
|
+
- 3fc2ee084 @putout/plugin-nodejs: apply-privately-required-file: add
|
|
12
|
+
- 6ebbaa680 putout: @putout/eslint-flat v4.0.0
|
|
13
|
+
- 72304cff5 @putout/eslint-flat: migrate to ESM
|
|
14
|
+
|
|
1
15
|
2026.01.19, v41.9.2
|
|
2
16
|
|
|
3
17
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.
|
|
3
|
+
"version": "41.10.1",
|
|
4
4
|
"type": "module",
|
|
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",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"@putout/plugin-labels": "^2.0.0",
|
|
128
128
|
"@putout/plugin-logical-expressions": "^8.0.0",
|
|
129
129
|
"@putout/plugin-madrun": "^23.0.0",
|
|
130
|
-
"@putout/plugin-math": "^
|
|
130
|
+
"@putout/plugin-math": "^5.0.0",
|
|
131
131
|
"@putout/plugin-maybe": "^4.0.0",
|
|
132
132
|
"@putout/plugin-merge-duplicate-functions": "^4.0.0",
|
|
133
133
|
"@putout/plugin-montag": "^4.0.0",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"unused"
|
|
214
214
|
],
|
|
215
215
|
"devDependencies": {
|
|
216
|
-
"@putout/eslint-flat": "^
|
|
216
|
+
"@putout/eslint-flat": "^4.0.0",
|
|
217
217
|
"@putout/plugin-apply-entries": "^2.0.0",
|
|
218
218
|
"@putout/test": "^15.1.0",
|
|
219
219
|
"c8": "^10.0.0",
|
package/putout.json
CHANGED
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"nodejs/mjs-file": "on",
|
|
40
40
|
"nodejs/rename-file-cjs-to-js": "on",
|
|
41
41
|
"nodejs/rename-file-mjs-to-js": "on",
|
|
42
|
+
"nodejs/apply-privately-required-file": "on",
|
|
42
43
|
"package-json/find-file": "on",
|
|
43
44
|
"package-json/remove-exports-with-missing-files": "on",
|
|
44
45
|
"typescript/find-file": "on",
|