putout 40.0.25 → 40.0.27
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 +13 -0
- package/package.json +3 -3
- package/putout.json +1 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2025.05.07, v40.0.27
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- e40d89706 putout: @putout/plugin-remove-useless-spread v13.0.0
|
|
5
|
+
- 32f1ff087 @putout/plugin-remove-useless-spread: migrate to ESM
|
|
6
|
+
|
|
7
|
+
2025.05.06, v40.0.26
|
|
8
|
+
|
|
9
|
+
feature:
|
|
10
|
+
- 22cf96144 putout: @putout/plugin-github v16.0.0
|
|
11
|
+
- 0f674d55f @putout/plugin-github: set-node-versions: v24 (https://nodejs.org/en/blog/release/v24.0.0)
|
|
12
|
+
- 0fb5a7506 @putout/plugin-nodejs: convert-buffer-to-buffer-alloc: call
|
|
13
|
+
|
|
1
14
|
2025.05.06, v40.0.25
|
|
2
15
|
|
|
3
16
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.0.
|
|
3
|
+
"version": "40.0.27",
|
|
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",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"@putout/plugin-filesystem": "^10.0.0",
|
|
123
123
|
"@putout/plugin-for-of": "^9.0.0",
|
|
124
124
|
"@putout/plugin-generators": "^1.0.0",
|
|
125
|
-
"@putout/plugin-github": "^
|
|
125
|
+
"@putout/plugin-github": "^16.0.0",
|
|
126
126
|
"@putout/plugin-gitignore": "^6.0.0",
|
|
127
127
|
"@putout/plugin-labels": "^2.0.0",
|
|
128
128
|
"@putout/plugin-logical-expressions": "^7.0.0",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"@putout/plugin-remove-useless-operand": "^2.0.0",
|
|
172
172
|
"@putout/plugin-remove-useless-push": "^1.0.0",
|
|
173
173
|
"@putout/plugin-remove-useless-replace": "^1.0.1",
|
|
174
|
-
"@putout/plugin-remove-useless-spread": "^
|
|
174
|
+
"@putout/plugin-remove-useless-spread": "^13.0.0",
|
|
175
175
|
"@putout/plugin-remove-useless-template-expressions": "^3.0.0",
|
|
176
176
|
"@putout/plugin-remove-useless-variables": "^14.0.0",
|
|
177
177
|
"@putout/plugin-return": "^2.0.0",
|