putout 42.4.6 → 42.5.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.
Files changed (3) hide show
  1. package/ChangeLog +68 -0
  2. package/package.json +5 -6
  3. package/putout.json +1 -1
package/ChangeLog CHANGED
@@ -1,3 +1,71 @@
1
+ 2026.05.25, v42.5.1
2
+
3
+ feature:
4
+ - 0a8fa03f7 putout: @putout/plugin-apply-global-this v2.0.0
5
+ - dc6eb53ca @putout/plugin-apply-global-this: drop support of 🐊 < 42
6
+ - d20d2cd9a @putout/plugin-apply-global-this: exclude declared self
7
+ - 5ae86eeb5 @putout/plugin-nodejs: convert-commonjs-to-esm: require: exports
8
+ - 3826ca301 @putout/operate: setLiteralValue: StringLiteral: always convert value to string
9
+ - a6599d685 @putout/plugin-nodejs: apply-inherit: add
10
+ - 7fcb38997 @putout/processor-toml: oxfmt v0.51.0
11
+ - 214f96b84 @putout/plugin-putout: apply-fixture-name-to-message: destructured
12
+ - 4458c6e50 @putout/plugin-esm: declare-imports-first: ExportNamedDeclaration
13
+ - 33686dbb1 @putout/processor-toml: oxfmt v0.50.0
14
+ - f52f64354 @putout/processor-toml: oxfmt v0.49.0
15
+ - f078a6803 @putout/engine-runner: get-position: column + 1 -> column
16
+ - be8fcc177 @putout/plugin-package-json: remove-exports-nesting: add
17
+ - bd7381c5e @putout/plugin-putout: add-push-arg: exclude traverse
18
+ - a088aaddd @putout/plugin-package-json: remove-useless-exports: add
19
+ - abe442e5e @putout/eslint-flat: @eslint/config-helpers v0.6.0
20
+ - 084e7322f @putout/plugin-converage: apply-camel-case: add
21
+ - bec36b9af @putout/plugin-react-router: drop support of 🐊 < 42
22
+ - 0aa0a44e0 @putout/plugin-react-router: v7-remove-useless-server
23
+ - 5980c3573 @putout/plugin-github: update-actions: show version
24
+ - 8309e68ab @putout/plugin-github: update-actions: EndBug/add-and-commit@v10
25
+ - cb98397cb root: supertape v13.0.0
26
+
27
+ 2026.05.05, v42.5.0
28
+
29
+ fix:
30
+ - 34c893931 @putout/plugin-react: apply-default-to-jsx-string
31
+ - 72d00b371 @putout/plugin-react: apply-jsx-to-imported-file: index
32
+ - febda5b25 @putout/plugin-montag: convert-default-to-named: report
33
+
34
+ feature:
35
+ - 46de57df4 putout: @putout/plugin-github v20.0.0
36
+ - 7e7dd6f22 @putout/plugin-github: set-node-versions: report: show versions
37
+ - e3c0536ad @putout/plugin-github: set-node-versions: node v26
38
+ - fde284794 @putout/processor-toml: oxfmt v0.48.0
39
+ - 6568dea28 @putout/plugin-react: apply-default-to-jsx-string
40
+ - 4064349e8 @putout/plugin-react: convert-namespace-to-default-in-react-test-renderer: add
41
+ - 1ec052923 root: eslint-plugin-n: drop
42
+ - 8ec3c4519 eslint-plugin-putout: eslint-plugin-n v18.0.0
43
+ - be0acb1c3 @putout/plugin-react: apply-jsx-to-imported-file: />
44
+ - ece05f3aa @putout/plugin-react: apply-jsx-to-imported-file: jsx
45
+ - 2d486807c @putout/plugin-arguments: remove-unused: referenced: exclude
46
+ - 2260bc501 @putout/plugin-react: apply-create-root: not react: exclude
47
+ - 729a0fe14 @putout/plugin-react: apply-create-root: report
48
+ - 66c61cff4 @putout/plugin-putout: keywords: jsx
49
+ - bc8ce3e3c @putout/plugin-react: drop support of 🐊 < 42
50
+ - f56f86cf1 @putout/plugin-react: apply-jsx-to-imported-file: add
51
+ - 12b930822 @putout/plugin-esm: apply-js-imported-file -> apply-js-to-imported-file
52
+ - 4b69aaf01 @putout/plugin-variables: remove-unused: avoid marking React as used event if it is not
53
+ - ecae81c20 @putout/plugin-putout: declare: getStringFromRegExp: add
54
+ - 22f55fd54 @putout/operator-regexp: getStringFromRegExp: add
55
+ - ff975a5de @putout/plugin-nodejs: convert-url-parse-to-new-url
56
+ - 4338bab39 @putout/engine-parser: hermes-parser v0.36.0
57
+ - 5f95a5833 @putout/plugin-nodejs: apply-privately-required-file: no ext
58
+ - 3310982a7 @putout/plugin-remove-useless-escape: false positive
59
+ - f21bdc66a @putout/plugin-declare-before-reference: exclude not single VariableDeclaration
60
+ - 331a8cd67 @putout/processor-toml: oxfmt v0.47.0
61
+ - 41b807a20 @putout/plugin-tape: convert-deep-equal-to-equal: join
62
+ - c82abbd63 @putout/processor-toml: oxfmt v0.46.0
63
+ - 771a6b483 root: montag v2.0.0
64
+ - 0873ffcc5 @putout/plugin-montag: convert-default-to-named: add
65
+ - da993c4cc @putout/plugin-montag: declare: destructuring
66
+ - 74a44983e @putout/plugin-remove-useless-escape: backtick inside single quote
67
+ - 81998aed3 @putout/plugin-npmignore: convert-loc-to-lock
68
+
1
69
  2026.04.18, v42.4.6
2
70
 
3
71
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.4.6",
3
+ "version": "42.5.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",
@@ -95,7 +95,7 @@
95
95
  "@putout/plugin-apply-at": "^3.0.0",
96
96
  "@putout/plugin-apply-dot-notation": "^3.0.0",
97
97
  "@putout/plugin-apply-flat-map": "^3.0.0",
98
- "@putout/plugin-apply-global-this": "^1.0.0",
98
+ "@putout/plugin-apply-global-this": "^2.0.0",
99
99
  "@putout/plugin-apply-overrides": "^3.0.0",
100
100
  "@putout/plugin-apply-shorthand-properties": "^7.0.0",
101
101
  "@putout/plugin-apply-starts-with": "^2.0.0",
@@ -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,14 +222,13 @@
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
- "supertape": "^12.0.0"
231
+ "supertape": "^13.0.0"
233
232
  },
234
233
  "license": "MIT",
235
234
  "engines": {
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"