putout 42.4.5 → 42.5.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 +54 -0
- package/package.json +4 -5
- package/putout.json +1 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,57 @@
|
|
|
1
|
+
2026.05.05, v42.5.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 34c893931 @putout/plugin-react: apply-default-to-jsx-string
|
|
5
|
+
- 72d00b371 @putout/plugin-react: apply-jsx-to-imported-file: index
|
|
6
|
+
- febda5b25 @putout/plugin-montag: convert-default-to-named: report
|
|
7
|
+
|
|
8
|
+
feature:
|
|
9
|
+
- 46de57df4 putout: @putout/plugin-github v20.0.0
|
|
10
|
+
- 7e7dd6f22 @putout/plugin-github: set-node-versions: report: show versions
|
|
11
|
+
- e3c0536ad @putout/plugin-github: set-node-versions: node v26
|
|
12
|
+
- fde284794 @putout/processor-toml: oxfmt v0.48.0
|
|
13
|
+
- 6568dea28 @putout/plugin-react: apply-default-to-jsx-string
|
|
14
|
+
- 4064349e8 @putout/plugin-react: convert-namespace-to-default-in-react-test-renderer: add
|
|
15
|
+
- 1ec052923 root: eslint-plugin-n: drop
|
|
16
|
+
- 8ec3c4519 eslint-plugin-putout: eslint-plugin-n v18.0.0
|
|
17
|
+
- be0acb1c3 @putout/plugin-react: apply-jsx-to-imported-file: />
|
|
18
|
+
- ece05f3aa @putout/plugin-react: apply-jsx-to-imported-file: jsx
|
|
19
|
+
- 2d486807c @putout/plugin-arguments: remove-unused: referenced: exclude
|
|
20
|
+
- 2260bc501 @putout/plugin-react: apply-create-root: not react: exclude
|
|
21
|
+
- 729a0fe14 @putout/plugin-react: apply-create-root: report
|
|
22
|
+
- 66c61cff4 @putout/plugin-putout: keywords: jsx
|
|
23
|
+
- bc8ce3e3c @putout/plugin-react: drop support of 🐊 < 42
|
|
24
|
+
- f56f86cf1 @putout/plugin-react: apply-jsx-to-imported-file: add
|
|
25
|
+
- 12b930822 @putout/plugin-esm: apply-js-imported-file -> apply-js-to-imported-file
|
|
26
|
+
- 4b69aaf01 @putout/plugin-variables: remove-unused: avoid marking React as used event if it is not
|
|
27
|
+
- ecae81c20 @putout/plugin-putout: declare: getStringFromRegExp: add
|
|
28
|
+
- 22f55fd54 @putout/operator-regexp: getStringFromRegExp: add
|
|
29
|
+
- ff975a5de @putout/plugin-nodejs: convert-url-parse-to-new-url
|
|
30
|
+
- 4338bab39 @putout/engine-parser: hermes-parser v0.36.0
|
|
31
|
+
- 5f95a5833 @putout/plugin-nodejs: apply-privately-required-file: no ext
|
|
32
|
+
- 3310982a7 @putout/plugin-remove-useless-escape: false positive
|
|
33
|
+
- f21bdc66a @putout/plugin-declare-before-reference: exclude not single VariableDeclaration
|
|
34
|
+
- 331a8cd67 @putout/processor-toml: oxfmt v0.47.0
|
|
35
|
+
- 41b807a20 @putout/plugin-tape: convert-deep-equal-to-equal: join
|
|
36
|
+
- c82abbd63 @putout/processor-toml: oxfmt v0.46.0
|
|
37
|
+
- 771a6b483 root: montag v2.0.0
|
|
38
|
+
- 0873ffcc5 @putout/plugin-montag: convert-default-to-named: add
|
|
39
|
+
- da993c4cc @putout/plugin-montag: declare: destructuring
|
|
40
|
+
- 74a44983e @putout/plugin-remove-useless-escape: backtick inside single quote
|
|
41
|
+
- 81998aed3 @putout/plugin-npmignore: convert-loc-to-lock
|
|
42
|
+
|
|
43
|
+
2026.04.18, v42.4.6
|
|
44
|
+
|
|
45
|
+
fix:
|
|
46
|
+
- 35cb1a9fe @putout/plugin-npmignore: add: *.loc -> *.lock
|
|
47
|
+
- e50cb69b8 @putout/plugin-remove-useless-escape: report
|
|
48
|
+
|
|
49
|
+
feature:
|
|
50
|
+
- d6066d3b7 putout: @putout/plugin-npmignore v8.0.0
|
|
51
|
+
- 50a733a32 @putout/plugin-npmignore: drop support of 🐊 < 42
|
|
52
|
+
- b8f84d12f @putout/plugin-remove-useless-escape: template: \$( -> $(
|
|
53
|
+
- c1cf1c947 @putout/processor-toml: oxfmt v0.45.0
|
|
54
|
+
|
|
1
55
|
2026.04.15, v42.4.5
|
|
2
56
|
|
|
3
57
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "42.
|
|
3
|
+
"version": "42.5.0",
|
|
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",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"@putout/plugin-filesystem": "^13.0.0",
|
|
124
124
|
"@putout/plugin-for-of": "^12.0.0",
|
|
125
125
|
"@putout/plugin-generators": "^2.0.0",
|
|
126
|
-
"@putout/plugin-github": "^
|
|
126
|
+
"@putout/plugin-github": "^20.0.0",
|
|
127
127
|
"@putout/plugin-gitignore": "^7.0.0",
|
|
128
128
|
"@putout/plugin-labels": "^3.0.0",
|
|
129
129
|
"@putout/plugin-logical-expressions": "^8.0.0",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"@putout/plugin-montag": "^5.0.0",
|
|
135
135
|
"@putout/plugin-new": "^5.0.0",
|
|
136
136
|
"@putout/plugin-nodejs": "^21.0.0",
|
|
137
|
-
"@putout/plugin-npmignore": "^
|
|
137
|
+
"@putout/plugin-npmignore": "^8.0.0",
|
|
138
138
|
"@putout/plugin-optional-chaining": "^3.0.0",
|
|
139
139
|
"@putout/plugin-package-json": "^11.0.0",
|
|
140
140
|
"@putout/plugin-parens": "^5.0.0",
|
|
@@ -222,11 +222,10 @@
|
|
|
222
222
|
"@putout/test": "^15.1.0",
|
|
223
223
|
"currify": "^4.0.0",
|
|
224
224
|
"eslint": "^10.0.0",
|
|
225
|
-
"eslint-plugin-n": "^17.0.0",
|
|
226
225
|
"eslint-plugin-putout": "^31.0.0",
|
|
227
226
|
"just-camel-case": "^6.2.0",
|
|
228
227
|
"madrun": "^13.0.0",
|
|
229
|
-
"montag": "^
|
|
228
|
+
"montag": "^2.0.0",
|
|
230
229
|
"nodemon": "^3.0.1",
|
|
231
230
|
"superc8": "^12.0.0",
|
|
232
231
|
"supertape": "^12.0.0"
|