putout 41.13.5 → 41.13.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.
Files changed (2) hide show
  1. package/ChangeLog +26 -0
  2. package/package.json +6 -6
package/ChangeLog CHANGED
@@ -1,3 +1,29 @@
1
+ 2026.01.28, v41.13.6
2
+
3
+ feature:
4
+ - c2842f09a putout: @putout/plugin-remove-console v7.0.0
5
+ - 899e69e94 @putout/plugin-remove-console: migrate to ESM
6
+ - 0bb2262ca putout: @putout/plugin-convert-index-of-to-includes v3.0.0
7
+ - 2905f0cd7 @putout/plugin-convert-index-of-to-includes: migrate to ESM
8
+ - 839271f90 @putout/plugin-convert-to-arrow-function: drop support of 🐊 < 41
9
+ - dbbbdb059 putout: @putout/plugin-convert-object-entries-to-array-entries v4.0.0
10
+ - 14dd5bf8d @putout/plugin-convert-object-entries-to-array-entries
11
+ - a1a267298 putout: @putout/plugin-convert-to-arrow-function v5.0.0
12
+ - 682ddcfc0 @putout/plugin-convert-to-arrow-function: migrate to ESM
13
+ - 5f15454b1 putout: @putout/plugin-labels v3.0.0
14
+ - a60831976 @putout/plugin-labels: drop support of 🐊 < 41
15
+ - 23acb1578 putout: @putout/plugin-convert-concat-to-flat v2.0.0
16
+ - 24e3239d8 @putout/plugin-convert-concat-to-flat: migrate to ESM
17
+ - fac950193 putout: @putout/plugin-apply-template-literals v5.0.0
18
+ - 0c55ddb88 @putout/plugin-apply-template-literals: migrate to ESM
19
+ - aa9d004b4 putout: @putout/plugin-apply-starts-with v2.0.0
20
+ - c4925f9c5 @putout/plugin-apply-starts-with: migrate to ESM
21
+ - 21dd69289 putout: @putout/plugin-remove-duplicate-case v4.0.0
22
+ - 9984118d3 @putout/plugin-remove-duplicate-case: migrate to ESM
23
+ - fe2a49e67 putout: @putout/plugin-remove-debugger v8.0.0
24
+ - 87f2f5b49 @putout/plugin-remove-debugger: drop support of 🐊 < 41
25
+ - da1407e09 @putout/plugin-remove-debugger: migrate to ESM
26
+
1
27
  2026.01.28, v41.13.5
2
28
 
3
29
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.13.5",
3
+ "version": "41.13.6",
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",
@@ -101,13 +101,13 @@
101
101
  "@putout/plugin-browserlist": "^2.0.0",
102
102
  "@putout/plugin-conditions": "^8.0.0",
103
103
  "@putout/plugin-convert-concat-to-flat": "^2.0.0",
104
- "@putout/plugin-convert-index-of-to-includes": "^2.0.0",
105
- "@putout/plugin-convert-object-entries-to-array-entries": "^3.0.0",
104
+ "@putout/plugin-convert-index-of-to-includes": "^3.0.0",
105
+ "@putout/plugin-convert-object-entries-to-array-entries": "^4.0.0",
106
106
  "@putout/plugin-convert-object-entries-to-object-keys": "^1.0.0",
107
107
  "@putout/plugin-convert-object-keys-to-object-entries": "^1.0.0",
108
108
  "@putout/plugin-convert-quotes-to-backticks": "^5.0.0",
109
109
  "@putout/plugin-convert-template-to-string": "^3.0.0",
110
- "@putout/plugin-convert-to-arrow-function": "^4.0.0",
110
+ "@putout/plugin-convert-to-arrow-function": "^5.0.0",
111
111
  "@putout/plugin-coverage": "^1.0.0",
112
112
  "@putout/plugin-declare": "^7.0.1",
113
113
  "@putout/plugin-declare-before-reference": "^9.0.0",
@@ -120,7 +120,7 @@
120
120
  "@putout/plugin-generators": "^2.0.0",
121
121
  "@putout/plugin-github": "^18.0.0",
122
122
  "@putout/plugin-gitignore": "^6.0.0",
123
- "@putout/plugin-labels": "^2.0.0",
123
+ "@putout/plugin-labels": "^3.0.0",
124
124
  "@putout/plugin-logical-expressions": "^8.0.0",
125
125
  "@putout/plugin-madrun": "^23.0.0",
126
126
  "@putout/plugin-math": "^5.0.0",
@@ -137,7 +137,7 @@
137
137
  "@putout/plugin-putout": "^28.0.0",
138
138
  "@putout/plugin-putout-config": "^11.0.0",
139
139
  "@putout/plugin-regexp": "^13.0.0",
140
- "@putout/plugin-remove-console": "^6.0.0",
140
+ "@putout/plugin-remove-console": "^7.0.0",
141
141
  "@putout/plugin-remove-debugger": "^8.0.0",
142
142
  "@putout/plugin-remove-duplicate-case": "^4.0.0",
143
143
  "@putout/plugin-remove-duplicate-keys": "^8.0.0",