putout 42.4.6 → 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.
Files changed (3) hide show
  1. package/ChangeLog +42 -0
  2. package/package.json +3 -4
  3. package/putout.json +1 -1
package/ChangeLog CHANGED
@@ -1,3 +1,45 @@
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
+
1
43
  2026.04.18, v42.4.6
2
44
 
3
45
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.4.6",
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": "^19.0.0",
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",
@@ -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": "^1.2.1",
228
+ "montag": "^2.0.0",
230
229
  "nodemon": "^3.0.1",
231
230
  "superc8": "^12.0.0",
232
231
  "supertape": "^12.0.0"
package/putout.json CHANGED
@@ -100,7 +100,7 @@
100
100
  "versions": [
101
101
  "22.x",
102
102
  "24.x",
103
- "25.x"
103
+ "26.x"
104
104
  ]
105
105
  }],
106
106
  "remove-useless-escape": "off"