putout 40.5.1 → 40.6.0

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 +34 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,37 @@
1
+ 2025.08.16, v40.6.0
2
+
3
+ fix:
4
+ - 0ecbe9720 @putout/plugin-regexp: optimize: exclude RegExp with slash (DmitrySoshnikov/regexp-tree#273)
5
+
6
+ feature:
7
+ - 51588604c putout: @putout/operator-regexp v2.0.0
8
+ - 114aeec46 @putout/plugin-putout: transformRegExp: add
9
+ - f026eb3b8 @putout/plugin-regexp: remove-useless-regexp: transformRegExp
10
+ - 056a8dce0 @putout/plugin-regexp: remove-useless-group: transformRegExp
11
+ - d3e9731de @putout/plugin-regexp: remove-duplicates-from-character-class: add
12
+ - 53a2dd161 @putout/operator-regexp: transformRegExp: add
13
+ - a33f11522 @putout/operator-regexp: transformRegExp: add
14
+ - ad17b375e @putout/engine-reporter: @putout/formatter-progress v6.0.1
15
+ - a1dfa278d @putout/plugin-regexp: apply-character-class: exclude not escaped
16
+ - 9bdb516dd @putout/plugin-regexp: apply-character-class: escaped
17
+ - 41e9fe2aa @putout/plugin-regexp: apply-character-class: add
18
+
19
+ 2025.08.13, v40.5.2
20
+
21
+ fix:
22
+ - 12afb0c4c @putout/processor-html: className -> class
23
+
24
+ feature:
25
+ - 4d48fe596 putout: @putout/plugin-regexp v12.0.0
26
+ - 77b50073d @putout/plugin-regexp: drop support of 🐊 < 40
27
+ - c533146ab @putout/plugin-regexp: apply-global-regexp-to-replace-all
28
+ - c24961870 @putout/plugin-putout: replace-test-message: transformWithOptions -> noReport
29
+ - 8ac6f70fe @putout/processor-html: renamed to svelte
30
+ - 8c3986b64 @putout/processor-html: svelte -> jsx
31
+ - 8b7c9aa9e @putout/cli-process-file: @putout/formatter-eslint: rm unused
32
+ - f7d9ab69f @putout/plugin-promise: remove-useless-async: await using couple
33
+ - 8181b990e @putout/formattet-dump: 1 files -> 1 file
34
+
1
35
  2025.08.07, v40.5.1
2
36
 
3
37
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.5.1",
3
+ "version": "40.6.0",
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",
@@ -85,7 +85,7 @@
85
85
  "@putout/operator-keyword": "^2.0.0",
86
86
  "@putout/operator-match-files": "^9.0.0",
87
87
  "@putout/operator-parens": "^2.0.0",
88
- "@putout/operator-regexp": "^1.0.0",
88
+ "@putout/operator-regexp": "^2.0.0",
89
89
  "@putout/operator-rename-files": "^5.0.0",
90
90
  "@putout/plugin-apply-arrow": "^3.0.0",
91
91
  "@putout/plugin-apply-at": "^2.0.0",
@@ -141,7 +141,7 @@
141
141
  "@putout/plugin-promises": "^18.0.0",
142
142
  "@putout/plugin-putout": "^26.0.0",
143
143
  "@putout/plugin-putout-config": "^10.0.0",
144
- "@putout/plugin-regexp": "^11.0.0",
144
+ "@putout/plugin-regexp": "^12.0.0",
145
145
  "@putout/plugin-remove-console": "^6.0.0",
146
146
  "@putout/plugin-remove-constant-conditions": "^4.0.0",
147
147
  "@putout/plugin-remove-debugger": "^7.0.0",