putout 41.0.4 → 41.0.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 +17 -1
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,19 @@
1
+ 2025.12.19, v41.0.6
2
+
3
+ fix:
4
+ - ac4409f9a @putout/plugin-putout: apply-fixture-name-to-message: RegExp.escape: add polifyll (supported from node v24)
5
+
6
+ feature:
7
+ - ef1d5fa33 putout: @putout/plugin-for-of v11.0.0
8
+ - 1b8ed9d5c @putout/plugin-for-of: drop support of 🐊 < 41
9
+
10
+ 2025.12.14, v41.0.5
11
+
12
+ feature:
13
+ - e22f1c96f putout: @putout/plugin-putout v28.0.0
14
+ - 5d2ba9985 @putout/plugin-putout: drop support of 🐊 < 41
15
+ - 82ea38148 @putout/plugin-putout: apply-fixture-name-to-message: plus
16
+
1
17
  2025.12.10, v41.0.4
2
18
 
3
19
  feature:
@@ -192,7 +208,7 @@ feature:
192
208
  - 70a0d257a @putout/plugin-apply-shorthand-properties: spread
193
209
  - 7dc73dcec @putout/compare: debug -> odebug
194
210
  - 6e7a44cdb @putout/plugin-apply-shorthand-properties: computed
195
- - 4c643415e root: eslint v10.0.0-alpha.0 (https://eslint.org/blog/2025/11/eslint-v10.0.0-alpha.0-released)
211
+ - 4c643415e root: eslint ^10.0.0-alpha.0 (https://eslint.org/blog/2025/11/eslint-^10.0.0-alpha.0-released)
196
212
  - 18f4ddd69 @putout/plugin-logical-expressions: simplify: JSXContainerExpression: exclude
197
213
  - 41c8458aa @putout/plugin-eslint-plugin: drop support of 🐊 < 40
198
214
  - 97bb82778 @putout/plugin-eslint-plugin: remove-errors-type: add
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.0.4",
3
+ "version": "41.0.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",
@@ -117,7 +117,7 @@
117
117
  "@putout/plugin-esm": "^6.0.0",
118
118
  "@putout/plugin-extract-sequence-expressions": "^4.0.0",
119
119
  "@putout/plugin-filesystem": "^12.0.0",
120
- "@putout/plugin-for-of": "^10.0.0",
120
+ "@putout/plugin-for-of": "^11.0.0",
121
121
  "@putout/plugin-generators": "^2.0.0",
122
122
  "@putout/plugin-github": "^18.0.0",
123
123
  "@putout/plugin-gitignore": "^6.0.0",
@@ -135,7 +135,7 @@
135
135
  "@putout/plugin-package-json": "^9.0.0",
136
136
  "@putout/plugin-parens": "^4.0.0",
137
137
  "@putout/plugin-promises": "^18.0.0",
138
- "@putout/plugin-putout": "^27.0.0",
138
+ "@putout/plugin-putout": "^28.0.0",
139
139
  "@putout/plugin-putout-config": "^11.0.0",
140
140
  "@putout/plugin-regexp": "^13.0.0",
141
141
  "@putout/plugin-remove-console": "^6.0.0",
@@ -216,7 +216,7 @@
216
216
  "@putout/plugin-apply-entries": "^2.0.0",
217
217
  "c8": "^10.0.0",
218
218
  "currify": "^4.0.0",
219
- "eslint": "v10.0.0-alpha.0",
219
+ "eslint": "^10.0.0-alpha.0",
220
220
  "eslint-plugin-n": "^17.0.0",
221
221
  "eslint-plugin-putout": "^29.0.0",
222
222
  "just-camel-case": "^6.2.0",