putout 35.7.5 → 35.7.6
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 +27 -0
- package/package.json +3 -4
package/ChangeLog
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
2024.03.29, v35.7.6
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 72a79038e @putout/plugin-eslint: get back CommonJS
|
|
5
|
+
- ca2115fd9 @putout/plugin-github: get back to CommonJS
|
|
6
|
+
|
|
7
|
+
feature:
|
|
8
|
+
- cc22a484d putout: @putout/plugin-apply-dot-notation v2.0.0
|
|
9
|
+
- 26168a480 putout: @putout/plugin-remove-useless-spread v11.0.0
|
|
10
|
+
- 63a3dab48 @putout/plugin-apply-dot-notation: drop support of node < 18
|
|
11
|
+
- 45d46b07d @putout/plugin-apply-dot-notation: report
|
|
12
|
+
- 636dd8ed0 @putout/plugin-remove-useless-spread: drop support of 🐊 < 35
|
|
13
|
+
- 261aa7573 @putout/plugin-remove-useless-spread: object: add support of ReturnStatement
|
|
14
|
+
- 67865af08 @putout/plugin-nodejs: convert-commonjs-to-esm: exports: ImportSpecifier
|
|
15
|
+
- 8ec8b0ba1 @putout/plugin-nodejs: convert-commonjs-to-esm: exports: not declared
|
|
16
|
+
- 6a095026a @putout/plugin-declare: add @iocmd/wait
|
|
17
|
+
- b451c12da @putout/plugin-nodejs: convert-commonjs-to-esm: exports: overlap
|
|
18
|
+
- 866c4e176 @putout/plugin-tape: convert-ok-to-called-with: merge apply-stub-operator
|
|
19
|
+
- 948aefb62 eslint-plugin-putout: add-newline-before-function-call: multiple
|
|
20
|
+
- 6fd415890 @putout/plugin-nodejs: convert-commonjs-to-esm: require: mjs
|
|
21
|
+
- c053e80a5 @putout/plugin-nodejs: remove-useless-promisify: add
|
|
22
|
+
- b52b03f32 @putout/plugin-github: update-actions: docker/build-push-action: v5
|
|
23
|
+
- 2f73bdec7 @putout/plugin-github: update-actions: docker/login-action: v3
|
|
24
|
+
- f1de0c82b @putout/plugin-github: update-actions: docker/setup-buildx-action: v3
|
|
25
|
+
- 18c79ef91 @putout/plugin-github: update-actions: docker/setup-qemu-action: v3
|
|
26
|
+
- 30b43ad1d @putout/plugin-tape: convert-ok-to-called-with: add support of: spread, message
|
|
27
|
+
|
|
1
28
|
2024.03.16, v35.7.5
|
|
2
29
|
|
|
3
30
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "35.7.
|
|
3
|
+
"version": "35.7.6",
|
|
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",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"@putout/operator-regexp": "^1.0.0",
|
|
85
85
|
"@putout/plugin-apply-at": "^2.0.0",
|
|
86
86
|
"@putout/plugin-apply-destructuring": "^7.0.0",
|
|
87
|
-
"@putout/plugin-apply-dot-notation": "^
|
|
87
|
+
"@putout/plugin-apply-dot-notation": "^2.0.0",
|
|
88
88
|
"@putout/plugin-apply-early-return": "^3.0.0",
|
|
89
89
|
"@putout/plugin-apply-flat-map": "^2.0.0",
|
|
90
90
|
"@putout/plugin-apply-optional-chaining": "^5.0.0",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"@putout/plugin-remove-useless-operand": "^2.0.0",
|
|
161
161
|
"@putout/plugin-remove-useless-replace": "^1.0.1",
|
|
162
162
|
"@putout/plugin-remove-useless-return": "^6.0.0",
|
|
163
|
-
"@putout/plugin-remove-useless-spread": "^
|
|
163
|
+
"@putout/plugin-remove-useless-spread": "^11.0.0",
|
|
164
164
|
"@putout/plugin-remove-useless-template-expressions": "^2.0.0",
|
|
165
165
|
"@putout/plugin-remove-useless-variables": "^10.0.0",
|
|
166
166
|
"@putout/plugin-reuse-duplicate-init": "^5.0.0",
|
|
@@ -227,7 +227,6 @@
|
|
|
227
227
|
"mock-require": "^3.0.2",
|
|
228
228
|
"montag": "^1.2.1",
|
|
229
229
|
"nodemon": "^3.0.1",
|
|
230
|
-
"pullout": "^4.0.0",
|
|
231
230
|
"strip-ansi": "^7.0.0",
|
|
232
231
|
"supertape": "^10.0.0"
|
|
233
232
|
},
|