putout 35.35.2 → 35.35.4

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 +18 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,21 @@
1
+ 2024.06.19, v35.35.4
2
+
3
+ feature:
4
+ - f445af289 putout: @putout/plugin-regexp v9.0.0
5
+ - b2ebf86b5 @putout/plugin-regexp: drop support of 🐊 < 35
6
+ - 3509f479e @putout/plugin-regexp: remove-useless-group: exclude Disjunction
7
+ - 7e2a26cb5 @putout/plugin-minify: types: exclude object property
8
+ - b3881ccec @putout/plugin-remove-useless-spread: object: inside call
9
+ - 9324b4916 @putout/operate: get-literal-raw: no raw, no extra
10
+
11
+ 2024.06.19, v35.35.3
12
+
13
+ feature:
14
+ - e48b9e5fd putout: @putout/plugin-merge-destructuring-properties v9.0.0
15
+ - 01426a7cd @putout/plugin-merge-destructuring-properties: drop support of 🐊 < 35
16
+ - cae55119f @putout/plugin-merge-destructuring-properties: exclude remove parentPath
17
+ - 98e715041 @putout/plugin-minify: merge-variables: exclude when first
18
+
1
19
  2024.06.18, v35.35.2
2
20
 
3
21
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.35.2",
3
+ "version": "35.35.4",
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",
@@ -128,7 +128,7 @@
128
128
  "@putout/plugin-madrun": "^18.0.0",
129
129
  "@putout/plugin-math": "^2.0.0",
130
130
  "@putout/plugin-maybe": "^2.0.0",
131
- "@putout/plugin-merge-destructuring-properties": "^8.0.0",
131
+ "@putout/plugin-merge-destructuring-properties": "^9.0.0",
132
132
  "@putout/plugin-merge-duplicate-functions": "^2.0.0",
133
133
  "@putout/plugin-merge-duplicate-imports": "^11.0.0",
134
134
  "@putout/plugin-montag": "^2.0.0",
@@ -139,7 +139,7 @@
139
139
  "@putout/plugin-promises": "^15.0.0",
140
140
  "@putout/plugin-putout": "^20.0.0",
141
141
  "@putout/plugin-putout-config": "^5.0.0",
142
- "@putout/plugin-regexp": "^8.0.0",
142
+ "@putout/plugin-regexp": "^9.0.0",
143
143
  "@putout/plugin-remove-console": "^6.0.0",
144
144
  "@putout/plugin-remove-constant-conditions": "^4.0.0",
145
145
  "@putout/plugin-remove-debugger": "^7.0.0",