putout 41.0.5 → 41.0.7

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 +15 -0
  2. package/package.json +2 -4
package/ChangeLog CHANGED
@@ -1,3 +1,18 @@
1
+ 2025.12.19, v41.0.7
2
+
3
+ fix:
4
+ - f777f66d4 putout: rm useless @putout/plugin-remove-constant-conditions
5
+ - d74549f87 putout: rm unused @putout/plugin-remove-unused-labels
6
+
7
+ 2025.12.19, v41.0.6
8
+
9
+ fix:
10
+ - ac4409f9a @putout/plugin-putout: apply-fixture-name-to-message: RegExp.escape: add polifyll (supported from node v24)
11
+
12
+ feature:
13
+ - ef1d5fa33 putout: @putout/plugin-for-of v11.0.0
14
+ - 1b8ed9d5c @putout/plugin-for-of: drop support of 🐊 < 41
15
+
1
16
  2025.12.14, v41.0.5
2
17
 
3
18
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.0.5",
3
+ "version": "41.0.7",
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",
@@ -139,7 +139,6 @@
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",
142
- "@putout/plugin-remove-constant-conditions": "^4.0.0",
143
142
  "@putout/plugin-remove-debugger": "^7.0.0",
144
143
  "@putout/plugin-remove-duplicate-case": "^3.0.0",
145
144
  "@putout/plugin-remove-duplicate-keys": "^8.0.0",
@@ -148,7 +147,6 @@
148
147
  "@putout/plugin-remove-nested-blocks": "^9.0.0",
149
148
  "@putout/plugin-remove-unreachable-code": "^3.0.0",
150
149
  "@putout/plugin-remove-unused-expressions": "^12.0.0",
151
- "@putout/plugin-remove-unused-labels": "^1.0.1",
152
150
  "@putout/plugin-remove-unused-private-fields": "^4.0.0",
153
151
  "@putout/plugin-remove-useless-array": "^2.0.0",
154
152
  "@putout/plugin-remove-useless-array-constructor": "^3.0.0",