putout 41.0.0 → 41.0.2

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 +19 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,22 @@
1
+ 2025.12.07, v41.0.2
2
+
3
+ feature:
4
+ - da862372d putout: @putout/operator-regexp v3.0.0
5
+ - 6d26e8008 @putout/operator-regexp: drop support of 🐊 < 41
6
+ - ba4dc1b0a @putout/operator-regexp: transformRegexp: no regExpTransformer
7
+
8
+ 2025.12.07, v41.0.1
9
+
10
+ fix:
11
+ - 4b3a79108 @putout/plugin-putout-config: apply-arguments: arguments/apply-rest
12
+
13
+ feature:
14
+ - ebb55c5ca putout: @putout/plugin-remove-useless-escape v9.0.0
15
+ - 416090039 putout: @putout/plugin-regexp v13.0.0
16
+ - 4e279fa3f @putout/plugin-remove-useless-escape: drop support of 🐊 < 41
17
+ - 6df56d676 @putout/plugin-regexp: remove-useless-escape: add
18
+ - 84419ffcc @putout/plugin-regexp: drop support of 🐊 < 41
19
+
1
20
  2025.12.04, v41.0.0
2
21
 
3
22
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.0.0",
3
+ "version": "41.0.2",
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",
@@ -86,7 +86,7 @@
86
86
  "@putout/operator-keyword": "^3.0.0",
87
87
  "@putout/operator-match-files": "^10.0.0",
88
88
  "@putout/operator-parens": "^3.0.0",
89
- "@putout/operator-regexp": "^2.0.0",
89
+ "@putout/operator-regexp": "^3.0.0",
90
90
  "@putout/operator-rename-files": "^6.0.0",
91
91
  "@putout/plugin-apply-arrow": "^3.0.0",
92
92
  "@putout/plugin-apply-at": "^2.0.0",
@@ -137,7 +137,7 @@
137
137
  "@putout/plugin-promises": "^18.0.0",
138
138
  "@putout/plugin-putout": "^27.0.0",
139
139
  "@putout/plugin-putout-config": "^11.0.0",
140
- "@putout/plugin-regexp": "^12.0.0",
140
+ "@putout/plugin-regexp": "^13.0.0",
141
141
  "@putout/plugin-remove-console": "^6.0.0",
142
142
  "@putout/plugin-remove-constant-conditions": "^4.0.0",
143
143
  "@putout/plugin-remove-debugger": "^7.0.0",
@@ -157,7 +157,7 @@
157
157
  "@putout/plugin-remove-useless-constructor": "^3.0.0",
158
158
  "@putout/plugin-remove-useless-continue": "^3.0.0",
159
159
  "@putout/plugin-remove-useless-delete": "^2.0.0",
160
- "@putout/plugin-remove-useless-escape": "^8.0.0",
160
+ "@putout/plugin-remove-useless-escape": "^9.0.0",
161
161
  "@putout/plugin-remove-useless-functions": "^5.0.0",
162
162
  "@putout/plugin-remove-useless-map": "^2.0.0",
163
163
  "@putout/plugin-remove-useless-operand": "^3.0.0",